Pull request #6770 opened Connecting to https://api.github.com using 476720/****** Obtained .jenkins from 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005+71a9bcae52543bd065522bf3e41b5bfa467d8015 (68c2a4c3c5cfae7c0a8bd0a89728ba6662bc4151) [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 Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker||rocm-docker||docker’ Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-6770 [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-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" First time build. Skipping changelog. > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 40f7bc93fa8086c3fe707a55ad06c21b8ad5f85c -f scripts/docker/Dockerfile.clang scripts/docker #2 [internal] load .dockerignore #2 sha256:452802ce4a498a6bcbe4269df484b9145e7c3960419c7a3c20718ce78426ff37 #2 transferring context: 2B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile.clang #1 sha256:99194ff3e33bc72b44fa67195b97a1b804997f1c11a1dc95864ebc59ab5f376d #1 transferring dockerfile: 2.11kB done #1 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:18.04 #3 sha256:ae46bbb1b755529d0da663ca0256a22acd7c9fe21844946c149800baa67c4e4b #3 DONE 0.4s #8 [1/5] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 #8 sha256:0874120c9a032c9cafa396e6559d095de2b8b000b243455626d71bbf8a51cdb3 #8 DONE 0.0s #7 [2/5] RUN apt-get update && apt-get install -y bc git build-essential wget ccache && apt-get clean && rm -rf /var/lib/apt/lists/* #7 sha256:44a9f95bdcb34f16779209bb9b0d657c4006729f08fed3eb050eaa86cc57e814 #7 CACHED #6 [3/5] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #6 sha256:bdf8b6d9bae9e5d665f82eca2d03160fb5a7ac5ef6a95fc8d7ebdb69996e5772 #6 CACHED #5 [4/5] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 && CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.16.8-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #5 sha256:e123b7bd17030d9bfac6f46859162f5a4765ac20f4057cae0df5894fdcd50c7b #5 CACHED #4 [5/5] RUN LLVM_VERSION=8.0.0 && LLVM_URL=https://releases.llvm.org/${LLVM_VERSION}/clang+llvm-${LLVM_VERSION}-x86_64-linux-gnu-ubuntu-18.04.tar.xz && LLVM_ARCHIVE=llvm-${LLVM_VERSION}.tar.xz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL} --output-document=${LLVM_ARCHIVE} && wget --quiet ${LLVM_URL}.sig --output-document=${LLVM_ARCHIVE}.sig && gpg --verify ${LLVM_ARCHIVE}.sig ${LLVM_ARCHIVE} && mkdir -p /opt/llvm && tar -xvf ${LLVM_ARCHIVE} -C /opt/llvm --strip-components=1 && echo "/opt/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig && rm -rf /root/.gnupg && rm -rf ${SCRATCH_DIR} #4 sha256:de46332cd94485dc8a05f62ae67d36efce04404639f54ff1ccb894c55bcfdd95 #4 CACHED #9 exporting to image #9 sha256:4584bc9254f6b98a1c9fd09067faa9364d58bdb48cf3bd6ae2c629d53bde4cf6 #9 exporting layers done #9 writing image sha256:7975cac6c3a0458dbde5972e8eb888255e364e627d3dd2c2a493db80ca8a2048 done #9 naming to docker.io/library/40f7bc93fa8086c3fe707a55ad06c21b8ad5f85c:latest done #9 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 40f7bc93fa8086c3fe707a55ad06c21b8ad5f85c . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer padirac11 seems to be running inside container 13e056e01a5d53f10b3d8cb21da8ffd92654cf22e6eeee8cf323a7eab7f623ce $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6770 --volumes-from 13e056e01a5d53f10b3d8cb21da8ffd92654cf22e6eeee8cf323a7eab7f623ce -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 40f7bc93fa8086c3fe707a55ad06c21b8ad5f85c cat $ docker top abc7288ba5f26aac9200abe33919e0c15551bb83c833938003b272522b80ab88 -eo pid,comm [Pipeline] { [Pipeline] sh + ./scripts/docker/check_format_cpp.sh [Pipeline] } $ docker stop --time=1 abc7288ba5f26aac9200abe33919e0c15551bb83c833938003b272522b80ab88 $ docker rm -f --volumes abc7288ba5f26aac9200abe33919e0c15551bb83c833938003b272522b80ab88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2) [Pipeline] { (Branch: CUDA-12.2-NVHPC) [Pipeline] { (Branch: SYCL-OneAPI) [Pipeline] { (Branch: HIP-ROCm-5.2) [Pipeline] { (Branch: HIP-ROCm-5.6-C++20) [Pipeline] { (Branch: OPENMPTARGET-Clang) [Pipeline] { (Branch: CUDA-11.0.3-Clang-Tidy) [Pipeline] { (Branch: CUDA-11.7-NVCC) [Pipeline] { (Branch: CUDA-11.0-NVCC-RDC) [Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG) [Pipeline] { (Branch: GCC-8.4.0) [Pipeline] stage [Pipeline] { (OPENACC-NVHPC-CUDA-12.2) [Pipeline] stage [Pipeline] { (CUDA-12.2-NVHPC) [Pipeline] stage [Pipeline] { (SYCL-OneAPI) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.2) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.6-C++20) [Pipeline] stage [Pipeline] { (OPENMPTARGET-Clang) [Pipeline] stage [Pipeline] { (CUDA-11.0.3-Clang-Tidy) [Pipeline] stage [Pipeline] { (CUDA-11.7-NVCC) [Pipeline] stage [Pipeline] { (CUDA-11.0-NVCC-RDC) [Pipeline] stage [Pipeline] { (CUDA-11.6-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (GCC-8.4.0) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta&&large_images’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&large_images&&volta’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&ere’ Still waiting to schedule task There are no nodes with the label ‘rocm-docker&&vega’ Still waiting to schedule task There are no nodes with the label ‘rocm-docker&&vega’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker’ Still waiting to schedule task Waiting for next available executor on ‘docker’ Running on CpuNode6 in /var/jenkins/workspace/Kokkos_PR-6770 [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-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 Commit message: "Update master_history.txt for 4.2.01" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t fc9a757b9705aef28fd211e3953cb981e9964b81 -f scripts/docker/Dockerfile.gcc scripts/docker Sending build context to Docker daemon 23.04kB Step 1/9 : FROM ubuntu:20.04 ---> f78909c2b360 Step 2/9 : ENV DEBIAN_FRONTEND=noninteractive ---> Running in af5c0b32f3b2 Removing intermediate container af5c0b32f3b2 ---> ffe293130490 Step 3/9 : RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential wget git bc ccache && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in a1639ea32c1f Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1172 kB] Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3196 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3330 kB] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3345 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3807 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1468 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Fetched 29.9 MB in 3s (10.7 MB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: base-files libgnutls30 libpam-modules libpam-modules-bin libpam-runtime libpam0g libsystemd0 libudev1 8 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 1626 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.8 [60.3 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.7 [55.4 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.7 [41.2 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.7 [261 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.7 [37.3 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.23 [75.6 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.10 [827 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1626 kB in 1s (1504 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../base-files_11ubuntu5.8_amd64.deb ... Unpacking base-files (11ubuntu5.8) over (11ubuntu5.7) ... Setting up base-files (11ubuntu5.8) ... Installing new version of config file /etc/update-motd.d/10-help-text ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.7_amd64.deb ... Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ... Setting up libpam0g:amd64 (1.3.1-5ubuntu4.7) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.7_amd64.deb ... Unpacking libpam-modules-bin (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ... Setting up libpam-modules-bin (1.3.1-5ubuntu4.7) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.7_amd64.deb ... Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ... Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.7) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_amd64.deb ... Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.7_all.deb ... Unpacking libpam-runtime (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ... Setting up libpam-runtime (1.3.1-5ubuntu4.7) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libudev1_245.4-4ubuntu3.23_amd64.deb ... Unpacking libudev1:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... Setting up libudev1:amd64 (245.4-4ubuntu3.23) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.10_amd64.deb ... Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.10) over (3.6.13-2ubuntu1.9) ... Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.10) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp cpp-9 dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libasn1-8-heimdal libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make manpages manpages-dev netbase openssh-client openssl patch perl perl-modules-5.30 pinentry-curses publicsuffix readline-common xauth xz-utils Suggested packages: binutils-doc distcc | icecc cpp-doc gcc-9-locales dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n krb5-doc krb5-user libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-9-doc make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl pinentry-doc readline-doc The following NEW packages will be installed: bc binutils binutils-common binutils-x86-64-linux-gnu build-essential ca-certificates ccache cpp cpp-9 dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libasn1-8-heimdal libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfido2-1 libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make manpages manpages-dev netbase openssh-client openssl patch perl perl-modules-5.30 pinentry-curses publicsuffix readline-common wget xauth xz-utils 0 upgraded, 120 newly installed, 0 to remove and 0 not upgraded. Need to get 70.1 MB of archives. After this operation, 326 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB] Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.6 [577 kB] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB] Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B] Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.11 [670 kB] Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 bc amd64 1.07.1-2build1 [86.3 kB] Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.8 [208 kB] Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.8 [475 kB] Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.8 [48.1 kB] Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.8 [46.7 kB] Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.8 [1614 kB] Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.8 [3384 B] Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.14 [71.8 kB] Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-170.188 [1125 kB] Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.14 [2519 kB] Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB] Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB] Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB] Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB] Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB] Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB] Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB] Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB] Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB] Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB] Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.21 [232 kB] Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB] Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB] Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB] Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] Get:109 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB] Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB] Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB] Get:114 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] Get:120 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 70.1 MB in 6s (12.3 MB/s) Selecting previously unselected package liblocale-gettext-perl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4124 files and directories currently installed.) Preparing to unpack .../000-liblocale-gettext-perl_1.07-4_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-4) ... Selecting previously unselected package perl-modules-5.30. Preparing to unpack .../001-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... Selecting previously unselected package libgdbm6:amd64. Preparing to unpack .../002-libgdbm6_1.18.1-5_amd64.deb ... Unpacking libgdbm6:amd64 (1.18.1-5) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../003-libgdbm-compat4_1.18.1-5_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... Selecting previously unselected package libperl5.30:amd64. Preparing to unpack .../004-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ... Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... Selecting previously unselected package perl. Preparing to unpack .../005-perl_5.30.0-9ubuntu0.5_amd64.deb ... Unpacking perl (5.30.0-9ubuntu0.5) ... Selecting previously unselected package libssl1.1:amd64. Preparing to unpack .../006-libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package openssl. Preparing to unpack .../007-openssl_1.1.1f-1ubuntu2.20_amd64.deb ... Unpacking openssl (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../008-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... Selecting previously unselected package less. Preparing to unpack .../009-less_551-1ubuntu0.1_amd64.deb ... Unpacking less (551-1ubuntu0.1) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../010-libbsd0_0.10.0-1_amd64.deb ... Unpacking libbsd0:amd64 (0.10.0-1) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../011-libexpat1_2.2.9-1ubuntu0.6_amd64.deb ... Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ... Selecting previously unselected package readline-common. Preparing to unpack .../012-readline-common_8.0-4_all.deb ... Unpacking readline-common (8.0-4) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../013-libreadline8_8.0-4_amd64.deb ... Unpacking libreadline8:amd64 (8.0-4) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../014-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... Selecting previously unselected package netbase. Preparing to unpack .../015-netbase_6.1_all.deb ... Unpacking netbase (6.1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../016-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... Unpacking xz-utils (5.2.4-1ubuntu1.1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../017-krb5-locales_1.17-6ubuntu4.4_all.deb ... Unpacking krb5-locales (1.17-6ubuntu4.4) ... Selecting previously unselected package libcbor0.6:amd64. Preparing to unpack .../018-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../019-libedit2_3.1-20191231-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20191231-1) ... Selecting previously unselected package libfido2-1:amd64. Preparing to unpack .../020-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../021-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../022-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../023-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../024-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../025-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../026-libpsl5_0.21.0-1ubuntu1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../027-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../028-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../029-libxcb1_1.14-2_amd64.deb ... Unpacking libxcb1:amd64 (1.14-2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../030-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../031-libx11-6_2%3a1.6.9-2ubuntu1.6_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../032-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../033-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... Selecting previously unselected package manpages. Preparing to unpack .../034-manpages_5.05-1_all.deb ... Unpacking manpages (5.05-1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../035-openssh-client_1%3a8.2p1-4ubuntu0.11_amd64.deb ... Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../036-publicsuffix_20200303.0012-1_all.deb ... Unpacking publicsuffix (20200303.0012-1) ... Selecting previously unselected package wget. Preparing to unpack .../037-wget_1.20.3-1ubuntu2_amd64.deb ... Unpacking wget (1.20.3-1ubuntu2) ... Selecting previously unselected package xauth. Preparing to unpack .../038-xauth_1%3a1.1-0ubuntu1_amd64.deb ... Unpacking xauth (1:1.1-0ubuntu1) ... Selecting previously unselected package bc. Preparing to unpack .../039-bc_1.07.1-2build1_amd64.deb ... Unpacking bc (1.07.1-2build1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../040-binutils-common_2.34-6ubuntu1.8_amd64.deb ... Unpacking binutils-common:amd64 (2.34-6ubuntu1.8) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../041-libbinutils_2.34-6ubuntu1.8_amd64.deb ... Unpacking libbinutils:amd64 (2.34-6ubuntu1.8) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../042-libctf-nobfd0_2.34-6ubuntu1.8_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.8) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../043-libctf0_2.34-6ubuntu1.8_amd64.deb ... Unpacking libctf0:amd64 (2.34-6ubuntu1.8) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../044-binutils-x86-64-linux-gnu_2.34-6ubuntu1.8_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) ... Selecting previously unselected package binutils. Preparing to unpack .../045-binutils_2.34-6ubuntu1.8_amd64.deb ... Unpacking binutils (2.34-6ubuntu1.8) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../046-libc-dev-bin_2.31-0ubuntu9.14_amd64.deb ... Unpacking libc-dev-bin (2.31-0ubuntu9.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../047-linux-libc-dev_5.4.0-170.188_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.4.0-170.188) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../048-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../049-libc6-dev_2.31-0ubuntu9.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-0ubuntu9.14) ... Selecting previously unselected package gcc-9-base:amd64. Preparing to unpack .../050-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package libisl22:amd64. Preparing to unpack .../051-libisl22_0.22.1-1_amd64.deb ... Unpacking libisl22:amd64 (0.22.1-1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../052-libmpfr6_4.0.2-1_amd64.deb ... Unpacking libmpfr6:amd64 (4.0.2-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../053-libmpc3_1.1.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.1.0-1) ... Selecting previously unselected package cpp-9. Preparing to unpack .../054-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package cpp. Preparing to unpack .../055-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking cpp (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../056-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../057-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../058-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../059-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libasan5:amd64. Preparing to unpack .../060-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../061-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../062-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../063-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../064-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libgcc-9-dev:amd64. Preparing to unpack .../065-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc-9. Preparing to unpack .../066-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gcc. Preparing to unpack .../067-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking gcc (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libstdc++-9-dev:amd64. Preparing to unpack .../068-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package g++-9. Preparing to unpack .../069-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package g++. Preparing to unpack .../070-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking g++ (4:9.3.0-1ubuntu2) ... Selecting previously unselected package make. Preparing to unpack .../071-make_4.2.1-1.2_amd64.deb ... Unpacking make (4.2.1-1.2) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../072-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... Selecting previously unselected package patch. Preparing to unpack .../073-patch_2.7.6-6_amd64.deb ... Unpacking patch (2.7.6-6) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../074-dpkg-dev_1.19.7ubuntu3.2_all.deb ... Unpacking dpkg-dev (1.19.7ubuntu3.2) ... Selecting previously unselected package build-essential. Preparing to unpack .../075-build-essential_12.8ubuntu1.1_amd64.deb ... Unpacking build-essential (12.8ubuntu1.1) ... Selecting previously unselected package ccache. Preparing to unpack .../076-ccache_3.7.7-1_amd64.deb ... Unpacking ccache (3.7.7-1) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../077-libassuan0_2.5.3-7ubuntu2_amd64.deb ... Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../078-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpgconf (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../079-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... Selecting previously unselected package libroken18-heimdal:amd64. Preparing to unpack .../080-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libasn1-8-heimdal:amd64. Preparing to unpack .../081-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimbase1-heimdal:amd64. Preparing to unpack .../082-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhcrypto4-heimdal:amd64. Preparing to unpack .../083-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libwind0-heimdal:amd64. Preparing to unpack .../084-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhx509-5-heimdal:amd64. Preparing to unpack .../085-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libkrb5-26-heimdal:amd64. Preparing to unpack .../086-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimntlm0-heimdal:amd64. Preparing to unpack .../087-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libgssapi3-heimdal:amd64. Preparing to unpack .../088-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../089-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../090-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../091-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ... Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../092-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../093-libnpth0_1.6-1_amd64.deb ... Unpacking libnpth0:amd64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../094-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking dirmngr (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../095-libfakeroot_1.24-1_amd64.deb ... Unpacking libfakeroot:amd64 (1.24-1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../096-fakeroot_1.24-1_amd64.deb ... Unpacking fakeroot (1.24-1) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../097-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../098-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../100-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ... Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../101-libcurl3-gnutls_7.68.0-1ubuntu2.21_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../102-liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... Selecting previously unselected package git-man. Preparing to unpack .../103-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ... Unpacking git-man (1:2.25.1-1ubuntu3.11) ... Selecting previously unselected package git. Preparing to unpack .../104-git_1%3a2.25.1-1ubuntu3.11_amd64.deb ... Unpacking git (1:2.25.1-1ubuntu3.11) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../105-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../106-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg. Preparing to unpack .../107-gpg_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../108-pinentry-curses_1.1.0-3build1_amd64.deb ... Unpacking pinentry-curses (1.1.0-3build1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../109-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../110-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../111-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../112-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpgsm (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg. Preparing to unpack .../113-gnupg_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../114-libalgorithm-diff-perl_1.19.03-2_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-2) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../115-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-6) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../116-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../117-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3build4) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../118-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../119-manpages-dev_5.05-1_all.deb ... Unpacking manpages-dev (5.05-1) ... Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ... Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ... Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... Setting up manpages (5.05-1) ... Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... Setting up ccache (3.7.7-1) ... Updating symlinks in /usr/lib/ccache ... Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up binutils-common:amd64 (2.34-6ubuntu1.8) ... Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... Setting up less (551-1ubuntu0.1) ... Setting up linux-libc-dev:amd64 (5.4.0-170.188) ... Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.8) ... Setting up libnpth0:amd64 (1.6-1) ... Setting up krb5-locales (1.17-6ubuntu4.4) ... Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ... Setting up libfakeroot:amd64 (1.24-1) ... Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up fakeroot (1.24-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... Setting up make (4.2.1-1.2) ... Setting up libmpfr6:amd64 (4.0.2-1) ... Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Setting up xz-utils (5.2.4-1ubuntu1.1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libmpc3:amd64 (1.1.0-1) ... Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up patch (2.7.6-6) ... Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Setting up git-man (1:2.25.1-1ubuntu3.11) ... Setting up libisl22:amd64 (0.22.1-1) ... Setting up netbase (6.1) ... Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Setting up libbinutils:amd64 (2.34-6ubuntu1.8) ... Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... Setting up libc-dev-bin (2.31-0ubuntu9.14) ... Setting up openssl (1.1.1f-1ubuntu2.20) ... Setting up libbsd0:amd64 (0.10.0-1) ... Setting up readline-common (8.0-4) ... Setting up publicsuffix (20200303.0012-1) ... Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up liblocale-gettext-perl (1.07-4) ... Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libgdbm6:amd64 (1.18.1-5) ... Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libctf0:amd64 (2.34-6ubuntu1.8) ... Setting up pinentry-curses (1.1.0-3build1) ... Setting up manpages-dev (5.05-1) ... Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... Setting up libxcb1:amd64 (1.14-2) ... Setting up wget (1.20.3-1ubuntu2) ... Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libedit2:amd64 (3.1-20191231-1) ... Setting up libreadline8:amd64 (8.0-4) ... Setting up bc (1.07.1-2build1) ... Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up ca-certificates (20230311ubuntu0.20.04.1) ... Updating certificates in /etc/ssl/certs... 137 added, 0 removed; done. Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Setting up libgdbm-compat4:amd64 (1.18.1-5) ... Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... Setting up gpgconf (2.2.19-3ubuntu2.2) ... Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... Setting up libc6-dev:amd64 (2.31-0ubuntu9.14) ... Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... Setting up gpg (2.2.19-3ubuntu2.2) ... Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) ... Setting up gpg-agent (2.2.19-3ubuntu2.2) ... Setting up openssh-client (1:8.2p1-4ubuntu0.11) ... Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up gpgsm (2.2.19-3ubuntu2.2) ... Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ... Setting up binutils (2.34-6ubuntu1.8) ... Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Setting up perl (5.30.0-9ubuntu0.5) ... Setting up libdpkg-perl (1.19.7ubuntu3.2) ... Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... Setting up xauth (1:1.1-0ubuntu1) ... Setting up cpp (4:9.3.0-1ubuntu2) ... Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libfile-fcntllock-perl (0.22-3build4) ... Setting up libalgorithm-diff-perl (1.19.03-2) ... Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up gcc (4:9.3.0-1ubuntu2) ... Setting up dpkg-dev (1.19.7ubuntu3.2) ... Setting up liberror-perl (0.17029-1) ... Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up g++ (4:9.3.0-1ubuntu2) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist Setting up build-essential (12.8ubuntu1.1) ... Setting up libalgorithm-diff-xs-perl (0.04-6) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ... Setting up dirmngr (2.2.19-3ubuntu2.2) ... Setting up git (1:2.25.1-1ubuntu3.11) ... Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... Setting up gnupg (2.2.19-3ubuntu2.2) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Removing intermediate container a1639ea32c1f ---> 70244c02ed79 Step 4/9 : RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list && echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe" >> /etc/apt/sources.list && apt-get update && apt-get install -y g++-8 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 8 && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in d578a4861405 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3330 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1469 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3807 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3345 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:16 http://dk.archive.ubuntu.com/ubuntu xenial InRelease [247 kB] Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3196 kB] Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1172 kB] Get:20 http://dk.archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB] Get:21 http://dk.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB] Fetched 41.5 MB in 3s (11.9 MB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cpp-8 gcc-8 gcc-8-base libgcc-8-dev libmpx2 libstdc++-8-dev Suggested packages: gcc-8-locales g++-8-multilib gcc-8-doc gcc-8-multilib libstdc++-8-doc The following NEW packages will be installed: cpp-8 g++-8 gcc-8 gcc-8-base libgcc-8-dev libmpx2 libstdc++-8-dev 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. Need to get 32.8 MB of archives. After this operation, 115 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8-base amd64 8.4.0-3ubuntu2 [18.7 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 cpp-8 amd64 8.4.0-3ubuntu2 [8945 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmpx2 amd64 8.4.0-3ubuntu2 [11.8 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgcc-8-dev amd64 8.4.0-3ubuntu2 [2313 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8 amd64 8.4.0-3ubuntu2 [9833 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libstdc++-8-dev amd64 8.4.0-3ubuntu2 [1537 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 g++-8 amd64 8.4.0-3ubuntu2 [10.1 MB] debconf: delaying package configuration, since apt-utils is not installed Fetched 32.8 MB in 2s (13.9 MB/s) Selecting previously unselected package gcc-8-base:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14190 files and directories currently installed.) Preparing to unpack .../0-gcc-8-base_8.4.0-3ubuntu2_amd64.deb ... Unpacking gcc-8-base:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package cpp-8. Preparing to unpack .../1-cpp-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking cpp-8 (8.4.0-3ubuntu2) ... Selecting previously unselected package libmpx2:amd64. Preparing to unpack .../2-libmpx2_8.4.0-3ubuntu2_amd64.deb ... Unpacking libmpx2:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package libgcc-8-dev:amd64. Preparing to unpack .../3-libgcc-8-dev_8.4.0-3ubuntu2_amd64.deb ... Unpacking libgcc-8-dev:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package gcc-8. Preparing to unpack .../4-gcc-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking gcc-8 (8.4.0-3ubuntu2) ... Selecting previously unselected package libstdc++-8-dev:amd64. Preparing to unpack .../5-libstdc++-8-dev_8.4.0-3ubuntu2_amd64.deb ... Unpacking libstdc++-8-dev:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package g++-8. Preparing to unpack .../6-g++-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking g++-8 (8.4.0-3ubuntu2) ... Setting up gcc-8-base:amd64 (8.4.0-3ubuntu2) ... Setting up libmpx2:amd64 (8.4.0-3ubuntu2) ... Setting up cpp-8 (8.4.0-3ubuntu2) ... Setting up libgcc-8-dev:amd64 (8.4.0-3ubuntu2) ... Setting up libstdc++-8-dev:amd64 (8.4.0-3ubuntu2) ... Setting up gcc-8 (8.4.0-3ubuntu2) ... Setting up g++-8 (8.4.0-3ubuntu2) ... Processing triggers for ccache (3.7.7-1) ... Updating symlinks in /usr/lib/ccache ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... update-alternatives: using /usr/bin/gcc-8 to provide /usr/bin/gcc (gcc) in auto mode update-alternatives: using /usr/bin/g++-8 to provide /usr/bin/g++ (g++) in auto mode Removing intermediate container d578a4861405 ---> 6dc1b7f9b262 Step 5/9 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Running in d6896604246d gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 48822FDA51C1DA7A: public key "Damien Lebrun-Grandie " imported gpg: key A2C794A986419D8A: public key "Tom Stellard " imported gpg: key 0FC3042E345AD05D: public key "Hans Wennborg " imported gpg: key EC8FEF3A7BFB4EDA: 24 signatures not checked due to missing keys gpg: key EC8FEF3A7BFB4EDA: public key "Brad King" imported gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) " imported gpg: Total number processed: 5 gpg: imported: 5 gpg: no ultimately trusted keys found gpg: Signature made Thu May 7 23:44:59 2020 UTC gpg: using RSA key 061CFF3BA41AA45D25BCE7097A0994F834C86684 gpg: Good signature from "Damien Lebrun-Grandie " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: E226 98C7 0BF0 7BDA 37E1 4154 4882 2FDA 51C1 DA7A Subkey fingerprint: 061C FF3B A41A A45D 25BC E709 7A09 94F8 34C8 6684 Removing intermediate container d6896604246d ---> 70db15556fa9 Step 6/9 : ARG CMAKE_VERSION=3.16.8 ---> Running in 1040cb2d3599 Removing intermediate container 1040cb2d3599 ---> e79ff06a7b02 Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Running in f42d61532e1a Removing intermediate container f42d61532e1a ---> 472601638426 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* ---> Running in 9b89f2fb3bb4 gpg: Signature made Mon Jun 1 13:00:11 2020 UTC gpg: using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684 gpg: Good signature from "Brad King" [unknown] gpg: aka "Brad King " [unknown] gpg: aka "[jpeg image of size 4005]" [unknown] gpg: Note: This key has expired! Primary key fingerprint: CBA2 3971 357C 2E65 90D9 EFD3 EC8F EF3A 7BFB 4EDA Subkey fingerprint: C6C2 6532 4BBE BDC3 50B5 13D0 2D2C EF10 3492 1684 cmake-3.16.8-Linux-x86_64.sh: OK CMake Installer Version: 3.16.8, Copyright (c) Kitware This is a self-extracting archive. The archive will be extracted to: /opt/cmake Using target directory: /opt/cmake Extracting, please wait... Unpacking finished successfully Removing intermediate container 9b89f2fb3bb4 ---> d1c4b9d8953c Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Running in b9ff29f972bb Removing intermediate container b9ff29f972bb ---> a64c07974ee9 Successfully built a64c07974ee9 Successfully tagged fc9a757b9705aef28fd211e3953cb981e9964b81:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . fc9a757b9705aef28fd211e3953cb981e9964b81 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-6770 --volumes-from 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** fc9a757b9705aef28fd211e3953cb981e9964b81 cat $ docker top a2fb15ad0b647fb3f7045574353ccb3d99adda5b48be751167d3931376a2c77c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_3=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- Using -std=gnu++17 for C++17 extensions as feature -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: Kokkos::OpenMP -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Using internal desul_atomics copy -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.6.2 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- [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] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/make cmTC_e80cf/fast && /usr/bin/make -f CMakeFiles/cmTC_e80cf.dir/build.make CMakeFiles/cmTC_e80cf.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_e80cf.dir/gnu_posix_regex.cpp.o [benchmark] /usr/bin/c++ -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -o CMakeFiles/cmTC_e80cf.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: gnuregex.h: No such file or directory [benchmark] #include [benchmark] ^~~~~~~~~~~~ [benchmark] compilation terminated. [benchmark] make[1]: *** [CMakeFiles/cmTC_e80cf.dir/build.make:69: CMakeFiles/cmTC_e80cf.dir/gnu_posix_regex.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:124: cmTC_e80cf/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Found Threads: TRUE -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Sources TestOpenMP.cpp -- Kokkos Devices: OPENMP;SERIAL, Kokkos Backends: OPENMP;SERIAL -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target benchmark [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o Scanning dependencies of target kokkoscore [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Built target kokkossimd Scanning dependencies of target impl_git_version [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/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%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 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/string_util.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.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_HostBarrier.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Linking CXX static library libbenchmark.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Built target benchmark [ 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_Spinwait.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o Scanning dependencies of target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_18 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_14 Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_15 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_18.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_11 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_15.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_11.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_14.dir/UnitTestMain.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_10 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_10.dir/UnitTestMain.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_10.dir/default/TestDefaultDeviceTypeInit_10.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_14.dir/default/TestDefaultDeviceTypeInit_14.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_18.dir/default/TestDefaultDeviceTypeInit_18.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_11.dir/default/TestDefaultDeviceTypeInit_11.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_15.dir/default/TestDefaultDeviceTypeInit_15.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_10 [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_14 [ 8%] Built target Kokkos_CoreUnitTest_DefaultInit_10 [ 8%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_8 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_8.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_7 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_7.dir/UnitTestMain.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DefaultInit_14 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_7.dir/default/TestDefaultDeviceTypeInit_7.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_15 [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_18 [ 8%] Built target Kokkos_CoreUnitTest_DefaultInit_15 [ 9%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_11 [ 9%] Built target Kokkos_CoreUnitTest_DefaultInit_18 Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_DefaultInit_11 [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_8.dir/default/TestDefaultDeviceTypeInit_8.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_13 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_13.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_13.dir/default/TestDefaultDeviceTypeInit_13.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_7 [ 12%] Built target Kokkos_CoreUnitTest_DefaultInit_7 Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_5 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_5.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_8 [ 12%] Built target Kokkos_CoreUnitTest_DefaultInit_8 Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_5.dir/default/TestDefaultDeviceTypeInit_5.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 13%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_13 [ 13%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 13%] Built target Kokkos_CoreUnitTest_DefaultInit_13 Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_5 [ 13%] Built target Kokkos_CoreUnitTest_DefaultInit_5 Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_1 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_1.dir/UnitTestMain.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_1.dir/default/TestDefaultDeviceTypeInit_1.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph [ 14%] Built target Kokkos_CoreUnitTest_OpenMPGraph Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_17 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_17.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_1 [ 14%] Built target Kokkos_CoreUnitTest_DefaultInit_1 Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_16 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_16.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_17.dir/default/TestDefaultDeviceTypeInit_17.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_16.dir/default/TestDefaultDeviceTypeInit_16.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 15%] Built target Kokkos_CoreUnitTest_SerialGraph Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_17 [ 15%] Built target Kokkos_CoreUnitTest_DefaultInit_17 [ 15%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_16 Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_6 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_6.dir/UnitTestMain.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_DefaultInit_16 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_6.dir/default/TestDefaultDeviceTypeInit_6.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_6 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_DefaultInit_6 Scanning dependencies of target Kokkos_CoreUnitTest_LogicalSpaces [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 16%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_12 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_12.dir/UnitTestMain.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_12.dir/default/TestDefaultDeviceTypeInit_12.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.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/TestCompilerMacros.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 18%] Built target Kokkos_CoreUnitTest_LogicalSpaces Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_12 [ 18%] Built target Kokkos_CoreUnitTest_DefaultInit_12 Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 18%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 18%] Built target Kokkos_push_finalize_hook_terminate [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 21%] 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_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 23%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 23%] Built target Kokkos_IncrementalTest_SERIAL Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_9 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_9.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_9.dir/default/TestDefaultDeviceTypeInit_9.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_9 [ 24%] Built target Kokkos_CoreUnitTest_DefaultInit_9 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 25%] 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_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_2 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_2.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_2.dir/default/TestDefaultDeviceTypeInit_2.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_2 [ 26%] Built target Kokkos_CoreUnitTest_DefaultInit_2 [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 27%] 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_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 28%] 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_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_3 [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_3.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_3.dir/default/TestDefaultDeviceTypeInit_3.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_3 [ 32%] Built target Kokkos_CoreUnitTest_DefaultInit_3 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 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_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 34%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 34%] Built target Kokkos_CoreTestCompileOnly [ 34%] 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_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 35%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.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_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 41%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 41%] Built target Kokkos_IncrementalTest_OPENMP Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_4 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_4.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_4.dir/default/TestDefaultDeviceTypeInit_4.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_4 [ 41%] Built target Kokkos_CoreUnitTest_DefaultInit_4 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_StackTraceTestExec [ 41%] Built target Kokkos_StackTraceTestExec Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 45%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 47%] 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_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 48%] 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_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_PartitionMaster.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 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_Vectorization_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] 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/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_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/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 57%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Built target Kokkos_CoreUnitTest_OpenMP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 67%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 67%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 69%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 69%] Built target Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 69%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 70%] 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_MallocFree.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 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%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 72%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 73%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 74%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 74%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 75%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 76%] Built target Kokkos_ContainersPerformanceTest_OpenMP Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 78%] Built target Kokkos_ContainersUnitTest_OpenMP [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.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_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 85%] Linking CXX executable Kokkos_UnitTest_Sort [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 85%] Built target Kokkos_UnitTest_Sort [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 85%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 85%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 88%] Linking CXX executable Kokkos_UnitTest_Random [ 88%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 89%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 89%] Built target Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 89%] 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_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 89%] 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_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 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_C.dir/TestStdAlgorithmsTeamFindIfNot.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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.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_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 91%] 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_D.dir/TestStdAlgorithmsReplace.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 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_G [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 97%] 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_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 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_F.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_UnitTest_SIMD [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o Scanning dependencies of target Kokkos_gups [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 98%] Linking CXX executable Kokkos_gups [ 98%] Built target Kokkos_gups [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 4 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 218 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (195 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (156 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (172 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (165 ms) 1: [----------] 4 tests from serial_DeathTest (690 ms total) 1: 1: [----------] 214 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (4 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (75 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (41 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (6 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (21 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (11 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (20 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2490 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (1955 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1119 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1109 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (6 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (3 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (1 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (2 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (3 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (56 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (184 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (11 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (95 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (13 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (1002 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2974 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (0 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (30 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (2 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (0 ms) 1: [ RUN ] serial.quad_precision_reductions 1: [ OK ] serial.quad_precision_reductions (0 ms) 1: [ RUN ] serial.quad_precision_common_math_functions 1: [ OK ] serial.quad_precision_common_math_functions (0 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (21 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (21 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (1 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (229 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (260 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic 1: [ OK ] serial.int64_t_reduce_dynamic (800 ms) 1: [ RUN ] serial.double_reduce_dynamic 1: [ OK ] serial.double_reduce_dynamic (1004 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (200 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (5 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (2303 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (1623 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (3 ms) 1: [ RUN ] serial.task_fib_deprecated 1: [ OK ] serial.task_fib_deprecated (920 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (20 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple 1: [ OK ] serial.task_fib_deprecated_multiple (921 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (19 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single 1: [ OK ] serial.task_fib_single (720 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (19 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple 1: [ OK ] serial.task_fib_multiple (722 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (19 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev 1: [ OK ] serial.task_fib_chase_lev (753 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (19 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 214 tests from serial (21897 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 218 tests from 2 test suites ran. (22587 ms total) 1: [ PASSED ] 217 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/64 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 22.60 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 4 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [==========] Running 123 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (8641 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (7592 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (7590 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1097 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (1085 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (26007 ms total) 2: 2: [----------] 116 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (0 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (5 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (4 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (656 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (65 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (6 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (5 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (34 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (55 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (81 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce 2: [ OK ] serial.repeated_team_reduce (4324 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (136 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (120 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (62 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (4 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (63 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (3 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (5 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (1341 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (5 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (1 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (46 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (51 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (4 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (125 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (11 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (12 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (11 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (512 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (511 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (511 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (559 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (559 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (558 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 116 tests from serial (10539 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 123 tests from 2 test suites ran. (36547 ms total) 2: [ PASSED ] 120 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/64 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 36.56 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 3: Detected: 4 cores per node. 3: Detected: 1 MPI_ranks per node. 3: Requested: 8 threads per process. 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/64 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.01 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMP 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 4 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [==========] Running 342 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 11 tests from openmp_DeathTest 4: [ RUN ] openmp_DeathTest.abort_from_host 4: [ OK ] openmp_DeathTest.abort_from_host (155 ms) 4: [ RUN ] openmp_DeathTest.abort_from_device 4: [ OK ] openmp_DeathTest.abort_from_device (155 ms) 4: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (155 ms) 4: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 4: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (152 ms) 4: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 4: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (8667 ms) 4: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 4: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (7606 ms) 4: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 4: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (7583 ms) 4: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1092 ms) 4: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (1099 ms) 4: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 11 tests from openmp_DeathTest (26670 ms total) 4: 4: [----------] 331 tests from openmp 4: [ RUN ] openmp.array_capacity 4: [ OK ] openmp.array_capacity (0 ms) 4: [ RUN ] openmp.array_element_access 4: [ OK ] openmp.array_element_access (0 ms) 4: [ RUN ] openmp.array_zero_capacity 4: [ OK ] openmp.array_zero_capacity (0 ms) 4: [ RUN ] openmp.array_zero_data_nullptr 4: [ OK ] openmp.array_zero_data_nullptr (0 ms) 4: [ RUN ] openmp.array_contiguous_capacity 4: [ OK ] openmp.array_contiguous_capacity (0 ms) 4: [ RUN ] openmp.array_contiguous_element_access 4: [ OK ] openmp.array_contiguous_element_access (0 ms) 4: [ RUN ] openmp.array_contiguous_assignment 4: [ OK ] openmp.array_contiguous_assignment (0 ms) 4: [ RUN ] openmp.array_strided_capacity 4: [ OK ] openmp.array_strided_capacity (0 ms) 4: [ RUN ] openmp.array_strided_element_access 4: [ OK ] openmp.array_strided_element_access (0 ms) 4: [ RUN ] openmp.array_strided_assignment 4: [ OK ] openmp.array_strided_assignment (0 ms) 4: [ RUN ] openmp.atomic_operations_complexdouble 4: [ OK ] openmp.atomic_operations_complexdouble (11 ms) 4: [ RUN ] openmp.atomic_operations_complexfloat 4: [ OK ] openmp.atomic_operations_complexfloat (11 ms) 4: [ RUN ] openmp.atomic_operations_double 4: [ OK ] openmp.atomic_operations_double (8 ms) 4: [ RUN ] openmp.atomic_operations_float 4: [ OK ] openmp.atomic_operations_float (7 ms) 4: [ RUN ] openmp.atomic_operations_int 4: [ OK ] openmp.atomic_operations_int (17 ms) 4: [ RUN ] openmp.atomic_operations_long 4: [ OK ] openmp.atomic_operations_long (17 ms) 4: [ RUN ] openmp.atomic_operations_longlong 4: [ OK ] openmp.atomic_operations_longlong (17 ms) 4: [ RUN ] openmp.atomic_shared 4: [ OK ] openmp.atomic_shared (0 ms) 4: [ RUN ] openmp.atomic_operations_unsigned 4: [ OK ] openmp.atomic_operations_unsigned (13 ms) 4: [ RUN ] openmp.atomic_operations_unsignedlong 4: [ OK ] openmp.atomic_operations_unsignedlong (13 ms) 4: [ RUN ] openmp.atomics 4: [ OK ] openmp.atomics (38 ms) 4: [ RUN ] openmp.atomics_tpetra_max_abs 4: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] openmp.atomic_views_integral 4: [ OK ] openmp.atomic_views_integral (238 ms) 4: [ RUN ] openmp.atomic_views_nonintegral 4: [ OK ] openmp.atomic_views_nonintegral (57 ms) 4: [ RUN ] openmp.atomic_view_api 4: [ OK ] openmp.atomic_view_api (0 ms) 4: [ RUN ] openmp.bit_manip_countl_zero 4: [ OK ] openmp.bit_manip_countl_zero (0 ms) 4: [ RUN ] openmp.bit_manip_countl_one 4: [ OK ] openmp.bit_manip_countl_one (0 ms) 4: [ RUN ] openmp.bit_manip_countr_zero 4: [ OK ] openmp.bit_manip_countr_zero (0 ms) 4: [ RUN ] openmp.bit_manip_countr_one 4: [ OK ] openmp.bit_manip_countr_one (0 ms) 4: [ RUN ] openmp.bit_manip_popcount 4: [ OK ] openmp.bit_manip_popcount (0 ms) 4: [ RUN ] openmp.bit_manip_has_single_bit 4: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 4: [ RUN ] openmp.bit_manip_bit_floor 4: [ OK ] openmp.bit_manip_bit_floor (0 ms) 4: [ RUN ] openmp.bit_manip_bit_ceil 4: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 4: [ RUN ] openmp.bit_manip_bit_width 4: [ OK ] openmp.bit_manip_bit_width (0 ms) 4: [ RUN ] openmp.bit_manip_rotl 4: [ OK ] openmp.bit_manip_rotl (0 ms) 4: [ RUN ] openmp.bit_manip_rotr 4: [ OK ] openmp.bit_manip_rotr (0 ms) 4: [ RUN ] openmp.bit_manip_byeswap 4: [ OK ] openmp.bit_manip_byeswap (0 ms) 4: [ RUN ] openmp.bit_manip_bit_cast 4: [ OK ] openmp.bit_manip_bit_cast (0 ms) 4: [ RUN ] openmp.test_block_deduction_bug_pr_3103 4: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] openmp.checked_integer_operations_multiply_overflow 4: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] openmp.execution_policy_occupancy_and_hint 4: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] openmp.complex_construction 4: [ OK ] openmp.complex_construction (0 ms) 4: [ RUN ] openmp.complex_basic_math 4: [ OK ] openmp.complex_basic_math (0 ms) 4: [ RUN ] openmp.complex_special_funtions 4: [ OK ] openmp.complex_special_funtions (0 ms) 4: [ RUN ] openmp.complex_io 4: [ OK ] openmp.complex_io (0 ms) 4: [ RUN ] openmp.complex_trivially_copyable 4: [ OK ] openmp.complex_trivially_copyable (0 ms) 4: [ RUN ] openmp.complex_issue_3865 4: [ OK ] openmp.complex_issue_3865 (0 ms) 4: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 4: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] openmp.crs_count_fill 4: [ OK ] openmp.crs_count_fill (2 ms) 4: [ RUN ] openmp.crs_copy_constructor 4: [ OK ] openmp.crs_copy_constructor (10 ms) 4: [ RUN ] openmp.deep_copy_alignment 4: [ OK ] openmp.deep_copy_alignment (5 ms) 4: [ RUN ] openmp.deep_copy_conversion 4: [ OK ] openmp.deep_copy_conversion (34 ms) 4: [ RUN ] openmp.partitioning_by_args 4: [ OK ] openmp.partitioning_by_args (54 ms) 4: [ RUN ] openmp.partitioning_by_vector 4: [ OK ] openmp.partitioning_by_vector (63 ms) 4: [ RUN ] openmp.execution_space_as_class_data_member 4: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 4: [ RUN ] openmp.functor_analysis 4: [ OK ] openmp.functor_analysis (0 ms) 4: [ RUN ] openmp.host_shared_ptr_use_count 4: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 4: [ RUN ] openmp.host_shared_ptr_get 4: [ OK ] openmp.host_shared_ptr_get (0 ms) 4: [ RUN ] openmp.host_shared_ptr_dereference_on_device 4: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] openmp.host_shared_ptr_special_members_on_device 4: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] openmp.host_shared_ptr_tracking 4: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 4: [ RUN ] openmp.init 4: [ OK ] openmp.init (0 ms) 4: [ RUN ] openmp.dispatch 4: [ OK ] openmp.dispatch (379 ms) 4: [ RUN ] openmp.join_backward_compatibility 4: [ OK ] openmp.join_backward_compatibility (0 ms) 4: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 4: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1671 ms) 4: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 4: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1519 ms) 4: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 4: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (1118 ms) 4: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 4: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (1114 ms) 4: [ RUN ] openmp.deep_copy_scratch 4: [ OK ] openmp.deep_copy_scratch (0 ms) 4: [ RUN ] openmp.mathematical_constants_e 4: [ OK ] openmp.mathematical_constants_e (0 ms) 4: [ RUN ] openmp.mathematical_constants_log2e 4: [ OK ] openmp.mathematical_constants_log2e (0 ms) 4: [ RUN ] openmp.mathematical_constants_log10e 4: [ OK ] openmp.mathematical_constants_log10e (0 ms) 4: [ RUN ] openmp.mathematical_constants_pi 4: [ OK ] openmp.mathematical_constants_pi (0 ms) 4: [ RUN ] openmp.mathematical_constants_inv_pi 4: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 4: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] openmp.mathematical_constants_ln2 4: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 4: [ RUN ] openmp.mathematical_constants_ln10 4: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 4: [ RUN ] openmp.mathematical_constants_sqrt2 4: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] openmp.mathematical_constants_sqrt3 4: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] openmp.mathematical_constants_inv_sqrt3 4: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] openmp.mathematical_constants_egamma 4: [ OK ] openmp.mathematical_constants_egamma (0 ms) 4: [ RUN ] openmp.mathematical_constants_phi 4: [ OK ] openmp.mathematical_constants_phi (0 ms) 4: [ RUN ] openmp.mathematical_functions_trigonometric_functions 4: [ OK ] openmp.mathematical_functions_trigonometric_functions (3 ms) 4: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 4: [ OK ] openmp.mathematical_functions_hyperbolic_functions (3 ms) 4: [ RUN ] openmp.mathematical_functions_non_standard 4: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 4: [ RUN ] openmp.mathematical_functions_power_functions 4: [ OK ] openmp.mathematical_functions_power_functions (1 ms) 4: [ RUN ] openmp.mathematical_functions_fma 4: [ OK ] openmp.mathematical_functions_fma (0 ms) 4: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 4: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms) 4: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 4: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (1 ms) 4: [ RUN ] openmp.mathematical_functions_absolute_value 4: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 4: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] openmp.mathematical_functions_remainder_function 4: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] openmp.mathematical_functions_isfinite 4: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 4: [ RUN ] openmp.mathematical_functions_isinf 4: [ OK ] openmp.mathematical_functions_isinf (0 ms) 4: [ RUN ] openmp.mathematical_functions_isnan 4: [ OK ] openmp.mathematical_functions_isnan (0 ms) 4: [ RUN ] openmp.mathematical_functions_exponential_functions 4: [ OK ] openmp.mathematical_functions_exponential_functions (3 ms) 4: [ RUN ] openmp.mathspecialfunc_expint1 4: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] openmp.mathspecialfunc_errorfunc 4: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 4: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 4: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (2 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 4: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 4: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 4: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 4: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] openmp.mdrange_5d 4: [ OK ] openmp.mdrange_5d (39 ms) 4: [ RUN ] openmp.mdrange_6d 4: [ OK ] openmp.mdrange_6d (111 ms) 4: [ RUN ] openmp.mdrange_2d 4: [ OK ] openmp.mdrange_2d (2 ms) 4: [ RUN ] openmp.mdrange_array_reduce 4: [ OK ] openmp.mdrange_array_reduce (0 ms) 4: [ RUN ] openmp.mdrange_3d 4: [ OK ] openmp.mdrange_3d (12 ms) 4: [ RUN ] openmp.mdrange_neg_idx 4: [ OK ] openmp.mdrange_neg_idx (55 ms) 4: [ RUN ] openmp.mdrange_4d 4: [ OK ] openmp.mdrange_4d (11 ms) 4: [ RUN ] openmp.mdrange_scalar 4: [ OK ] openmp.mdrange_scalar (0 ms) 4: [ RUN ] openmp.mdrange_large_deep_copy 4: [ OK ] openmp.mdrange_large_deep_copy (905 ms) 4: [ RUN ] openmp.md_range_policy_construction_from_arrays 4: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 4: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (5010 ms) 4: [ RUN ] openmp.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 4: [ RUN ] openmp.max 4: [ OK ] openmp.max (0 ms) 4: [ RUN ] openmp.max_within_parfor 4: [ OK ] openmp.max_within_parfor (0 ms) 4: [ RUN ] openmp.min 4: [ OK ] openmp.min (0 ms) 4: [ RUN ] openmp.min_within_parfor 4: [ OK ] openmp.min_within_parfor (0 ms) 4: [ RUN ] openmp.minmax 4: [ OK ] openmp.minmax (0 ms) 4: [ RUN ] openmp.minmax_within_parfor 4: [ OK ] openmp.minmax_within_parfor (0 ms) 4: [ RUN ] openmp.clamp 4: [ OK ] openmp.clamp (0 ms) 4: [ RUN ] openmp.clamp_within_parfor 4: [ OK ] openmp.clamp_within_parfor (0 ms) 4: [ RUN ] openmp.numeric_traits_infinity 4: [ OK ] openmp.numeric_traits_infinity (0 ms) 4: [ RUN ] openmp.numeric_traits_epsilon 4: [ OK ] openmp.numeric_traits_epsilon (0 ms) 4: [ RUN ] openmp.numeric_traits_round_error 4: [ OK ] openmp.numeric_traits_round_error (0 ms) 4: [ RUN ] openmp.numeric_traits_norm_min 4: [ OK ] openmp.numeric_traits_norm_min (0 ms) 4: [ RUN ] openmp.numeric_traits_denorm_min 4: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 4: [ RUN ] openmp.numeric_traits_finite_min_max 4: [ OK ] openmp.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] openmp.numeric_traits_digits 4: [ OK ] openmp.numeric_traits_digits (1 ms) 4: [ RUN ] openmp.numeric_traits_digits10 4: [ OK ] openmp.numeric_traits_digits10 (1 ms) 4: [ RUN ] openmp.numeric_traits_max_digits10 4: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] openmp.numeric_traits_radix 4: [ OK ] openmp.numeric_traits_radix (1 ms) 4: [ RUN ] openmp.numeric_traits_min_max_exponent 4: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] openmp.numeric_traits_min_max_exponent10 4: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 4: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] openmp.numeric_traits_sfinae_friendly 4: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] openmp.view_aggregate 4: [ OK ] openmp.view_aggregate (0 ms) 4: [ RUN ] openmp.memory_pool 4: [ OK ] openmp.memory_pool (71 ms) 4: [ RUN ] openmp.cxx11 4: [ OK ] openmp.cxx11 (0 ms) 4: [ RUN ] openmp.viewctorprop_embedded_dim 4: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] openmp.view_layouttiled 4: [ OK ] openmp.view_layouttiled (1 ms) 4: [ RUN ] openmp.view_layouttiled_subtile 4: [ OK ] openmp.view_layouttiled_subtile (0 ms) 4: [ RUN ] openmp.parallel_scan_range_policy 4: [ OK ] openmp.parallel_scan_range_policy (37 ms) 4: [ RUN ] openmp.kokkos_printf 4: [ OK ] openmp.kokkos_printf (0 ms) 4: [ RUN ] openmp.quad_precision_reductions 4: [ OK ] openmp.quad_precision_reductions (0 ms) 4: [ RUN ] openmp.quad_precision_common_math_functions 4: [ OK ] openmp.quad_precision_common_math_functions (0 ms) 4: [ RUN ] openmp.range_for 4: [ OK ] openmp.range_for (1 ms) 4: [ RUN ] openmp.range_reduce 4: [ OK ] openmp.range_reduce (2 ms) 4: [ RUN ] openmp.range_dynamic_policy 4: [ OK ] openmp.range_dynamic_policy (17 ms) 4: [ RUN ] openmp.range_policy_runtime_parameters 4: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 4: [ RUN ] openmp.range_for_require 4: [ OK ] openmp.range_for_require (1 ms) 4: [ RUN ] openmp.range_reduce_require 4: [ OK ] openmp.range_reduce_require (34 ms) 4: [ RUN ] openmp.range_dynamic_policy_require 4: [ OK ] openmp.range_dynamic_policy_require (22 ms) 4: [ RUN ] openmp.reducers_int 4: [ OK ] openmp.reducers_int (3 ms) 4: [ RUN ] openmp.reducers_double 4: [ OK ] openmp.reducers_double (4 ms) 4: [ RUN ] openmp.reducers_complex_double 4: [ OK ] openmp.reducers_complex_double (1 ms) 4: [ RUN ] openmp.reducers_struct 4: [ OK ] openmp.reducers_struct (3 ms) 4: [ RUN ] openmp.reducers_half_t 4: [ OK ] openmp.reducers_half_t (2 ms) 4: [ RUN ] openmp.reducers_bhalf_t 4: [ OK ] openmp.reducers_bhalf_t (2 ms) 4: [ RUN ] openmp.reducers_int8_t 4: [ OK ] openmp.reducers_int8_t (1 ms) 4: [ RUN ] openmp.reducers_point_t 4: [ OK ] openmp.reducers_point_t (2 ms) 4: [ RUN ] openmp.reducers_bool 4: [ OK ] openmp.reducers_bool (0 ms) 4: [ RUN ] openmp.int64_t_reduce 4: [ OK ] openmp.int64_t_reduce (124 ms) 4: [ RUN ] openmp.double_reduce 4: [ OK ] openmp.double_reduce (132 ms) 4: [ RUN ] openmp.int64_t_reduce_dynamic 4: [ OK ] openmp.int64_t_reduce_dynamic (327 ms) 4: [ RUN ] openmp.double_reduce_dynamic 4: [ OK ] openmp.double_reduce_dynamic (410 ms) 4: [ RUN ] openmp.int64_t_reduce_dynamic_view 4: [ OK ] openmp.int64_t_reduce_dynamic_view (86 ms) 4: [ RUN ] openmp.int_combined_reduce 4: [ OK ] openmp.int_combined_reduce (0 ms) 4: [ RUN ] openmp.mdrange_combined_reduce 4: [ OK ] openmp.mdrange_combined_reduce (0 ms) 4: [ RUN ] openmp.int_combined_reduce_mixed 4: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 4: [ RUN ] openmp.reduction_deduction 4: [ OK ] openmp.reduction_deduction (0 ms) 4: [ RUN ] openmp.reduce_device_view_range_policy 4: [ OK ] openmp.reduce_device_view_range_policy (11 ms) 4: [ RUN ] openmp.reduce_device_view_mdrange_policy 4: [ OK ] openmp.reduce_device_view_mdrange_policy (642 ms) 4: [ RUN ] openmp.reduce_device_view_team_policy 4: [ OK ] openmp.reduce_device_view_team_policy (629 ms) 4: [ RUN ] openmp.impl_shared_alloc 4: [ OK ] openmp.impl_shared_alloc (5 ms) 4: [ RUN ] openmp.team_for 4: [ OK ] openmp.team_for (260 ms) 4: [ RUN ] openmp.team_reduce 4: [ OK ] openmp.team_reduce (238 ms) 4: [ RUN ] openmp.team_reduce_large 4: [ OK ] openmp.team_reduce_large (582 ms) 4: [ RUN ] openmp.team_parallel_single 4: [ OK ] openmp.team_parallel_single (33490 ms) 4: [ RUN ] openmp.large_team_scratch_size 4: [ OK ] openmp.large_team_scratch_size (0 ms) 4: [ RUN ] openmp.team_broadcast_long 4: [ OK ] openmp.team_broadcast_long (1041 ms) 4: [ RUN ] openmp.team_broadcast_long_wrapper 4: [ OK ] openmp.team_broadcast_long_wrapper (1040 ms) 4: [ RUN ] openmp.team_broadcast_char 4: [ OK ] openmp.team_broadcast_char (1034 ms) 4: [ RUN ] openmp.team_broadcast_float 4: [ OK ] openmp.team_broadcast_float (1023 ms) 4: [ RUN ] openmp.team_broadcast_double 4: [ OK ] openmp.team_broadcast_double (1041 ms) 4: [ RUN ] openmp.team_handle_by_value 4: [ OK ] openmp.team_handle_by_value (0 ms) 4: [ RUN ] openmp.team_vector 4: [ OK ] openmp.team_vector (3977 ms) 4: [ RUN ] openmp.triple_nested_parallelism 4: [ OK ] openmp.triple_nested_parallelism (432 ms) 4: [ RUN ] openmp.parallel_scan_with_reducers 4: [ OK ] openmp.parallel_scan_with_reducers (59 ms) 4: [ RUN ] openmp.team_thread_range_combined_reducers 4: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] openmp.thread_vector_range_combined_reducers 4: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] openmp.team_vector_range_combined_reducers 4: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] openmp.TeamThreadMDRangeParallelFor 4: [ OK ] openmp.TeamThreadMDRangeParallelFor (5 ms) 4: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 4: [ OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms) 4: [ RUN ] openmp.TeamVectorMDRangeParallelFor 4: [ OK ] openmp.TeamVectorMDRangeParallelFor (5 ms) 4: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 4: [ OK ] openmp.TeamThreadMDRangeParallelReduce (7 ms) 4: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 4: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 4: [ OK ] openmp.TeamVectorMDRangeParallelReduce (8 ms) 4: [ RUN ] openmp.team_policy_runtime_parameters 4: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 4: [ RUN ] openmp.team_reduction_scan 4: [ OK ] openmp.team_reduction_scan (123205 ms) 4: [ RUN ] openmp.team_long_reduce 4: [ OK ] openmp.team_long_reduce (123 ms) 4: [ RUN ] openmp.team_double_reduce 4: [ OK ] openmp.team_double_reduce (83 ms) 4: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] openmp.repeated_team_reduce 4: [ OK ] openmp.repeated_team_reduce (1696 ms) 4: [ RUN ] openmp.team_scan 4: [ OK ] openmp.team_scan (1253 ms) 4: [ RUN ] openmp.team_scan_ret_val 4: [ OK ] openmp.team_scan_ret_val (1301 ms) 4: [ RUN ] openmp.team_shared_request 4: [ OK ] openmp.team_shared_request (338 ms) 4: [ RUN ] openmp.team_scratch_request 4: [ OK ] openmp.team_scratch_request (496 ms) 4: [ RUN ] openmp.team_lambda_shared_request 4: [ OK ] openmp.team_lambda_shared_request (23 ms) 4: [ RUN ] openmp.scratch_align 4: [ OK ] openmp.scratch_align (0 ms) 4: [ RUN ] openmp.shmem_size 4: [ OK ] openmp.shmem_size (0 ms) 4: [ RUN ] openmp.multi_level_scratch 4: [ OK ] openmp.multi_level_scratch (72 ms) 4: [ RUN ] openmp.team_scratch_memory_index_parallel_for 4: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] openmp.team_policy_max_recommended 4: [ OK ] openmp.team_policy_max_recommended (43116 ms) 4: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] openmp.team_teamvector_range 4: [ OK ] openmp.team_teamvector_range (1136 ms) 4: [ RUN ] openmp.unique_token_global 4: [ OK ] openmp.unique_token_global (6 ms) 4: [ RUN ] openmp.unique_token_instance 4: [ OK ] openmp.unique_token_instance (19 ms) 4: [ RUN ] openmp.unique_token_team_acquire 4: [ OK ] openmp.unique_token_team_acquire (8 ms) 4: [ RUN ] openmp.view_api_a 4: [ OK ] openmp.view_api_a (6 ms) 4: [ RUN ] openmp.view_api_b 4: [ OK ] openmp.view_api_b (1 ms) 4: [ RUN ] openmp.view_api_c 4: [ OK ] openmp.view_api_c (0 ms) 4: [ RUN ] openmp.view_api_d 4: [ OK ] openmp.view_api_d (0 ms) 4: [ RUN ] openmp.view_allocation_error 4: [ OK ] openmp.view_allocation_error (0 ms) 4: [ RUN ] openmp.view_remap 4: [ OK ] openmp.view_remap (0 ms) 4: [ RUN ] openmp.view_mirror_nonconst 4: [ OK ] openmp.view_mirror_nonconst (0 ms) 4: [ RUN ] openmp.view_stride_method 4: [ OK ] openmp.view_stride_method (0 ms) 4: [ RUN ] openmp.anonymous_space 4: [ OK ] openmp.anonymous_space (0 ms) 4: [ RUN ] openmp.view_overload_resolution 4: [ OK ] openmp.view_overload_resolution (0 ms) 4: [ RUN ] openmp.view_allocation_large_rank 4: [ OK ] openmp.view_allocation_large_rank (1339 ms) 4: [ RUN ] openmp.view_shmem_size_on_device 4: [ OK ] openmp.view_shmem_size_on_device (0 ms) 4: [ RUN ] openmp.view_is_assignable 4: [ OK ] openmp.view_is_assignable (0 ms) 4: [ RUN ] openmp.view_copy_tests 4: [ OK ] openmp.view_copy_tests (7 ms) 4: [ RUN ] openmp.view_copy_tests_rank_0 4: [ OK ] openmp.view_copy_tests_rank_0 (2 ms) 4: [ RUN ] openmp.view_copy_degenerated 4: [ OK ] openmp.view_copy_degenerated (0 ms) 4: [ RUN ] openmp.view_hooks 4: [ OK ] openmp.view_hooks (0 ms) 4: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (46 ms) 4: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (42 ms) 4: [ RUN ] openmp.view_irregular_layout 4: [ OK ] openmp.view_irregular_layout (0 ms) 4: [ RUN ] openmp.view_mapping 4: [ OK ] openmp.view_mapping (54 ms) 4: [ RUN ] openmp.view_mapping_operator 4: [ OK ] openmp.view_mapping_operator (2 ms) 4: [ RUN ] openmp.static_extent 4: [ OK ] openmp.static_extent (0 ms) 4: [ RUN ] openmp.view_mapping_atomic 4: [ OK ] openmp.view_mapping_atomic (1 ms) 4: [ RUN ] openmp.view_mapping_class_value 4: [ OK ] openmp.view_mapping_class_value (0 ms) 4: [ RUN ] openmp.view_mapping_assignable 4: [ OK ] openmp.view_mapping_assignable (0 ms) 4: [ RUN ] openmp.view_mapping_trivially_copyable 4: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] openmp.view_mapping_subview 4: [ OK ] openmp.view_mapping_subview (0 ms) 4: [ RUN ] openmp.view_nested_view 4: [ OK ] openmp.view_nested_view (0 ms) 4: [ RUN ] openmp.view_resize 4: [ OK ] openmp.view_resize (6 ms) 4: [ RUN ] openmp.view_realloc 4: [ OK ] openmp.view_realloc (0 ms) 4: [ RUN ] openmp.workgraph_fib 4: [ OK ] openmp.workgraph_fib (932 ms) 4: [ RUN ] openmp.resize_realloc_no_init 4: [ OK ] openmp.resize_realloc_no_init (0 ms) 4: [ RUN ] openmp.resize_realloc_no_alloc 4: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 4: [ RUN ] openmp.realloc_exec_space 4: [ OK ] openmp.realloc_exec_space (0 ms) 4: [ RUN ] openmp.view_alloc 4: [ OK ] openmp.view_alloc (0 ms) 4: [ RUN ] openmp.view_alloc_exec_space 4: [ OK ] openmp.view_alloc_exec_space (0 ms) 4: [ RUN ] openmp.view_alloc_int 4: [ OK ] openmp.view_alloc_int (0 ms) 4: [ RUN ] openmp.view_alloc_exec_space_int 4: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 4: [ RUN ] openmp.deep_copy_zero_memset 4: [ OK ] openmp.deep_copy_zero_memset (0 ms) 4: [ RUN ] openmp.resize_exec_space 4: [ OK ] openmp.resize_exec_space (0 ms) 4: [ RUN ] openmp.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] openmp.view_allocation_int (0 ms) 4: [ RUN ] openmp.view_allocation_exec_space_int 4: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 4: [ RUN ] openmp.view_not_default_constructible 4: [ OK ] openmp.view_not_default_constructible (0 ms) 4: [ RUN ] openmp.view_subview_auto_1d_left 4: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 4: [ RUN ] openmp.view_subview_auto_1d_right 4: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 4: [ RUN ] openmp.view_subview_auto_1d_stride 4: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] openmp.view_subview_assign_strided 4: [ OK ] openmp.view_subview_assign_strided (0 ms) 4: [ RUN ] openmp.view_subview_left_0 4: [ OK ] openmp.view_subview_left_0 (0 ms) 4: [ RUN ] openmp.view_subview_left_1 4: [ OK ] openmp.view_subview_left_1 (0 ms) 4: [ RUN ] openmp.view_subview_left_2 4: [ OK ] openmp.view_subview_left_2 (0 ms) 4: [ RUN ] openmp.view_subview_left_3 4: [ OK ] openmp.view_subview_left_3 (0 ms) 4: [ RUN ] openmp.view_subview_right_0 4: [ OK ] openmp.view_subview_right_0 (0 ms) 4: [ RUN ] openmp.view_subview_right_1 4: [ OK ] openmp.view_subview_right_1 (0 ms) 4: [ RUN ] openmp.view_subview_right_3 4: [ OK ] openmp.view_subview_right_3 (0 ms) 4: [ RUN ] openmp.view_static_tests 4: [ OK ] openmp.view_static_tests (0 ms) 4: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 4: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms) 4: [ RUN ] openmp.view_subview_layoutright_to_layoutright 4: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] openmp.view_subview_1d_assign 4: [ OK ] openmp.view_subview_1d_assign (1 ms) 4: [ RUN ] openmp.view_subview_1d_assign_atomic 4: [ OK ] openmp.view_subview_1d_assign_atomic (1 ms) 4: [ RUN ] openmp.view_subview_1d_assign_randomaccess 4: [ OK ] openmp.view_subview_1d_assign_randomaccess (1 ms) 4: [ RUN ] openmp.view_subview_2d_from_3d 4: [ OK ] openmp.view_subview_2d_from_3d (36 ms) 4: [ RUN ] openmp.view_subview_2d_from_3d_atomic 4: [ OK ] openmp.view_subview_2d_from_3d_atomic (36 ms) 4: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 4: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (35 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_left 4: [ OK ] openmp.view_subview_3d_from_5d_left (429 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 4: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (309 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (304 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_right 4: [ OK ] openmp.view_subview_3d_from_5d_right (367 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 4: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (370 ms) 4: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (352 ms) 4: [ RUN ] openmp.view_test_unmanaged_subview_reset 4: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] openmp.view_subview_memory_traits_construction 4: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 4: [ RUN ] openmp.task_fib_deprecated 4: [ OK ] openmp.task_fib_deprecated (2897 ms) 4: [ RUN ] openmp.task_depend_deprecated 4: [ OK ] openmp.task_depend_deprecated (45 ms) 4: [ RUN ] openmp.task_team_deprecated 4: [ OK ] openmp.task_team_deprecated (0 ms) 4: [ RUN ] openmp.task_with_mempool_deprecated 4: [ OK ] openmp.task_with_mempool_deprecated (0 ms) 4: [ RUN ] openmp.task_multiple_depend_deprecated 4: [ OK ] openmp.task_multiple_depend_deprecated (22 ms) 4: [ RUN ] openmp.task_scheduler_ctors_deprecated 4: [ OK ] openmp.task_scheduler_ctors_deprecated (0 ms) 4: [ RUN ] openmp.task_scheduer_ctors_device_deprecated 4: [ OK ] openmp.task_scheduer_ctors_device_deprecated (0 ms) 4: [ RUN ] openmp.task_fib_deprecated_multiple 4: [ OK ] openmp.task_fib_deprecated_multiple (2943 ms) 4: [ RUN ] openmp.task_depend_deprecated_multiple 4: [ OK ] openmp.task_depend_deprecated_multiple (95 ms) 4: [ RUN ] openmp.task_team_deprecated_multiple 4: [ OK ] openmp.task_team_deprecated_multiple (0 ms) 4: [ RUN ] openmp.task_with_mempool_deprecated_multiple 4: [ OK ] openmp.task_with_mempool_deprecated_multiple (19 ms) 4: [ RUN ] openmp.task_multiple_depend_deprecated_multiple 4: [ OK ] openmp.task_multiple_depend_deprecated_multiple (22 ms) 4: [ RUN ] openmp.task_scheduler_ctors_deprecated_multiple 4: [ OK ] openmp.task_scheduler_ctors_deprecated_multiple (0 ms) 4: [ RUN ] openmp.task_scheduer_ctors_device_deprecated_multiple 4: [ OK ] openmp.task_scheduer_ctors_device_deprecated_multiple (0 ms) 4: [ RUN ] openmp.task_fib_single 4: [ OK ] openmp.task_fib_single (2681 ms) 4: [ RUN ] openmp.task_depend_single 4: [ OK ] openmp.task_depend_single (128 ms) 4: [ RUN ] openmp.task_team_single 4: [ OK ] openmp.task_team_single (0 ms) 4: [ RUN ] openmp.task_with_mempool_single 4: [ OK ] openmp.task_with_mempool_single (0 ms) 4: [ RUN ] openmp.task_multiple_depend_single 4: [ OK ] openmp.task_multiple_depend_single (23 ms) 4: [ RUN ] openmp.task_scheduler_ctors_single 4: [ OK ] openmp.task_scheduler_ctors_single (0 ms) 4: [ RUN ] openmp.task_scheduer_ctors_device_single 4: [ OK ] openmp.task_scheduer_ctors_device_single (0 ms) 4: [ RUN ] openmp.task_fib_multiple 4: [ OK ] openmp.task_fib_multiple (1751 ms) 4: [ RUN ] openmp.task_depend_multiple 4: [ OK ] openmp.task_depend_multiple (89 ms) 4: [ RUN ] openmp.task_team_multiple 4: [ OK ] openmp.task_team_multiple (0 ms) 4: [ RUN ] openmp.task_with_mempool_multiple 4: [ OK ] openmp.task_with_mempool_multiple (0 ms) 4: [ RUN ] openmp.task_multiple_depend_multiple 4: [ OK ] openmp.task_multiple_depend_multiple (22 ms) 4: [ RUN ] openmp.task_scheduler_ctors_multiple 4: [ OK ] openmp.task_scheduler_ctors_multiple (0 ms) 4: [ RUN ] openmp.task_scheduer_ctors_device_multiple 4: [ OK ] openmp.task_scheduer_ctors_device_multiple (0 ms) 4: [ RUN ] openmp.task_fib_chase_lev 4: [ OK ] openmp.task_fib_chase_lev (1795 ms) 4: [ RUN ] openmp.task_depend_chase_lev 4: [ OK ] openmp.task_depend_chase_lev (41 ms) 4: [ RUN ] openmp.task_team_chase_lev 4: [ OK ] openmp.task_team_chase_lev (0 ms) 4: [ RUN ] openmp.task_with_mempool_chase_lev 4: [ OK ] openmp.task_with_mempool_chase_lev (0 ms) 4: [ RUN ] openmp.task_multiple_depend_chase_lev 4: [ OK ] openmp.task_multiple_depend_chase_lev (22 ms) 4: [ RUN ] openmp.task_scheduler_ctors_chase_lev 4: [ OK ] openmp.task_scheduler_ctors_chase_lev (0 ms) 4: [ RUN ] openmp.task_scheduer_ctors_device_chase_lev 4: [ OK ] openmp.task_scheduer_ctors_device_chase_lev (0 ms) 4: [ RUN ] openmp.partition_master 4: [ OK ] openmp.partition_master (85 ms) 4: [----------] 331 tests from openmp (249742 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 342 tests from 2 test suites ran. (276412 ms total) 4: [ PASSED ] 338 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] openmp.mdspan_minimal_functional 4: [ SKIPPED ] openmp.view_allocation_int 4/64 Test #4: Kokkos_CoreUnitTest_OpenMP .................. Passed 276.42 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMPInterOp 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 5: Test timeout computed to be: 1500 5: [==========] Running 1 test from 1 test suite. 5: [----------] Global test environment set-up. 5: [----------] 1 test from openmp 5: [ RUN ] openmp.raw_openmp_interop 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 4 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [ OK ] openmp.raw_openmp_interop (0 ms) 5: [----------] 1 test from openmp (0 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (0 ms total) 5: [ PASSED ] 1 test. 5/64 Test #5: Kokkos_CoreUnitTest_OpenMPInterOp ........... Passed 0.01 sec test 6 Start 6: Kokkos_CoreUnitTest_OpenMPGraph 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 4 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [==========] Running 5 tests from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 5 tests from openmp_count_bugs 6: [ RUN ] openmp_count_bugs.launch_one 6: [ OK ] openmp_count_bugs.launch_one (0 ms) 6: [ RUN ] openmp_count_bugs.launch_one_rvalue 6: [ OK ] openmp_count_bugs.launch_one_rvalue (0 ms) 6: [ RUN ] openmp_count_bugs.launch_six 6: [ OK ] openmp_count_bugs.launch_six (0 ms) 6: [ RUN ] openmp_count_bugs.when_all_cycle 6: [ OK ] openmp_count_bugs.when_all_cycle (0 ms) 6: [ RUN ] openmp_count_bugs.zero_work_reduce 6: [ OK ] openmp_count_bugs.zero_work_reduce (0 ms) 6: [----------] 5 tests from openmp_count_bugs (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 5 tests from 1 test suite ran. (0 ms total) 6: [ PASSED ] 5 tests. 6: 6: YOU HAVE 1 DISABLED TEST 6: 6/64 Test #6: Kokkos_CoreUnitTest_OpenMPGraph ............. Passed 0.01 sec test 7 Start 7: Kokkos_CoreUnitTest_Default 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 4 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 74 tests from 41 test suites. 7: [----------] Global test environment set-up. 7: [----------] 34 tests from defaultdevicetype 7: [ RUN ] defaultdevicetype.init_arguments_implicit_conversion_to_initialization_settings 7: [ OK ] defaultdevicetype.init_arguments_implicit_conversion_to_initialization_settings (0 ms) 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_num_devices 7: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 7: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 7: [ OK ] defaultdevicetype.cmd_line_args_num_devices (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 7: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 7: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_help 7: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_num_threads 7: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_device_id 7: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_num_devices 7: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 7: [ OK ] defaultdevicetype.env_vars_num_devices (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: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 7: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 7: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 7: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 7: [ OK ] defaultdevicetype.visible_devices (0 ms) 7: [ RUN ] defaultdevicetype.shared_space 7: /var/jenkins/workspace/Kokkos_PR-6770/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-6770/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped 7: Skipping as host and device are the same space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms) 7: [ RUN ] defaultdevicetype.compiler_macros 7: [ OK ] defaultdevicetype.compiler_macros (0 ms) 7: [ RUN ] defaultdevicetype.half_conversion 7: [ OK ] defaultdevicetype.half_conversion (0 ms) 7: [ RUN ] defaultdevicetype.bhalf_conversion 7: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 7: [ RUN ] defaultdevicetype.half_operators 7: [ OK ] defaultdevicetype.half_operators (0 ms) 7: [ RUN ] defaultdevicetype.bhalf_operators 7: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 7: [ RUN ] defaultdevicetype.host_space_access 7: [ OK ] defaultdevicetype.host_space_access (0 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a1 7: [ OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b1 7: [ OK ] defaultdevicetype.reduce_instantiation_b1 (13 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 (24 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c2 7: [ OK ] defaultdevicetype.reduce_instantiation_c2 (12 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a3 7: [ OK ] defaultdevicetype.reduce_instantiation_a3 (12 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: [ RUN ] defaultdevicetype.malloc 7: [ OK ] defaultdevicetype.malloc (0 ms) 7: [----------] 34 tests from defaultdevicetype (135 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 = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/0.sizes 7: [ OK ] TestViewAPI/0.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/0 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/1.sizes 7: [ OK ] TestViewAPI/1.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/1 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/2.sizes 7: [ OK ] TestViewAPI/2.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/2 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/3.sizes 7: [ OK ] TestViewAPI/3.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/3 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/4.sizes 7: [ OK ] TestViewAPI/4.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/4 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/5.sizes 7: [ OK ] TestViewAPI/5.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/5 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/6.sizes 7: [ OK ] TestViewAPI/6.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/6 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/7.sizes 7: [ OK ] TestViewAPI/7.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/7 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/8.sizes 7: [ OK ] TestViewAPI/8.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/8 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/9.sizes 7: [ OK ] TestViewAPI/9.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/9 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/10.sizes 7: [ OK ] TestViewAPI/10.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/10 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/11.sizes 7: [ OK ] TestViewAPI/11.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/11 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/12.sizes 7: [ OK ] TestViewAPI/12.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/12 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/13.sizes 7: [ OK ] TestViewAPI/13.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/13 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/14.sizes 7: [ OK ] TestViewAPI/14.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/14 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/15.sizes 7: [ OK ] TestViewAPI/15.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/15 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/16.sizes 7: [ OK ] TestViewAPI/16.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/16 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/17.sizes 7: [ OK ] TestViewAPI/17.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/17 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/18.sizes 7: [ OK ] TestViewAPI/18.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/18 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/19.sizes 7: [ OK ] TestViewAPI/19.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/19 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/20.sizes 7: [ OK ] TestViewAPI/20.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/20 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/21.sizes 7: [ OK ] TestViewAPI/21.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/21 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/22.sizes 7: [ OK ] TestViewAPI/22.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/22 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/23.sizes 7: [ OK ] TestViewAPI/23.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/23 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/24.sizes 7: [ OK ] TestViewAPI/24.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/24 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/25.sizes 7: [ OK ] TestViewAPI/25.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/25 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/26.sizes 7: [ OK ] TestViewAPI/26.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/26 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/27.sizes 7: [ OK ] TestViewAPI/27.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/27 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/28.sizes 7: [ OK ] TestViewAPI/28.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/28 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/29.sizes 7: [ OK ] TestViewAPI/29.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/29 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/30.sizes 7: [ OK ] TestViewAPI/30.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/30 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/31.sizes 7: [ OK ] TestViewAPI/31.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/31 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/32.sizes 7: [ OK ] TestViewAPI/32.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/32 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/33.sizes 7: [ OK ] TestViewAPI/33.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/33 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/34.sizes 7: [ OK ] TestViewAPI/34.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/34 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/35.sizes 7: [ OK ] TestViewAPI/35.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/35 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/36.sizes 7: [ OK ] TestViewAPI/36.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/36 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 7: [ RUN ] TestViewAPI/37.sizes 7: [ OK ] TestViewAPI/37.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/37 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 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: [==========] 74 tests from 41 test suites ran. (145 ms total) 7: [ PASSED ] 72 tests. 7: [ SKIPPED ] 2 tests, listed below: 7: [ SKIPPED ] defaultdevicetype.shared_space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space 7/64 Test #7: Kokkos_CoreUnitTest_Default ................. Passed 0.16 sec test 8 Start 8: Kokkos_CoreUnitTest_LegionInitialization 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from initialization 8: [ RUN ] initialization.legion_initialization 8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 8: Detected: 4 cores per node. 8: Detected: 1 MPI_ranks per node. 8: Requested: 8 threads per process. 8: [ OK ] initialization.legion_initialization (0 ms) 8: [----------] 1 test from initialization (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/64 Test #8: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.01 sec test 9 Start 9: Kokkos_CoreUnitTest_PushFinalizeHook 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 9: Test timeout computed to be: 1500 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 4 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: SUCCESS 9/64 Test #9: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.01 sec test 10 Start 10: Kokkos_CoreUnitTest_Develop 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 4 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from defaultdevicetype 10: [ RUN ] defaultdevicetype.development_test 10: [ OK ] defaultdevicetype.development_test (0 ms) 10: [----------] 1 test from defaultdevicetype (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (0 ms total) 10: [ PASSED ] 1 test. 10/64 Test #10: Kokkos_CoreUnitTest_Develop ................. Passed 0.00 sec test 11 Start 11: Kokkos_CoreUnitTest_LogicalSpaces 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 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 6 tests from 2 test suites. 11: [----------] Global test environment set-up. 11: [----------] 1 test from defaultdevicetype_DeathTest 11: [ RUN ] defaultdevicetype_DeathTest.access_forbidden 11: [ OK ] defaultdevicetype_DeathTest.access_forbidden (158 ms) 11: [----------] 1 test from defaultdevicetype_DeathTest (158 ms total) 11: 11: [----------] 5 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.logical_space_views 11: [ OK ] defaultdevicetype.logical_space_views (0 ms) 11: [ RUN ] defaultdevicetype.logical_space_malloc 11: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 11: [ RUN ] defaultdevicetype.logical_space_alloc 11: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 11: [ RUN ] defaultdevicetype.chained_logical_spaces 11: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 11: [ RUN ] defaultdevicetype.access_allowed 11: [ OK ] defaultdevicetype.access_allowed (0 ms) 11: [----------] 5 tests from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 6 tests from 2 test suites ran. (158 ms total) 11: [ PASSED ] 6 tests. 11/64 Test #11: Kokkos_CoreUnitTest_LogicalSpaces ........... Passed 0.16 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 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 27 tests from 2 test suites. 12: [----------] Global test environment set-up. 12: [----------] 25 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 16777217 12: Ref: named_instance 12: 16777217 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 16777217 12: Ref: Unnamed Instance Fence 12: 16777217 12: Kokkos::OpenMP::fence: Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 16777216 12: Ref: test global fence 12: 16777216 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 16777216 12: Ref: Unnamed Global Fence 12: 16777216 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: 16777217 12: Ref: named_instance 12: 16777217 12: named_instance 12: Ref: 16777217 12: Ref: test_kernel 12: 16777217 12: named_instance 12: Miss on name 12: 16777217 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (0 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 (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: [ OK ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: [ OK ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 25 tests from kokkosp (1 ms total) 12: 12: [----------] 2 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.profiling_section 12: [ OK ] defaultdevicetype.profiling_section (0 ms) 12: [ RUN ] defaultdevicetype.scoped_profile_region 12: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 12: [----------] 2 tests from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 27 tests from 2 test suites ran. (1 ms total) 12: [ PASSED ] 27 tests. 12/64 Test #12: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.01 sec test 13 Start 13: Kokkos_CoreUnitTest_StackTraceTest 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 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 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: 13: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x56276220ad74] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x56276220ce2f] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f1: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x56276220ad74] Test::test_stacktrace(bool, bool) 13: [0x56276220ce2f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x562762211f08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x56276220b65e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x56276220ce2f] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f3: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x562762211f08] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x56276220b65e] Test::test_stacktrace(bool, bool) 13: [0x56276220ce2f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (165 ms) 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 13: 13: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 8 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x56276220ad74] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x56276220d1ac] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f1: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x56276220ad74] Test::test_stacktrace(bool, bool) 13: [0x56276220d1ac] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x562762211f08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x56276220b65e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x56276220d1ac] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f3: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x562762211f08] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x56276220b65e] Test::test_stacktrace(bool, bool) 13: [0x56276220d1ac] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (168 ms) 13: [----------] 2 tests from defaultdevicetype_DeathTest (333 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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x56276220ad74] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f1: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x56276220ad74] Test::test_stacktrace(bool, bool) 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5627622647d9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x562762211cc9] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x562762211f08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x56276220b65e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x562762243f7e] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6abef) [0x562762235bef] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6af02) [0x562762235f02] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b4ed) [0x5627622364ed] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x562762238c08] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5627622390dc] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x5627622099b6] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f759a11a083] 13: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x56276220ab7e] 13: 13: demangled test_f3: 13: [0x5627622647d9] Kokkos::Impl::save_stacktrace() 13: [0x562762211cc9] Test::stacktrace_test_f1(std::ostream&) 13: [0x562762211f08] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x56276220b65e] Test::test_stacktrace(bool, bool) 13: [0x562762243f7e] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x562762235bef] 13: [0x562762235f02] 13: [0x5627622364ed] 13: [0x562762238c08] testing::internal::UnitTestImpl::RunAllTests() 13: [0x5627622390dc] testing::UnitTest::Run() 13: [0x5627622099b6] main 13: [0x7f759a11a083] __libc_start_main 13: [0x56276220ab7e] _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. (333 ms total) 13: [ PASSED ] 3 tests. 13/64 Test #13: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 0.34 sec test 14 Start 14: Kokkos_CoreUnitTest_DefaultInit_1 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_1 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 defaultdevicetypeinit 14: [ RUN ] defaultdevicetypeinit.no_args 14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 14: Detected: 4 cores per node. 14: Detected: 1 MPI_ranks per node. 14: Requested: 8 threads per process. 14: [ OK ] defaultdevicetypeinit.no_args (0 ms) 14: [----------] 1 test from defaultdevicetypeinit (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. 14/64 Test #14: Kokkos_CoreUnitTest_DefaultInit_1 ........... Passed 0.01 sec test 15 Start 15: Kokkos_CoreUnitTest_DefaultInit_2 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_2 15: Test timeout computed to be: 1500 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetypeinit 15: [ RUN ] defaultdevicetypeinit.commandline_args_empty 15: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 15: Detected: 4 cores per node. 15: Detected: 1 MPI_ranks per node. 15: Requested: 8 threads per process. 15: [ OK ] defaultdevicetypeinit.commandline_args_empty (0 ms) 15: [----------] 1 test from defaultdevicetypeinit (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/64 Test #15: Kokkos_CoreUnitTest_DefaultInit_2 ........... Passed 0.01 sec test 16 Start 16: Kokkos_CoreUnitTest_DefaultInit_3 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_3 16: Test timeout computed to be: 1500 16: [==========] Running 1 test from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 1 test from defaultdevicetypeinit 16: [ RUN ] defaultdevicetypeinit.commandline_args_other 16: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 16: Detected: 4 cores per node. 16: Detected: 1 MPI_ranks per node. 16: Requested: 8 threads per process. 16: [ OK ] defaultdevicetypeinit.commandline_args_other (0 ms) 16: [----------] 1 test from defaultdevicetypeinit (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 1 test from 1 test suite ran. (0 ms total) 16: [ PASSED ] 1 test. 16/64 Test #16: Kokkos_CoreUnitTest_DefaultInit_3 ........... Passed 0.01 sec test 17 Start 17: Kokkos_CoreUnitTest_DefaultInit_4 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_4 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 defaultdevicetypeinit 17: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads 17: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 17: [ OK ] defaultdevicetypeinit.commandline_args_nthreads (43 ms) 17: [----------] 1 test from defaultdevicetypeinit (43 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 1 test from 1 test suite ran. (43 ms total) 17: [ PASSED ] 1 test. 17/64 Test #17: Kokkos_CoreUnitTest_DefaultInit_4 ........... Passed 0.05 sec test 18 Start 18: Kokkos_CoreUnitTest_DefaultInit_5 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_5 18: Test timeout computed to be: 1500 18: [==========] Running 1 test from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 1 test from defaultdevicetypeinit 18: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa 18: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 18: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 18: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa (36 ms) 18: [----------] 1 test from defaultdevicetypeinit (36 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 1 test from 1 test suite ran. (36 ms total) 18: [ PASSED ] 1 test. 18/64 Test #18: Kokkos_CoreUnitTest_DefaultInit_5 ........... Passed 0.04 sec test 19 Start 19: Kokkos_CoreUnitTest_DefaultInit_6 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_6 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 defaultdevicetypeinit 19: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device 19: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 19: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 19: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 19: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device (43 ms) 19: [----------] 1 test from defaultdevicetypeinit (43 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 1 test from 1 test suite ran. (43 ms total) 19: [ PASSED ] 1 test. 19/64 Test #19: Kokkos_CoreUnitTest_DefaultInit_6 ........... Passed 0.05 sec test 20 Start 20: Kokkos_CoreUnitTest_DefaultInit_7 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_7 20: Test timeout computed to be: 1500 20: [==========] Running 1 test from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 1 test from defaultdevicetypeinit 20: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_device 20: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 20: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 20: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_device (43 ms) 20: [----------] 1 test from defaultdevicetypeinit (43 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 1 test from 1 test suite ran. (43 ms total) 20: [ PASSED ] 1 test. 20/64 Test #20: Kokkos_CoreUnitTest_DefaultInit_7 ........... Passed 0.05 sec test 21 Start 21: Kokkos_CoreUnitTest_DefaultInit_8 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_8 21: Test timeout computed to be: 1500 21: [==========] Running 1 test from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 1 test from defaultdevicetypeinit 21: [ RUN ] defaultdevicetypeinit.commandline_args_numa_device 21: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 21: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 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: [ OK ] defaultdevicetypeinit.commandline_args_numa_device (0 ms) 21: [----------] 1 test from defaultdevicetypeinit (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 1 test from 1 test suite ran. (0 ms total) 21: [ PASSED ] 1 test. 21/64 Test #21: Kokkos_CoreUnitTest_DefaultInit_8 ........... Passed 0.01 sec test 22 Start 22: Kokkos_CoreUnitTest_DefaultInit_9 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_9 22: Test timeout computed to be: 1500 22: [==========] Running 1 test from 1 test suite. 22: [----------] Global test environment set-up. 22: [----------] 1 test from defaultdevicetypeinit 22: [ RUN ] defaultdevicetypeinit.commandline_args_device 22: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 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: [ OK ] defaultdevicetypeinit.commandline_args_device (0 ms) 22: [----------] 1 test from defaultdevicetypeinit (0 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 1 test from 1 test suite ran. (0 ms total) 22: [ PASSED ] 1 test. 22/64 Test #22: Kokkos_CoreUnitTest_DefaultInit_9 ........... Passed 0.01 sec test 23 Start 23: Kokkos_CoreUnitTest_DefaultInit_10 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_10 23: Test timeout computed to be: 1500 23: [==========] Running 1 test from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 1 test from defaultdevicetypeinit 23: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other 23: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 23: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 23: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 23: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other (38 ms) 23: [----------] 1 test from defaultdevicetypeinit (38 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 1 test from 1 test suite ran. (38 ms total) 23: [ PASSED ] 1 test. 23/64 Test #23: Kokkos_CoreUnitTest_DefaultInit_10 .......... Passed 0.04 sec test 24 Start 24: Kokkos_CoreUnitTest_DefaultInit_11 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_11 24: Test timeout computed to be: 1500 24: [==========] Running 1 test from 1 test suite. 24: [----------] Global test environment set-up. 24: [----------] 1 test from defaultdevicetypeinit 24: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other_tune 24: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 24: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 24: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 24: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other_tune (43 ms) 24: [----------] 1 test from defaultdevicetypeinit (43 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 1 test from 1 test suite ran. (43 ms total) 24: [ PASSED ] 1 test. 24/64 Test #24: Kokkos_CoreUnitTest_DefaultInit_11 .......... Passed 0.05 sec test 25 Start 25: Kokkos_CoreUnitTest_DefaultInit_12 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_12 25: Test timeout computed to be: 1500 25: [==========] Running 1 test from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 1 test from defaultdevicetypeinit 25: [ RUN ] defaultdevicetypeinit.initstruct_default 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: [ OK ] defaultdevicetypeinit.initstruct_default (0 ms) 25: [----------] 1 test from defaultdevicetypeinit (0 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 1 test from 1 test suite ran. (0 ms total) 25: [ PASSED ] 1 test. 25/64 Test #25: Kokkos_CoreUnitTest_DefaultInit_12 .......... Passed 0.00 sec test 26 Start 26: Kokkos_CoreUnitTest_DefaultInit_13 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_13 26: Test timeout computed to be: 1500 26: [==========] Running 1 test from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 1 test from defaultdevicetypeinit 26: [ RUN ] defaultdevicetypeinit.initstruct_nthreads 26: [ OK ] defaultdevicetypeinit.initstruct_nthreads (22 ms) 26: [----------] 1 test from defaultdevicetypeinit (22 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 1 test from 1 test suite ran. (22 ms total) 26: [ PASSED ] 1 test. 26/64 Test #26: Kokkos_CoreUnitTest_DefaultInit_13 .......... Passed 0.03 sec test 27 Start 27: Kokkos_CoreUnitTest_DefaultInit_14 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_14 27: Test timeout computed to be: 1500 27: [==========] Running 1 test from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 1 test from defaultdevicetypeinit 27: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa 27: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa (14 ms) 27: [----------] 1 test from defaultdevicetypeinit (14 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 1 test from 1 test suite ran. (14 ms total) 27: [ PASSED ] 1 test. 27/64 Test #27: Kokkos_CoreUnitTest_DefaultInit_14 .......... Passed 0.02 sec test 28 Start 28: Kokkos_CoreUnitTest_DefaultInit_15 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_15 28: Test timeout computed to be: 1500 28: [==========] Running 1 test from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 1 test from defaultdevicetypeinit 28: [ RUN ] defaultdevicetypeinit.initstruct_device 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: [ OK ] defaultdevicetypeinit.initstruct_device (0 ms) 28: [----------] 1 test from defaultdevicetypeinit (0 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 1 test from 1 test suite ran. (0 ms total) 28: [ PASSED ] 1 test. 28/64 Test #28: Kokkos_CoreUnitTest_DefaultInit_15 .......... Passed 0.00 sec test 29 Start 29: Kokkos_CoreUnitTest_DefaultInit_16 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_16 29: Test timeout computed to be: 1500 29: [==========] Running 1 test from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 1 test from defaultdevicetypeinit 29: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_device 29: [ OK ] defaultdevicetypeinit.initstruct_nthreads_device (40 ms) 29: [----------] 1 test from defaultdevicetypeinit (40 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 1 test from 1 test suite ran. (40 ms total) 29: [ PASSED ] 1 test. 29/64 Test #29: Kokkos_CoreUnitTest_DefaultInit_16 .......... Passed 0.05 sec test 30 Start 30: Kokkos_CoreUnitTest_DefaultInit_17 30: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_17 30: Test timeout computed to be: 1500 30: [==========] Running 1 test from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 1 test from defaultdevicetypeinit 30: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa_device 30: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa_device (39 ms) 30: [----------] 1 test from defaultdevicetypeinit (39 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 1 test from 1 test suite ran. (39 ms total) 30: [ PASSED ] 1 test. 30/64 Test #30: Kokkos_CoreUnitTest_DefaultInit_17 .......... Passed 0.05 sec test 31 Start 31: Kokkos_CoreUnitTest_DefaultInit_18 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_18 31: Test timeout computed to be: 1500 31: [==========] Running 1 test from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 1 test from defaultdevicetypeinit 31: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa_device_tune 31: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa_device_tune (41 ms) 31: [----------] 1 test from defaultdevicetypeinit (41 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 1 test from 1 test suite ran. (41 ms total) 31: [ PASSED ] 1 test. 31/64 Test #31: Kokkos_CoreUnitTest_DefaultInit_18 .......... Passed 0.05 sec test 32 Start 32: Kokkos_IncrementalTest_OPENMP 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 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 28 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 28 tests from OPENMP 32: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 32: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 32: [ RUN ] OPENMP.IncrTest_01_execspace 32: Host Parallel Execution Space: 32: KOKKOS_ENABLE_OPENMP: yes 32: 32: OpenMP Runtime Configuration: 32: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 32: OpenMP 32: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 32: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 32: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 32: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 32: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 32: [ RUN ] OPENMP.IncrTest_02_AtomicSub 32: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 32: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 32: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 32: [ RUN ] OPENMP.IncrTest_03b_memspace_free 32: [ OK ] OPENMP.IncrTest_03b_memspace_free (27 ms) 32: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 32: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 32: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 32: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 32: [ RUN ] OPENMP.IncrTest_05_reduction 32: [ OK ] OPENMP.IncrTest_05_reduction (23 ms) 32: [ RUN ] OPENMP.IncrTest_06_mdrange2D 32: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 32: [ RUN ] OPENMP.IncrTest_06_mdrange3D 32: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 32: [ RUN ] OPENMP.IncrTest_06_mdrange4D 32: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 32: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 32: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 32: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 32: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 32: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 32: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 32: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 32: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms) 32: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 32: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 32: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 32: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 32: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 32: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (160 ms) 32: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 32: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms) 32: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 32: [ OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms) 32: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 32: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 32: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 32: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 32: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 32: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 32: [ RUN ] OPENMP.incr_14_MDrangeReduce 32: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 32: [ RUN ] OPENMP.IncrTest_16_parallelscan 32: [ OK ] OPENMP.IncrTest_16_parallelscan (1 ms) 32: [ RUN ] OPENMP.incr_17_atomicView 32: [ OK ] OPENMP.incr_17_atomicView (0 ms) 32: [----------] 28 tests from OPENMP (224 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 28 tests from 1 test suite ran. (224 ms total) 32: [ PASSED ] 28 tests. 32/64 Test #32: Kokkos_IncrementalTest_OPENMP ............... Passed 0.23 sec test 33 Start 33: Kokkos_IncrementalTest_SERIAL 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 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 28 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 28 tests from SERIAL 33: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 33: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 33: [ RUN ] SERIAL.IncrTest_01_execspace 33: Host Serial Execution Space: 33: KOKKOS_ENABLE_SERIAL: yes 33: 33: Serial Runtime Configuration: 33: Serial 33: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 33: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 33: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 33: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 33: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 33: [ RUN ] SERIAL.IncrTest_02_AtomicSub 33: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 33: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 33: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 33: [ RUN ] SERIAL.IncrTest_03b_memspace_free 33: [ OK ] SERIAL.IncrTest_03b_memspace_free (35 ms) 33: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 33: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 33: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 33: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 33: [ RUN ] SERIAL.IncrTest_05_reduction 33: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 33: [ RUN ] SERIAL.IncrTest_06_mdrange2D 33: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 33: [ RUN ] SERIAL.IncrTest_06_mdrange3D 33: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 33: [ RUN ] SERIAL.IncrTest_06_mdrange4D 33: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 33: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 33: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 33: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 33: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 33: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 33: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 33: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 33: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 33: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 33: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 33: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 33: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 33: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 33: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (162 ms) 33: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 33: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 33: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 33: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 33: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 33: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 33: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 33: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 33: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 33: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 33: [ RUN ] SERIAL.incr_14_MDrangeReduce 33: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 33: [ RUN ] SERIAL.IncrTest_16_parallelscan 33: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 33: [ RUN ] SERIAL.incr_17_atomicView 33: [ OK ] SERIAL.incr_17_atomicView (0 ms) 33: [----------] 28 tests from SERIAL (199 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 28 tests from 1 test suite ran. (199 ms total) 33: [ PASSED ] 28 tests. 33/64 Test #33: Kokkos_IncrementalTest_SERIAL ............... Passed 0.21 sec test 34 Start 34: Kokkos_CoreUnitTest_CTestDevice 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 34: Test timeout computed to be: 1500 34: [==========] Running 8 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 8 tests from ctest_environment 34: [ RUN ] ctest_environment.no_device_type 34: [ OK ] ctest_environment.no_device_type (0 ms) 34: [ RUN ] ctest_environment.no_process_count 34: [ OK ] ctest_environment.no_process_count (0 ms) 34: [ RUN ] ctest_environment.invalid_rank 34: [ OK ] ctest_environment.invalid_rank (0 ms) 34: [ RUN ] ctest_environment.no_type_str 34: [ OK ] ctest_environment.no_type_str (0 ms) 34: [ RUN ] ctest_environment.missing_type 34: [ OK ] ctest_environment.missing_type (0 ms) 34: [ RUN ] ctest_environment.no_id_str 34: [ OK ] ctest_environment.no_id_str (0 ms) 34: [ RUN ] ctest_environment.invalid_id_str 34: [ OK ] ctest_environment.invalid_id_str (0 ms) 34: [ RUN ] ctest_environment.good 34: [ OK ] ctest_environment.good (0 ms) 34: [----------] 8 tests from ctest_environment (0 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 8 tests from 1 test suite ran. (0 ms total) 34: [ PASSED ] 8 tests. 34/64 Test #34: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.00 sec test 35 Start 35: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 35: Test timeout computed to be: 1500 35/64 Test #35: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.00 sec test 36 Start 36: Kokkos_PerformanceTest_TaskDag 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 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: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0 36: "taskdag: time (min, avg)" 8.0331e-05 8.0331e-05 36: "taskdag: tasks per second (max, avg)" 161830 161830 36/64 Test #36: Kokkos_PerformanceTest_TaskDag .............. Passed 0.00 sec test 37 Start 37: Kokkos_PerformanceTest_Benchmark 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-31_T19-09-33.json" 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: 2024-01-31T19:27:35+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 37: Run on (4 X 1996.25 MHz CPU s) 37: CPU Caches: 37: L1 Data 64 KiB (x4) 37: L1 Instruction 64 KiB (x4) 37: L2 Unified 512 KiB (x4) 37: L3 Unified 16384 KiB (x4) 37: Load Average: 7.74, 7.24, 5.31 37: CPU architecture: none 37: Default Device: N6Kokkos6OpenMPE 37: GIT_BRANCH: HEAD 37: GIT_CLEAN_STATUS: CLEAN 37: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 37: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 37: GIT_COMMIT_HASH: 92307a5ec 37: GPU architecture: none 37: KOKKOS_COMPILER_GNU: 840 37: KOKKOS_ENABLE_ASM: yes 37: KOKKOS_ENABLE_CXX17: yes 37: KOKKOS_ENABLE_CXX20: no 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HBWSPACE: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 37: KOKKOS_ENABLE_LIBDL: no 37: KOKKOS_ENABLE_LIBRT: no 37: KOKKOS_ENABLE_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 37: Kokkos Version: 4.2.1 37: platform: 64bit 37: --------------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations Count Time normalized 37: --------------------------------------------------------------------------------------------------------------------------------------------------- 37: GramSchmidt/Count:1024/iterations:5/manual_time 0.046 s 0.021 s 5 1024 45.9305u 37: GramSchmidt/Count:2048/iterations:5/manual_time 0.047 s 0.021 s 5 2.048k 24.2376u 37: GramSchmidt/Count:4096/iterations:5/manual_time 0.048 s 0.021 s 5 4.096k 12.0132u 37: GramSchmidt/Count:8192/iterations:5/manual_time 0.050 s 0.023 s 5 8.192k 6.18268u 37: GramSchmidt/Count:16384/iterations:5/manual_time 0.055 s 0.026 s 5 16.384k 3.27849u 37: GramSchmidt/Count:32768/iterations:5/manual_time 0.057 s 0.030 s 5 32.768k 1.66634u 37: GramSchmidt/Count:65536/iterations:5/manual_time 0.063 s 0.039 s 5 65.536k 967.982n 37: GramSchmidt/Count:131072/iterations:5/manual_time 0.080 s 0.069 s 5 131.072k 599.768n 37: GramSchmidt/Count:262144/iterations:5/manual_time 0.111 s 0.113 s 5 262.144k 421.76n 37: GramSchmidt/Count:524288/iterations:5/manual_time 0.180 s 0.201 s 5 524.288k 345.201n 37: ---------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations FOM: GB/s Max 37: ---------------------------------------------------------------------------------------------------------------------------------------------- 37: CustomReduction/N:100000/R:1000/manual_time 6.12 s 5.51 s 1 0.0213748/s 11.5 37: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 37: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 37: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 37: OverlapRangePolicy/N:2000/M:10000/R:10 0.734 s 0.381 s 2 0.0374363 0.0794656 0.0978521 0.214463 0.0485985 0.0497357 37: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 37: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 37: OverlapMDRangePolicy/N:200/M:10000/R:10 0.174 s 0.085 s 9 4.37738m 0.0379017 9.83728m 0.0473382 5.02689m 4.86991m 37: OverlapTeamPolicy/N:20/M:1000000/R:10 0.798 s 0.414 s 2 0.0390489 0.0916518 0.113092 0.215427 0.0567904 0.0560689 37: --------------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations Count Time normalized 37: --------------------------------------------------------------------------------------------------------------------------------------------------- 37: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 57.207n 37: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 40.1787n 37: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 27.0137n 37: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 21.553n 37: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.001 s 5 16.384k 18.4044n 37: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.001 s 0.002 s 5 32.768k 15.6183n 37: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.001 s 0.004 s 5 65.536k 14.9612n 37: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.002 s 0.010 s 5 131.072k 14.5892n 37: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.004 s 0.029 s 5 262.144k 14.4263n 37: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.008 s 0.063 s 5 524.288k 14.446n 37: ----------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations FOM: rate 37: ----------------------------------------------------------------------------------------------------------------------------------- 37: Malloc/N:1/manual_time 0.196 us 0.336 us 3558086 5.1081M/s 37: Malloc/N:16/manual_time 0.197 us 0.338 us 3643769 5.07525M/s 37: Malloc/N:256/manual_time 0.216 us 0.357 us 3212854 4.62023M/s 37: Malloc/N:4096/manual_time 0.181 us 0.319 us 3875006 5.5357M/s 37: Malloc/N:65536/manual_time 0.139 us 0.320 us 5022036 7.17568M/s 37: Malloc/N:1048576/manual_time 0.139 us 0.320 us 5050194 7.20925M/s 37: Malloc/N:16777216/manual_time 0.127 us 0.310 us 5505594 7.87055M/s 37: Malloc/N:268435456/manual_time 2.32 us 5.40 us 300325 430.648k/s 37: Malloc/N:4294967296/manual_time 2.95 us 9.13 us 235180 339.417k/s 37: MallocFree/N:1/manual_time 0.323 us 0.362 us 2146272 3.09438M/s 37: MallocFree/N:16/manual_time 0.324 us 0.363 us 2131566 3.08705M/s 37: MallocFree/N:256/manual_time 0.337 us 0.375 us 2059580 2.97095M/s 37: MallocFree/N:4096/manual_time 0.298 us 0.337 us 2366097 3.35462M/s 37: MallocFree/N:65536/manual_time 0.307 us 0.345 us 2304589 3.26152M/s 37: MallocFree/N:1048576/manual_time 0.308 us 0.347 us 2288565 3.24615M/s 37: MallocFree/N:16777216/manual_time 0.289 us 0.328 us 2420858 3.46372M/s 37: MallocFree/N:268435456/manual_time 5.60 us 5.40 us 127980 178.567k/s 37: MallocFree/N:4294967296/manual_time 9.62 us 9.20 us 72930 103.926k/s 37: MallocTouch/N:1/manual_time 39.2 us 16.5 us 18029 25.5361k/s 37: MallocTouch/N:16/manual_time 41.3 us 17.0 us 17332 24.1936k/s 37: MallocTouch/N:256/manual_time 39.6 us 16.8 us 17352 25.2762k/s 37: MallocTouch/N:4096/manual_time 40.2 us 17.1 us 17155 24.9065k/s 37: MallocTouch/N:65536/manual_time 39.6 us 17.5 us 17579 25.2784k/s 37: MallocTouch/N:1048576/manual_time 41.6 us 18.1 us 16803 24.0653k/s 37: MallocTouch/N:16777216/manual_time 61.4 us 25.5 us 11258 16.2897k/s 37: MallocTouch/N:268435456/manual_time 34473 us 31326 us 20 29.0084/s 37: MallocTouch/N:4294967296/manual_time 555704 us 435219 us 1 1.79952/s 37: MallocTouchFree/N:1/manual_time 39.8 us 17.5 us 17258 25.1012k/s 37: MallocTouchFree/N:16/manual_time 41.0 us 17.5 us 17226 24.3731k/s 37: MallocTouchFree/N:256/manual_time 41.0 us 17.2 us 16999 24.3622k/s 37: MallocTouchFree/N:4096/manual_time 39.0 us 16.7 us 17117 25.6309k/s 37: MallocTouchFree/N:65536/manual_time 40.2 us 17.4 us 17311 24.8777k/s 37: MallocTouchFree/N:1048576/manual_time 42.5 us 18.1 us 16204 23.5363k/s 37: MallocTouchFree/N:16777216/manual_time 61.0 us 25.4 us 11857 16.3892k/s 37: MallocTouchFree/N:268435456/manual_time 47608 us 30694 us 15 21.0047/s 37: MallocTouchFree/N:4294967296/manual_time 680591 us 416452 us 1 1.46931/s 37: ---------------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations FOM: GB/s MB 37: ---------------------------------------------------------------------------------------------------------------------------------------------- 37: ViewAllocate_Rank1/N:10/manual_time 0.221 s 0.254 s 3 3.62595/s 800 37: ViewAllocate_Rank1/N:10/manual_time 0.220 s 0.253 s 3 3.64214/s 800 37: ViewAllocate_Rank2/N:10/manual_time 0.221 s 0.254 s 3 3.61974/s 800 37: ViewAllocate_Rank2/N:10/manual_time 0.221 s 0.254 s 3 3.61846/s 800 37: ViewAllocate_Rank3/N:10/manual_time 0.223 s 0.256 s 3 3.59525/s 800 37: ViewAllocate_Rank3/N:10/manual_time 0.222 s 0.256 s 3 3.59882/s 800 37: ViewAllocate_Rank4/N:10/manual_time 0.222 s 0.256 s 3 3.60007/s 800 37: ViewAllocate_Rank4/N:10/manual_time 0.220 s 0.254 s 3 3.62828/s 800 37: ViewAllocate_Rank5/N:10/manual_time 0.222 s 0.255 s 3 3.6046/s 800 37: ViewAllocate_Rank5/N:10/manual_time 0.222 s 0.255 s 3 3.60827/s 800 37: ViewAllocate_Rank6/N:10/manual_time 0.220 s 0.254 s 3 3.63176/s 800 37: ViewAllocate_Rank6/N:10/manual_time 0.221 s 0.255 s 3 3.62266/s 800 37: ViewAllocate_Rank7/N:10/manual_time 0.221 s 0.254 s 3 3.62034/s 800 37: ViewAllocate_Rank7/N:10/manual_time 0.221 s 0.254 s 3 3.62045/s 800 37: ViewAllocate_Rank8/N:10/manual_time 0.221 s 0.255 s 3 3.61213/s 800 37: ViewAllocate_Rank8/N:10/manual_time 0.220 s 0.254 s 3 3.62961/s 800 37: ViewDeepCopy_Rank1/N:10/manual_time 0.034 s 0.017 s 20 46.5682/s 1.6k 37: ViewDeepCopy_Rank2/N:10/manual_time 0.034 s 0.017 s 20 46.5145/s 1.6k 37: ViewDeepCopy_Rank3/N:10/manual_time 0.034 s 0.017 s 20 46.7048/s 1.6k 37: ViewDeepCopy_Rank1/N:10/manual_time 0.035 s 0.017 s 20 46.3424/s 1.6k 37: ViewDeepCopy_Rank2/N:10/manual_time 0.034 s 0.017 s 20 46.69/s 1.6k 37: ViewDeepCopy_Rank3/N:10/manual_time 0.034 s 0.017 s 20 46.4016/s 1.6k 37: ViewDeepCopy_Rank1/N:10/manual_time 0.035 s 0.017 s 20 46.218/s 1.6k 37: ViewDeepCopy_Rank2/N:10/manual_time 0.337 s 0.166 s 2 4.75098/s 1.6k 37: ViewDeepCopy_Rank3/N:10/manual_time 0.238 s 0.117 s 3 6.70989/s 1.6k 37: ViewDeepCopy_Rank1/N:10/manual_time 0.035 s 0.017 s 20 46.054/s 1.6k 37: ViewDeepCopy_Rank2/N:10/manual_time 0.335 s 0.165 s 2 4.76954/s 1.6k 37: ViewDeepCopy_Rank3/N:10/manual_time 0.219 s 0.105 s 3 7.32145/s 1.6k 37: ViewDeepCopy_Rank4/N:10/manual_time 0.035 s 0.017 s 20 46.3157/s 1.6k 37: ViewDeepCopy_Rank5/N:10/manual_time 0.034 s 0.017 s 20 46.4689/s 1.6k 37: ViewDeepCopy_Rank4/N:10/manual_time 0.035 s 0.017 s 20 46.236/s 1.6k 37: ViewDeepCopy_Rank5/N:10/manual_time 0.034 s 0.017 s 20 46.4389/s 1.6k 37: ViewDeepCopy_Rank4/N:10/manual_time 0.240 s 0.120 s 3 6.66929/s 1.6k 37: ViewDeepCopy_Rank5/N:10/manual_time 0.233 s 0.114 s 3 6.87929/s 1.6k 37: ViewDeepCopy_Rank4/N:10/manual_time 0.243 s 0.119 s 3 6.58434/s 1.6k 37: ViewDeepCopy_Rank5/N:10/manual_time 0.318 s 0.152 s 2 5.02571/s 1.6k 37: ViewDeepCopy_Rank6/N:10/manual_time 0.035 s 0.017 s 20 45.2548/s 1.6k 37: ViewDeepCopy_Rank6/N:10/manual_time 0.034 s 0.017 s 20 46.509/s 1.6k 37: ViewDeepCopy_Rank6/N:10/manual_time 0.219 s 0.108 s 3 7.29639/s 1.6k 37: ViewDeepCopy_Rank6/N:10/manual_time 0.306 s 0.151 s 2 5.22206/s 1.6k 37: ViewDeepCopy_Rank7/N:10/manual_time 0.035 s 0.017 s 20 45.6875/s 1.6k 37: ViewDeepCopy_Rank7/N:10/manual_time 0.035 s 0.017 s 20 46.0098/s 1.6k 37: ViewDeepCopy_Rank7/N:10/manual_time 0.379 s 0.188 s 2 4.22158/s 1.6k 37: ViewDeepCopy_Rank7/N:10/manual_time 0.375 s 0.182 s 2 4.2671/s 1.6k 37: ViewDeepCopy_Rank8/N:10/manual_time 0.034 s 0.017 s 20 46.6458/s 1.6k 37: ViewDeepCopy_Rank8/N:10/manual_time 0.035 s 0.017 s 20 46.1643/s 1.6k 37: ViewDeepCopy_Rank8/N:10/manual_time 0.492 s 0.246 s 2 3.25074/s 1.6k 37: ViewDeepCopy_Rank8/N:10/manual_time 0.405 s 0.199 s 2 3.949/s 1.6k 37: ViewDeepCopy_Raw/N:10/manual_time 0.036 s 0.017 s 19 44.5988/s 1.6k 37: ViewDeepCopy_Raw/N:10/manual_time 0.036 s 0.017 s 19 44.5074/s 1.6k 37: ViewDeepCopy_Raw/N:10/manual_time 0.036 s 0.017 s 18 45.0012/s 1.6k 37: ViewDeepCopy_Raw/N:10/manual_time 0.036 s 0.017 s 20 44.6859/s 1.6k 37: ViewFill_Rank1/N:10/manual_time 0.023 s 0.011 s 31 35.327/s 800 37: ViewFill_Rank1/N:10/manual_time 0.023 s 0.011 s 31 35.1012/s 800 37: ViewFill_Rank2/N:10/manual_time 0.023 s 0.011 s 31 35.3086/s 800 37: ViewFill_Rank2/N:10/manual_time 0.023 s 0.011 s 31 35.0727/s 800 37: ViewFill_Rank3/N:10/manual_time 0.023 s 0.011 s 31 35.3541/s 800 37: ViewFill_Rank3/N:10/manual_time 0.023 s 0.011 s 31 34.9242/s 800 37: ViewFill_Rank4/N:10/manual_time 0.023 s 0.011 s 31 35.363/s 800 37: ViewFill_Rank4/N:10/manual_time 0.023 s 0.012 s 31 35.0312/s 800 37: ViewFill_Rank5/N:10/manual_time 0.023 s 0.011 s 31 35.2033/s 800 37: ViewFill_Rank5/N:10/manual_time 0.023 s 0.011 s 31 34.7715/s 800 37: ViewFill_Rank6/N:10/manual_time 0.023 s 0.011 s 29 35.0012/s 800 37: ViewFill_Rank6/N:10/manual_time 0.023 s 0.011 s 31 35.1178/s 800 37: ViewFill_Rank7/N:10/manual_time 0.023 s 0.011 s 31 35.3003/s 800 37: ViewFill_Rank7/N:10/manual_time 0.023 s 0.012 s 31 35.132/s 800 37: ViewFill_Rank8/N:10/manual_time 0.023 s 0.011 s 31 35.4099/s 800 37: ViewFill_Rank8/N:10/manual_time 0.023 s 0.012 s 31 35.1401/s 800 37: ViewFill_Raw/N:10/manual_time 0.026 s 0.012 s 27 31.0787/s 800 37: ViewFill_Raw/N:10/manual_time 0.026 s 0.013 s 26 30.9714/s 800 37: ViewResize_Rank1/N:10/iterations:10/manual_time 0.027 s 0.025 s 10 59.7751/s 1.6k 37: ViewResize_Rank1/N:10/iterations:10/manual_time 0.027 s 0.025 s 10 59.6274/s 1.6k 37: ViewResize_Rank2/N:10/iterations:10/manual_time 0.027 s 0.025 s 10 59.0389/s 1.6k 37: ViewResize_Rank2/N:10/iterations:10/manual_time 0.027 s 0.026 s 10 58.2919/s 1.6k 37: ViewResize_Rank3/N:10/iterations:10/manual_time 0.029 s 0.026 s 10 55.5101/s 1.6k 37: ViewResize_Rank3/N:10/iterations:10/manual_time 0.034 s 0.028 s 10 47.5444/s 1.6k 37: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.011 s 0.005 s 10 151.068/s 1.6k 37: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.011 s 0.005 s 10 150.942/s 1.6k 37: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 132.384/s 1.6k 37: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 134.379/s 1.6k 37: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.015 s 0.007 s 10 108.086/s 1.6k 37: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.020 s 0.010 s 10 80.6297/s 1.6k 37: ViewResize_Rank4/N:10/iterations:10/manual_time 0.034 s 0.030 s 10 46.4933/s 1.6k 37: ViewResize_Rank4/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 47.3896/s 1.6k 37: ViewResize_Rank5/N:10/iterations:10/manual_time 0.037 s 0.030 s 10 42.7994/s 1.6k 37: ViewResize_Rank5/N:10/iterations:10/manual_time 0.034 s 0.029 s 10 47.1427/s 1.6k 37: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.021 s 0.011 s 10 75.3102/s 1.6k 37: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.020 s 0.010 s 10 81.5357/s 1.6k 37: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 66.7898/s 1.6k 37: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.019 s 0.009 s 10 83.1317/s 1.6k 37: ViewResize_Rank6/N:10/iterations:10/manual_time 0.038 s 0.031 s 10 41.8861/s 1.6k 37: ViewResize_Rank6/N:10/iterations:10/manual_time 0.038 s 0.031 s 10 41.8888/s 1.6k 37: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 68.5056/s 1.6k 37: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 68.3293/s 1.6k 37: ViewResize_Rank7/N:10/iterations:10/manual_time 0.032 s 0.028 s 10 50.7883/s 1.6k 37: ViewResize_Rank7/N:10/iterations:10/manual_time 0.038 s 0.031 s 10 41.6912/s 1.6k 37: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.017 s 0.008 s 10 95.67/s 1.6k 37: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.027 s 0.013 s 10 59.1621/s 1.6k 37: ViewResize_Rank8/N:10/iterations:10/manual_time 0.037 s 0.030 s 10 43.6119/s 1.6k 37: ViewResize_Rank8/N:10/iterations:10/manual_time 0.035 s 0.029 s 10 45.4194/s 1.6k 37: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 66.9787/s 1.6k 37: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.027 s 0.013 s 10 59.6218/s 1.6k 37: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.116 s 0.086 s 10 13.8488/s 1.6k 37: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.117 s 0.088 s 10 13.6481/s 1.6k 37/64 Test #37: Kokkos_PerformanceTest_Benchmark ............ Passed 225.39 sec test 38 Start 38: Kokkos_Benchmark_Atomic_MinMax 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-31_T19-09-33.json" 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: 2024-01-31T19:31:20+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 38: Run on (4 X 1996.25 MHz CPU s) 38: CPU Caches: 38: L1 Data 64 KiB (x4) 38: L1 Instruction 64 KiB (x4) 38: L2 Unified 512 KiB (x4) 38: L3 Unified 16384 KiB (x4) 38: Load Average: 3.75, 5.30, 4.93 38: CPU architecture: none 38: Default Device: N6Kokkos6OpenMPE 38: GIT_BRANCH: HEAD 38: GIT_CLEAN_STATUS: CLEAN 38: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 38: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 38: GIT_COMMIT_HASH: 92307a5ec 38: GPU architecture: none 38: KOKKOS_COMPILER_GNU: 840 38: KOKKOS_ENABLE_ASM: yes 38: KOKKOS_ENABLE_CXX17: yes 38: KOKKOS_ENABLE_CXX20: no 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HBWSPACE: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 38: KOKKOS_ENABLE_LIBDL: no 38: KOKKOS_ENABLE_LIBRT: no 38: KOKKOS_ENABLE_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 38: Kokkos Version: 4.2.1 38: platform: 64bit 38: ---------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations 38: ---------------------------------------------------------------------------------------------------------------------------------------- 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 38: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 38: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 38/64 Test #38: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.55 sec test 39 Start 39: Kokkos_PerformanceTest_Mempool 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-31_T19-09-33.json" 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: 2024-01-31T19:31:21+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool 39: Run on (4 X 1996.25 MHz CPU s) 39: CPU Caches: 39: L1 Data 64 KiB (x4) 39: L1 Instruction 64 KiB (x4) 39: L2 Unified 512 KiB (x4) 39: L3 Unified 16384 KiB (x4) 39: Load Average: 3.75, 5.30, 4.93 39: CPU architecture: none 39: Default Device: N6Kokkos6OpenMPE 39: GIT_BRANCH: HEAD 39: GIT_CLEAN_STATUS: CLEAN 39: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 39: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 39: GIT_COMMIT_HASH: 92307a5ec 39: GPU architecture: none 39: KOKKOS_COMPILER_GNU: 840 39: KOKKOS_ENABLE_ASM: yes 39: KOKKOS_ENABLE_CXX17: yes 39: KOKKOS_ENABLE_CXX20: no 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HBWSPACE: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 39: KOKKOS_ENABLE_LIBDL: no 39: KOKKOS_ENABLE_LIBRT: no 39: KOKKOS_ENABLE_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 39: Kokkos Version: 4.2.1 39: platform: 64bit 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.001 s 0.000 s 1260 10.0377M/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 2724 42.9098M/s 39/64 Test #39: Kokkos_PerformanceTest_Mempool .............. Passed 1.82 sec test 40 Start 40: Kokkos_PerformanceTest_Atomic 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-31_T19-09-33.json" 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: 2024-01-31T19:31:23+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic 40: Run on (4 X 1996.25 MHz CPU s) 40: CPU Caches: 40: L1 Data 64 KiB (x4) 40: L1 Instruction 64 KiB (x4) 40: L2 Unified 512 KiB (x4) 40: L3 Unified 16384 KiB (x4) 40: Load Average: 3.75, 5.30, 4.93 40: CPU architecture: none 40: Default Device: N6Kokkos6OpenMPE 40: GIT_BRANCH: HEAD 40: GIT_CLEAN_STATUS: CLEAN 40: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 40: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 40: GIT_COMMIT_HASH: 92307a5ec 40: GPU architecture: none 40: KOKKOS_COMPILER_GNU: 840 40: KOKKOS_ENABLE_ASM: yes 40: KOKKOS_ENABLE_CXX17: yes 40: KOKKOS_ENABLE_CXX20: no 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HBWSPACE: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 40: KOKKOS_ENABLE_LIBDL: no 40: KOKKOS_ENABLE_LIBRT: no 40: KOKKOS_ENABLE_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 40: Kokkos Version: 4.2.1 40: platform: 64bit 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/100000/iterations:10 0.046 s 0.022 s 10 1 4 0.168658 0.0126297 302.37u 704.983M -1.21071G 704.983M 40: Test_Atomic/100000/iterations:10 0.046 s 0.022 s 10 1 8 0.158613 0.0255233 300.67u 4.99995G 1.58631G 4.99995G 40: Test_Atomic/100000/iterations:10 0.047 s 0.023 s 10 1 8 0.237111 0.0108471 302.67u 4.99995G 1074.12M 4.99995G 40: Test_Atomic/100000/iterations:10 0.045 s 0.021 s 10 1 4 0.162391 0.0238325 302.37u 704.983M 2.86287G 704.983M 40: Test_Atomic/100000/iterations:10 0.048 s 0.024 s 10 1 8 0.236283 0.026612 302.17u 4.99995G 1.70566G 4.99995G 40: Test_Atomic/100000/iterations:10 0.044 s 0.021 s 10 1 8 0.172965 0.0145179 300.87u 4.99995G 2.10143G 4.99995G 40: Test_Atomic/100000/iterations:10 0.045 s 0.022 s 10 0 4 0.137738 0.0173673 898.19u 4.99997G 390.636M 4.99989G 40: Test_Atomic/100000/iterations:10 0.044 s 0.022 s 10 1 8 0.142669 0.0225135 942.68u 4.99995G 420.753M 4.99995G 40: Test_Atomic/100000/iterations:10 0.048 s 0.022 s 10 1 4 0.238748 0.0112421 302.36u 704.983M 1.2735G 704.983M 40/64 Test #40: Kokkos_PerformanceTest_Atomic ............... Passed 4.13 sec test 41 Start 41: Kokkos_ContainersUnitTest_Serial 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 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 64 tests from 1 test suite. 41: [----------] Global test environment set-up. 41: [----------] 64 tests from serial 41: [ RUN ] serial.bitset 41: [ OK ] serial.bitset (1551 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_realloc 41: [ OK ] serial.dualview_realloc (0 ms) 41: [ RUN ] serial.dualview_resize 41: [ OK ] serial.dualview_resize (0 ms) 41: [ RUN ] serial.dualview_device_correct_kokkos_device 41: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 41: [ RUN ] serial.dualview_host_correct_kokkos_device 41: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_sync 41: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 41: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_sync 41: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 41: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 41: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 41: [ RUN ] serial.dynamic_view 41: [ OK ] serial.dynamic_view (16 ms) 41: [ RUN ] serial.dyn_rank_view_api_generic 41: [ OK ] serial.dyn_rank_view_api_generic (9 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-6770/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.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 (37 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 (14 ms) 41: [ RUN ] serial.offsetview_offsets_rank1 41: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank2 41: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank3 41: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 41: [ RUN ] serial.scatterview 41: [ OK ] serial.scatterview (1724 ms) 41: [ RUN ] serial.scatterview_devicetype 41: [ OK ] serial.scatterview_devicetype (0 ms) 41: [ RUN ] serial.staticcrsgraph 41: [ OK ] serial.staticcrsgraph (34 ms) 41: [ RUN ] serial.resize_realloc_no_init_dualview 41: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_dualview 41: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 41: [ RUN ] serial.resize_exec_space_dualview 41: [ OK ] serial.resize_exec_space_dualview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dualview 41: [ OK ] serial.realloc_exec_space_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_dynrankview 41: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 41: [ RUN ] serial.resize_exec_space_dynrankview 41: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dynrankview 41: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_scatterview 41: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_scatterview 41: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 41: [ RUN ] serial.resize_exec_space_scatterview 41: [ OK ] serial.resize_exec_space_scatterview (0 ms) 41: [ RUN ] serial.realloc_exec_space_scatterview 41: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview 41: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 41: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 41: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview 41: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 41: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_offsetview 41: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview 41: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 41: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 41: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 41: [ RUN ] serial.UnorderedMap_insert 41: [ OK ] serial.UnorderedMap_insert (9076 ms) 41: [ RUN ] serial.UnorderedMap_failed_insert 41: [ OK ] serial.UnorderedMap_failed_insert (4000 ms) 41: [ RUN ] serial.UnorderedMap_deep_copy 41: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 41: [ RUN ] serial.UnorderedMap_valid_empty 41: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 41: [ RUN ] serial.UnorderedMap_clear_zero_size 41: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 41: [ RUN ] serial.UnorderedMap_consistent_size 41: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 41: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 41: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 41: [ RUN ] serial.UnorderedMap_lambda_capturable 41: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 41: [ RUN ] serial.UnorderedMap_constructor_view_alloc 41: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 41: [ RUN ] serial.vector_combination 41: [ OK ] serial.vector_combination (0 ms) 41: [ RUN ] serial.vector_insert 41: [ OK ] serial.vector_insert (0 ms) 41: [ RUN ] serial.vector_push_back_default_exec 41: [ OK ] serial.vector_push_back_default_exec (0 ms) 41: [ RUN ] serial.viewctorprop_embedded_dim 41: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 41: [----------] 64 tests from serial (16476 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 64 tests from 1 test suite ran. (16476 ms total) 41: [ PASSED ] 63 tests. 41: [ SKIPPED ] 1 test, listed below: 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 41/64 Test #41: Kokkos_ContainersUnitTest_Serial ............ Passed 16.61 sec test 42 Start 42: Kokkos_ContainersUnitTest_OpenMP 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 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 64 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 64 tests from openmp 42: [ RUN ] openmp.bitset 42: [ OK ] openmp.bitset (422 ms) 42: [ RUN ] openmp.dualview_combination 42: [ OK ] openmp.dualview_combination (0 ms) 42: [ RUN ] openmp.dualview_alloc 42: [ OK ] openmp.dualview_alloc (0 ms) 42: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 42: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 42: [ RUN ] openmp.dualview_combinations_without_init 42: [ OK ] openmp.dualview_combinations_without_init (0 ms) 42: [ RUN ] openmp.dualview_deep_copy 42: [ OK ] openmp.dualview_deep_copy (0 ms) 42: [ RUN ] openmp.dualview_realloc 42: [ OK ] openmp.dualview_realloc (0 ms) 42: [ RUN ] openmp.dualview_resize 42: [ OK ] openmp.dualview_resize (0 ms) 42: [ RUN ] openmp.dualview_device_correct_kokkos_device 42: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 42: [ RUN ] openmp.dualview_host_correct_kokkos_device 42: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 42: [ RUN ] openmp.dualview_host_modify_template_device_sync 42: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 42: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 42: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 42: [ RUN ] openmp.dualview_device_modify_template_host_sync 42: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 42: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 42: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 42: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 42: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 42: [ RUN ] openmp.dynamic_view 42: [ OK ] openmp.dynamic_view (17 ms) 42: [ RUN ] openmp.dyn_rank_view_api_generic 42: [ OK ] openmp.dyn_rank_view_api_generic (9 ms) 42: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 42: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 42: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 42: [ OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 42: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 42: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 42: [ RUN ] openmp.ErrorReporterViaLambda 42: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 42: [ RUN ] openmp.ErrorReporter 42: [ OK ] openmp.ErrorReporter (0 ms) 42: [ RUN ] openmp.offsetview_construction 42: [ OK ] openmp.offsetview_construction (14 ms) 42: [ RUN ] openmp.offsetview_unmanaged_construction 42: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 42: [ RUN ] openmp.offsetview_subview 42: [ OK ] openmp.offsetview_subview (16 ms) 42: [ RUN ] openmp.offsetview_offsets_rank1 42: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 42: [ RUN ] openmp.offsetview_offsets_rank2 42: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 42: [ RUN ] openmp.offsetview_offsets_rank3 42: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 42: [ RUN ] openmp.scatterview 42: [ OK ] openmp.scatterview (1496 ms) 42: [ RUN ] openmp.scatterview_devicetype 42: [ OK ] openmp.scatterview_devicetype (14 ms) 42: [ RUN ] openmp.staticcrsgraph 42: [ OK ] openmp.staticcrsgraph (20 ms) 42: [ RUN ] openmp.resize_realloc_no_init_dualview 42: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 42: [ RUN ] openmp.resize_realloc_no_alloc_dualview 42: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 42: [ RUN ] openmp.resize_exec_space_dualview 42: [ OK ] openmp.resize_exec_space_dualview (0 ms) 42: [ RUN ] openmp.realloc_exec_space_dualview 42: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 42: [ RUN ] openmp.resize_realloc_no_init_dynrankview 42: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 42: [ RUN ] openmp.resize_exec_space_dynrankview 42: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 42: [ RUN ] openmp.realloc_exec_space_dynrankview 42: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 42: [ RUN ] openmp.resize_realloc_no_init_scatterview 42: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 42: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 42: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 42: [ RUN ] openmp.resize_exec_space_scatterview 42: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 42: [ RUN ] openmp.realloc_exec_space_scatterview 42: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_dynrankview 42: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 42: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 42: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 42: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_offsetview 42: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 42: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 42: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 42: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_dynamicview 42: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 42: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 42: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 42: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 42: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 42: [ RUN ] openmp.UnorderedMap_insert 42: [ OK ] openmp.UnorderedMap_insert (5118 ms) 42: [ RUN ] openmp.UnorderedMap_failed_insert 42: [ OK ] openmp.UnorderedMap_failed_insert (4674 ms) 42: [ RUN ] openmp.UnorderedMap_deep_copy 42: [ OK ] openmp.UnorderedMap_deep_copy (7 ms) 42: [ RUN ] openmp.UnorderedMap_valid_empty 42: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 42: [ RUN ] openmp.UnorderedMap_clear_zero_size 42: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] openmp.UnorderedMap_consistent_size 42: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 42: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] openmp.UnorderedMap_lambda_capturable 42: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 42: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] openmp.vector_combination 42: [ OK ] openmp.vector_combination (0 ms) 42: [ RUN ] openmp.vector_insert 42: [ OK ] openmp.vector_insert (0 ms) 42: [ RUN ] openmp.vector_push_back_default_exec 42: [ OK ] openmp.vector_push_back_default_exec (0 ms) 42: [ RUN ] openmp.viewctorprop_embedded_dim 42: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 42: [----------] 64 tests from openmp (11821 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 64 tests from 1 test suite ran. (11821 ms total) 42: [ PASSED ] 64 tests. 42/64 Test #42: Kokkos_ContainersUnitTest_OpenMP ............ Passed 11.97 sec test 43 Start 43: Kokkos_ContainersPerformanceTest_OpenMP 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 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 5 tests from 1 test suite. 43: [----------] Global test environment set-up. 43: [----------] 5 tests from TEST_CATEGORY 43: [ RUN ] TEST_CATEGORY.dynrankview_perf 43: OpenMP 43: DynRankView vs View: Initialization Only 43: View time (init only): 0.00685925 43: View sum computation time: 0.00685925 43: Strided View time (init only): 0.00623376 43: View Rank7 time (init only): 0.00727624 43: DynRankView time (init only): 0.00652921 43: DynRankView sum computation time: 0.00668272 43: Ratio of View to DynRankView time: 1.05055 43: Ratio of View to DynRankView sum computation time: 1.02164 43: Ratio of View to View Rank7 time: 0.942691 43: Ratio of StrideView to DynRankView time: 0.95475 43: Ratio of DynRankView to View Rank7 time: 0.897332 43: [ OK ] TEST_CATEGORY.dynrankview_perf (231 ms) 43: [ RUN ] TEST_CATEGORY.global_2_local 43: OpenMP 43: size, create, generate, fill, find 43: 256, 0.000203793, 7.1605e-05, 8.8868e-05, 0.00460982 43: 512, 0.000135996, 2.2993e-05, 0.000140786, 0.00460739 43: 1024, 0.000139383, 5.1917e-05, 0.000174688, 0.00492615 43: 2048, 9.8015e-05, 3.9835e-05, 0.000320382, 0.00494444 43: 4096, 0.000189416, 4.4324e-05, 0.000551887, 0.00547755 43: 8192, 0.000207009, 4.8922e-05, 0.000968972, 0.00702868 43: 16384, 0.000326865, 5.9301e-05, 0.0019329, 0.0110232 43: 32768, 0.000544354, 6.5102e-05, 0.00390101, 0.022102 43: 65536, 0.000969934, 7.2617e-05, 0.00799777, 0.0570001 43: 131072, 0.00181994, 8.4208e-05, 0.0162555, 0.130899 43: 262144, 0.00384647, 0.000158167, 0.0322752, 0.195831 43: 524288, 0.00573097, 0.000235522, 0.0668538, 0.750839 43: 1048576, 0.010294, 0.000454885, 0.135669, 2.48156 43: 2097152, 0.0229961, 0.000734041, 0.271923, 5.80694 43: 4194304, 0.0459884, 0.00147802, 0.561232, 12.5643 43: [ OK ] TEST_CATEGORY.global_2_local (23261 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 43: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 43: skipping test 43: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 43: [ RUN ] TEST_CATEGORY.scatter_view 43: ScatterView data-duplicated test: 43: num_threads 8 43: hand-coded test took 0.116556 seconds 43: test took 0.11656 seconds 43: num_threads 8 43: hand-coded test took 0.115557 seconds 43: test took 0.116866 seconds 43: num_threads 8 43: hand-coded test took 0.116911 seconds 43: test took 0.115716 seconds 43: num_threads 8 43: hand-coded test took 0.115681 seconds 43: test took 0.117086 seconds 43: num_threads 8 43: hand-coded test took 0.116562 seconds 43: test took 0.115383 seconds 43: [ OK ] TEST_CATEGORY.scatter_view (1510 ms) 43: [----------] 5 tests from TEST_CATEGORY (25004 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 5 tests from 1 test suite ran. (25004 ms total) 43: [ PASSED ] 5 tests. 43/64 Test #43: Kokkos_ContainersPerformanceTest_OpenMP ..... Passed 25.01 sec test 44 Start 44: Kokkos_UnitTest_Sort 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 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 9 tests from 1 test suite. 44: [----------] Global test environment set-up. 44: [----------] 9 tests from openmp 44: [ RUN ] openmp.SortUnsignedValueType 44: [ OK ] openmp.SortUnsignedValueType (9665 ms) 44: [ RUN ] openmp.SortEmptyView 44: [ OK ] openmp.SortEmptyView (0 ms) 44: [ RUN ] openmp.SortWithCustomComparator 44: [ OK ] openmp.SortWithCustomComparator (1134 ms) 44: [ RUN ] openmp.BinSortGenericTests 44: [ OK ] openmp.BinSortGenericTests (541 ms) 44: [ RUN ] openmp.BinSortEmptyView 44: [ OK ] openmp.BinSortEmptyView (0 ms) 44: [ RUN ] openmp.BinSortEmptyKeysView 44: [ OK ] openmp.BinSortEmptyKeysView (0 ms) 44: [ RUN ] openmp.BinSortUnsignedKeyLayoutStrideValues 44: [ OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (15825 ms) 44: [ RUN ] openmp.NestedSort 44: [ OK ] openmp.NestedSort (6 ms) 44: [ RUN ] openmp.NestedSortByKey 44: [ OK ] openmp.NestedSortByKey (60 ms) 44: [----------] 9 tests from openmp (27234 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 9 tests from 1 test suite ran. (27234 ms total) 44: [ PASSED ] 9 tests. 44/64 Test #44: Kokkos_UnitTest_Sort ........................ Passed 27.25 sec test 45 Start 45: Kokkos_UnitTest_Random 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 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 3 tests from 1 test suite. 45: [----------] Global test environment set-up. 45: [----------] 3 tests from openmp 45: [ RUN ] openmp.Random_XorShift64 45: Test Seed:1706729568283190143 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 0.0168731 0.000453908 || 0.051031 2026 2457 || 2185.19 2222.06 || 6.27482 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 0.00406051 -0.000247292 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 0.00628035 -0.000962388 || 0.051031 2052 2397 || 2208.19 2222.06 || -13.304 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 0.00298512 0.00068819 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.0219448 -0.00242712 || 0.051031 2020 2438 || 2271.92 2222.06 || -33.5526 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 0.00662597 0.000114411 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.00975359 0.000818838 || 0.051031 2048 2423 || 2243.95 2222.06 || 11.3196 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.0107308 -0.000598974 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.51042e-08 -0.0132813 -0.000962889 || 0.051031 2035 2415 || 2251.97 2222.06 || -13.311 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 1.95313e-07 0.00642265 1.60036e-05 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.0135553 0.00395225 || 0.051031 1997 2413 || 2252.6 2222.06 || 54.6359 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.00350352 0.00104835 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 9.76563e-08 -0.00652648 0.0011377 || 0.051031 2038 2441 || 2236.66 2222.06 || 15.7275 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 2.92969e-07 0.000939133 0.000324712 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.0100196 -0.00075619 || 0.051031 2063 2410 || 2244.55 2222.06 || -10.4536 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.00606688 0.000461635 || 0.051031 1e+64 -1e+64 45: Test Seed:1706729570971254038 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 0.00603522 0.000255571 || 0.051031 2049 2423 || 2208.73 2222.06 || 3.53301 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 0.000255401 0.000662137 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.00912981 -0.00189912 || 0.051031 2006 2391 || 2242.54 2222.06 || -26.2535 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.00817305 0.000220171 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 0.00446366 0.00165174 || 0.051031 2042 2407 || 2212.19 2222.06 || 22.8337 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.0172287 0.000425719 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.00399015 0.000334649 || 0.051031 2041 2414 || 2230.96 2222.06 || 4.62619 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 0.0149114 0.000323242 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.51042e-08 0.00964443 0.000597857 || 0.051031 2056 2396 || 2200.84 2222.06 || 8.26478 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 1.95313e-07 0.00115018 0.000137664 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 3.25521e-08 0.00650366 -0.000966262 || 0.051031 2052 2405 || 2207.7 2222.06 || -13.3576 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 9.76563e-08 0.00626089 0.000159209 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 0.000495804 -0.00319014 || 0.051031 2026 2407 || 2220.96 2222.06 || -44.1005 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.0127274 0.000213894 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0 -0.00220569 0.000778912 || 0.051031 2032 2404 || 2226.97 2222.06 || 10.7677 -0.160751 45: -- Testing 3-D histogram 45: Density 3D: 0 -0.0158607 0.000106164 || 0.051031 1e+64 -1e+64 45: [ OK ] openmp.Random_XorShift64 (5535 ms) 45: [ RUN ] openmp.Random_XorShift1024_0 45: Test Seed:1706729573818228802 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.000862891 -2.44574e-06 || 0.051031 2002 2385 || 2200.12 2198.22 || -0.03381 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.0216368 -0.000242204 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.00709006 0.00187915 || 0.051031 2018 2362 || 2182.75 2198.22 || 25.9773 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.00901747 -0.000212375 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.0134838 0.000753811 || 0.051031 2030 2397 || 2228.27 2198.22 || 10.4207 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.002985 -0.000409866 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.0119301 -0.00123925 || 0.051031 2015 2374 || 2224.76 2198.22 || -17.1314 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 0.0184645 8.23424e-05 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.0141596 -0.000934423 || 0.051031 2023 2389 || 2229.8 2198.22 || -12.9175 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 0.00655933 -0.000414381 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.00538505 0.000238496 || 0.051031 2020 2382 || 2186.45 2198.22 || 3.29697 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 0.000853611 0.0011955 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26926e-05 0.00390704 -0.000771201 || 0.051031 2021 2375 || 2189.67 2198.22 || -10.6611 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.27585e-05 0.0180789 0.000308512 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.018694 0.00137973 || 0.051031 2014 2377 || 2240.1 2198.22 || 19.0734 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.00625096 -0.000477753 || 0.051031 1e+64 -1e+64 45: Test Seed:1706729576721322865 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.0128818 -0.001056 || 0.051031 2024 2354 || 2170.27 2198.22 || -14.5982 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.0080068 0.000108639 || 0.051031 1e+64 -1e+64 45: Test Scalar=unsigned int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.00434446 -0.000990955 || 0.051031 2020 2360 || 2207.81 2198.22 || -13.699 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.00556609 0.000227299 || 0.051031 1e+64 -1e+64 45: Test Scalar=int64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.000487124 -0.00117463 || 0.051031 2028 2384 || 2197.15 2198.22 || -16.238 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.0168707 -6.56893e-05 || 0.051031 1e+64 -1e+64 45: Test Scalar=uint64_t 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.00885385 -0.00110413 || 0.051031 2029 2399 || 2178.93 2198.22 || -15.2635 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 -0.0118912 0.000215256 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.27255e-05 -0.00920963 0.00173677 || 0.051031 2024 2382 || 2218.66 2198.22 || 24.0092 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.28572e-05 -0.0168351 3.70756e-05 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 0.0089609 -0.00026014 || 0.051031 2013 2385 || 2178.7 2198.22 || -3.59618 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 0.0228815 -0.000667704 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26926e-05 0.0188121 0.00287549 || 0.051031 2008 2365 || 2157.63 2198.22 || 39.7508 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.27585e-05 -0.00662738 0.000170946 || 0.051031 1e+64 -1e+64 45: Test Scalar=double 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 7.26597e-05 -0.00677817 -0.00158785 || 0.051031 2030 2364 || 2213.22 2198.22 || -21.9504 -0.159026 45: -- Testing 3-D histogram 45: Density 3D: 7.26597e-05 0.0230017 -0.000577532 || 0.051031 1e+64 -1e+64 45: [ OK ] openmp.Random_XorShift1024_0 (5696 ms) 45: [ RUN ] openmp.Multi_streams 45: [ OK ] openmp.Multi_streams (0 ms) 45: [----------] 3 tests from openmp (11231 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 1 test suite ran. (11231 ms total) 45: [ PASSED ] 3 tests. 45/64 Test #45: Kokkos_UnitTest_Random ...................... Passed 11.24 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 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 14 tests from 3 test suites. 46: [----------] Global test environment set-up. 46: [----------] 3 tests from std_algorithms_reducers 46: [ RUN ] std_algorithms_reducers.max_first_loc 46: checking reduction with order: LeftToRight 46: checking reduction with order: RightToLeft 46: checking reduction with order: Random 46: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_first_loc 46: checking reduction with order: LeftToRight 46: checking reduction with order: RightToLeft 46: checking reduction with order: Random 46: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 46: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 46: checking reduction with order: LeftToRight 46: checking reduction with order: RightToLeft 46: checking reduction with order: Random 46: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 46: [----------] 3 tests from std_algorithms_reducers (0 ms total) 46: 46: [----------] 1 test from std_algorithms 46: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 46: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 46: [----------] 1 test from std_algorithms (0 ms total) 46: 46: [----------] 10 tests from random_access_iterator_test 46: [ RUN ] random_access_iterator_test.constructor 46: [ OK ] random_access_iterator_test.constructor (0 ms) 46: [ RUN ] random_access_iterator_test.dereference 46: [ OK ] random_access_iterator_test.dereference (0 ms) 46: [ RUN ] random_access_iterator_test.subscript_operator 46: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet1 46: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet2 46: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet3 46: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 46: [ RUN ] random_access_iterator_test.operatorsSet4 46: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 46: [ RUN ] random_access_iterator_test.assignment_operator 46: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 46: [ RUN ] random_access_iterator_test.distance 46: [ OK ] random_access_iterator_test.distance (0 ms) 46: [ RUN ] random_access_iterator_test.traits_helpers 46: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 46: [----------] 10 tests from random_access_iterator_test (3 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 14 tests from 3 test suites ran. (3 ms total) 46: [ PASSED ] 14 tests. 46/64 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.01 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 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 7 tests from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 7 tests from std_algorithms_min_max_element_test 47: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 47: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 47: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 47: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 47: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 47: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms) 47: [----------] 7 tests from std_algorithms_min_max_element_test (37 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 7 tests from 1 test suite ran. (37 ms total) 47: [ PASSED ] 7 tests. 47/64 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.04 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 4 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: [==========] Running 13 tests from 10 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_lexicographical_compare_test 48: [ RUN ] std_algorithms_lexicographical_compare_test.test 48: [ OK ] std_algorithms_lexicographical_compare_test.test (207 ms) 48: [----------] 1 test from std_algorithms_lexicographical_compare_test (207 ms total) 48: 48: [----------] 1 test from std_algorithms_for_each_test 48: [ RUN ] std_algorithms_for_each_test.test 48: [ OK ] std_algorithms_for_each_test.test (118 ms) 48: [----------] 1 test from std_algorithms_for_each_test (118 ms total) 48: 48: [----------] 1 test from std_algorithms_find_test 48: [ RUN ] std_algorithms_find_test.test 48: [ OK ] std_algorithms_find_test.test (77 ms) 48: [----------] 1 test from std_algorithms_find_test (78 ms total) 48: 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 48: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1087 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 48: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1166 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search 48: [ OK ] std_algorithms_non_mod_seq_ops.search (696 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 48: [ OK ] std_algorithms_non_mod_seq_ops.search_n (542 ms) 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3492 ms total) 48: 48: [----------] 1 test from std_algorithms_count_test 48: [ RUN ] std_algorithms_count_test.test 48: [ OK ] std_algorithms_count_test.test (96 ms) 48: [----------] 1 test from std_algorithms_count_test (96 ms total) 48: 48: [----------] 1 test from std_algorithms_equal_test 48: [ RUN ] std_algorithms_equal_test.test 48: [ OK ] std_algorithms_equal_test.test (26 ms) 48: [----------] 1 test from std_algorithms_equal_test (26 ms total) 48: 48: [----------] 1 test from std_algorithms_all_any_none_of_test 48: [ RUN ] std_algorithms_all_any_none_of_test.test 48: [ OK ] std_algorithms_all_any_none_of_test.test (83 ms) 48: [----------] 1 test from std_algorithms_all_any_none_of_test (83 ms total) 48: 48: [----------] 1 test from std_algorithms_nonmod_seq_ops 48: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 48: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (100 ms) 48: [----------] 1 test from std_algorithms_nonmod_seq_ops (100 ms total) 48: 48: [----------] 1 test from std_algorithms_mismatch_test 48: [ RUN ] std_algorithms_mismatch_test.test 48: [ OK ] std_algorithms_mismatch_test.test (206 ms) 48: [----------] 1 test from std_algorithms_mismatch_test (206 ms total) 48: 48: [----------] 1 test from std_algorithms_mod_seq_ops 48: [ RUN ] std_algorithms_mod_seq_ops.move_backward 48: [ OK ] std_algorithms_mod_seq_ops.move_backward (57 ms) 48: [----------] 1 test from std_algorithms_mod_seq_ops (57 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 13 tests from 10 test suites ran. (4467 ms total) 48: [ PASSED ] 13 tests. 48/64 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 4.47 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 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 33 tests from 5 test suites. 49: [----------] Global test environment set-up. 49: [----------] 5 tests from std_algorithms_mod_ops_test 49: [ RUN ] std_algorithms_mod_ops_test.move 49: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 49: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.swap 49: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 49: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 49: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 49: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 49: [----------] 5 tests from std_algorithms_mod_ops_test (0 ms total) 49: 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy 49: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 49: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 49: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill 49: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 49: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 49: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate 49: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 49: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 49: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 49: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 49: 49: [----------] 4 tests from std_algorithms_replace_ops_test 49: [ RUN ] std_algorithms_replace_ops_test.replace 49: [ OK ] std_algorithms_replace_ops_test.replace (31 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_if 49: [ OK ] std_algorithms_replace_ops_test.replace_if (130 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy 49: [ OK ] std_algorithms_replace_ops_test.replace_copy (55 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 49: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (49 ms) 49: [----------] 4 tests from std_algorithms_replace_ops_test (267 ms total) 49: 49: [----------] 11 tests from std_algorithms_mod_seq_ops 49: [ RUN ] std_algorithms_mod_seq_ops.copy_if 49: [ OK ] std_algorithms_mod_seq_ops.copy_if (46 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique 49: [ OK ] std_algorithms_mod_seq_ops.unique (278 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 49: [ OK ] std_algorithms_mod_seq_ops.unique_copy (92 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove 49: [ OK ] std_algorithms_mod_seq_ops.remove (69 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_if (75 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy (131 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (69 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate 49: [ OK ] std_algorithms_mod_seq_ops.rotate (744 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 49: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (279 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_left 49: [ OK ] std_algorithms_mod_seq_ops.shift_left (604 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_right 49: [ OK ] std_algorithms_mod_seq_ops.shift_right (577 ms) 49: [----------] 11 tests from std_algorithms_mod_seq_ops (2969 ms total) 49: 49: [----------] 1 test from std_algorithms_modseq_test 49: [ RUN ] std_algorithms_modseq_test.reverse 49: [ OK ] std_algorithms_modseq_test.reverse (41 ms) 49: [----------] 1 test from std_algorithms_modseq_test (41 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 33 tests from 5 test suites ran. (3282 ms total) 49: [ PASSED ] 33 tests. 49/64 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 3.29 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 50: Detected: 4 cores per node. 50: Detected: 1 MPI_ranks per node. 50: Requested: 8 threads per process. 50: [==========] Running 29 tests from 7 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_sorting_ops_test 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 50: is_sorted: dynamic_view, all overloads 50: is_sorted: stride2_view, all overloads 50: is_sorted: stride3_view, all overloads 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted (18 ms) 50: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 50: is_sorted_until: dynamic_view, all overloads 50: is_sorted_until: stride2_view, all overloads 50: is_sorted_until: stride3_view, all overloads 50: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (15 ms) 50: [----------] 2 tests from std_algorithms_sorting_ops_test (33 ms total) 50: 50: [----------] 4 tests from std_algorithms_partitioning_test 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 50: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 50: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 50: [ RUN ] std_algorithms_partitioning_test.partition_point 50: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 50: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 50: 50: [----------] 1 test from std_algorithms_partitioning_ops 50: [ RUN ] std_algorithms_partitioning_ops.partition_copy 50: [ OK ] std_algorithms_partitioning_ops.partition_copy (18 ms) 50: [----------] 1 test from std_algorithms_partitioning_ops (18 ms total) 50: 50: [----------] 12 tests from std_algorithms_numerics_test 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 50: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 50: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 50: [----------] 12 tests from std_algorithms_numerics_test (17 ms total) 50: 50: [----------] 1 test from std_algorithms_numerics_ops_test 50: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 50: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (81 ms) 50: [----------] 1 test from std_algorithms_numerics_ops_test (81 ms total) 50: 50: [----------] 8 tests from std_algorithms_numeric_ops_test 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (755 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (555 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (197 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (56 ms) 50: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 50: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 50: [----------] 8 tests from std_algorithms_numeric_ops_test (1565 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_ops_test 50: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 50: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (33 ms) 50: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 29 tests from 7 test suites ran. (1756 ms total) 50: [ PASSED ] 29 tests. 50/64 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 1.77 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 51: Detected: 4 cores per node. 51: Detected: 1 MPI_ranks per node. 51: Requested: 8 threads per process. 51: [==========] Running 12 tests from 7 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (695 ms) 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (661 ms) 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1357 ms total) 51: 51: [----------] 2 tests from std_algorithms_count_team_test 51: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 51: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (626 ms) 51: [ RUN ] std_algorithms_count_team_test.count_returns_zero 51: [ OK ] std_algorithms_count_team_test.count_returns_zero (281 ms) 51: [----------] 2 tests from std_algorithms_count_team_test (907 ms total) 51: 51: [----------] 1 test from std_algorithms_count_if_team_test 51: [ RUN ] std_algorithms_count_if_team_test.test 51: [ OK ] std_algorithms_count_if_team_test.test (326 ms) 51: [----------] 1 test from std_algorithms_count_if_team_test (326 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_team_test 51: [ RUN ] std_algorithms_for_each_team_test.test 51: [ OK ] std_algorithms_for_each_team_test.test (453 ms) 51: [----------] 1 test from std_algorithms_for_each_team_test (453 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_n_team_test 51: [ RUN ] std_algorithms_for_each_n_team_test.test 51: [ OK ] std_algorithms_for_each_n_team_test.test (458 ms) 51: [----------] 1 test from std_algorithms_for_each_n_team_test (458 ms total) 51: 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 51: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3171 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1921 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1923 ms) 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7016 ms total) 51: 51: [----------] 2 tests from std_algorithms_mismatch_team_test 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 51: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (2232 ms) 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 51: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1077 ms) 51: [----------] 2 tests from std_algorithms_mismatch_team_test (3309 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 12 tests from 7 test suites ran. (13829 ms total) 51: [ PASSED ] 12 tests. 51/64 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 13.84 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test timeout computed to be: 1500 52: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 52: Detected: 4 cores per node. 52: Detected: 1 MPI_ranks per node. 52: Requested: 8 threads per process. 52: [==========] Running 8 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_equal_team_test 52: [ RUN ] std_algorithms_equal_team_test.views_are_equal 52: [ OK ] std_algorithms_equal_team_test.views_are_equal (1582 ms) 52: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 52: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1543 ms) 52: [----------] 2 tests from std_algorithms_equal_team_test (3125 ms total) 52: 52: [----------] 2 tests from std_algorithms_search_team_test 52: [ RUN ] std_algorithms_search_team_test.sequences_exist 52: [ OK ] std_algorithms_search_team_test.sequences_exist (852 ms) 52: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1039 ms) 52: [----------] 2 tests from std_algorithms_search_team_test (1891 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_end_team_test 52: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 52: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1988 ms) 52: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1830 ms) 52: [----------] 2 tests from std_algorithms_find_end_team_test (3819 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_first_of_team_test 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1593 ms) 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5824 ms) 52: [----------] 2 tests from std_algorithms_find_first_of_team_test (7418 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 8 tests from 4 test suites ran. (16254 ms total) 52: [ PASSED ] 8 tests. 52/64 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 16.26 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test timeout computed to be: 1500 53: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 53: Detected: 4 cores per node. 53: Detected: 1 MPI_ranks per node. 53: Requested: 8 threads per process. 53: [==========] Running 11 tests from 7 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_find_team_test 53: [ RUN ] std_algorithms_find_team_test.searched_values_exist 53: [ OK ] std_algorithms_find_team_test.searched_values_exist (359 ms) 53: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 53: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (472 ms) 53: [----------] 2 tests from std_algorithms_find_team_test (832 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_team_test 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (297 ms) 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (468 ms) 53: [----------] 2 tests from std_algorithms_find_if_team_test (765 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_if_not_team_test 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (470 ms) 53: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 53: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (293 ms) 53: [----------] 2 tests from std_algorithms_find_if_not_team_test (764 ms total) 53: 53: [----------] 1 test from std_algorithms_all_of_team_test 53: [ RUN ] std_algorithms_all_of_team_test.test 53: [ OK ] std_algorithms_all_of_team_test.test (503 ms) 53: [----------] 1 test from std_algorithms_all_of_team_test (503 ms total) 53: 53: [----------] 1 test from std_algorithms_any_of_team_test 53: [ RUN ] std_algorithms_any_of_team_test.test 53: [ OK ] std_algorithms_any_of_team_test.test (286 ms) 53: [----------] 1 test from std_algorithms_any_of_team_test (286 ms total) 53: 53: [----------] 1 test from std_algorithms_none_of_team_test 53: [ RUN ] std_algorithms_none_of_team_test.test 53: [ OK ] std_algorithms_none_of_team_test.test (464 ms) 53: [----------] 1 test from std_algorithms_none_of_team_test (464 ms total) 53: 53: [----------] 2 tests from std_algorithms_search_n_team_test 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (379 ms) 53: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 53: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (383 ms) 53: [----------] 2 tests from std_algorithms_search_n_team_test (763 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 11 tests from 7 test suites ran. (4380 ms total) 53: [ PASSED ] 11 tests. 53/64 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 4.39 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test timeout computed to be: 1500 54: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 54: Detected: 4 cores per node. 54: Detected: 1 MPI_ranks per node. 54: Requested: 8 threads per process. 54: [==========] Running 3 tests from 3 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_min_element_team_test 54: [ RUN ] std_algorithms_min_element_team_test.test 54: [ OK ] std_algorithms_min_element_team_test.test (1350 ms) 54: [----------] 1 test from std_algorithms_min_element_team_test (1350 ms total) 54: 54: [----------] 1 test from std_algorithms_max_element_team_test 54: [ RUN ] std_algorithms_max_element_team_test.test 54: [ OK ] std_algorithms_max_element_team_test.test (1319 ms) 54: [----------] 1 test from std_algorithms_max_element_team_test (1319 ms total) 54: 54: [----------] 1 test from std_algorithms_minmax_element_team_test 54: [ RUN ] std_algorithms_minmax_element_team_test.test 54: [ OK ] std_algorithms_minmax_element_team_test.test (1930 ms) 54: [----------] 1 test from std_algorithms_minmax_element_team_test (1931 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 3 tests from 3 test suites ran. (4600 ms total) 54: [ PASSED ] 3 tests. 54/64 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 4.61 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test timeout computed to be: 1500 55: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 55: Detected: 4 cores per node. 55: Detected: 1 MPI_ranks per node. 55: Requested: 8 threads per process. 55: [==========] Running 6 tests from 6 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_fill_team_test 55: [ RUN ] std_algorithms_fill_team_test.test 55: [ OK ] std_algorithms_fill_team_test.test (355 ms) 55: [----------] 1 test from std_algorithms_fill_team_test (355 ms total) 55: 55: [----------] 1 test from std_algorithms_fill_n_team_test 55: [ RUN ] std_algorithms_fill_n_team_test.test 55: [ OK ] std_algorithms_fill_n_team_test.test (268 ms) 55: [----------] 1 test from std_algorithms_fill_n_team_test (268 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_team_test 55: [ RUN ] std_algorithms_replace_team_test.test 55: [ OK ] std_algorithms_replace_team_test.test (519 ms) 55: [----------] 1 test from std_algorithms_replace_team_test (519 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_if_team_test 55: [ RUN ] std_algorithms_replace_if_team_test.test 55: [ OK ] std_algorithms_replace_if_team_test.test (588 ms) 55: [----------] 1 test from std_algorithms_replace_if_team_test (588 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_team_test 55: [ RUN ] std_algorithms_replace_copy_team_test.test 55: [ OK ] std_algorithms_replace_copy_team_test.test (947 ms) 55: [----------] 1 test from std_algorithms_replace_copy_team_test (948 ms total) 55: 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test 55: [ RUN ] std_algorithms_replace_copy_if_team_test.test 55: [ OK ] std_algorithms_replace_copy_if_team_test.test (792 ms) 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test (792 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 6 tests from 6 test suites ran. (3472 ms total) 55: [ PASSED ] 6 tests. 55/64 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 3.48 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test timeout computed to be: 1500 56: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 56: Detected: 4 cores per node. 56: Detected: 1 MPI_ranks per node. 56: Requested: 8 threads per process. 56: [==========] Running 4 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_reverse_team_test 56: [ RUN ] std_algorithms_reverse_team_test.test 56: [ OK ] std_algorithms_reverse_team_test.test (372 ms) 56: [----------] 1 test from std_algorithms_reverse_team_test (372 ms total) 56: 56: [----------] 1 test from std_algorithms_reverse_copy_team_test 56: [ RUN ] std_algorithms_reverse_copy_team_test.test 56: [ OK ] std_algorithms_reverse_copy_team_test.test (377 ms) 56: [----------] 1 test from std_algorithms_reverse_copy_team_test (377 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_team_test 56: [ RUN ] std_algorithms_rotate_team_test.test 56: [ OK ] std_algorithms_rotate_team_test.test (776 ms) 56: [----------] 1 test from std_algorithms_rotate_team_test (776 ms total) 56: 56: [----------] 1 test from std_algorithms_rotate_copy_team_test 56: [ RUN ] std_algorithms_rotate_copy_team_test.test 56: [ OK ] std_algorithms_rotate_copy_team_test.test (515 ms) 56: [----------] 1 test from std_algorithms_rotate_copy_team_test (515 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 4 tests from 4 test suites ran. (2042 ms total) 56: [ PASSED ] 4 tests. 56/64 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 2.05 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test timeout computed to be: 1500 57: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 57: Detected: 4 cores per node. 57: Detected: 1 MPI_ranks per node. 57: Requested: 8 threads per process. 57: [==========] Running 4 tests from 4 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_move_team_test 57: [ RUN ] std_algorithms_move_team_test.test 57: [ OK ] std_algorithms_move_team_test.test (544 ms) 57: [----------] 1 test from std_algorithms_move_team_test (544 ms total) 57: 57: [----------] 1 test from std_algorithms_move_backward_team_test 57: [ RUN ] std_algorithms_move_backward_team_test.test 57: [ OK ] std_algorithms_move_backward_team_test.test (568 ms) 57: [----------] 1 test from std_algorithms_move_backward_team_test (568 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_left_team_test 57: [ RUN ] std_algorithms_shift_left_team_test.test 57: [ OK ] std_algorithms_shift_left_team_test.test (1567 ms) 57: [----------] 1 test from std_algorithms_shift_left_team_test (1567 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_right_team_test 57: [ RUN ] std_algorithms_shift_right_team_test.test 57: [ OK ] std_algorithms_shift_right_team_test.test (1378 ms) 57: [----------] 1 test from std_algorithms_shift_right_team_test (1379 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (4059 ms total) 57: [ PASSED ] 4 tests. 57/64 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 4.06 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test timeout computed to be: 1500 58: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 58: Detected: 4 cores per node. 58: Detected: 1 MPI_ranks per node. 58: Requested: 8 threads per process. 58: [==========] Running 9 tests from 9 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_copy_team_test 58: [ RUN ] std_algorithms_copy_team_test.test 58: [ OK ] std_algorithms_copy_team_test.test (688 ms) 58: [----------] 1 test from std_algorithms_copy_team_test (688 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_n_team_test 58: [ RUN ] std_algorithms_copy_n_team_test.test 58: [ OK ] std_algorithms_copy_n_team_test.test (314 ms) 58: [----------] 1 test from std_algorithms_copy_n_team_test (314 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_backward_team_test 58: [ RUN ] std_algorithms_copy_backward_team_test.test 58: [ OK ] std_algorithms_copy_backward_team_test.test (559 ms) 58: [----------] 1 test from std_algorithms_copy_backward_team_test (559 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_if_team_test 58: [ RUN ] std_algorithms_copy_if_team_test.test 58: [ OK ] std_algorithms_copy_if_team_test.test (636 ms) 58: [----------] 1 test from std_algorithms_copy_if_team_test (636 ms total) 58: 58: [----------] 1 test from std_algorithms_unique_copy_team_test 58: [ RUN ] std_algorithms_unique_copy_team_test.test 58: [ OK ] std_algorithms_unique_copy_team_test.test (1248 ms) 58: [----------] 1 test from std_algorithms_unique_copy_team_test (1248 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_team_test 58: [ RUN ] std_algorithms_remove_team_test.test 58: [ OK ] std_algorithms_remove_team_test.test (756 ms) 58: [----------] 1 test from std_algorithms_remove_team_test (756 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_if_team_test 58: [ RUN ] std_algorithms_remove_if_team_test.test 58: [ OK ] std_algorithms_remove_if_team_test.test (781 ms) 58: [----------] 1 test from std_algorithms_remove_if_team_test (781 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_team_test 58: [ RUN ] std_algorithms_remove_copy_team_test.test 58: [ OK ] std_algorithms_remove_copy_team_test.test (871 ms) 58: [----------] 1 test from std_algorithms_remove_copy_team_test (871 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test 58: [ RUN ] std_algorithms_remove_copy_if_team_test.test 58: [ OK ] std_algorithms_remove_copy_if_team_test.test (732 ms) 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test (732 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 9 tests from 9 test suites ran. (6588 ms total) 58: [ PASSED ] 9 tests. 58/64 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 6.60 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test timeout computed to be: 1500 59: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 59: Detected: 4 cores per node. 59: Detected: 1 MPI_ranks per node. 59: Requested: 8 threads per process. 59: [==========] Running 4 tests from 4 test suites. 59: [----------] Global test environment set-up. 59: [----------] 1 test from std_algorithms_unique_team_test 59: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 59: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1424 ms) 59: [----------] 1 test from std_algorithms_unique_team_test (1424 ms total) 59: 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test 59: [ RUN ] std_algorithms_adjacent_difference_team_test.test 59: [ OK ] std_algorithms_adjacent_difference_team_test.test (1233 ms) 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1233 ms total) 59: 59: [----------] 1 test from std_algorithms_reduce_team_test 59: [ RUN ] std_algorithms_reduce_team_test.test 59: [ OK ] std_algorithms_reduce_team_test.test (1008 ms) 59: [----------] 1 test from std_algorithms_reduce_team_test (1008 ms total) 59: 59: [----------] 1 test from std_algorithms_transform_reduce_team_test 59: [ RUN ] std_algorithms_transform_reduce_team_test.test 59: [ OK ] std_algorithms_transform_reduce_team_test.test (1764 ms) 59: [----------] 1 test from std_algorithms_transform_reduce_team_test (1764 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 4 tests from 4 test suites ran. (5430 ms total) 59: [ PASSED ] 4 tests. 59/64 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 5.44 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test timeout computed to be: 1500 60: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 60: Detected: 4 cores per node. 60: Detected: 1 MPI_ranks per node. 60: Requested: 8 threads per process. 60: [==========] Running 18 tests from 5 test suites. 60: [----------] Global test environment set-up. 60: [----------] 2 tests from std_algorithms_is_sorted_team_test 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (616 ms) 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1383 ms) 60: [----------] 2 tests from std_algorithms_is_sorted_team_test (2000 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1347 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (811 ms) 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2186 ms total) 60: 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test 60: [ RUN ] std_algorithms_is_partitioned_team_test.empty 60: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 60: [ OK ] std_algorithms_is_partitioned_team_test.all_true (390 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 60: [ OK ] std_algorithms_is_partitioned_team_test.all_false (388 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.random 60: [ OK ] std_algorithms_is_partitioned_team_test.random (298 ms) 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1085 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_copy_team_test 60: [ RUN ] std_algorithms_partition_copy_team_test.empty 60: [ OK ] std_algorithms_partition_copy_team_test.empty (11 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_true 60: [ OK ] std_algorithms_partition_copy_team_test.all_true (642 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_false 60: [ OK ] std_algorithms_partition_copy_team_test.all_false (649 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.random 60: [ OK ] std_algorithms_partition_copy_team_test.random (551 ms) 60: [----------] 4 tests from std_algorithms_partition_copy_team_test (1854 ms total) 60: 60: [----------] 4 tests from std_algorithms_partition_point_team_test 60: [ RUN ] std_algorithms_partition_point_team_test.empty 60: [ OK ] std_algorithms_partition_point_team_test.empty (7 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_true 60: [ OK ] std_algorithms_partition_point_team_test.all_true (261 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_false 60: [ OK ] std_algorithms_partition_point_team_test.all_false (266 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.random 60: [ OK ] std_algorithms_partition_point_team_test.random (186 ms) 60: [----------] 4 tests from std_algorithms_partition_point_team_test (721 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 18 tests from 5 test suites ran. (7848 ms total) 60: [ PASSED ] 18 tests. 60/64 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 7.85 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test timeout computed to be: 1500 61: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 61: Detected: 4 cores per node. 61: Detected: 1 MPI_ranks per node. 61: Requested: 8 threads per process. 61: [==========] Running 5 tests from 4 test suites. 61: [----------] Global test environment set-up. 61: [----------] 2 tests from std_algorithms_transform_team_test 61: [ RUN ] std_algorithms_transform_team_test.test_unary_op 61: [ OK ] std_algorithms_transform_team_test.test_unary_op (876 ms) 61: [ RUN ] std_algorithms_transform_team_test.test_binary_op 61: [ OK ] std_algorithms_transform_team_test.test_binary_op (991 ms) 61: [----------] 2 tests from std_algorithms_transform_team_test (1867 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_team_test 61: [ RUN ] std_algorithms_generate_team_test.test_unary_op 61: [ OK ] std_algorithms_generate_team_test.test_unary_op (1886 ms) 61: [----------] 1 test from std_algorithms_generate_team_test (1886 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_n_team_test 61: [ RUN ] std_algorithms_generate_n_team_test.test 61: [ OK ] std_algorithms_generate_n_team_test.test (268 ms) 61: [----------] 1 test from std_algorithms_generate_n_team_test (268 ms total) 61: 61: [----------] 1 test from std_algorithms_swap_ranges_team_test 61: [ RUN ] std_algorithms_swap_ranges_team_test.test 61: [ OK ] std_algorithms_swap_ranges_team_test.test (895 ms) 61: [----------] 1 test from std_algorithms_swap_ranges_team_test (895 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 5 tests from 4 test suites ran. (4917 ms total) 61: [ PASSED ] 5 tests. 61/64 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 4.93 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test timeout computed to be: 1500 62: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 62: Detected: 4 cores per node. 62: Detected: 1 MPI_ranks per node. 62: Requested: 8 threads per process. 62: [==========] Running 2 tests from 2 test suites. 62: [----------] Global test environment set-up. 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test 62: [ RUN ] std_algorithms_exclusive_scan_team_test.test 62: [ OK ] std_algorithms_exclusive_scan_team_test.test (1687 ms) 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1687 ms total) 62: 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 62: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 62: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (833 ms) 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (833 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 2 tests from 2 test suites ran. (2521 ms total) 62: [ PASSED ] 2 tests. 62/64 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 2.53 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test timeout computed to be: 1500 63: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 63: Detected: 4 cores per node. 63: Detected: 1 MPI_ranks per node. 63: Requested: 8 threads per process. 63: [==========] Running 2 tests from 2 test suites. 63: [----------] Global test environment set-up. 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test 63: [ RUN ] std_algorithms_inclusive_scan_team_test.test 63: [ OK ] std_algorithms_inclusive_scan_team_test.test (2596 ms) 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2596 ms total) 63: 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 63: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 63: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1679 ms) 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1679 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 2 tests from 2 test suites ran. (4275 ms total) 63: [ PASSED ] 2 tests. 63/64 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 4.28 sec test 64 Start 64: Kokkos_UnitTest_SIMD 64: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 64: Test timeout computed to be: 1500 64: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 64: Detected: 4 cores per node. 64: Detected: 1 MPI_ranks per node. 64: Requested: 8 threads per process. 64: [==========] Running 14 tests from 1 test suite. 64: [----------] Global test environment set-up. 64: [----------] 14 tests from simd 64: [ RUN ] simd.host_math_ops 64: [ OK ] simd.host_math_ops (0 ms) 64: [ RUN ] simd.device_math_ops 64: [ OK ] simd.device_math_ops (0 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 (0 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: [----------] 14 tests from simd (0 ms total) 64: 64: [----------] Global test environment tear-down 64: [==========] 14 tests from 1 test suite ran. (0 ms total) 64: [ PASSED ] 14 tests. 64/64 Test #64: Kokkos_UnitTest_SIMD ........................ Passed 0.00 sec 100% tests passed, 0 tests failed out of 64 Total Test time (real) = 751.12 sec + gcc -I/var/jenkins/workspace/Kokkos_PR-6770/build/../core/src/ ../core/unit_test/tools/TestCInterface.c [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 a2fb15ad0b647fb3f7045574353ccb3d99adda5b48be751167d3931376a2c77c $ docker rm -f --volumes a2fb15ad0b647fb3f7045574353ccb3d99adda5b48be751167d3931376a2c77c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Running on fetnat06 in /var/jenkins/workspace/Kokkos_PR-6770 [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-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 Commit message: "Update master_history.txt for 4.2.01" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 3bb910e1fcc50abdb66236912618da1cf169b8f2 -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 23.04kB Step 1/14 : ARG BASE=nvidia/cuda:11.1.1-devel-ubuntu20.04 Step 2/14 : FROM $BASE ---> 9165013c68c2 Step 3/14 : RUN apt-get update && apt-get install -y bc git wget ccache python3 libelf-dev g++-multilib && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> c0202623d4db Step 4/14 : ARG NPROC=8 ---> Using cache ---> 92b74ef9f9cd Step 5/14 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> acdf0247e2be Step 6/14 : ARG CMAKE_VERSION=3.27.7 ---> Using cache ---> c2f480cf4759 Step 7/14 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> f0ab3072fa2b Step 8/14 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm ${CMAKE_SCRIPT} ---> Using cache ---> 1c7a1b7e8bc9 Step 9/14 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> d6ae0e8560ee Step 10/14 : ARG LLVM_VERSION=llvmorg-17.0.1 ---> Running in 47c34e5a86ea Removing intermediate container 47c34e5a86ea ---> 00025ef45d77 Step 11/14 : ENV LLVM_DIR=/opt/llvm ---> Running in 7df65f612fc3 Removing intermediate container 7df65f612fc3 ---> 9ad454296474 Step 12/14 : RUN LLVM_URL=https://github.com/llvm/llvm-project/archive && LLVM_ARCHIVE=${LLVM_VERSION}.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL}/${LLVM_ARCHIVE} && mkdir llvm-project && tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 && cd llvm-project && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LLVM_DIR -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="openmp" -DCLANG_OPENMP_NVPTX_DEFAULT_ARCH=sm_70 -DLIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES=70 ../llvm && make -j${NPROC} && make install && rm -rf ${SCRATCH_DIR} ---> Running in f6b814a05e43 CMake Deprecation Warning at /scratch/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/gcc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- bolt project is disabled -- clang project is enabled -- clang-tools-extra project is disabled -- compiler-rt project is disabled -- cross-project-tests project is disabled -- libc project is disabled -- libclc project is disabled -- lld project is disabled -- lldb project is disabled -- mlir project is disabled -- openmp project is disabled -- polly project is disabled -- pstl project is disabled -- flang project is disabled -- Found Python3: /usr/bin/python3.8 (found suitable version "3.8.10", minimum required is "3.6") found components: Interpreter -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for link.h -- Looking for link.h - found -- Looking for malloc/malloc.h -- Looking for malloc/malloc.h - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/param.h -- Looking for sys/param.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sysexits.h -- Looking for sysexits.h - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for valgrind/valgrind.h -- Looking for valgrind/valgrind.h - not found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for FE_ALL_EXCEPT -- Looking for FE_ALL_EXCEPT - found -- Looking for FE_INEXACT -- Looking for FE_INEXACT - found -- Performing Test HAVE_BUILTIN_THREAD_POINTER -- Performing Test HAVE_BUILTIN_THREAD_POINTER - Failed -- Looking for mach/mach.h -- Looking for mach/mach.h - not found -- Looking for CrashReporterClient.h -- Looking for CrashReporterClient.h - not found -- Looking for linux/magic.h -- Looking for linux/magic.h - found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Looking for pthread_rwlock_init in pthread -- Looking for pthread_rwlock_init in pthread - found -- Looking for pthread_mutex_lock in pthread -- Looking for pthread_mutex_lock in pthread - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for pfm_initialize in pfm -- Looking for pfm_initialize in pfm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for compress2 -- Looking for compress2 - found -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) -- Could NOT find Terminfo (missing: Terminfo_LIBRARIES Terminfo_LINKABLE) -- Looking for xar_open in xar -- Looking for xar_open in xar - not found -- Looking for arc4random -- Looking for arc4random - not found -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Looking for __register_frame -- Looking for __register_frame - found -- Looking for __deregister_frame -- Looking for __deregister_frame - found -- Looking for __unw_add_dynamic_fde -- Looking for __unw_add_dynamic_fde - not found -- Looking for _Unwind_Backtrace -- Looking for _Unwind_Backtrace - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for sysconf -- Looking for sysconf - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for setrlimit -- Looking for setrlimit - found -- Looking for isatty -- Looking for isatty - found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for sigaltstack -- Looking for sigaltstack - found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for mallinfo2 -- Looking for mallinfo2 - not found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for posix_spawn -- Looking for posix_spawn - found -- Looking for pread -- Looking for pread - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strerror_s -- Looking for strerror_s - not found -- Looking for setenv -- Looking for setenv - found -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Looking for pthread_getname_np -- Looking for pthread_getname_np - found -- Looking for pthread_setname_np -- Looking for pthread_setname_np - found -- Looking for dlopen -- Looking for dlopen - found -- Looking for dladdr -- Looking for dladdr - found -- Looking for proc_pid_rusage -- Looking for proc_pid_rusage - not found -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Performing Test LLVM_HAS_ATOMICS -- Performing Test LLVM_HAS_ATOMICS - Success -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed -- Performing Test HAS_MAYBE_UNINITIALIZED -- Performing Test HAS_MAYBE_UNINITIALIZED - Success -- Native target architecture is X86 -- Threads enabled. -- Doxygen disabled. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Could NOT find Python module pygments -- Could NOT find Python module pygments.lexers.c_cpp -- Could NOT find Python module yaml -- LLVM host triple: x86_64-unknown-linux-gnu -- LLVM default target triple: x86_64-unknown-linux-gnu -- Performing Test C_SUPPORTS_FPIC -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test C_SUPPORTS_WERROR_DATE_TIME -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS - Success -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS - Success -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FDATA_SECTIONS -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - not found -- Linker detection: GNU ld -- Performing Test HAS_WERROR_GLOBAL_CTORS -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed -- Looking for __x86_64__ -- Looking for __x86_64__ - found -- Found Git: /usr/bin/git (found version "2.25.1") -- Targeting AArch64 -- Targeting AMDGPU -- Targeting ARM -- Targeting AVR -- Targeting BPF -- Targeting Hexagon -- Targeting Lanai -- Targeting LoongArch -- Targeting Mips -- Targeting MSP430 -- Targeting NVPTX -- Targeting PowerPC -- Targeting RISCV -- Targeting Sparc -- Targeting SystemZ -- Targeting VE -- Targeting WebAssembly -- Targeting X86 -- Targeting XCore CMake Deprecation Warning at /scratch/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): /scratch/llvm-project/clang/CMakeLists.txt:6 (include) -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Clang version: 17.0.1 -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed -- Looking for include file sys/inotify.h -- Looking for include file sys/inotify.h - found -- Registering ExampleIRTransforms as a pass plugin (static build: OFF) -- Registering Bye as a pass plugin (static build: OFF) -- Failed to find LLVM FileCheck -- git version: v0.0.0 normalized to 0.0.0 -- Version: 1.6.0 -- Looking for shm_open in rt -- Looking for shm_open in rt - found -- Performing Test HAVE_CXX_FLAG_STD_CXX11 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- Performing Test HAVE_CXX_FLAG_WALL -- Performing Test HAVE_CXX_FLAG_WALL - Success -- Performing Test HAVE_CXX_FLAG_WEXTRA -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- Performing Test HAVE_CXX_FLAG_WSHADOW -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- Performing Test HAVE_CXX_FLAG_WD654 -- Performing Test HAVE_CXX_FLAG_WD654 - Failed -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- Performing Test HAVE_CXX_FLAG_COVERAGE -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- Performing Test HAVE_POSIX_REGEX -- success -- Performing Test HAVE_STEADY_CLOCK -- Performing Test HAVE_STEADY_CLOCK -- Performing Test HAVE_STEADY_CLOCK -- success -- Configuring done (47.2s) -- Generating done (28.2s) CMake Warning: Manually-specified variables were not used by the project: CLANG_OPENMP_NVPTX_DEFAULT_ARCH -- Build files have been written to: /scratch/llvm-project/build [ 0%] Generating VCSRevision.h [ 0%] Creating export file for LLVMHello [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o [ 0%] Building C object utils/count/CMakeFiles/count.dir/count.c.o [ 0%] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o [ 0%] Creating export file for LTO [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/Attributes.cpp.o [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3.c.o [ 0%] Built target llvm_vcsrevision_h [ 0%] Built target LLVMHello_exports [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_dispatch.c.o [ 0%] Built target LTO_exports [ 0%] Building CXX object tools/clang/lib/Support/CMakeFiles/obj.clangSupport.dir/RISCVVIntrinsicUtils.cpp.o [ 0%] Copying clang's mm_malloc.h... [ 0%] Built target utility-resource-headers [ 0%] Linking C executable ../../bin/count [ 0%] Copying clang's builtins.h... [ 0%] Built target core-resource-headers [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o [ 0%] Copying clang's __clang_cuda_builtin_vars.h... [ 0%] Built target count [ 0%] Copying clang's __clang_cuda_cmath.h... [ 0%] Copying clang's hexagon_circ_brev_intrinsics.h... [ 0%] Copying clang's __clang_cuda_complex_builtins.h... [ 0%] Copying clang's __clang_cuda_device_functions.h... [ 0%] Copying clang's hexagon_protos.h... [ 0%] Copying clang's __clang_cuda_libdevice_declares.h... [ 0%] Copying clang's __clang_cuda_intrinsics.h... [ 0%] Copying clang's __clang_cuda_math.h... [ 0%] Copying clang's hexagon_types.h... [ 0%] Copying clang's __clang_cuda_math_forward_declares.h... [ 0%] Copying clang's hvx_hexagon_protos.h... [ 0%] Copying clang's __clang_cuda_runtime_wrapper.h... [ 0%] Copying clang's __clang_cuda_texture_intrinsics.h... [ 0%] Built target hexagon-resource-headers [ 1%] Copying clang's cuda_wrappers/algorithm... [ 1%] Copying clang's cuda_wrappers/bits/shared_ptr_base.h... [ 1%] Copying clang's __clang_hip_cmath.h... [ 1%] Copying clang's cuda_wrappers/cmath... [ 1%] Copying clang's cuda_wrappers/complex... [ 1%] Copying clang's __clang_hip_libdevice_declares.h... [ 1%] Copying clang's cuda_wrappers/new... [ 1%] Copying clang's __clang_hip_math.h... [ 1%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_portable.c.o [ 1%] Copying clang's __clang_hip_runtime_wrapper.h... [ 1%] Built target cuda-resource-headers [ 1%] Copying clang's __clang_hip_stdlib.h... [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenIntrinsics.cpp.o [ 1%] Copying clang's larchintrin.h... [ 1%] Built target hip-resource-headers [ 1%] Built target loongarch-resource-headers [ 1%] Copying clang's msa.h... [ 1%] Copying clang's altivec.h... [ 1%] Linking CXX executable ../../bin/llvm-PerfectShuffle [ 1%] Built target mips-resource-headers [ 1%] Copying clang's ppc_wrappers/bmi2intrin.h... [ 1%] Copying clang's htmintrin.h... [ 1%] Copying clang's ppc_wrappers/bmiintrin.h... [ 1%] Built target llvm-PerfectShuffle [ 1%] Copying clang's ppc_wrappers/emmintrin.h... [ 1%] Copying clang's htmxlintrin.h... [ 1%] Copying clang's ppc_wrappers/immintrin.h... [ 1%] Copying clang's s390intrin.h... [ 1%] Copying clang's ppc_wrappers/mm_malloc.h... [ 1%] Built target ppc-htm-resource-headers [ 1%] Copying clang's vecintrin.h... [ 1%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_neon.c.o [ 1%] Built target systemz-resource-headers [ 1%] Copying clang's ppc_wrappers/mmintrin.h... [ 1%] Copying clang's ppc_wrappers/pmmintrin.h... [ 1%] Copying clang's ppc_wrappers/smmintrin.h... [ 1%] Copying clang's ppc_wrappers/tmmintrin.h... [ 1%] Copying clang's wasm_simd128.h... [ 1%] Built target webassembly-resource-headers [ 1%] Copying clang's velintrin.h... [ 1%] Copying clang's __wmmintrin_aes.h... [ 1%] Copying clang's ppc_wrappers/x86gprintrin.h... [ 1%] Copying clang's velintrin_approx.h... [ 1%] Copying clang's __wmmintrin_pclmul.h... [ 1%] Copying clang's adxintrin.h... [ 1%] Copying clang's velintrin_gen.h... [ 1%] Copying clang's ppc_wrappers/x86intrin.h... [ 1%] Built target ve-resource-headers [ 1%] Copying clang's ammintrin.h... [ 1%] Copying clang's amxcomplexintrin.h... [ 1%] Copying clang's ppc_wrappers/xmmintrin.h... [ 1%] Copying clang's amxfp16intrin.h... [ 1%] Built target ppc-resource-headers [ 1%] Copying clang's hlsl.h... [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o [ 1%] Copying clang's amxintrin.h... [ 1%] Built target hlsl-resource-headers [ 1%] Copying clang's avx2intrin.h... [ 1%] Copying clang's opencl-c.h... [ 1%] Copying clang's avx512bf16intrin.h... [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o [ 1%] Copying clang's avx512bitalgintrin.h... [ 1%] Built target opencl-resource-headers [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx2_x86-64_unix.S.o [ 1%] Copying clang's llvm_libc_wrappers/stdio.h... [ 1%] Built target llvm-libc-resource-headers [ 1%] Copying clang's avx512bwintrin.h... [ 1%] Copying clang's intrin.h... [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx512_x86-64_unix.S.o [ 1%] Built target windows-resource-headers [ 1%] Copying clang's avx512cdintrin.h... [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/DirectiveEmitter.cpp.o [ 1%] Copying clang's openmp_wrappers/math.h... [ 1%] Copying clang's avx512dqintrin.h... [ 1%] Built target openmp-resource-headers [ 1%] Creating export file for SampleAnalyzerPlugin [ 1%] Copying clang's avx512erintrin.h... [ 1%] Copying clang's avx512fintrin.h... [ 1%] Built target LLVMSupportBlake3 [ 1%] Creating export file for CheckerDependencyHandlingAnalyzerPlugin [ 1%] Copying clang's avx512fp16intrin.h... [ 1%] Built target SampleAnalyzerPlugin_exports [ 1%] Creating export file for CheckerOptionHandlingAnalyzerPlugin [ 1%] Built target CheckerDependencyHandlingAnalyzerPlugin_exports [ 1%] Built target CheckerOptionHandlingAnalyzerPlugin_exports [ 1%] Generating ../../../../bin/scan-build [ 1%] Generating ../../../../bin/analyze-build [ 1%] Copying clang's avx512ifmaintrin.h... [ 1%] Copying clang's avx512ifmavlintrin.h... [ 1%] Bundling HTMLLogger resources [ 3%] Generating ../../../../bin/intercept-build [ 3%] Copying clang's avx512pfintrin.h... [ 3%] Copying clang's avx512vbmi2intrin.h... [ 3%] Built target clangAnalysisFlowSensitiveResources [ 3%] Generating ../../../../libexec/c++-analyzer [ 3%] Generating ../../../../bin/scan-view [ 3%] Generating ../../../../bin/scan-build-py [ 3%] Copying clang's avx512vbmiintrin.h... [ 3%] Generating ../../../../libexec/ccc-analyzer [ 3%] Generating ../../../../share/scan-view/Reporter.py [ 3%] Generating ../../../../share/man/man1/scan-build.1 [ 3%] Copying clang's avx512vbmivlintrin.h... [ 3%] Generating ../../../../share/scan-build/scanview.css [ 3%] Copying clang's avx512vlbf16intrin.h... [ 3%] Copying clang's avx512vlbitalgintrin.h... [ 3%] Copying clang's avx512vlbwintrin.h... [ 3%] Copying clang's avx512vlcdintrin.h... [ 3%] Copying clang's avx512vldqintrin.h... [ 3%] Generating ../../../../share/scan-build/sorttable.js [ 3%] Copying clang's avx512vlfp16intrin.h... [ 3%] Generating ../../../../lib/libear/__init__.py [ 3%] Generating ../../../../share/scan-view/ScanView.py [ 3%] Copying clang's avx512vlintrin.h... [ 3%] Built target scan-build [ 3%] Generating ../../../../share/scan-view/startfile.py [ 3%] Generating ../../../../lib/libear/config.h.in [ 3%] Copying clang's avx512vlvbmi2intrin.h... [ 3%] Generating ../../../../lib/libear/ear.c [ 3%] Copying clang's avx512vlvnniintrin.h... [ 3%] Copying clang's avx512vlvp2intersectintrin.h... [ 3%] Generating ../../../../lib/libscanbuild/__init__.py [ 3%] Copying clang's avx512vnniintrin.h... [ 3%] Generating ../../../../share/scan-view/bugcatcher.ico [ 3%] Generating ../../../../lib/libscanbuild/analyze.py [ 3%] Copying clang's avx512vp2intersectintrin.h... [ 3%] Built target scan-view [ 3%] Generating ../../../../lib/libscanbuild/arguments.py [ 3%] Copying clang's avx512vpopcntdqintrin.h... [ 3%] Generating ../../../../lib/libscanbuild/clang.py [ 3%] Copying clang's avx512vpopcntdqvlintrin.h... [ 3%] Copying clang's avxifmaintrin.h... [ 3%] Generating ../../../../lib/libscanbuild/compilation.py [ 3%] Built target hmaptool [ 3%] Generating ../../../../lib/libscanbuild/intercept.py [ 3%] Generating ../../../../lib/libscanbuild/report.py [ 4%] Copying clang's avxintrin.h... [ 4%] Copying clang's avxneconvertintrin.h... [ 4%] Creating export file for BugpointPasses [ 4%] Generating ../../../../lib/libscanbuild/resources/selectable.js [ 4%] Copying clang's avxvnniint16intrin.h... [ 4%] Generating ../../../../lib/libscanbuild/resources/scanview.css [ 4%] Generating ../../../../lib/libscanbuild/resources/sorttable.js [ 4%] Copying clang's avxvnniintrin.h... [ 4%] Built target obj.clangSupport [ 4%] Built target BugpointPasses_exports [ 4%] Copying clang's bmi2intrin.h... [ 4%] Copying clang's avxvnniint8intrin.h... [ 4%] Creating export file for Remarks [ 4%] Copying clang's cet.h... [ 4%] Copying clang's bmiintrin.h... [ 4%] Copying clang's cetintrin.h... [ 4%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o [ 4%] Copying clang's cldemoteintrin.h... [ 4%] Copying clang's clflushoptintrin.h... [ 4%] Generating ../../../../lib/libscanbuild/shell.py [ 4%] Built target Remarks_exports [ 4%] Copying clang's clwbintrin.h... [ 4%] Copying clang's clzerointrin.h... [ 4%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o [ 4%] Copying clang's cmpccxaddintrin.h... [ 4%] Generating ../../../../libexec/analyze-c++ [ 4%] Copying clang's cpuid.h... [ 4%] Copying clang's crc32intrin.h... [ 4%] Generating ../../../../libexec/analyze-cc [ 4%] Generating ../../../../libexec/intercept-c++ [ 4%] Copying clang's emmintrin.h... [ 4%] Copying clang's enqcmdintrin.h... [ 4%] Copying clang's fma4intrin.h... [ 4%] Copying clang's f16cintrin.h... [ 4%] Generating ../../../../libexec/intercept-cc [ 4%] Copying clang's fmaintrin.h... [ 4%] Copying clang's gfniintrin.h... [ 4%] Copying clang's fxsrintrin.h... [ 4%] Copying clang's hresetintrin.h... [ 4%] Copying clang's ia32intrin.h... [ 4%] Copying clang's invpcidintrin.h... [ 4%] Built target scan-build-py [ 4%] Copying clang's immintrin.h... [ 4%] Linking CXX static library ../../../lib/libDynamicLibraryLib.a [ 4%] Copying clang's lwpintrin.h... [ 4%] Copying clang's lzcntintrin.h... [ 4%] Copying clang's keylockerintrin.h... [ 4%] Copying clang's mm3dnow.h... [ 4%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o [ 4%] Copying clang's movdirintrin.h... [ 4%] Copying clang's mmintrin.h... [ 4%] Built target DynamicLibraryLib [ 4%] Copying clang's mwaitxintrin.h... [ 4%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o [ 4%] Linking CXX shared module PipSqueak.so [ 4%] Copying clang's nmmintrin.h... [ 4%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 4%] Copying clang's pconfigintrin.h... [ 4%] Copying clang's pkuintrin.h... [ 4%] Copying clang's pmmintrin.h... [ 4%] Copying clang's popcntintrin.h... [ 4%] Copying clang's prfchiintrin.h... [ 4%] Built target PipSqueak [ 4%] Copying clang's prfchwintrin.h... [ 4%] Linking CXX shared module SecondLib.so [ 4%] Copying clang's ptwriteintrin.h... [ 4%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o [ 4%] Copying clang's raointintrin.h... [ 4%] Built target SecondLib [ 4%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/DLangDemangle.cpp.o [ 4%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o [ 4%] Copying clang's rdpruintrin.h... [ 4%] Copying clang's rdseedintrin.h... [ 4%] Copying clang's rtmintrin.h... [ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/IntrinsicEmitter.cpp.o [ 4%] Copying clang's serializeintrin.h... [ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/RISCVTargetDefEmitter.cpp.o [ 4%] Copying clang's sgxintrin.h... [ 4%] Copying clang's sha512intrin.h... [ 4%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/SDNodeProperties.cpp.o [ 4%] Copying clang's sm3intrin.h... [ 4%] Copying clang's shaintrin.h... [ 4%] Copying clang's smmintrin.h... [ 4%] Copying clang's sm4intrin.h... [ 4%] Copying clang's tbmintrin.h... [ 4%] Copying clang's tmmintrin.h... [ 4%] Copying clang's uintrintrin.h... [ 4%] Copying clang's tsxldtrkintrin.h... [ 4%] Copying clang's vpclmulqdqintrin.h... [ 4%] Copying clang's vaesintrin.h... [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 6%] Copying clang's wbnoinvdintrin.h... [ 6%] Copying clang's waitpkgintrin.h... [ 6%] Copying clang's wmmintrin.h... [ 6%] Copying clang's x86gprintrin.h... [ 6%] Linking CXX static library ../libLLVMDemangle.a [ 6%] Copying clang's x86intrin.h... [ 6%] Copying clang's xmmintrin.h... [ 6%] Copying clang's xopintrin.h... [ 6%] Copying clang's xsavecintrin.h... [ 6%] Copying clang's xsaveintrin.h... [ 6%] Copying clang's xsaveoptintrin.h... [ 6%] Copying clang's xsavesintrin.h... [ 6%] Copying clang's xtestintrin.h... [ 6%] Built target x86-resource-headers [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 6%] Built target LLVMDemangle [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 6%] Building CXX object utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/VTEmitter.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o [ 6%] Built target obj.LLVMTableGenCommon [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Base64.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BalancedPartitioning.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o [ 6%] Linking CXX static library ../../../lib/libbenchmark.a [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o [ 6%] Built target benchmark [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Caching.cpp.o [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o [ 6%] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o [ 7%] Linking CXX static library ../../../lib/libbenchmark_main.a [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o [ 7%] Built target benchmark_main [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertEBCDIC.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributes.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributeParser.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DivisionByConstantInfo.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FloatingPointMode.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430Attributes.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430AttributeParser.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PGOOptions.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVISAInfo.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o [ 7%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTreeNode.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepointGenerated.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepoint.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o [ 9%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o [ 9%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o [ 9%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o [ 9%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o [ 9%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o [ 9%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o [ 9%] Linking CXX static library ../libLLVMSupport.a [ 9%] Built target LLVMSupport [ 9%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o [ 9%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o [ 9%] Building CXX object lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o [ 9%] Building CXX object lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o [ 9%] Building CXX object lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o [ 9%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o [ 9%] Building CXX object lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o [ 9%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o [ 9%] Linking CXX static library ../libLLVMExtensions.a [ 9%] Linking CXX static library ../libLLVMLineEditor.a [ 9%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o [ 9%] Built target LLVMLineEditor [ 9%] Built target LLVMExtensions [ 9%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o [ 9%] Building CXX object lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o [ 9%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o [ 9%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o [ 9%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o [ 9%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o [ 9%] Linking CXX static library ../libLLVMWindowsManifest.a [ 9%] Linking CXX executable ../../bin/not [ 9%] Built target LLVMWindowsManifest [ 9%] Building CXX object utils/UnicodeData/CMakeFiles/UnicodeNameMappingGenerator.dir/UnicodeNameMappingGenerator.cpp.o [ 9%] Linking CXX static library ../../libLLVMBitstreamReader.a [ 9%] Built target LLVMBitstreamReader [ 9%] Built target not [ 9%] Building CXX object utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o [ 9%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o [ 9%] Building CXX object utils/split-file/CMakeFiles/split-file.dir/split-file.cpp.o [ 9%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o [ 9%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o [ 9%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o [ 9%] Linking CXX executable ../../bin/UnicodeNameMappingGenerator [ 9%] Linking CXX executable ../../bin/yaml-bench [ 9%] Built target UnicodeNameMappingGenerator [ 9%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o [ 9%] Linking CXX static library ../../../../lib/libclangSupport.a [ 9%] Linking CXX executable ../../bin/split-file [ 9%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o [ 9%] Built target clangSupport [ 9%] Built target yaml-bench [ 9%] Building CXX object tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o [ 9%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o [ 10%] Linking CXX static library ../libLLVMOption.a [ 10%] Linking CXX static library ../libLLVMFileCheck.a [ 10%] Built target LLVMOption [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o [ 10%] Built target split-file [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Parser.cpp.o [ 10%] Built target LLVMFileCheck [ 10%] Building CXX object utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o [ 10%] Linking CXX static library ../../libLLVMDebugInfoMSF.a [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o [ 10%] Built target LLVMDebugInfoMSF [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o [ 10%] Linking CXX executable ../../bin/llvm-undname [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o [ 10%] Built target llvm-undname [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o [ 10%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o [ 10%] Linking CXX executable ../../bin/FileCheck [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o [ 10%] Built target FileCheck [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o [ 10%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o [ 12%] Linking CXX static library ../libLLVMTableGen.a [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o [ 12%] Built target LLVMTableGen [ 12%] Linking CXX static library ../../lib/libLLVMTableGenCommon.a [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o [ 12%] Built target LLVMTableGenCommon [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o [ 12%] Building CXX object utils/TableGen/CMakeFiles/llvm-min-tblgen.dir/TableGen.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o [ 12%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o [ 12%] Linking CXX executable ../../bin/llvm-min-tblgen [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o [ 12%] Built target llvm-min-tblgen [ 12%] Building GenVT.inc... [ 12%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o [ 13%] Built target vt_gen [ 13%] Building Attributes.inc... [ 13%] Building IntrinsicImpl.inc... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o [ 13%] Building RISCVTargetParserDef.inc... [ 13%] Building IntrinsicEnums.inc... [ 13%] Building ACC.h.inc... [ 13%] Building ACC.inc... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o [ 13%] Built target acc_gen [ 13%] Linking CXX static library ../../libLLVMDebugInfoCodeView.a [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o [ 13%] Building IntrinsicsAArch64.h... [ 13%] Building IntrinsicsAMDGPU.h... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o [ 13%] Building IntrinsicsARM.h... [ 13%] Built target RISCVTargetParserTableGen [ 13%] Built target LLVMDebugInfoCodeView [ 13%] Building OMP.h.inc... [ 13%] Building IntrinsicsBPF.h... [ 13%] Building OMP.inc... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o [ 13%] Built target omp_gen [ 13%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGenTypes.dir/LowLevelType.cpp.o [ 13%] Building IntrinsicsDirectX.h... [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/AArch64TargetParser.cpp.o [ 13%] Linking CXX static library ../libLLVMCodeGenTypes.a [ 13%] Building IntrinsicsHexagon.h... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o [ 13%] Building IntrinsicsLoongArch.h... [ 13%] Built target LLVMCodeGenTypes [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParserCommon.cpp.o [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o [ 13%] Building CXX object lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o [ 13%] Building IntrinsicsMips.h... [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParser.cpp.o [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o [ 13%] Building IntrinsicsNVPTX.h... [ 13%] Linking CXX static library ../../libLLVMFrontendOpenACC.a [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o [ 13%] Building IntrinsicsPowerPC.h... [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o [ 13%] Built target LLVMFrontendOpenACC [ 13%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o [ 13%] Building IntrinsicsR600.h... [ 13%] Building IntrinsicsRISCV.h... [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/CSKYTargetParser.cpp.o [ 13%] Building IntrinsicsSPIRV.h... [ 13%] Building IntrinsicsS390.h... [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o [ 13%] Building IntrinsicsWebAssembly.h... [ 13%] Building IntrinsicsX86.h... [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o [ 13%] Building IntrinsicsXCore.h... [ 13%] Building IntrinsicsVE.h... [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Host.cpp.o [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o [ 13%] Built target intrinsics_gen [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o [ 13%] Linking CXX executable ../../../../bin/clang-tblgen [ 13%] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o [ 13%] Building CXX object lib/DebugInfo/BTF/CMakeFiles/LLVMDebugInfoBTF.dir/BTFParser.cpp.o [ 13%] Built target clang-tblgen [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/LoongArchTargetParser.cpp.o [ 13%] Building CXX object lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/Hello.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/RISCVTargetParser.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/SubtargetFeature.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/TargetParser.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o [ 13%] Linking CXX shared module ../../LLVMHello.so [ 13%] Building CXX object lib/DebugInfo/BTF/CMakeFiles/LLVMDebugInfoBTF.dir/BTFContext.cpp.o [ 13%] Built target LLVMHello [ 13%] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/AllocationActions.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Triple.cpp.o [ 13%] Linking CXX static library ../../libLLVMDebugInfoBTF.a [ 13%] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/X86TargetParser.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o [ 13%] Built target LLVMDebugInfoBTF [ 13%] Copying clang's arm_acle.h... [ 13%] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/ObjectFormats.cpp.o [ 13%] Building arm_neon.h... [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o [ 13%] Building arm_fp16.h... [ 13%] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o [ 13%] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o [ 13%] Built target arm-common-resource-headers [ 13%] Copying clang's arm_cmse.h... [ 13%] Copying clang's arm64intr.h... [ 13%] Copying clang's armintr.h... [ 13%] Copying clang's arm_neon_sve_bridge.h... [ 13%] Building arm_mve.h... [ 13%] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcRTBridge.cpp.o [ 13%] Building arm_sve.h... [ 13%] Building arm_cde.h... [ 13%] Linking CXX static library ../../../lib/libLLVMTableGenGlobalISel.a [ 13%] Building arm_sme_draft_spec_subject_to_change.h... [ 13%] Built target arm-resource-headers [ 13%] Building arm_bf16.h... [ 13%] Copying clang's riscv_ntlh.h... [ 13%] Built target aarch64-resource-headers [ 13%] Linking CXX static library ../libLLVMTargetParser.a [ 13%] Building riscv_vector.h... [ 13%] Built target LLVMTableGenGlobalISel [ 13%] Building NodeClasses.inc... [ 13%] Building Attrs.inc... [ 13%] Built target ClangSyntaxNodeClasses [ 13%] Built target riscv-resource-headers [ 13%] Building AttrTextNodeDump.inc... [ 13%] Built target ClangAttrClasses [ 13%] Built target ClangAttrTextDump [ 13%] Building AttrImpl.inc... [ 13%] Building AttrNodeTraverse.inc... [ 13%] Built target LLVMTargetParser [ 13%] Built target ClangAttrImpl [ 13%] Built target ClangAttrTraverse [ 13%] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/SimpleRemoteEPCUtils.cpp.o [ 13%] Building AttrVisitor.inc... [ 13%] Building StmtNodes.inc... [ 13%] Building DeclNodes.inc... [ 13%] Built target ClangDeclNodes [ 13%] Built target ClangAttrVisitor [ 13%] Built target ClangStmtNodes [ 13%] Building TypeNodes.inc... [ 13%] Building AbstractBasicReader.inc... [ 13%] Built target ClangTypeNodes [ 13%] Built target ClangAbstractBasicReader [ 13%] Building AbstractTypeReader.inc... [ 13%] Built target ClangAbstractTypeReader [ 13%] Building AbstractTypeWriter.inc... [ 13%] Building AbstractBasicWriter.inc... [ 13%] Built target ClangAbstractBasicWriter [ 13%] Built target ClangAbstractTypeWriter [ 13%] Building CommentHTMLTagsProperties.inc... [ 13%] Building CommentHTMLNamedCharacterReferences.inc... [ 13%] Built target ClangCommentHTMLTagsProperties [ 13%] Building CommentCommandInfo.inc... [ 13%] Built target ClangCommentHTMLNamedCharacterReferences [ 13%] Building CommentCommandList.inc... [ 13%] Built target ClangCommentCommandInfo [ 13%] Built target ClangCommentCommandList [ 13%] Building CommentNodes.inc... [ 13%] Built target ClangCommentNodes [ 13%] Building DiagnosticAnalysisKinds.inc... [ 13%] Building DiagnosticASTKinds.inc... [ 13%] Building CommentHTMLTags.inc... [ 13%] Built target ClangDiagnosticAnalysis [ 13%] Building StmtDataCollectors.inc... [ 13%] Built target StmtDataCollectors [ 13%] Built target ClangCommentHTMLTags [ 13%] Built target ClangDiagnosticAST [ 13%] Building DiagnosticCommonKinds.inc... [ 13%] Building DiagnosticCommentKinds.inc... [ 13%] Building DiagnosticCrossTUKinds.inc... [ 13%] Building DiagnosticDriverKinds.inc... [ 13%] Built target ClangDiagnosticComment [ 13%] Built target ClangDiagnosticCommon [ 13%] Building DiagnosticLexKinds.inc... [ 13%] Building DiagnosticParseKinds.inc... [ 13%] Building DiagnosticFrontendKinds.inc... [ 13%] Built target ClangDiagnosticCrossTU [ 13%] Built target ClangDiagnosticDriver [ 13%] Built target ClangDiagnosticLex [ 13%] Built target ClangDiagnosticParse [ 13%] Building DiagnosticRefactoringKinds.inc... [ 13%] Building DiagnosticSemaKinds.inc... [ 13%] Built target ClangDiagnosticFrontend [ 13%] Building DiagnosticSerializationKinds.inc... [ 13%] Building DiagnosticGroups.inc... [ 13%] Building DiagnosticIndexName.inc... [ 13%] Built target ClangDiagnosticRefactoring [ 13%] Built target ClangDiagnosticSema [ 13%] Built target ClangDiagnosticSerialization [ 13%] Building AttrSubMatchRulesList.inc... [ 13%] Built target ClangDiagnosticGroups [ 13%] Built target ClangDiagnosticIndexName [ 13%] Building AttrTokenKinds.inc... [ 13%] Building AttrList.inc... [ 13%] Built target ClangAttrTokenKinds [ 13%] Built target ClangAttrSubjectMatchRuleList [ 13%] Building arm_neon.inc... [ 13%] Building arm_fp16.inc... [ 13%] Built target ClangAttrList [ 13%] Building AttrHasAttributeImpl.inc... [ 13%] Built target ClangARMNeon [ 13%] Building arm_mve_builtins.inc... [ 13%] Building arm_mve_builtin_cg.inc... [ 13%] Built target ClangARMFP16 [ 13%] Built target ClangAttrHasAttributeImpl [ 13%] Built target ClangARMMveBuiltinsDef [ 13%] Building arm_mve_builtin_sema.inc... [ 13%] Building arm_sve_builtins.inc... [ 13%] Building arm_sve_builtin_cg.inc... [ 13%] Built target ClangARMMveBuiltinSema [ 13%] Building arm_mve_builtin_aliases.inc... [ 13%] Built target ClangARMMveBuiltinCG [ 13%] Building arm_sve_sema_rangechecks.inc... [ 13%] Building arm_sme_builtins.inc... [ 13%] Built target ClangARMSveBuiltins [ 13%] Built target ClangARMMveBuiltinAliases [ 13%] Built target ClangARMSmeBuiltins [ 13%] Building arm_sve_typeflags.inc... [ 13%] Building arm_sme_builtin_cg.inc... [ 13%] Linking CXX static library ../libLLVMRemarks.a [ 13%] Building arm_sme_sema_rangechecks.inc... [ 13%] Built target ClangARMSveTypeFlags [ 13%] Built target ClangARMSmeBuiltinCG [ 13%] Built target ClangARMSmeSemaRangeChecks [ 13%] Built target ClangARMSveBuiltinCG [ 13%] Building arm_cde_builtin_cg.inc... [ 13%] Building arm_cde_builtin_sema.inc... [ 13%] Building arm_cde_builtin_aliases.inc... [ 13%] Building riscv_vector_builtins.inc... [ 13%] Building arm_cde_builtins.inc... [ 13%] Built target ClangARMCdeBuiltinCG [ 13%] Built target ClangARMCdeBuiltinSema [ 13%] Built target ClangARMCdeBuiltinAliases [ 13%] Built target ClangARMCdeBuiltinsDef [ 13%] Built target ClangARMSveSemaRangeChecks [ 13%] Building riscv_vector_builtin_cg.inc... [ 13%] Building riscv_vector_builtin_sema.inc... [ 13%] Built target LLVMRemarks [ 13%] Building riscv_sifive_vector_builtins.inc... [ 13%] Building riscv_sifive_vector_builtin_cg.inc... [ 13%] Building riscv_sifive_vector_builtin_sema.inc... [ 13%] Built target ClangRISCVSiFiveVectorBuiltins [ 13%] Building AttrParserStringSwitches.inc... [ 13%] Built target ClangRISCVSiFiveVectorBuiltinSema [ 13%] Built target ClangRISCVSiFiveVectorBuiltinCG [ 13%] Built target ClangAttrParserStringSwitches [ 13%] Building AttrSubMatchRulesParserStringSwitches.inc... [ 13%] Building AttrTemplateInstantiate.inc... [ 13%] Built target ClangRISCVVectorBuiltins [ 13%] Built target ClangAttrSubMatchRulesParserStringSwitches [ 15%] Building AttrParsedAttrList.inc... [ 15%] Built target ClangAttrTemplateInstantiate [ 15%] Building AttrParsedAttrKinds.inc... [ 15%] Built target ClangRISCVVectorBuiltinSema [ 15%] Building AttrSpellingListIndex.inc... [ 15%] Building AttrParsedAttrImpl.inc... [ 15%] Built target ClangAttrParsedAttrList [ 15%] Built target ClangAttrParsedAttrKinds [ 15%] Built target ClangRISCVVectorBuiltinCG [ 15%] Building AttrPCHRead.inc... [ 15%] Building AttrPCHWrite.inc... [ 15%] Building Checkers.inc... [ 15%] Built target ClangAttrSpellingListIndex [ 15%] Built target ClangAttrParsedAttrImpl [ 15%] Building Nodes.inc... [ 15%] Building CXX object tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o [ 15%] Built target ClangSACheckers [ 15%] Built target ClangAttrPCHRead [ 15%] Built target ClangAttrPCHWrite [ 15%] Built target ClangSyntaxNodeList [ 15%] Building CXX object tools/llvm-remarkutil/CMakeFiles/llvm-remarkutil.dir/RemarkUtil.cpp.o [ 15%] Building CXX object tools/llvm-remark-size-diff/CMakeFiles/llvm-remark-size-diff.dir/RemarkSizeDiff.cpp.o [ 15%] Linking CXX static library ../../../libLLVMOrcShared.a [ 15%] Building CXX object examples/IRTransforms/CMakeFiles/ExampleIRTransforms.dir/SimplifyCFG.cpp.o [ 16%] Building CXX object examples/Bye/CMakeFiles/Bye.dir/Bye.cpp.o [ 16%] Building CXX object unittests/Analysis/InlineAdvisorPlugin/CMakeFiles/InlineAdvisorPlugin.dir/InlineAdvisorPlugin.cpp.o [ 16%] Building CXX object tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o [ 16%] Built target LLVMOrcShared [ 16%] Linking CXX shared library ../../lib/libRemarks.so [ 16%] Building CXX object unittests/Analysis/InlineOrderPlugin/CMakeFiles/InlineOrderPlugin.dir/InlineOrderPlugin.cpp.o [ 16%] Built target Remarks [ 16%] Building CXX object unittests/Passes/Plugins/TestPlugin/CMakeFiles/TestPlugin.dir/TestPlugin.cpp.o [ 16%] Linking CXX executable ../../bin/llvm-remarkutil [ 16%] Linking CXX executable ../../bin/llvm-opt-report [ 16%] Linking CXX executable ../../bin/llvm-remark-size-diff [ 16%] Built target llvm-opt-report [ 16%] Built target llvm-remarkutil [ 16%] Built target llvm-remark-size-diff [ 16%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o [ 16%] Building CXX object unittests/Passes/Plugins/DoublerPlugin/CMakeFiles/DoublerPlugin.dir/DoublerPlugin.cpp.o [ 16%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o [ 16%] Linking CXX shared module ../InlineAdvisorPlugin.so [ 16%] Linking CXX shared module ../../lib/Bye.so [ 16%] Linking CXX shared module ../../lib/ExampleIRTransforms.so [ 16%] Built target InlineAdvisorPlugin [ 16%] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzerCLI.dir/FuzzerCLI.cpp.o [ 16%] Built target ExampleIRTransforms [ 16%] Built target Bye [ 16%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/ExecutorSharedMemoryMapperService.cpp.o [ 16%] Building CXX object lib/WindowsDriver/CMakeFiles/LLVMWindowsDriver.dir/MSVCPaths.cpp.o [ 16%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/COFF.cpp.o [ 16%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o [ 16%] Linking CXX shared module ../InlineOrderPlugin.so [ 16%] Linking CXX static library ../libLLVMFuzzerCLI.a [ 16%] Linking CXX shared module ../TestPlugin.so [ 16%] Linking CXX static library ../libLLVMWindowsDriver.a [ 16%] Built target LLVMFuzzerCLI [ 16%] Built target InlineOrderPlugin [ 16%] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o [ 16%] Built target LLVMWindowsDriver [ 16%] Copying clang's __stddef_max_align_t.h... [ 16%] Copying clang's arm_bf16.h... [ 16%] Built target TestPlugin [ 16%] Built target clang-tablegen-targets [ 16%] Copying clang's arm_cde.h... [ 16%] Copying clang's arm_fp16.h... [ 16%] Copying clang's arm_mve.h... [ 16%] Building CXX object tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o [ 16%] Building CXX object tools/llvm-dlang-demangle-fuzzer/CMakeFiles/llvm-dlang-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o [ 16%] Copying clang's arm_neon.h... [ 16%] Building CXX object tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o [ 16%] Building CXX object tools/llvm-dlang-demangle-fuzzer/CMakeFiles/llvm-dlang-demangle-fuzzer.dir/llvm-dlang-demangle-fuzzer.cpp.o [ 16%] Copying clang's arm_sme_draft_spec_subject_to_change.h... [ 16%] Copying clang's arm_sve.h... [ 16%] Linking CXX executable ../../bin/llvm-dlang-demangle-fuzzer [ 16%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o [ 16%] Copying clang's float.h... [ 16%] Copying clang's hlsl/hlsl_basic_types.h... [ 16%] Linking CXX executable ../../bin/llvm-itanium-demangle-fuzzer [ 16%] Copying clang's hlsl/hlsl_intrinsics.h... [ 16%] Copying clang's inttypes.h... [ 16%] Copying clang's iso646.h... [ 16%] Copying clang's limits.h... [ 16%] Copying clang's llvm_libc_wrappers/ctype.h... [ 16%] Copying clang's llvm_libc_wrappers/inttypes.h... [ 16%] Built target llvm-dlang-demangle-fuzzer [ 16%] Copying clang's llvm_libc_wrappers/stdlib.h... [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DXContainer.cpp.o [ 18%] Copying clang's llvm_libc_wrappers/string.h... [ 18%] Building CXX object tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o [ 18%] Built target llvm-itanium-demangle-fuzzer [ 18%] Copying clang's module.modulemap... [ 18%] Building CXX object tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o [ 18%] Copying clang's opencl-c-base.h... [ 18%] Building CXX object tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o [ 18%] Copying clang's openmp_wrappers/__clang_openmp_device_functions.h... [ 18%] Building CXX object tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o [ 18%] Copying clang's openmp_wrappers/cmath... [ 18%] Copying clang's openmp_wrappers/complex... [ 18%] Copying clang's openmp_wrappers/complex.h... [ 18%] Linking CXX executable ../../bin/llvm-microsoft-demangle-fuzzer [ 18%] Linking CXX shared module ../DoublerPlugin.so [ 18%] Linking CXX executable ../../bin/llvm-config [ 18%] Copying clang's openmp_wrappers/complex_cmath.h... [ 18%] Copying clang's openmp_wrappers/new... [ 18%] Linking CXX executable ../../bin/llvm-rust-demangle-fuzzer [ 18%] Copying clang's riscv_vector.h... [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/OrcRTBootstrap.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o [ 18%] Copying clang's sifive_vector.h... [ 18%] Built target DoublerPlugin [ 18%] Copying clang's stdalign.h... [ 18%] Copying clang's stdarg.h... [ 18%] Building CXX object tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o [ 18%] Copying clang's stdatomic.h... [ 18%] Copying clang's stdbool.h... [ 18%] Copying clang's stddef.h... [ 18%] Built target llvm-rust-demangle-fuzzer [ 18%] Copying clang's stdint.h... [ 18%] Building CXX object tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o [ 18%] Copying clang's stdnoreturn.h... [ 18%] Copying clang's tgmath.h... [ 18%] Copying clang's unwind.h... [ 18%] Copying clang's vadefs.h... [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o [ 18%] Copying clang's varargs.h... [ 18%] Built target llvm-config [ 18%] Building CXX object tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o [ 18%] Built target clang-resource-headers [ 18%] Built target llvm-microsoft-demangle-fuzzer [ 18%] Building CXX object tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o [ 18%] Building CXX object tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o [ 18%] Building CXX object tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o [ 18%] Generating VCSVersion.inc [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o [ 18%] Linking CXX executable ../../bin/llvm-special-case-list-fuzzer [ 18%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o [ 18%] Linking CXX executable ../../bin/llvm-yaml-numeric-parser-fuzzer [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o [ 18%] Linking CXX executable ../../bin/llvm-yaml-parser-fuzzer [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o [ 18%] Built target llvm-special-case-list-fuzzer [ 18%] Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o [ 18%] Built target llvm-yaml-numeric-parser-fuzzer [ 18%] Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o [ 18%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o [ 18%] Built target llvm-yaml-parser-fuzzer [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorDylibManager.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o [ 18%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesScanner.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o [ 18%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o [ 18%] Built target obj.clangAPINotes [ 18%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorMemoryManager.cpp.o [ 18%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o [ 18%] Building AttrDocTable.inc... [ 18%] Built target ClangAttrDocTable [ 18%] Building Opcodes.inc... [ 18%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o [ 18%] Built target Opcodes [ 18%] Building OpenCLBuiltins.inc... [ 18%] Built target ClangOpenCLBuiltinsImpl [ 18%] Linking CXX static library ../libLLVMBinaryFormat.a [ 18%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o [ 18%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o [ 18%] Built target LLVMBinaryFormat [ 18%] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleRemoteEPCServer.cpp.o [ 18%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o [ 18%] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o [ 18%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/InitHeaderSearch.cpp.o [ 18%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o [ 18%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o [ 18%] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o [ 18%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o [ 18%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o [ 18%] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o [ 18%] Linking CXX static library ../../../libLLVMOrcTargetProcess.a [ 18%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o [ 18%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o [ 18%] Built target LLVMOrcTargetProcess [ 18%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CLWarnings.cpp.o [ 18%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o [ 18%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o [ 18%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o [ 18%] Built target obj.clangEdit [ 19%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o [ 19%] Building CXX object tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o [ 19%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o [ 19%] Built target obj.clangCrossTU [ 19%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o [ 19%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o [ 19%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o [ 19%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstAlias.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o [ 19%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o [ 19%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o [ 19%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o [ 19%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o [ 19%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o [ 19%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o [ 19%] Built target obj.clangRewrite [ 19%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o [ 19%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o [ 19%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o [ 19%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o [ 19%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o [ 19%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o [ 19%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o [ 19%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o [ 19%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o [ 19%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o [ 21%] Built target obj.clangASTMatchers [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o [ 21%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/MakeSupport.cpp.o [ 21%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o [ 21%] Built target obj.clangToolingCore [ 21%] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderAnalysis.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o [ 21%] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseHLSL.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o [ 21%] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ParsedAttrInfo.cpp.o [ 21%] Built target obj.clangToolingInclusions [ 21%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o [ 21%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DecoderEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o [ 21%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sarif.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o [ 21%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o [ 21%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DXILEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IntervalPartition.cpp.o [ 21%] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o [ 21%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o [ 21%] Built target obj.clangLex [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o [ 21%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o [ 21%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o [ 21%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o [ 21%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelCombinerMatchTableEmitter.cpp.o [ 21%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o /scratch/llvm-project/llvm/utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp:664:6: warning: 'void {anonymous}::CombineRuleBuilder::verify() const' defined but not used [-Wunused-function] 664 | void CombineRuleBuilder::verify() const { | ^~~~~~~~~~~~~~~~~~ [ 22%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelMatchTable.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o [ 22%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o [ 22%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelMatchTableExecutorEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o [ 22%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o [ 22%] Built target obj.clangDynamicASTMatchers [ 22%] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o [ 22%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/CSKY.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/DirectX.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o [ 22%] Built target obj.clangIndex [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/LoongArch.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/DefinitionBlockSeparator.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o [ 22%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CompressInstEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o [ 22%] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o [ 22%] Built target obj.clangParse [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/IntegerLiteralSeparatorFixer.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o [ 22%] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroCallReconstructor.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o [ 22%] Built target obj.clangBasic [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o [ 22%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/VarLenCodeEmitterGen.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o [ 22%] Built target obj.clangSerialization [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/QualifierAlignmentFixer.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallDescription.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UnsafeBufferUsage.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86MnemonicTables.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o [ 22%] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o [ 22%] Linking CXX executable ../../bin/llvm-tblgen [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o [ 22%] Built target llvm-tblgen [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Arena.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/ControlFlowContext.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowAnalysisContext.cpp.o [ 22%] Built target obj.clangAnalysis [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowEnvironment.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o [ 22%] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o /scratch/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp: In member function 'void clang::dataflow::Environment::setValueStrict(const clang::Expr&, clang::dataflow::Value&)': /scratch/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp:702:15: warning: unused variable 'ExistingVal' [-Wunused-variable] 702 | if (auto *ExistingVal = cast_or_null(getValueStrict(E))) | ^~~~~~~~~~~ /scratch/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp:704:26: warning: unused variable 'ExistingLoc' [-Wunused-variable] 704 | if (StorageLocation *ExistingLoc = getStorageLocation(E, SkipPast::None)) | ^~~~~~~~~~~ [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o [ 22%] Built target obj.clangFormat [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Formula.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/HTMLLogger.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Logger.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/RecordOps.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Transfer.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/TypeErasedDataflowAnalysis.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Value.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/WatchedLiteralsSolver.cpp.o [ 22%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DebugSupport.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o [ 22%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o [ 24%] Built target obj.clangAnalysisFlowSensitive [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o [ 24%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/ChromiumCheckModel.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o [ 24%] Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/UncheckedOptionalAccessModel.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o [ 24%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/API.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o [ 24%] Built target obj.clangStaticAnalyzerCore [ 24%] Building CXX object tools/clang/lib/Tooling/Inclusions/Stdlib/CMakeFiles/obj.clangToolingInclusionsStdlib.dir/StandardLibrary.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o [ 24%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/APIIgnoresList.cpp.o [ 24%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/AvailabilityInfo.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o [ 24%] Built target obj.clangAnalysisFlowSensitiveModels [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o [ 24%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o [ 24%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/ExtractAPIConsumer.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o [ 24%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o [ 24%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o [ 25%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o [ 25%] Built target obj.clangRewriteFrontend [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o [ 25%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/DeclarationFragments.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o [ 25%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/Serialization/SymbolGraphSerializer.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o [ 25%] Built target obj.clangToolingASTDiff [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o [ 25%] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/TypedefUnderlyingTypeResolver.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o [ 25%] Built target obj.clangExtractAPI [ 25%] Building CXX object tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o [ 25%] Building CXX object tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/linux/DirectoryWatcher-linux.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/TokenBufferTokenManager.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o [ 25%] Built target obj.clangDirectoryWatcher [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o [ 25%] Building CXX object tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o [ 25%] Built target obj.clangToolingInclusionsStdlib [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o [ 25%] Building CXX object tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o [ 25%] Built target obj.clangIndexSerialization [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o [ 25%] Building CXX object tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoChecker.cpp.o [ 25%] Built target obj.clangHandleCXX [ 25%] Building LinkerWrapperOpts.inc... [ 25%] Built target LinkerWrapperOpts [ 25%] Building Opts.inc... [ 25%] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o [ 25%] Built target ScanDepsOptsTableGen [ 25%] Building Options.inc... [ 25%] Built target obj.clangHandleLLVM [ 25%] Built target obj.clangToolingSyntax [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o [ 25%] Built target DsymutilTableGen [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o [ 25%] Building Opts.inc... [ 25%] Building Opts.inc... [ 25%] Built target CxxfiltOptsTableGen [ 25%] Built target CvtResTableGen [ 25%] Building Opts.inc... [ 25%] Building Options.inc... [ 25%] Built target DwarfutilTableGen [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o [ 25%] Built target DebugInfodOptsTableGen [ 25%] Building Opts.inc... [ 25%] Built target DwpOptsTableGen [ 25%] Building Opts.inc... [ 25%] Building Opts.inc... [ 25%] Built target GSYMUtilOptsTableGen [ 25%] Built target IFSOptsTableGen [ 25%] Building CXX object tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoModeling.cpp.o [ 25%] Building Opts.inc... [ 25%] Built target LibtoolDarwinOptsTableGen [ 25%] Building LipoOpts.inc... [ 25%] Built target LipoOptsTableGen [ 25%] Building Opts.inc... [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoTesterChecker.cpp.o [ 25%] Built target MLTableGen [ 25%] Linking CXX executable ../../../bin/llvm-jitlink-executor [ 25%] Building Opts.inc... [ 25%] Built target MtTableGen [ 25%] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o [ 25%] Building Opts.inc... [ 25%] Built target llvm-jitlink-executor [ 25%] Built target NmOptsTableGen [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o [ 25%] Building ObjcopyOpts.inc... [ 25%] Building ObjdumpOpts.inc... [ 25%] Built target ObjcopyOptsTableGen [ 25%] Built target ObjdumpOptsTableGen [ 25%] Building Opts.inc... [ 25%] Built target RcOptsTableGen [ 25%] Building Opts.inc... [ 25%] Built target ReadobjOptsTableGen [ 25%] Building Opts.inc... [ 25%] Building Opts.inc... [ 25%] Built target StringsOptsTableGen [ 25%] Built target SizeOptsTableGen [ 25%] Building Opts.inc... [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o [ 25%] Built target TLICheckerOptsTableGen [ 25%] Building Opts.inc... [ 25%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o [ 25%] Built target SymbolizerOptsTableGen [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o [ 25%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o [ 25%] Building COFFOptions.inc... [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o [ 25%] Built target JITLinkTableGen [ 25%] Building AArch64GenAsmMatcher.inc... [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/DXContainerPSVInfo.cpp.o [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o [ 25%] Building AArch64GenAsmWriter.inc... [ 25%] Built target obj.clangTransformer [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubV5.cpp.o [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o [ 25%] Building AMDGPUGenAsmMatcher.inc... [ 25%] Building AArch64GenAsmWriter1.inc... [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o [ 25%] Building AArch64GenCallingConv.inc... [ 25%] Building AArch64GenDAGISel.inc... [ 25%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o [ 25%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o [ 25%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o [ 25%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o [ 25%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o [ 25%] Building AArch64GenDisassemblerTables.inc... [ 25%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o [ 27%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o [ 27%] Building AArch64GenExegesis.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o [ 27%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/SymbolSet.cpp.o [ 27%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o [ 27%] Building AArch64GenFastISel.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o [ 27%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o [ 27%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o [ 27%] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o [ 27%] Building AArch64GenGlobalISel.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoGOFF.cpp.o [ 27%] Building AArch64GenInstrInfo.inc... [ 27%] Building AArch64GenMCCodeEmitter.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o [ 27%] Building AArch64GenMCPseudoLowering.inc... [ 27%] Linking CXX static library ../libLLVMTextAPI.a [ 27%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o [ 27%] Built target LLVMTextAPI [ 27%] Building ARMGenAsmMatcher.inc... [ 27%] Building ARMGenAsmWriter.inc... [ 27%] Building AArch64GenO0PreLegalizeGICombiner.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o [ 27%] Building AMDGPUGenAsmWriter.inc... [ 27%] Building ARMGenCallingConv.inc... [ 27%] Building AArch64GenPostLegalizeGICombiner.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o [ 27%] Building ARMGenDAGISel.inc... Running on waffle02 in /var/jenkins/workspace/Kokkos_PR-6770 [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 [ 27%] Building AArch64GenPostLegalizeGILowering.inc... Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 [ 27%] Building ARMGenDisassemblerTables.inc... [ 27%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o [ 27%] Building AArch64GenPreLegalizeGICombiner.inc... [ 27%] Building ARMGenFastISel.inc... [ 27%] Building AArch64GenRegisterBank.inc... [ 27%] Building ARMGenGlobalISel.inc... [ 27%] Built target obj.clangToolingRefactoring [ 27%] Building AVRGenAsmMatcher.inc... [ 27%] Building AArch64GenRegisterInfo.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o [ 27%] Building AArch64GenSubtargetInfo.inc... [ 27%] Building AVRGenAsmWriter.inc... [ 27%] Building ARMGenInstrInfo.inc... [ 27%] Building AArch64GenSystemOperands.inc... [ 27%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o [ 27%] Building AVRGenCallingConv.inc... [ 27%] Building AVRGenDAGISel.inc... [ 27%] Building AVRGenDisassemblerTables.inc... [ 27%] Building AVRGenInstrInfo.inc... [ 27%] Building ARMGenMCCodeEmitter.inc... Fetching without tags [ 27%] Building AVRGenMCCodeEmitter.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 27%] Building AVRGenRegisterInfo.inc... [ 27%] Building AVRGenSubtargetInfo.inc... Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" [ 27%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o [ 27%] Building ARMGenMCPseudoLowering.inc... [ 27%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o [ 28%] Building ARMGenRegisterBank.inc... [ 28%] Built target AVRCommonTableGen [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 697fde85196e8eeea39d8344459f1d7dfb27b2dd -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 23.04kB Step 1/12 : ARG BASE=nvidia/cuda:11.7.1-devel-ubuntu22.04 Step 2/12 : FROM $BASE ---> 28a6f693c19c Step 3/12 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 0c116694a95d Step 4/12 : RUN apt-get update && apt-get install -y bc wget ccache ninja-build python3 git libomp-dev && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> e0e6c8a6c098 Step 5/12 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 43701de66758 Step 6/12 : ARG CMAKE_VERSION=3.23.2 ---> Using cache ---> 59dd531f1d6e Step 7/12 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> c10efa812a1c Step 8/12 : 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 ---> 58c7b6262a47 Step 9/12 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 1e33a9fdced5 Step 10/12 : RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB && apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB && echo "deb https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && apt-get update -o Dir::Etc::sourcelist="sources.list.d/oneAPI.list" -o APT::Get::List-Cleanup="0" && apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.0.0 && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> b8f8a86ff6cd Step 11/12 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh && chmod +x oneapi-for-nvidia-gpus-2023.0.0-linux.sh && ./oneapi-for-nvidia-gpus-2023.0.0-linux.sh -y && rm oneapi-for-nvidia-gpus-2023.0.0-linux.sh ---> Using cache ---> a712924cadf3 Step 12/12 : RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh && chmod +x ./l_oneDPL_p_2022.0.0.25335.sh && ./l_oneDPL_p_2022.0.0.25335.sh -a -s --eula accept && rm l_oneDPL_p_2022.0.0.25335.sh ---> Using cache ---> bc6892966941 Successfully built bc6892966941 Successfully tagged 697fde85196e8eeea39d8344459f1d7dfb27b2dd: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 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 + docker inspect -f . 697fde85196e8eeea39d8344459f1d7dfb27b2dd . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle02 seems to be running inside container 71a07f60391742761d00bea600f5921f7361171355dd2083b731ef9954b6e397 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6770 --volumes-from 71a07f60391742761d00bea600f5921f7361171355dd2083b731ef9954b6e397 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 697fde85196e8eeea39d8344459f1d7dfb27b2dd cat [ 28%] Building ARMGenRegisterInfo.inc... [ 28%] Building BPFGenAsmMatcher.inc... [ 28%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o [ 28%] Building ARMGenSubtargetInfo.inc... [ 28%] Building BPFGenAsmWriter.inc... [ 28%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o [ 28%] Building ARMGenSystemRegister.inc... [ 28%] Building BPFGenCallingConv.inc... [ 28%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o [ 28%] Built target ARMCommonTableGen [ 28%] Building BPFGenDAGISel.inc... [ 28%] Building BPFGenDisassemblerTables.inc... [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o [ 28%] Building BPFGenInstrInfo.inc... [ 28%] Building BPFGenMCCodeEmitter.inc... [ 28%] Building BPFGenRegisterInfo.inc... [ 28%] Building BPFGenSubtargetInfo.inc... [ 28%] Built target AArch64CommonTableGen [ 28%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o [ 28%] Built target BPFCommonTableGen [ 28%] Building HexagonGenAsmMatcher.inc... [ 28%] Building LanaiGenAsmMatcher.inc... [ 28%] Building HexagonGenAsmWriter.inc... $ docker top ea25c4d9a7ef90a80579d02d3ddbc9201e6d88ef9c572c80aee564f70795ced8 -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 [ 28%] Building AMDGPUGenDAGISel.inc... [ 28%] Building AMDGPUGenCallingConv.inc... + ccache --zero-stats Statistics zeroed [Pipeline] sh + . /opt/intel/oneapi/setvars.sh --include-intel-llvm + script_name=setvars.sh + config_file= + config_array= + component_array= + warning_tally=0 + posix_nl= + save_args + echo + script_args= + _setvars_this_script_name=setvars.sh + _setvars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ setvars.sh = script.sh ] + sourcer= + sourced_nm= + ps -p 48 -o comm= + sourced_sh=sh + _setvars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + proc_name=script.sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + printf %s: %s script.sh SH_VERSION = unknown + sourcer=script.sh: SH_VERSION = unknown + sourced_nm=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 351: /opt/intel/oneapi/setvars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 351: /opt/intel/oneapi/setvars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*setvars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 351: /opt/intel/oneapi/setvars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + sourced_nm=/opt/intel/oneapi/setvars.sh + [ = /opt/intel/oneapi/setvars.sh ] + get_script_path /opt/intel/oneapi/setvars.sh + script=/opt/intel/oneapi/setvars.sh + [ -L /opt/intel/oneapi/setvars.sh ] + command dirname -- /opt/intel/oneapi/setvars.sh + script_dir=/opt/intel/oneapi + cd /opt/intel/oneapi + command pwd -P + script_dir=/opt/intel/oneapi + printf %s /opt/intel/oneapi + script_root=/opt/intel/oneapi + help=0 + force=0 + config=0 + config_file= + list_of_args= + [ -n ] + printf %s %s args: Using "$@" for setvars.sh arguments: + input_args=args: Using "$@" for setvars.sh arguments: + SETVARS_ARGS= + export SETVARS_ARGS + [ 0 != 0 ] + [ = 1 ] + [ 0 -eq 1 ] + version_default=latest + awk NF [ 28%] Building LanaiGenAsmWriter.inc... [ 28%] Building HexagonGenCallingConv.inc... [ 28%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o + command ls /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh + component_array=/opt/intel/oneapi/compiler/2023.0.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh + temp_array= + prep_for_eval /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh + echo /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh + awk NF + sed -e s/^/'/g -e s/$/' \\/g -e $s/\\$// + eval set -- '/opt/intel/oneapi/compiler/2023.0.0/env/vars.sh' \ '/opt/intel/oneapi/compiler/latest/env/vars.sh' \ '/opt/intel/oneapi/debugger/2023.0.0/env/vars.sh' \ '/opt/intel/oneapi/debugger/latest/env/vars.sh' \ '/opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh' \ '/opt/intel/oneapi/dev-utilities/latest/env/vars.sh' \ '/opt/intel/oneapi/dpl/2022.0.0/env/vars.sh' \ '/opt/intel/oneapi/dpl/latest/env/vars.sh' \ '/opt/intel/oneapi/tbb/2021.8.0/env/vars.sh' \ '/opt/intel/oneapi/tbb/latest/env/vars.sh' + set -- /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh + dirname -- /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh + dirname -- /opt/intel/oneapi/compiler/2023.0.0/env + dirname -- /opt/intel/oneapi/compiler/2023.0.0 + basename -- /opt/intel/oneapi/compiler + arg=compiler + [ -r /opt/intel/oneapi/compiler/latest/env/vars.sh ] + temp_array=compiler + dirname -- /opt/intel/oneapi/compiler/latest/env/vars.sh + dirname -- /opt/intel/oneapi/compiler/latest/env + dirname -- /opt/intel/oneapi/compiler/latest + basename -- /opt/intel/oneapi/compiler + arg=compiler + [ -r /opt/intel/oneapi/compiler/latest/env/vars.sh ] + temp_array=compiler compiler + dirname -- /opt/intel/oneapi/debugger/2023.0.0/env/vars.sh + dirname -- /opt/intel/oneapi/debugger/2023.0.0/env + dirname -- /opt/intel/oneapi/debugger/2023.0.0 + basename -- /opt/intel/oneapi/debugger + arg=debugger + [ -r /opt/intel/oneapi/debugger/latest/env/vars.sh ] + temp_array=compiler compiler debugger + dirname -- /opt/intel/oneapi/debugger/latest/env/vars.sh + dirname -- /opt/intel/oneapi/debugger/latest/env + dirname -- /opt/intel/oneapi/debugger/latest + basename -- /opt/intel/oneapi/debugger + arg=debugger + [ -r /opt/intel/oneapi/debugger/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger + dirname -- /opt/intel/oneapi/dev-utilities/2021.8.0/env/vars.sh + dirname -- /opt/intel/oneapi/dev-utilities/2021.8.0/env + dirname -- /opt/intel/oneapi/dev-utilities/2021.8.0 + basename -- /opt/intel/oneapi/dev-utilities + arg=dev-utilities + [ -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities + dirname -- /opt/intel/oneapi/dev-utilities/latest/env/vars.sh + dirname -- /opt/intel/oneapi/dev-utilities/latest/env + dirname -- /opt/intel/oneapi/dev-utilities/latest + basename -- /opt/intel/oneapi/dev-utilities + arg=dev-utilities + [ -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities dev-utilities + dirname -- /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh + dirname -- /opt/intel/oneapi/dpl/2022.0.0/env + dirname -- /opt/intel/oneapi/dpl/2022.0.0 + basename -- /opt/intel/oneapi/dpl + arg=dpl + [ -r /opt/intel/oneapi/dpl/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities dev-utilities dpl + dirname -- /opt/intel/oneapi/dpl/latest/env/vars.sh + dirname -- /opt/intel/oneapi/dpl/latest/env + dirname -- /opt/intel/oneapi/dpl/latest + basename -- /opt/intel/oneapi/dpl + arg=dpl + [ -r /opt/intel/oneapi/dpl/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities dev-utilities dpl dpl + dirname -- /opt/intel/oneapi/tbb/2021.8.0/env/vars.sh + dirname -- /opt/intel/oneapi/tbb/2021.8.0/env + dirname -- /opt/intel/oneapi/tbb/2021.8.0 + basename -- /opt/intel/oneapi/tbb + arg=tbb + [ -r /opt/intel/oneapi/tbb/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities dev-utilities dpl dpl tbb + dirname -- /opt/intel/oneapi/tbb/latest/env/vars.sh + dirname -- /opt/intel/oneapi/tbb/latest/env + dirname -- /opt/intel/oneapi/tbb/latest + basename -- /opt/intel/oneapi/tbb + arg=tbb + [ -r /opt/intel/oneapi/tbb/latest/env/vars.sh ] + temp_array=compiler compiler debugger debugger dev-utilities dev-utilities dpl dpl tbb tbb + component_array=compiler compiler debugger debugger dev-utilities dev-utilities dpl dpl tbb tbb + printf %s\n compiler compiler debugger debugger dev-utilities dev-utilities dpl dpl tbb tbb + uniq + component_array=compiler debugger dev-utilities dpl tbb + printf %s\n compiler debugger dev-utilities dpl tbb + wc -l + temp_var=5 + [ 5 -le 0 ] + [ 0 = 1 ] + prep_for_eval compiler debugger dev-utilities dpl tbb + echo compiler debugger dev-utilities dpl tbb + awk NF + sed -e s/^/'/g -e s/$/' \\/g -e $s/\\$// + eval set -- 'compiler' \ 'debugger' \ 'dev-utilities' \ 'dpl' \ 'tbb' + set -- compiler debugger dev-utilities dpl tbb + temp_array= + arg=compiler=latest + temp_array=compiler=latest + arg=debugger=latest + temp_array=compiler=latest debugger=latest + arg=dev-utilities=latest + temp_array=compiler=latest debugger=latest dev-utilities=latest + arg=dpl=latest + temp_array=compiler=latest debugger=latest dev-utilities=latest dpl=latest + arg=tbb=latest + temp_array=compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + component_array=compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + [ 0 = 1 ] + printf %s\n compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + awk NF + component_array=compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + echo + echo :: initializing oneAPI environment ... :: initializing oneAPI environment ... + echo script.sh: SH_VERSION = unknown script.sh: SH_VERSION = unknown + echo args: Using "$@" for setvars.sh arguments: args: Using "$@" for setvars.sh arguments: + ONEAPI_ROOT=/opt/intel/oneapi + export ONEAPI_ROOT + SETVARS_CALL=1 + export SETVARS_CALL + temp_var=0 + prep_for_eval compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + echo compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + awk NF + sed -e s/^/'/g -e s/$/' \\/g -e $s/\\$// + eval set -- 'compiler=latest' \ 'debugger=latest' \ 'dev-utilities=latest' \ 'dpl=latest' \ 'tbb=latest' + set -- compiler=latest debugger=latest dev-utilities=latest dpl=latest tbb=latest + expr compiler=latest : \(.*\)=.* + arg_base=compiler + expr compiler=latest : .*=\(.*\) + arg_verz=latest + arg_path=/opt/intel/oneapi/compiler/latest/env/vars.sh + SETVARS_VARS_PATH=/opt/intel/oneapi/compiler/latest/env/vars.sh + export SETVARS_VARS_PATH + [ exclude = latest ] + [ -r /opt/intel/oneapi/compiler/latest/env/vars.sh ] + echo :: compiler -- latest :: compiler -- latest + . /opt/intel/oneapi/compiler/latest/env/vars.sh SETVARS_CALL=1 + _vars_this_script_name=vars.sh + _vars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ vars.sh = script.sh ] + vars_script_name= + ps -p 48 -o comm= + vars_script_shell=sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + vars_script_name=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 174: /opt/intel/oneapi/compiler/latest/env/vars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 174: /opt/intel/oneapi/compiler/latest/env/vars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*vars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 174: /opt/intel/oneapi/compiler/latest/env/vars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + vars_script_name=/opt/intel/oneapi/compiler/latest/env/vars.sh + [ = /opt/intel/oneapi/compiler/latest/env/vars.sh ] + get_script_path /opt/intel/oneapi/compiler/latest/env/vars.sh + script=/opt/intel/oneapi/compiler/latest/env/vars.sh + [ -L /opt/intel/oneapi/compiler/latest/env/vars.sh ] + command dirname -- /opt/intel/oneapi/compiler/latest/env/vars.sh + script_dir=/opt/intel/oneapi/compiler/latest/env + cd /opt/intel/oneapi/compiler/latest/env + command pwd -P + script_dir=/opt/intel/oneapi/compiler/2023.0.0/env + printf %s /opt/intel/oneapi/compiler/2023.0.0/env + my_script_path=/opt/intel/oneapi/compiler/2023.0.0/env + dirname -- /opt/intel/oneapi/compiler/2023.0.0/env + component_root=/opt/intel/oneapi/compiler/2023.0.0 + CMPLR_ROOT=/opt/intel/oneapi/compiler/2023.0.0 + export CMPLR_ROOT + INTEL_TARGET_ARCH=intel64 + INTEL_TARGET_PLATFORM=linux + USE_INTEL_LLVM=0 + [ 5 -gt 0 ] + shift + [ 4 -gt 0 ] + shift + [ 3 -gt 0 ] + shift + [ 2 -gt 0 ] + shift + [ 1 -gt 0 ] + shift + [ 0 -gt 0 ] + [ intel64 = ia32 ] + unset INTEL_TARGET_ARCH_IA32 + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin /opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin + path_is_now=/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + [ = /opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + [ 0 = 1 ] + [ intel64 = ia32 ] + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib /usr/local/cuda/lib64/stubs + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib + path_is_now=/usr/local/cuda/lib64/stubs + [ = /usr/local/cuda/lib64/stubs ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + LIBRARY_PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + export LIBRARY_PATH + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin /usr/local/nvidia/lib:/usr/local/nvidia/lib64 + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin + path_is_now=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + [ = /usr/local/nvidia/lib:/usr/local/nvidia/lib64 ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + export LD_LIBRARY_PATH + [ intel64 = ia32 ] + [ -n ] + [ -f /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/fpgavars.sh ] + FPGA_VARS_DIR=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga + export FPGA_VARS_DIR + FPGA_VARS_ARGS= + export FPGA_VARS_ARGS + . /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/fpgavars.sh + SCRIPTDIR=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga + icdadd libalteracl.so + [ -z ] + export OCL_ICD_FILENAMES=libalteracl.so + icdadd libintelocl_emu.so + [ -z x ] + export OCL_ICD_FILENAMES=libintelocl_emu.so:libalteracl.so + export ACL_BOARD_VENDOR_PATH=/opt/Intel/OpenCLFPGA/oneAPI/Boards + export INTELFPGAOCLSDKROOT=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga + export PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + uname -m + ARCH=x86_64 + arch_type= + arch_type=linux64 + export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64 /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64 + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + [ = /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + export LD_LIBRARY_PATH + [ -z libintelocl_emu.so:libalteracl.so ] + OCL_ICD_FILENAMES=libintelocl_emu.so:libalteracl.so:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64/libintelocl.so + [ -n ] + export OCL_ICD_FILENAMES + prepend_manpath /opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + MANPATH=/opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + export MANPATH + prepend_path /opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + PKG_CONFIG_PATH=/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + export PKG_CONFIG_PATH + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + CMAKE_PREFIX_PATH=/opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + export CMAKE_PREFIX_PATH + prepend_path /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N + NLSPATH=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N + export NLSPATH + prepend_path /opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + path_to_add=/opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + DIAGUTIL_PATH=/opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + export DIAGUTIL_PATH + temp_var=1 + expr debugger=latest : \(.*\)=.* + arg_base=debugger + expr debugger=latest : .*=\(.*\) + arg_verz=latest + arg_path=/opt/intel/oneapi/debugger/latest/env/vars.sh + SETVARS_VARS_PATH=/opt/intel/oneapi/debugger/latest/env/vars.sh + export SETVARS_VARS_PATH + [ exclude = latest ] + [ -r /opt/intel/oneapi/debugger/latest/env/vars.sh ] + echo :: debugger -- latest :: debugger -- latest + . /opt/intel/oneapi/debugger/latest/env/vars.sh SETVARS_CALL=1 + _vars_this_script_name=vars.sh + _vars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ vars.sh = script.sh ] + vars_script_name= + ps -p 48 -o comm= + vars_script_shell=sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + vars_script_name=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 108: /opt/intel/oneapi/debugger/latest/env/vars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 108: /opt/intel/oneapi/debugger/latest/env/vars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*vars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 108: /opt/intel/oneapi/debugger/latest/env/vars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + vars_script_name=/opt/intel/oneapi/debugger/latest/env/vars.sh + [ = /opt/intel/oneapi/debugger/latest/env/vars.sh ] + get_script_path /opt/intel/oneapi/debugger/latest/env/vars.sh + script=/opt/intel/oneapi/debugger/latest/env/vars.sh + [ -L /opt/intel/oneapi/debugger/latest/env/vars.sh ] + command dirname -- /opt/intel/oneapi/debugger/latest/env/vars.sh + script_dir=/opt/intel/oneapi/debugger/latest/env + cd /opt/intel/oneapi/debugger/latest/env + command pwd -P + script_dir=/opt/intel/oneapi/debugger/2023.0.0/env + printf %s /opt/intel/oneapi/debugger/2023.0.0/env + my_script_path=/opt/intel/oneapi/debugger/2023.0.0/env + dirname -- /opt/intel/oneapi/debugger/2023.0.0/env + gdb_root=/opt/intel/oneapi/debugger/2023.0.0 + my_ld_path=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib + prepend_path /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + [ = /opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + INTEL_PYTHONHOME=/opt/intel/oneapi/debugger/2023.0.0/dep + export INTEL_PYTHONHOME + prepend_path /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib /opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + [ = /opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + LD_LIBRARY_PATH=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + export LD_LIBRARY_PATH + prepend_manpath /opt/intel/oneapi/debugger/2023.0.0/documentation/man /opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/documentation/man + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + [ = /opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/documentation/man:/opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + MANPATH=/opt/intel/oneapi/debugger/2023.0.0/documentation/man:/opt/intel/oneapi/compiler/2023.0.0/documentation/en/man/common: + export MANPATH + prepend_path /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib + INFOPATH=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib + export INFOPATH + prepend_path /opt/intel/oneapi/debugger/2023.0.0/documentation/info/ + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/documentation/info/ + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/documentation/info/ + GDB_INFO=/opt/intel/oneapi/debugger/2023.0.0/documentation/info/ + export GDB_INFO + prepend_path /opt/intel/oneapi/debugger/2023.0.0/sys_check/debugger_sys_check.py /opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + path_to_add=/opt/intel/oneapi/debugger/2023.0.0/sys_check/debugger_sys_check.py + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + [ = /opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh ] + printf %s /opt/intel/oneapi/debugger/2023.0.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + DIAGUTIL_PATH=/opt/intel/oneapi/debugger/2023.0.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2023.0.0/sys_check/sys_check.sh + export DIAGUTIL_PATH + temp_var=2 + expr dev-utilities=latest : \(.*\)=.* + arg_base=dev-utilities + expr dev-utilities=latest : .*=\(.*\) + arg_verz=latest + arg_path=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh + SETVARS_VARS_PATH=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh + export SETVARS_VARS_PATH + [ exclude = latest ] + [ -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ] + echo :: dev-utilities -- latest :: dev-utilities -- latest + . /opt/intel/oneapi/dev-utilities/latest/env/vars.sh SETVARS_CALL=1 + _vars_this_script_name=vars.sh + _vars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ vars.sh = script.sh ] + vars_script_name= + ps -p 48 -o comm= + vars_script_shell=sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + vars_script_name=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 160: /opt/intel/oneapi/dev-utilities/latest/env/vars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 160: /opt/intel/oneapi/dev-utilities/latest/env/vars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*vars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 160: /opt/intel/oneapi/dev-utilities/latest/env/vars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + vars_script_name=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh + [ = /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ] + get_script_path /opt/intel/oneapi/dev-utilities/latest/env/vars.sh + script=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh + [ -L /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ] + command dirname -- /opt/intel/oneapi/dev-utilities/latest/env/vars.sh + script_dir=/opt/intel/oneapi/dev-utilities/latest/env + cd /opt/intel/oneapi/dev-utilities/latest/env + command pwd -P + script_dir=/opt/intel/oneapi/dev-utilities/2021.8.0/env + printf %s /opt/intel/oneapi/dev-utilities/2021.8.0/env + vars_script_path=/opt/intel/oneapi/dev-utilities/2021.8.0/env + dirname -- /opt/intel/oneapi/dev-utilities/2021.8.0/env + component_root=/opt/intel/oneapi/dev-utilities/2021.8.0 + prepend_path /opt/intel/oneapi/dev-utilities/2021.8.0/bin /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + path_to_add=/opt/intel/oneapi/dev-utilities/2021.8.0/bin + path_is_now=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + [ = /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ] + printf %s /opt/intel/oneapi/dev-utilities/2021.8.0/bin:/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/opt/intel/oneapi/dev-utilities/2021.8.0/bin:/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2023.0.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2023.0.0/linux/bin:/opt/cmake/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + prepend_path /opt/intel/oneapi/dev-utilities/2021.8.0/include + path_to_add=/opt/intel/oneapi/dev-utilities/2021.8.0/include + path_is_now= + [ = ] + printf %s /opt/intel/oneapi/dev-utilities/2021.8.0/include + CPATH=/opt/intel/oneapi/dev-utilities/2021.8.0/include + export CPATH + temp_var=3 + expr dpl=latest : \(.*\)=.* + arg_base=dpl + expr dpl=latest : .*=\(.*\) + arg_verz=latest + arg_path=/opt/intel/oneapi/dpl/latest/env/vars.sh + SETVARS_VARS_PATH=/opt/intel/oneapi/dpl/latest/env/vars.sh + export SETVARS_VARS_PATH + [ exclude = latest ] + [ -r /opt/intel/oneapi/dpl/latest/env/vars.sh ] + echo :: dpl -- latest :: dpl -- latest + . /opt/intel/oneapi/dpl/latest/env/vars.sh SETVARS_CALL=1 + _vars_this_script_name=vars.sh + _vars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ vars.sh = script.sh ] + vars_script_name= + ps -p 48 -o comm= + vars_script_shell=sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + vars_script_name=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 148: /opt/intel/oneapi/dpl/latest/env/vars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 148: /opt/intel/oneapi/dpl/latest/env/vars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*vars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 148: /opt/intel/oneapi/dpl/latest/env/vars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + vars_script_name=/opt/intel/oneapi/dpl/latest/env/vars.sh + [ = /opt/intel/oneapi/dpl/latest/env/vars.sh ] + rreadlink /opt/intel/oneapi/dpl/latest/env/vars.sh + target=/opt/intel/oneapi/dpl/latest/env/vars.sh fname= targetDir= CDPATH= + [ -n ] + : + [ -L /opt/intel/oneapi/dpl/latest/env/vars.sh ] + [ -e /opt/intel/oneapi/dpl/latest/env/vars.sh ] + command dirname -- /opt/intel/oneapi/dpl/latest/env/vars.sh + command cd /opt/intel/oneapi/dpl/latest/env + command basename -- /opt/intel/oneapi/dpl/latest/env/vars.sh + fname=vars.sh + [ vars.sh = / ] + [ -L vars.sh ] + break + command pwd -P + targetDir=/opt/intel/oneapi/dpl/2022.0.0/env + [ vars.sh = . ] + [ vars.sh = .. ] + command printf %s\n /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh + dirname -- /opt/intel/oneapi/dpl/2022.0.0/env/vars.sh + _onedpl_scrip_path=/opt/intel/oneapi/dpl/2022.0.0/env + dirname -- /opt/intel/oneapi/dpl/2022.0.0/env + DPL_ROOT=/opt/intel/oneapi/dpl/2022.0.0 + export DPL_ROOT + prepend_path /opt/intel/oneapi/dpl/2022.0.0/linux/include /opt/intel/oneapi/dev-utilities/2021.8.0/include + path_to_add=/opt/intel/oneapi/dpl/2022.0.0/linux/include + path_is_now=/opt/intel/oneapi/dev-utilities/2021.8.0/include + [ = /opt/intel/oneapi/dev-utilities/2021.8.0/include ] + printf %s /opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + CPATH=/opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + export CPATH + prepend_path /opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig /opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + path_to_add=/opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + [ = /opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig ] + printf %s /opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + PKG_CONFIG_PATH=/opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + export PKG_CONFIG_PATH + temp_var=4 + expr tbb=latest : \(.*\)=.* + arg_base=tbb + expr tbb=latest : .*=\(.*\) + arg_verz=latest + arg_path=/opt/intel/oneapi/tbb/latest/env/vars.sh + SETVARS_VARS_PATH=/opt/intel/oneapi/tbb/latest/env/vars.sh + export SETVARS_VARS_PATH + [ exclude = latest ] + [ -r /opt/intel/oneapi/tbb/latest/env/vars.sh ] + echo :: tbb -- latest :: tbb -- latest + . /opt/intel/oneapi/tbb/latest/env/vars.sh SETVARS_CALL=1 + _vars_this_script_name=vars.sh + _vars_get_proc_name /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -n ] + script=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ -L /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh ] + basename -- /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh + [ vars.sh = script.sh ] + vars_script_name= + ps -p 48 -o comm= + vars_script_shell=sh + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + vars_script_name=/var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 114: /opt/intel/oneapi/tbb/latest/env/vars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 114: /opt/intel/oneapi/tbb/latest/env/vars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*vars\.sh: + echo 0 + [ 0 -eq 0 ] + expr /var/jenkins/workspace/Kokkos_PR-6770@tmp/durable-b2cacdc2/script.sh: 114: /opt/intel/oneapi/tbb/latest/env/vars.sh: Bad substitution : ^.*sh: [0-9]*: \(.*\): + vars_script_name=/opt/intel/oneapi/tbb/latest/env/vars.sh + [ = /opt/intel/oneapi/tbb/latest/env/vars.sh ] + get_script_path /opt/intel/oneapi/tbb/latest/env/vars.sh + script_path=/opt/intel/oneapi/tbb/latest/env/vars.sh + [ -L /opt/intel/oneapi/tbb/latest/env/vars.sh ] + command dirname -- /opt/intel/oneapi/tbb/latest/env/vars.sh + script_dir=/opt/intel/oneapi/tbb/latest/env + cd /opt/intel/oneapi/tbb/latest/env + command pwd -P + script_dir=/opt/intel/oneapi/tbb/2021.8.0/env + printf %s /opt/intel/oneapi/tbb/2021.8.0/env + TBBROOT=/opt/intel/oneapi/tbb/2021.8.0/env/.. + TBB_TARGET_ARCH=intel64 + [ -n ] + TBB_LIB_NAME=libtbb.so.12 + TBB_LIB_DIR=intel64/gcc4.8 + [ -e /opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8/libtbb.so.12 ] + export TBBROOT + prepend_path /opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8 /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + path_to_add=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8 + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + [ = /opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs ] + printf %s /opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + LIBRARY_PATH=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/usr/local/cuda/lib64/stubs + export LIBRARY_PATH + prepend_path /opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8 /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + path_to_add=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8 + path_is_now=/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + [ = /opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 ] + printf %s /opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + LD_LIBRARY_PATH=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/debugger/2023.0.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2023.0.0/dep/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/x64:/opt/intel/oneapi/compiler/2023.0.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2023.0.0/linux/compiler/lib/intel64_lin:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 + export LD_LIBRARY_PATH + prepend_path /opt/intel/oneapi/tbb/2021.8.0/env/../include /opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + path_to_add=/opt/intel/oneapi/tbb/2021.8.0/env/../include + path_is_now=/opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + [ = /opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include ] + printf %s /opt/intel/oneapi/tbb/2021.8.0/env/../include:/opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + CPATH=/opt/intel/oneapi/tbb/2021.8.0/env/../include:/opt/intel/oneapi/dpl/2022.0.0/linux/include:/opt/intel/oneapi/dev-utilities/2021.8.0/include + export CPATH + prepend_path /opt/intel/oneapi/tbb/2021.8.0/env/.. /opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + path_to_add=/opt/intel/oneapi/tbb/2021.8.0/env/.. + path_is_now=/opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + [ = /opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP ] + printf %s /opt/intel/oneapi/tbb/2021.8.0/env/..:/opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + CMAKE_PREFIX_PATH=/opt/intel/oneapi/tbb/2021.8.0/env/..:/opt/intel/oneapi/compiler/2023.0.0/linux/IntelDPCPP + export CMAKE_PREFIX_PATH + prepend_path /opt/intel/oneapi/tbb/2021.8.0/env/../lib/pkgconfig /opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + path_to_add=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/pkgconfig + path_is_now=/opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + [ = /opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig ] + printf %s /opt/intel/oneapi/tbb/2021.8.0/env/../lib/pkgconfig:/opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + PKG_CONFIG_PATH=/opt/intel/oneapi/tbb/2021.8.0/env/../lib/pkgconfig:/opt/intel/oneapi/dpl/2022.0.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2023.0.0/lib/pkgconfig + export PKG_CONFIG_PATH + temp_var=5 + [ 5 -eq 0 ] + echo :: oneAPI environment initialized :: :: oneAPI environment initialized :: + echo + [ 0 -ne 0 ] + eval set -- + set -- + prep_for_exit 0 + script_return_code=0 + unset -v SETVARS_CALL + unset -v SETVARS_ARGS + unset -v SETVARS_VARS_PATH + [ 0 = ] + [ 0 -eq 0 ] + SETVARS_COMPLETED=1 + export SETVARS_COMPLETED + return 0 + return + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/clang++ -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 .. -- Setting default Kokkos CXX standard to 17 [ 28%] Building HexagonGenDAGISel.inc... -- The CXX compiler identification is IntelLLVM 2023.0.0 -- Detecting CXX compiler ABI info [ 28%] Building LanaiGenCallingConv.inc... -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerStreamer.cpp.o [ 28%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o [ 28%] Building LanaiGenDAGISel.inc... -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature [ 28%] Building LanaiGenDisassemblerTables.inc... -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found TPLLIBDL: /usr/include -- Looking for C++ include oneapi/dpl/execution [ 28%] Building HexagonGenDFAPacketizer.inc... [ 28%] Building LanaiGenInstrInfo.inc... [ 28%] Building HexagonGenDisassemblerTables.inc... [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerWriter.cpp.o [ 28%] Building LanaiGenMCCodeEmitter.inc... [ 28%] Building HexagonGenInstrInfo.inc... [ 28%] Building LanaiGenRegisterInfo.inc... [ 28%] Building LanaiGenSubtargetInfo.inc... -- Looking for C++ include oneapi/dpl/execution - not found -- Looking for C++ include oneapi/dpl/algorithm [ 28%] Built target LanaiCommonTableGen [ 28%] Building HexagonGenMCCodeEmitter.inc... [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o [ 28%] Building LoongArchGenAsmMatcher.inc... [ 28%] Building HexagonGenRegisterInfo.inc... [ 28%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o [ 28%] Building AMDGPUGenDisassemblerTables.inc... [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o [ 28%] Building HexagonGenSubtargetInfo.inc... [ 28%] Building LoongArchGenAsmWriter.inc... [ 28%] Built target HexagonCommonTableGen [ 28%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o [ 28%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/InvalidPtrChecker.cpp.o [ 28%] Building LoongArchGenDAGISel.inc... -- Looking for C++ include oneapi/dpl/algorithm - found -- Performing Test KOKKOS_NO_TBB_CONFLICT [ 28%] Building MipsGenAsmMatcher.inc... [ 28%] Building LoongArchGenDisassemblerTables.inc... /scratch/llvm-project/llvm/lib/IR/Core.cpp: In function 'void LLVMContextSetDiagnosticHandler(LLVMContextRef, LLVMDiagnosticHandler, void*)': /scratch/llvm-project/llvm/lib/IR/Core.cpp:100:18: warning: cast between incompatible function types from 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} to 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} [-Wcast-function-type] 100 | Handler), | ^ /scratch/llvm-project/llvm/lib/IR/Core.cpp: In function 'void (* LLVMContextGetDiagnosticHandler(LLVMContextRef))(LLVMDiagnosticInfoRef, void*)': /scratch/llvm-project/llvm/lib/IR/Core.cpp:106:48: warning: cast between incompatible function types from 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} to 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} [-Wcast-function-type] 106 | unwrap(C)->getDiagnosticHandlerCallBack()); | ^ -- Performing Test KOKKOS_NO_TBB_CONFLICT - Success -- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend -- Performing Test _fsycl_option -- Performing Test _fsycl_option - Success -- Using internal desul_atomics copy [ 28%] Building MipsGenAsmWriter.inc... [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o [ 28%] Building LoongArchGenInstrInfo.inc... [ 28%] Building LoongArchGenMCPseudoLowering.inc... [ 28%] Building MipsGenCallingConv.inc... -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.6.2 -- [benchmark] Looking for shm_open in rt [ 28%] Building MipsGenDAGISel.inc... [ 28%] Building LoongArchGenMCCodeEmitter.inc... -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 [ 28%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/CycleInfo.cpp.o [ 28%] Building LoongArchGenRegisterInfo.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 28%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 28%] Building MipsGenDisassemblerTables.inc... [ 28%] Building LoongArchGenSubtargetInfo.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 30%] Building MipsGenFastISel.inc... [ 30%] Building MipsGenGlobalISel.inc... [ 30%] Built target LoongArchCommonTableGen -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 30%] Building AMDGPUGenGlobalISel.inc... [ 30%] Building MSP430GenAsmMatcher.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 30%] Building MipsGenPostLegalizeGICombiner.inc... [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o [ 30%] Building MSP430GenAsmWriter.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 30%] Building MipsGenInstrInfo.inc... [ 30%] Building MSP430GenCallingConv.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 30%] Building MipsGenMCCodeEmitter.inc... [ 30%] Building MSP430GenDAGISel.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o [ 30%] Building MSP430GenDisassemblerTables.inc... [ 30%] Building MipsGenMCPseudoLowering.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 30%] Building MSP430GenInstrInfo.inc... [ 30%] Building MipsGenRegisterBank.inc... [ 30%] Building MSP430GenMCCodeEmitter.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 30%] Building MipsGenRegisterInfo.inc... [ 30%] Building MSP430GenRegisterInfo.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [ 30%] Building MSP430GenSubtargetInfo.inc... [ 30%] Building MipsGenSubtargetInfo.inc... [ 30%] Building AMDGPUGenInstrInfo.inc... [ 30%] Building MipsGenExegesis.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 30%] Built target MSP430CommonTableGen [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o [ 30%] Building PPCGenAsmMatcher.inc... [ 30%] Building NVPTXGenAsmWriter.inc... -- [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 [ 30%] Building PPCGenAsmWriter.inc... [ 30%] Built target MipsCommonTableGen [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.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 [ 30%] Building PPCGenCallingConv.inc... [ 30%] Building NVPTXGenDAGISel.inc... [ 30%] Building RISCVGenAsmMatcher.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_727ae/fast && /usr/bin/gmake -f CMakeFiles/cmTC_727ae.dir/build.make CMakeFiles/cmTC_727ae.dir/build [benchmark] gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_727ae.dir/thread_safety_attributes.cpp.o [benchmark] /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/clang++ -fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -MD -MT CMakeFiles/cmTC_727ae.dir/thread_safety_attributes.cpp.o -MF CMakeFiles/cmTC_727ae.dir/thread_safety_attributes.cpp.o.d -o CMakeFiles/cmTC_727ae.dir/thread_safety_attributes.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp:2: [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/mutex.h:7: [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/check.h:8:10: fatal error: 'benchmark/export.h' file not found [benchmark] #include "benchmark/export.h" [benchmark] ^~~~~~~~~~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] gmake[1]: *** [CMakeFiles/cmTC_727ae.dir/build.make:79: CMakeFiles/cmTC_727ae.dir/thread_safety_attributes.cpp.o] Error 1 [benchmark] gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] gmake: *** [Makefile:127: cmTC_727ae/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o [ 30%] Building PPCGenDAGISel.inc... [ 30%] Building NVPTXGenInstrInfo.inc... -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o [ 30%] Building RISCVGenAsmWriter.inc... -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4863e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4863e.dir/build.make CMakeFiles/cmTC_4863e.dir/build [benchmark] gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_4863e.dir/gnu_posix_regex.cpp.o [benchmark] /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/clang++ -fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -MD -MT CMakeFiles/cmTC_4863e.dir/gnu_posix_regex.cpp.o -MF CMakeFiles/cmTC_4863e.dir/gnu_posix_regex.cpp.o.d -o CMakeFiles/cmTC_4863e.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: 'gnuregex.h' file not found [benchmark] #include [benchmark] ^~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] gmake[1]: *** [CMakeFiles/cmTC_4863e.dir/build.make:79: CMakeFiles/cmTC_4863e.dir/gnu_posix_regex.cpp.o] Error 1 [benchmark] gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] gmake: *** [Makefile:127: cmTC_4863e/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX [ 30%] Building PPCGenDisassemblerTables.inc... -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY [ 30%] Building NVPTXGenRegisterInfo.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o [ 30%] Building PPCGenFastISel.inc... -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR [ 30%] Building NVPTXGenSubtargetInfo.inc... [ 30%] Building RISCVGenCompressInstEmitter.inc... -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Kokkos Devices: SERIAL;SYCL, Kokkos Backends: SERIAL;SYCL -- Configuring done [ 30%] Building PPCGenInstrInfo.inc... [ 30%] Built target NVPTXCommonTableGen [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o [ 30%] Building RISCVGenDAGISel.inc... -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 [ 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/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Built target AlwaysCheckGit [ 30%] Building SparcGenAsmMatcher.inc... [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target kokkossimd [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 30%] Building PPCGenMCCodeEmitter.inc... [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 30%] Building SparcGenAsmWriter.inc... [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 30%] Building PPCGenRegisterInfo.inc... [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o [ 30%] Building SparcGenCallingConv.inc... [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 30%] Building PPCGenSubtargetInfo.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o [ 30%] Building SparcGenDAGISel.inc... [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o [ 30%] Building PPCGenExegesis.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o [ 30%] Building SparcGenDisassemblerTables.inc... [ 30%] Building PPCGenRegisterBank.inc... [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 30%] Building SparcGenInstrInfo.inc... [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 30%] Building PPCGenGlobalISel.inc... [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 30%] Building SparcGenMCCodeEmitter.inc... [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o [ 30%] Built target PowerPCCommonTableGen [ 30%] Building SparcGenRegisterInfo.inc... [ 30%] Building AMDGPUGenMCCodeEmitter.inc... [ 3%] Linking CXX static library libkokkos_gtest.a [ 3%] Built target kokkos_gtest [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 30%] Building SystemZGenAsmMatcher.inc... [ 30%] Building SparcGenSubtargetInfo.inc... [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 30%] Building SystemZGenAsmWriter.inc... [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 30%] Built target SparcCommonTableGen [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 30%] Building RISCVGenDisassemblerTables.inc... [ 30%] Building SystemZGenCallingConv.inc... [ 30%] Building VEGenRegisterInfo.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 30%] Building SystemZGenDAGISel.inc... [ 30%] Building VEGenInstrInfo.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o [ 30%] Building SystemZGenDisassemblerTables.inc... [ 30%] Building RISCVGenGlobalISel.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Linking CXX static library libbenchmark.a [ 5%] Built target benchmark [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 30%] Building AMDGPUGenMCPseudoLowering.inc... [ 30%] Building VEGenDisassemblerTables.inc... [ 30%] Building SystemZGenInstrInfo.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 30%] Building VEGenMCCodeEmitter.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o [ 30%] Building SystemZGenMCCodeEmitter.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o [ 30%] Building VEGenAsmWriter.inc... [ 30%] Building SystemZGenRegisterInfo.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 30%] Building VEGenAsmMatcher.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 30%] Building SystemZGenSubtargetInfo.inc... [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 30%] Building VEGenDAGISel.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o [ 30%] Building AMDGPUGenPostLegalizeGICombiner.inc... [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o [ 30%] Built target SystemZCommonTableGen [ 30%] Building RISCVGenInstrInfo.inc... [ 30%] Building VEGenSubtargetInfo.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o [ 30%] Building WebAssemblyGenAsmMatcher.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o [ 30%] Building VEGenCallingConv.inc... [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o [ 30%] Building WebAssemblyGenAsmWriter.inc... [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 30%] Building AMDGPUGenPreLegalizeGICombiner.inc... [ 30%] Built target VECommonTableGen [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionDXContainer.cpp.o [ 30%] Building X86GenAsmMatcher.inc... [ 30%] Building WebAssemblyGenDAGISel.inc... [ 7%] Linking CXX static library libbenchmark_main.a [ 7%] Built target benchmark_main [ 30%] Building WebAssemblyGenDisassemblerTables.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o [ 30%] Building WebAssemblyGenFastISel.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o [ 30%] Building X86GenAsmWriter.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o [ 30%] Building WebAssemblyGenInstrInfo.inc... [ 30%] Building WebAssemblyGenMCCodeEmitter.inc... [ 30%] Building X86GenAsmWriter1.inc... [ 30%] Building WebAssemblyGenRegisterInfo.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o [ 30%] Building RISCVGenMCCodeEmitter.inc... [ 30%] Building AMDGPUGenRegBankGICombiner.inc... [ 30%] Building WebAssemblyGenSubtargetInfo.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o [ 30%] Built target WebAssemblyCommonTableGen [ 30%] Building X86GenCallingConv.inc... [ 30%] Building XCoreGenAsmWriter.inc... [ 30%] Building RISCVGenMCPseudoLowering.inc... [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 30%] Building XCoreGenCallingConv.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o [ 30%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o [ 30%] Building XCoreGenDAGISel.inc... [ 30%] Building X86GenDAGISel.inc... [ 30%] Building RISCVGenRegisterBank.inc... [ 30%] Building XCoreGenDisassemblerTables.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o [ 30%] Building XCoreGenInstrInfo.inc... [ 30%] Building AMDGPUGenRegisterBank.inc... [ 30%] Building RISCVGenRegisterInfo.inc... [ 30%] Building XCoreGenRegisterInfo.inc... [ 30%] Building XCoreGenSubtargetInfo.inc... [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/EHPersonalities.cpp.o [ 30%] Built target XCoreCommonTableGen [ 30%] Building Options.inc... [ 30%] Built target DllOptionsTableGen [ 30%] Building Options.inc... [ 30%] Built target LibOptionsTableGen [ 30%] Linking CXX static library ../../../../lib/libclangBasic.a [ 30%] Built target clangBasic [ 30%] Building RISCVGenSearchableTables.inc... [ 30%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSPIRVStreamer.cpp.o [ 30%] Building X86GenDisassemblerTables.inc... [ 30%] Building AMDGPUGenRegisterInfo.inc... [ 30%] Building RISCVGenSubtargetInfo.inc... [ 8%] Linking CXX static library libkokkoscontainers.a [ 8%] Built target kokkoscontainers [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.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_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 30%] Building X86GenEVEX2VEXTables.inc... [ 30%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o [ 30%] Building X86GenExegesis.inc... [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o [ 30%] Built target RISCVCommonTableGen [ 30%] Building X86GenFastISel.inc... [ 30%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o [ 30%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o [ 30%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o [ 30%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o [ 30%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o [ 30%] Building X86GenGlobalISel.inc... [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o [ 31%] Building X86GenInstrInfo.inc... [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.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_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 31%] Building AMDGPUGenSearchableTables.inc... [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o [ 31%] Building X86GenMnemonicTables.inc... [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 11%] Built target Kokkos_CoreUnitTest_SerialGraph [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o [ 31%] Building X86GenRegisterBank.inc... [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o [ 31%] Building X86GenRegisterInfo.inc... [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SSAContext.cpp.o [ 31%] Building AMDGPUGenSubtargetInfo.inc... [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o [ 31%] Building X86GenSubtargetInfo.inc... [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o [ 31%] Building X86GenFoldTables.inc... [ 31%] Building R600GenAsmWriter.inc... [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o [ 31%] Built target X86CommonTableGen [ 31%] Building R600GenCallingConv.inc... [ 31%] Building Options.inc... [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o [ 31%] Building R600GenDAGISel.inc... [ 31%] Built target ClangDriverOptions [ 31%] Building R600GenDFAPacketizer.inc... [ 31%] Building R600GenInstrInfo.inc... [ 31%] Building R600GenMCCodeEmitter.inc... [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 31%] Building R600GenRegisterInfo.inc... [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o [ 31%] Building R600GenSubtargetInfo.inc... [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SPIRVObjectWriter.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o [ 31%] Built target AMDGPUCommonTableGen [ 31%] Linking CXX static library ../../../../lib/libclangDirectoryWatcher.a [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/TargetRegistry.cpp.o [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o [ 31%] Built target clangDirectoryWatcher [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o [ 31%] Linking CXX static library ../../../../lib/libclangIndexSerialization.a [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o [ 31%] Built target clangIndexSerialization [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o [ 31%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o [ 31%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/HLSLExternalSemaSource.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o [ 31%] Linking CXX static library ../libLLVMMC.a [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 31%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o [ 31%] Built target LLVMMC [ 31%] Building CXX object tools/clang/tools/nvptx-arch/CMakeFiles/nvptx-arch.dir/NVPTXArch.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o [ 31%] Building CXX object tools/clang/tools/amdgpu-arch/CMakeFiles/amdgpu-arch.dir/AMDGPUArch.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_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o [ 31%] Linking CXX executable ../../../../bin/nvptx-arch [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrDocTable.cpp.o [ 31%] Building CXX object tools/clang/tools/amdgpu-arch/CMakeFiles/amdgpu-arch.dir/AMDGPUArchByHSA.cpp.o [ 31%] Built target nvptx-arch [ 31%] Building CXX object tools/clang/tools/amdgpu-arch/CMakeFiles/amdgpu-arch.dir/AMDGPUArchByHIP.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o [ 31%] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o [ 31%] Linking CXX executable ../../../../bin/amdgpu-arch [ 31%] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt-driver.cpp.o [ 31%] Building CXX object tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o [ 31%] Built target amdgpu-arch [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o [ 31%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o [ 31%] Linking CXX executable ../../bin/llvm-cxxfilt [ 31%] Building InstallNameToolOpts.inc... [ 31%] Built target InstallNameToolOptsTableGen [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o [ 31%] Building OtoolOpts.inc... [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o [ 31%] Built target OtoolOptsTableGen [ 31%] Building WindresOpts.inc... [ 31%] Built target llvm-cxxfilt [ 31%] Built target WindresOptsTableGen [ 31%] Building CXX object tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt-driver.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o [ 31%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o [ 12%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o [ 31%] Linking CXX executable ../../bin/llvm-mt [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o [ 31%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o [ 31%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o [ 31%] Built target llvm-mt [ 13%] Built target Kokkos_CoreTestCompileOnly [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o [ 31%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o [ 31%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o [ 31%] Linking CXX static library ../../libLLVMMCDisassembler.a [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o [ 31%] Built target LLVMMCDisassembler [ 31%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o [ 31%] Building CXX object lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o [ 31%] Linking CXX static library ../../../libLLVMAArch64Info.a [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o [ 31%] Built target LLVMAArch64Info [ 31%] Building InstCombineTables.inc... [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o [ 31%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o [ 31%] Built target InstCombineTableGen [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/GOFFAsmParser.cpp.o [ 31%] Building CXX object lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o [ 31%] Linking CXX static library ../../../libLLVMARMInfo.a [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 31%] Built target LLVMARMInfo [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 31%] Building CXX object lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o [ 31%] Linking CXX static library ../../../libLLVMARMUtils.a [ 31%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o [ 31%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/IncrementalSourceMgr.cpp.o [ 31%] Built target LLVMARMUtils [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 31%] Building CXX object lib/Target/AVR/TargetInfo/CMakeFiles/LLVMAVRInfo.dir/AVRTargetInfo.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o [ 31%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o [ 31%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o [ 31%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o [ 31%] Linking CXX static library ../../../libLLVMAVRInfo.a [ 33%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o [ 33%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o [ 33%] Built target LLVMAVRInfo [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 33%] Building CXX object lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o [ 33%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o [ 33%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/InterpreterUtils.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o [ 33%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o [ 33%] Linking CXX static library ../../../libLLVMBPFInfo.a [ 33%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o [ 33%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o [ 33%] Built target LLVMBPFInfo [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o [ 33%] Building CXX object lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 33%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o [ 33%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o [ 33%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o [ 33%] Linking CXX static library ../../../libLLVMHexagonInfo.a [ 33%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o [ 33%] Built target LLVMHexagonInfo [ 33%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o [ 33%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o [ 33%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o [ 33%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o [ 33%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o [ 33%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o [ 33%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o [ 33%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o [ 33%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o [ 33%] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o [ 34%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o [ 34%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-6770 [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-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o [ 34%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o [ 34%] Linking CXX static library ../../libLLVMMCParser.a [ 34%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 [ 34%] Built target LLVMMCParser [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o [ 34%] Built target obj.clangInterpreter Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) [ 34%] Building CXX object lib/Target/LoongArch/TargetInfo/CMakeFiles/LLVMLoongArchInfo.dir/LoongArchTargetInfo.cpp.o Commit message: "Update master_history.txt for 4.2.01" [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 34%] Building CXX object lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 34%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o [ 34%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o + docker build -t c41294242090a3fceb66c8f1ff65d822aff77858 -f scripts/docker/Dockerfile.kokkosllvmproject scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 23.04kB Step 1/13 : FROM nvidia/cuda:11.0.3-devel ---> f6eb2aa24ca2 Step 2/13 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 96446d1137ff Step 3/13 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc git wget ccache python3 python3-distutils && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 94c0a6c11a0c Step 4/13 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common && add-apt-repository ppa:ubuntu-toolchain-r/test -y && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y g++-9 && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> dfb62a9559bf Step 5/13 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 9cca7a43aca8 Step 6/13 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 7971fdcca50e Step 7/13 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 0258da00fa33 Step 8/13 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 61dd8493a400 Step 9/13 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 42c59b17c67d Step 10/13 : ARG NPROC=8 ---> Using cache ---> 047dca2510f8 Step 11/13 : ENV LLVM_DIR=/opt/llvm ---> Using cache ---> f4824a3cccb1 Step 12/13 : RUN LLVM_VERSION=32413084ecbb5e739c6b35d8bf13ad972985acb3 && LLVM_URL=https://github.com/kokkos/llvm-project/archive/${LLVM_VERSION}.tar.gz && LLVM_ARCHIVE=llvm.tar.xz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL} --output-document=${LLVM_ARCHIVE} && mkdir llvm-project && tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 && cd llvm-project && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LLVM_DIR -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt" ../llvm && make -j${NPROC} && make install && echo "${LLVM_DIR}/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 74f06176c392 Step 13/13 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> 7b312de7dbb4 Successfully built 7b312de7dbb4 Successfully tagged c41294242090a3fceb66c8f1ff65d822aff77858:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . c41294242090a3fceb66c8f1ff65d822aff77858 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat07 seems to be running inside container f5ccfdb0b261af6c8ec9743a4b885edc055fd9334cac2a736ac0b50444339b1b $ 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-6770 --volumes-from f5ccfdb0b261af6c8ec9743a4b885edc055fd9334cac2a736ac0b50444339b1b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** c41294242090a3fceb66c8f1ff65d822aff77858 cat [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o [ 34%] Linking CXX static library ../../../libLLVMLoongArchInfo.a [ 34%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o [ 34%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o [ 34%] Built target LLVMLoongArchInfo [ 34%] Linking CXX static library ../../../libLLVMLanaiInfo.a [ 34%] Building CXX object lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o [ 34%] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/View.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 34%] Built target LLVMLanaiInfo [ 34%] Linking CXX static library ../../../libLLVMMipsInfo.a [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o [ 34%] Building CXX object lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o [ 34%] Built target LLVMMipsInfo [ 34%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o [ 34%] Building CXX object lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o $ docker top 64b1cdb1b03304d810df5b9d20fbfb54b1a1d3d7d92ed990587139826276d4fa -eo pid,comm [Pipeline] { [Pipeline] sh [ 34%] Linking CXX static library ../libLLVMMCA.a [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 17 [ 34%] Built target LLVMMCA [ 34%] Linking CXX static library ../../../libLLVMMSP430Info.a [ 34%] Building CXX object lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o [ 34%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o -- The CXX compiler identification is Clang 12.0.0 -- Check for working CXX compiler: /opt/llvm/bin/clang++ -- Check for working CXX compiler: /opt/llvm/bin/clang++ -- works -- Detecting CXX compiler ABI info [ 34%] Linking CXX static library ../../../libLLVMNVPTXInfo.a [ 34%] Built target LLVMMSP430Info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 [ 34%] Linking CXX static library ../../../libLLVMPowerPCInfo.a [ 34%] Building CXX object lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o [ 34%] Built target LLVMNVPTXInfo -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=c++17 for C++17 standard as feature [ 34%] Building CXX object lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o [ 34%] Built target LLVMPowerPCInfo [ 34%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.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 "11.0.221") -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o [ 34%] Building CXX object lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o [ 34%] Linking CXX static library ../../../libLLVMRISCVInfo.a -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy [ 34%] Linking CXX static library ../../../libLLVMSparcInfo.a [ 34%] Linking CXX static library ../../../libLLVMSystemZInfo.a [ 34%] Built target LLVMRISCVInfo [ 34%] Built target LLVMSparcInfo [ 34%] Building CXX object lib/Target/VE/TargetInfo/CMakeFiles/LLVMVEInfo.dir/VETargetInfo.cpp.o [ 34%] Built target LLVMSystemZInfo [ 34%] Building CXX object lib/Target/WebAssembly/TargetInfo/CMakeFiles/LLVMWebAssemblyInfo.dir/WebAssemblyTargetInfo.cpp.o [ 34%] Building CXX object lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub [ 34%] Linking CXX static library ../../../libLLVMVEInfo.a [ 34%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfDataUtils.cpp.o [ 34%] Linking CXX static library ../../../libLLVMWebAssemblyInfo.a [ 34%] Built target LLVMVEInfo -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.6.2 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 [ 36%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o [ 36%] Building CXX object lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 36%] Built target LLVMWebAssemblyInfo [ 36%] Linking CXX static library ../../../libLLVMX86Info.a -- [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 [ 36%] Linking CXX static library ../../../../lib/libclangAPINotes.a [ 36%] Built target LLVMX86Info -- [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 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o [ 36%] Linking CXX static library ../../../../lib/libclangLex.a [ 36%] Built target clangAPINotes [ 36%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o [ 36%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o [ 36%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o [ 36%] Built target clangLex -- [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 [ 36%] Linking CXX static library ../../../libLLVMXCoreInfo.a [ 36%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o [ 36%] Built target LLVMXCoreInfo [ 36%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.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 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/make cmTC_e3645/fast && /usr/bin/make -f CMakeFiles/cmTC_e3645.dir/build.make CMakeFiles/cmTC_e3645.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_e3645.dir/thread_safety_attributes.cpp.o [benchmark] /opt/llvm/bin/clang++ -Werror -Wno-unknown-cuda-version -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -o CMakeFiles/cmTC_e3645.dir/thread_safety_attributes.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp:2: [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/mutex.h:7: [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/check.h:8:10: fatal error: 'benchmark/export.h' file not found [benchmark] #include "benchmark/export.h" [benchmark] ^~~~~~~~~~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] make[1]: *** [CMakeFiles/cmTC_e3645.dir/build.make:69: CMakeFiles/cmTC_e3645.dir/thread_safety_attributes.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:124: cmTC_e3645/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX [ 36%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o [ 36%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/make cmTC_52466/fast && /usr/bin/make -f CMakeFiles/cmTC_52466.dir/build.make CMakeFiles/cmTC_52466.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_52466.dir/gnu_posix_regex.cpp.o [benchmark] /opt/llvm/bin/clang++ -Werror -Wno-unknown-cuda-version -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -o CMakeFiles/cmTC_52466.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: 'gnuregex.h' file not found [benchmark] #include [benchmark] ^~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] make[1]: *** [CMakeFiles/cmTC_52466.dir/build.make:69: CMakeFiles/cmTC_52466.dir/gnu_posix_regex.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:124: cmTC_52466/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Sources TestCuda.cpp -- Kokkos Devices: CUDA;SERIAL, Kokkos Backends: CUDA;SERIAL -- Configuring done [ 36%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool Scanning dependencies of target kokkos_gtest Scanning dependencies of target benchmark [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object _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 core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Built target kokkossimd Scanning dependencies of target impl_git_version [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target kokkoscore [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 36%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 36%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.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/console_reporter.cc.o [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Linking CXX static library libbenchmark.a [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o [ 4%] Linking CXX static library libkokkos_gtest.a [ 4%] Built target kokkos_gtest Scanning dependencies of target benchmark_main [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o [ 4%] 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/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Built target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypedPointerType.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/MultilibBuilder.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OffloadBundler.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 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_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_ProfilingAllCalls [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased Scanning dependencies of target Kokkos_StackTraceTestExec [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/VectorBuilder.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 7%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 37%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 7%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o [ 7%] Linking CXX executable Kokkos_ProfilingAllCalls [ 7%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 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_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o [ 37%] Linking CXX static library ../libLLVMCore.a [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o [ 8%] Linking CXX executable Kokkos_ToolsInitialization [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 8%] Built target Kokkos_ToolsInitialization Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 37%] Built target LLVMCore [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o [ 37%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ABIInfo.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/CSKY.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/LoongArch.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o Running on fetnat05 in /var/jenkins/workspace/Kokkos_PR-6770 [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 [ 37%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ABIInfoImpl.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 [ 8%] Built target Kokkos_CoreUnitTest_CudaTimingBased Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o + docker build -t 6fa554d523ad953297cd35e1dd7b3836b71afc40 -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 23.04kB Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04 Step 2/7 : FROM $BASE ---> 14f99d87eca9 Step 3/7 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> ac185a4ae86f Step 4/7 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> c2cd33fc6594 Step 5/7 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 9fff90de95e0 Step 6/7 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 1ca448ef8b8c Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 94aaf76b8cee Successfully built 94aaf76b8cee Successfully tagged 6fa554d523ad953297cd35e1dd7b3836b71afc40:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 6fa554d523ad953297cd35e1dd7b3836b71afc40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat05 seems to be running inside container 904c498cb0b03783bcf09fe9af5e92c46b8ce1435bdadc8d68dbfb6e12760c74 $ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6770 --volumes-from 904c498cb0b03783bcf09fe9af5e92c46b8ce1435bdadc8d68dbfb6e12760c74 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6fa554d523ad953297cd35e1dd7b3836b71afc40 cat [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o $ docker top 04abc275140f6c3c7cd61249f1d55cedb9a5dc41832d665d7132175d0daae3c5 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 17 [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o -- 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.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using --c++17;--gnu_extensions for C++17 extensions as feature [ 10%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_SerialGraph Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenACC -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Kokkos Devices: OPENACC;SERIAL, Kokkos Backends: OPENACC;SERIAL -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 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 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Linking CXX static library libkokkossimd.a [ 3%] Built target kokkossimd [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 37%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target kokkosprinter-tool [ 4%] Built target impl_git_version [ 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_HostBarrier.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 10%] 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_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 13%] Linking CXX executable Kokkos_StackTraceTestExec Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 13%] Built target Kokkos_StackTraceTestExec [ 37%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 8%] Linking CXX static library libkokkoscore.a [ 8%] Built target kokkoscore [ 8%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 37%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-6770 [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 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 [ 9%] Linking CXX static library libkokkoscontainers.a [ 9%] Built target kokkoscontainers [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 11%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Fetching without tags [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 [ 11%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 6fa554d523ad953297cd35e1dd7b3836b71afc40 -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 23.04kB Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04 Step 2/7 : FROM $BASE ---> 14f99d87eca9 Step 3/7 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> a67b5d2db76b Step 4/7 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> f0d48038183d Step 5/7 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 29da8284a3a3 Step 6/7 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> a30869a2311b Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> ed2b6b7d0cf8 Successfully built ed2b6b7d0cf8 Successfully tagged 6fa554d523ad953297cd35e1dd7b3836b71afc40:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp + docker inspect -f . 6fa554d523ad953297cd35e1dd7b3836b71afc40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat03 seems to be running inside container 7ae02f66233249e7c5839473f270d19a1d46fd66e1b6f830d68005431a82c3b9 $ 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-6770 --volumes-from 7ae02f66233249e7c5839473f270d19a1d46fd66e1b6f830d68005431a82c3b9 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6fa554d523ad953297cd35e1dd7b3836b71afc40 cat [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 14%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX static library libkokkos_gtest.a [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 14%] Built target kokkos_gtest [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 37%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o [ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o $ docker top d26fdfa8ef370a1c624a7f99e33d864b5c535f93e178231ba4639120b49afc8a -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] { [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp + rm -rf build [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=--diag_suppress=implicit_return_from_non_void_function,no_device_stack -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON .. [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp -- Setting default Kokkos CXX standard to 17 [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp -- 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.2.1 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- Using --c++17 for C++17 standard as feature [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o -- SIMD: AVX512 detected [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 14%] Built target Kokkos_CoreUnitTest_LegionInitialization -- 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 [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 37%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp -- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 37%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o [ 37%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp -- The CUDA compiler identification is NVIDIA 12.2.91 -- Detecting CUDA compiler ABI info [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp -- 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 [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp -- 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 [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnostic.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp -- Found OpenMP_CXX: -mp -- Found OpenMP: TRUE -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 36%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp -- Looking for C++ include experimental/mdspan - found -- Looking for C++ include mdspan [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6770/core/src/../../tpls/mdspan/include [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 36%] Built target Kokkos_CoreTestCompileOnly [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- Kokkos Devices: OPENMP;CUDA, Kokkos Backends: OPENMP;CUDA -- Configuring done [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/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_Core.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Linking CXX static library libkokkossimd.a [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 1%] Built target kokkossimd [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnosticPrinter.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Built target kokkosprinter-tool [ 1%] Linking CXX static library libimpl_git_version.a [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 2%] Built target impl_git_version [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp "/var/jenkins/workspace/Kokkos_PR-6770/containers/src/Kokkos_Vector.hpp", line 33: warning: function "::emit_warning_kokkos_vector_deprecated" was declared deprecated ("Deprecated header is included") [deprecated_entity_with_custom_message] static auto do_not_include = emit_warning_kokkos_vector_deprecated(); ^ "/var/jenkins/workspace/Kokkos_PR-6770/containers/src/Kokkos_Vector.hpp", line 29: note: because of a "deprecated" attribute [[deprecated("Deprecated header is included")]] int ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 42%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 44%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CSKYToolChain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=int32_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6770/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 64 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int32_t]" at line 78 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 89 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t, n=11UL]" at line 125 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t]" at line 137 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 144 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 281 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" Remark: individual warnings can be suppressed with "--diag_suppress " "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=int64_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6770/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 64 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int64_t]" at line 78 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 89 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t, n=11UL]" at line 125 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t]" at line 137 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 144 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 281 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=double, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6770/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 64 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=double]" at line 78 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 89 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double, n=11UL]" at line 120 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double]" at line 137 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 144 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 281 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=float, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6770/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 64 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=float]" at line 78 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 89 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float, n=11UL]" at line 120 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float]" at line 137 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 144 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 281 of "/var/jenkins/workspace/Kokkos_PR-6770/simd/unit_tests/include/TestSIMD_MathOps.hpp" [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o [ 16%] 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_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 4%] Linking CXX static library libkokkoscore.a [ 4%] Built target kokkoscore [ 4%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Linking CXX static library libkokkos_gtest.a [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 5%] Built target kokkos_gtest [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 39%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 5%] Linking CXX static library libkokkoscontainers.a [ 5%] Built target kokkoscontainers [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o [ 5%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StringChecker.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_SerialGraph [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPUtility.cpp.o [ 39%] Built target obj.clangFrontend [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPAMD.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPSPV.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HLSL.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.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_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_OpenMPGraph [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.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_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.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_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 53%] Linking CXX executable Kokkos_UnitTest_SIMD [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustReturnsNonnullChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 53%] Built target Kokkos_UnitTest_SIMD [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 11%] 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_Serial1.dir/serial/TestSerial_MDRange_e.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_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o In file included from /scratch/llvm-project/clang/lib/AST/Interp/EvalEmitter.cpp:11: /scratch/llvm-project/clang/lib/AST/Interp/Interp.h: In instantiation of 'bool clang::interp::CastFloatingIntegral(clang::interp::InterpState&, clang::interp::CodePtr) [with clang::interp::PrimType Name = clang::interp::PT_Bool; T = clang::interp::Boolean]': /scratch/llvm-project/build/tools/clang/lib/AST/Opcodes.inc:3646:47: required from here /scratch/llvm-project/clang/lib/AST/Interp/Interp.h:1462:51: warning: parameter 'OpPC' set but not used [-Wunused-but-set-parameter] 1462 | bool CastFloatingIntegral(InterpState &S, CodePtr OpPC) { | ~~~~~~~~^~~~ [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OHOS.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 54%] 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_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 39%] Built target obj.clangStaticAnalyzerFrontend [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o [ 55%] 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_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedNewArraySizeChecker.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBuiltin.cpp.o [ 55%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o [ 12%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o [ 12%] Built target Kokkos_CoreTestCompileOnly [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 57%] 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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Floating.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_Default [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/SPIRV.cpp.o In file included from /scratch/llvm-project/clang/lib/AST/Interp/Interp.cpp:9: /scratch/llvm-project/clang/lib/AST/Interp/Interp.h: In instantiation of 'bool clang::interp::CastFloatingIntegral(clang::interp::InterpState&, clang::interp::CodePtr) [with clang::interp::PrimType Name = clang::interp::PT_Bool; T = clang::interp::Boolean]': /scratch/llvm-project/build/tools/clang/lib/AST/Opcodes.inc:3484:45: required from here /scratch/llvm-project/clang/lib/AST/Interp/Interp.h:1462:51: warning: parameter 'OpPC' set but not used [-Wunused-but-set-parameter] 1462 | bool CastFloatingIntegral(InterpState &S, CodePtr OpPC) { | ~~~~~~~~^~~~ [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 57%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 57%] Built target Kokkos_push_finalize_hook_terminate [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_Develop [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_CudaGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 59%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o [ 59%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCFreeBSD.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 14%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 60%] Linking CXX executable Kokkos_ProfilingAllCalls [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 60%] Built target Kokkos_ProfilingAllCalls [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 22%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o [ 22%] Built target Kokkos_IncrementalTest_SERIAL [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 14%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o [ 39%] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o [ 14%] Built target Kokkos_push_finalize_hook_terminate [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 61%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 27%] Built target Kokkos_CoreUnitTest_SYCL2B [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o [ 39%] Built target obj.clangDriver [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Init.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_Develop [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 39%] Building CXX object tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o [ 62%] Built target Kokkos_CoreUnitTest_KokkosP [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 62%] Linking CXX executable Kokkos_ToolsInitialization [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o [ 63%] Built target Kokkos_ToolsInitialization [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 15%] 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_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 24%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 24%] Built target Kokkos_CoreUnitTest_Develop [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_LogicalSpaces [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 24%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 24%] Built target Kokkos_IncrementalTest_CUDA [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 39%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 24%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o [ 24%] Built target Kokkos_push_finalize_hook_terminate [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 39%] Built target obj.clangFrontendTool [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o [ 39%] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o [ 66%] Linking CXX executable Kokkos_StackTraceTestExec [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 66%] Built target Kokkos_StackTraceTestExec [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o [ 39%] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 24%] 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_Printf.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o [ 39%] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o [ 39%] Built target obj.clangStaticAnalyzerCheckers [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 39%] Building CXX object tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 28%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 28%] Built target Kokkos_CoreUnitTest_CudaGraph [ 28%] Built target Kokkos_CoreUnitTest_TuningBuiltins Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner Scanning dependencies of target Kokkos_CoreUnitTest_LogicalSpaces [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 39%] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 39%] Linking CXX executable ../../../../bin/apinotes-test [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewHooks.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o [ 39%] Built target apinotes-test [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o [ 39%] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DiffConsumer.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 30%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 30%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_LogicalSpaces [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o [ 39%] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DifferenceEngine.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o [ 39%] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o [ 39%] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DiffLog.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 39%] Linking CXX static library ../../../lib/libLLVMDiff.a [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 39%] Built target LLVMDiff [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o [ 39%] Building BitcodeStripOpts.inc... [ 30%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o [ 39%] Built target BitcodeStripOptsTableGen [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o [ 20%] Linking CXX executable Kokkos_ProfilingAllCalls [ 30%] Built target Kokkos_CoreUnitTest_TuningBasics [ 39%] Building CXX object tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o [ 20%] Built target Kokkos_ProfilingAllCalls [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 39%] Linking CXX executable ../../bin/llvm-stress [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o [ 39%] Built target llvm-stress [ 39%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Task.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 39%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o [ 39%] Built target obj.clangDependencyScanning [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 39%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o [ 39%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o [ 39%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 39%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o [ 39%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 39%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o [ 39%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o [ 20%] Linking CXX executable Kokkos_ToolsInitialization [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 20%] Built target Kokkos_ToolsInitialization [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 71%] 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_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o [ 40%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRDiagsEmitter.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 31%] 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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 40%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o [ 40%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o [ 40%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 40%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o /scratch/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.cpp: In member function 'void llvm::MetadataLoader::MetadataLoaderImpl::upgradeCULocals()': /scratch/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.cpp:563:23: warning: unused variable 'S' [-Wunused-variable] 563 | if (auto *S = dyn_cast_or_null(IE->getScope())) { | ^ /scratch/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.cpp:558:19: warning: unused variable 'RawImported' [-Wunused-variable] 558 | if (auto *RawImported = CU->getRawImportedEntities()) { | ^~~~~~~~~~~ [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o [ 40%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o [ 40%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o [ 40%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o [ 40%] Linking CXX static library ../libLLVMAsmParser.a [ 40%] Linking CXX static library ../../libLLVMBitReader.a [ 40%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaHLSL.cpp.o [ 40%] Built target LLVMAsmParser [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 40%] Built target LLVMBitReader [ 40%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o [ 40%] Building CXX object lib/Frontend/HLSL/CMakeFiles/LLVMFrontendHLSL.dir/HLSLResource.cpp.o [ 40%] Building CXX object lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o [ 20%] 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_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 40%] Linking CXX static library ../../libLLVMFrontendHLSL.a [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 40%] Built target LLVMFrontendHLSL [ 40%] Linking CXX static library ../../libLLVMCFGuard.a [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 40%] Building CXX object lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o [ 40%] Built target LLVMCFGuard [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 40%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o [ 40%] Building CXX object lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o [ 40%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o [ 40%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGHLSLRuntime.cpp.o [ 40%] Building CXX object lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64SMEAttributes.cpp.o [ 42%] Linking CXX static library ../../../libLLVMAMDGPUInfo.a [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o [ 42%] Linking CXX static library ../../../libLLVMAArch64Utils.a [ 42%] Built target LLVMAMDGPUInfo [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o [ 42%] Built target LLVMAArch64Utils [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRAsmBackend.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFObjectWriter.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 22%] Linking CXX executable Kokkos_StackTraceTestExec [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFStreamer.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 22%] Built target Kokkos_StackTraceTestExec [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRInstPrinter.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 33%] Built target Kokkos_CoreUnitTest_KokkosP [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCAsmInfo.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCCodeEmitter.cpp.o [ 42%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o "/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable] test.run(1, 55, 9); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCELFStreamer.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Randstruct.cpp.o [ 42%] Built target obj.clangARCMigrate [ 42%] Building CXX object lib/Target/AVR/Disassembler/CMakeFiles/LLVMAVRDisassembler.dir/AVRDisassembler.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCExpr.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCTargetDesc.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o [ 42%] Building CXX object lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRTargetStreamer.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 42%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o [ 42%] Linking CXX static library ../../../libLLVMAVRDisassembler.a [ 42%] Linking CXX static library ../../../libLLVMAVRDesc.a [ 42%] Built target LLVMAVRDisassembler [ 42%] Built target LLVMAVRDesc [ 42%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o [ 42%] Building CXX object lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o "/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable] test.run(1, 4, 4); ^ Remark: individual warnings can be suppressed with "--diag_suppress " Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o [ 42%] Linking CXX static library ../../../libLLVMBPFDisassembler.a [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o [ 42%] Built target LLVMBPFDisassembler [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o [ 42%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 42%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFInstPrinter.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 42%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o [ 42%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o [ 42%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o [ 42%] Linking CXX static library ../../../libLLVMBPFDesc.a [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 42%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o [ 42%] Built target LLVMBPFDesc [ 42%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o [ 34%] Linking CXX executable Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_CoreTestCompileOnly [ 42%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 42%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o [ 42%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o [ 43%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o [ 43%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o [ 43%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 43%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o [ 43%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o [ 43%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 43%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o [ 43%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX static library ../../../libLLVMARMDesc.a [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 43%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o [ 43%] Built target LLVMARMDesc [ 43%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 43%] Linking CXX static library ../../../libLLVMHexagonDesc.a [ 43%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 43%] Built target LLVMHexagonDesc [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiInstPrinter.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 43%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchAsmBackend.cpp.o [ 43%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o [ 43%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 43%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchBaseInfo.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Init.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 43%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o [ 43%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o [ 43%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchELFObjectWriter.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o [ 43%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaRISCVVectorLookup.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 45%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o [ 45%] Linking CXX static library ../../../libLLVMLanaiDesc.a [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchELFStreamer.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 45%] Built target LLVMLanaiDesc [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 45%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o [ 45%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchInstPrinter.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchMCAsmInfo.cpp.o [ 45%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 45%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 45%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchMCCodeEmitter.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 45%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 45%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchMCExpr.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 45%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o [ 81%] Linking CXX executable Kokkos_IncrementalTest_OPENACC [ 45%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchMCTargetDesc.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o [ 45%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 81%] Built target Kokkos_IncrementalTest_OPENACC [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 45%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o [ 45%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchMatInt.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsInstPrinter.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 46%] Building CXX object lib/Target/LoongArch/MCTargetDesc/CMakeFiles/LLVMLoongArchDesc.dir/LoongArchTargetStreamer.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 46%] Linking CXX static library ../../../libLLVMLoongArchDesc.a [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o [ 46%] Built target LLVMLoongArchDesc [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 46%] Building CXX object lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 83%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o [ 83%] Built target Kokkos_CoreUnitTest_CTestDevice [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_Serial1 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o [ 84%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 84%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Linking CXX static library ../../../libLLVMMipsDisassembler.a [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 46%] Built target LLVMMipsDisassembler [ 46%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430AsmBackend.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Building CXX object lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o [ 46%] Linking CXX static library ../../../libLLVMMipsDesc.a [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Built target LLVMMipsDesc Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 46%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFObjectWriter.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFStreamer.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 46%] Linking CXX static library ../../../libLLVMMSP430Disassembler.a [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o [ 46%] Built target LLVMMSP430Disassembler [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCInstPrinter.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o [ 46%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 46%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 46%] Linking CXX static library ../../../libLLVMMSP430Desc.a [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 46%] Built target LLVMMSP430Desc [ 46%] Building CXX object lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o [ 46%] Linking CXX static library ../../../libLLVMNVPTXDesc.a [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o [ 46%] Built target LLVMNVPTXDesc [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 46%] Linking CXX static library ../../../libLLVMPowerPCDisassembler.a Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o [ 46%] Built target LLVMPowerPCDisassembler [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o [ 36%] Built target Kokkos_CoreUnitTest_SYCL2C [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFObjectWriter.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFStreamer.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 46%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFStreamer.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 46%] Built target obj.clangAST [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcInstPrinter.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A [ 36%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 46%] Building CXX object lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o [ 46%] Linking CXX static library ../../../libLLVMPowerPCDesc.a [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 46%] Built target LLVMPowerPCDesc [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 46%] Linking CXX static library ../../../libLLVMSparcDisassembler.a [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o [ 46%] Built target LLVMSparcDisassembler [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZInstPrinter.cpp.o [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEAsmBackend.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 43%] Built target Kokkos_CoreUnitTest_Cuda3 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp "/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable] test.run(1, 55, 9); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 43%] 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_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEELFObjectWriter.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEInstPrinter.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o "/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable] test.run(1, 4, 4); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCObjectFileInfo.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 46%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEMCAsmInfo.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 46%] Linking CXX static library ../../../libLLVMSparcDesc.a [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEMCCodeEmitter.cpp.o [ 46%] Built target LLVMSparcDesc [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 46%] Building CXX object lib/Target/VE/Disassembler/CMakeFiles/LLVMVEDisassembler.dir/VEDisassembler.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCExpr.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEMCExpr.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o [ 46%] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VEMCTargetDesc.cpp.o [ 46%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 46%] Building CXX object lib/Target/VE/MCTargetDesc/CMakeFiles/LLVMVEDesc.dir/VETargetStreamer.cpp.o [ 46%] Linking CXX static library ../../../libLLVMVEDisassembler.a [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o [ 46%] Linking CXX static library ../../../libLLVMRISCVDesc.a [ 46%] Built target LLVMVEDisassembler [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 46%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyAsmBackend.cpp.o [ 46%] Built target LLVMRISCVDesc [ 46%] Linking CXX static library ../../../libLLVMSystemZDesc.a [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o [ 46%] Linking CXX static library ../../../libLLVMVEDesc.a [ 46%] Built target LLVMSystemZDesc [ 46%] Built target LLVMVEDesc [ 46%] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Building CXX object lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreInstPrinter.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o [ 46%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyInstPrinter.cpp.o [ 46%] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 46%] Building CXX object lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o [ 46%] Linking CXX static library ../../../libLLVMX86Disassembler.a [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o [ 46%] Built target LLVMX86Disassembler [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 46%] Building CXX object lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 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_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 46%] Building CXX object lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o [ 46%] Linking CXX static library ../../../../lib/libclangRewrite.a [ 46%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCAsmInfo.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86EncodingOptimization.cpp.o [ 46%] Linking CXX static library ../../../libLLVMXCoreDesc.a [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 46%] Built target clangRewrite [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o [ 46%] Built target LLVMXCoreDesc [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o [ 46%] Building CXX object tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 46%] Building CXX object tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o [ 46%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCCodeEmitter.cpp.o [ 46%] Linking CXX static library ../../../libLLVMXCoreDisassembler.a [ 46%] Built target LLVMXCoreDisassembler [ 90%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 46%] Building StripOpts.inc... [ 46%] Linking CXX executable ../../bin/llvm-bcanalyzer [ 46%] Built target StripOptsTableGen [ 46%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTargetDesc.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 46%] Built target llvm-bcanalyzer [ 46%] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 46%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o [ 91%] Built target Kokkos_IncrementalTest_SERIAL Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 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/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 46%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 46%] Linking CXX executable ../../bin/llvm-dis [ 46%] Built target obj.clangSema [ 46%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o [ 46%] Building CXX object lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o [ 46%] Built target llvm-dis [ 48%] Building CXX object lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o [ 48%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTypeUtilities.cpp.o [ 48%] Linking CXX static library ../libLLVMIRReader.a [ 29%] 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_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 48%] Built target LLVMIRReader [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 48%] Building CXX object lib/Target/AVR/AsmParser/CMakeFiles/LLVMAVRAsmParser.dir/AVRAsmParser.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o [ 48%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyTargetStreamer.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyWasmObjectWriter.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o [ 48%] Linking CXX static library ../../../libLLVMAVRAsmParser.a [ 48%] Built target LLVMAVRAsmParser [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MnemonicTables.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX static library ../../../libLLVMWebAssemblyDesc.a [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o [ 48%] Built target LLVMWebAssemblyDesc [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o [ 48%] Building CXX object lib/Target/BPF/AsmParser/CMakeFiles/LLVMBPFAsmParser.dir/BPFAsmParser.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 48%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o [ 48%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 48%] Linking CXX static library ../../../libLLVMARMAsmParser.a [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 48%] Linking CXX static library ../../../libLLVMBPFAsmParser.a [ 48%] Built target LLVMARMAsmParser [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o [ 48%] Built target LLVMBPFAsmParser [ 48%] Building CXX object lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o [ 48%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o [ 48%] Linking CXX static library ../../../libLLVMARMDisassembler.a [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o [ 48%] Linking CXX static library ../../../libLLVMX86Desc.a [ 48%] Built target LLVMARMDisassembler [ 48%] Building CXX object lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o [ 48%] Built target LLVMX86Desc [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 48%] Building CXX object lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 48%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o [ 48%] Linking CXX static library ../../../libLLVMHexagonAsmParser.a Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 48%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o [ 48%] Built target LLVMHexagonAsmParser [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX static library ../../../libLLVMHexagonDisassembler.a [ 48%] Building CXX object lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o [ 48%] Built target LLVMHexagonDisassembler [ 48%] Building CXX object lib/Target/LoongArch/AsmParser/CMakeFiles/LLVMLoongArchAsmParser.dir/LoongArchAsmParser.cpp.o [ 50%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 50%] Linking CXX static library ../../../libLLVMLanaiAsmParser.a [ 50%] Building CXX object lib/Target/LoongArch/Disassembler/CMakeFiles/LLVMLoongArchDisassembler.dir/LoongArchDisassembler.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 50%] Built target LLVMLanaiAsmParser [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o [ 50%] Linking CXX static library ../../../libLLVMLanaiDisassembler.a [ 50%] Building CXX object lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o [ 50%] Built target LLVMLanaiDisassembler [ 50%] Building CXX object lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o [ 50%] Linking CXX static library ../../../libLLVMLoongArchAsmParser.a [ 50%] Building CXX object lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o [ 50%] Built target LLVMLoongArchAsmParser [ 50%] Linking CXX static library ../../../libLLVMLoongArchDisassembler.a [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o [ 50%] Building CXX object lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o [ 50%] Built target LLVMLoongArchDisassembler [ 50%] Linking CXX static library ../../../libLLVMAArch64Desc.a [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 50%] Building CXX object lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 50%] Linking CXX static library ../../../libLLVMPowerPCAsmParser.a [ 50%] Linking CXX static library ../../../libLLVMMSP430AsmParser.a [ 50%] Built target LLVMAArch64Desc [ 50%] Built target LLVMMSP430AsmParser [ 50%] Built target LLVMPowerPCAsmParser [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o [ 50%] Building CXX object lib/Target/RISCV/MCA/CMakeFiles/LLVMRISCVTargetMCA.dir/RISCVCustomBehaviour.cpp.o [ 50%] Building CXX object lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX static library ../../../libLLVMMipsAsmParser.a [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o [ 50%] Linking CXX static library ../../../libLLVMRISCVDisassembler.a [ 50%] Built target LLVMMipsAsmParser [ 50%] Linking CXX static library ../../../libLLVMRISCVAsmParser.a [ 50%] Building CXX object lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o [ 50%] Built target LLVMRISCVDisassembler [ 50%] Linking CXX static library ../../../libLLVMRISCVTargetMCA.a [ 50%] Building CXX object lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o [ 50%] Built target LLVMRISCVAsmParser [ 50%] Building CXX object lib/Target/VE/AsmParser/CMakeFiles/LLVMVEAsmParser.dir/VEAsmParser.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o [ 50%] Built target LLVMRISCVTargetMCA [ 50%] Building CXX object lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmParser.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o [ 50%] Linking CXX static library ../../../libLLVMSparcAsmParser.a [ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 50%] Built target LLVMSparcAsmParser [ 50%] Linking CXX static library ../../../libLLVMSystemZAsmParser.a [ 50%] Linking CXX static library ../../../libLLVMSystemZDisassembler.a [ 50%] Building CXX object lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.o [ 50%] Built target LLVMSystemZAsmParser [ 31%] Built target Kokkos_IncrementalTest_OPENMP [ 50%] Built target LLVMSystemZDisassembler [ 50%] Building CXX object lib/Target/X86/MCA/CMakeFiles/LLVMX86TargetMCA.dir/X86CustomBehaviour.cpp.o [ 50%] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 50%] Linking CXX static library ../../../libLLVMVEAsmParser.a [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o [ 50%] Built target LLVMVEAsmParser [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o [ 50%] Linking CXX static library ../../../../../lib/libclangToolingCore.a [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o [ 50%] Building CXX object lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmTypeCheck.cpp.o [ 50%] Linking CXX static library ../../../libLLVMWebAssemblyDisassembler.a [ 50%] Built target clangToolingCore [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 50%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o [ 50%] Linking CXX static library ../../../libLLVMX86TargetMCA.a [ 50%] Built target LLVMWebAssemblyDisassembler [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o [ 50%] Built target LLVMX86TargetMCA [ 50%] Building CXX object lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 50%] Linking CXX executable ../../bin/llvm-diff [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AArch64.cpp.o [ 50%] Linking CXX static library ../../../libLLVMWebAssemblyAsmParser.a [ 50%] Built target llvm-diff [ 50%] Built target LLVMWebAssemblyAsmParser [ 40%] Built target Kokkos_CoreUnitTest_Develop [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 50%] Linking CXX static library ../../../libLLVMX86AsmParser.a [ 50%] Linking CXX static library ../../../../../lib/libclangToolingInclusions.a [ 50%] Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o [ 50%] Built target LLVMX86AsmParser [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AMDGPU.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/ARC.cpp.o [ 50%] Built target clangToolingInclusions [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 50%] Linking CXX static library ../../../../lib/libclangFormat.a [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/ARM.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o [ 50%] Built target clangFormat [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/AVR.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 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_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/BuildID.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o [ 41%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 50%] Linking CXX static library ../../../libLLVMAArch64AsmParser.a [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/BPF.cpp.o [ 50%] Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/CSKY.cpp.o [ 50%] Built target LLVMAArch64AsmParser [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_SYCL1B [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 50%] Building CXX object tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 41%] Built target Kokkos_push_finalize_hook_terminate Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Hexagon.cpp.o [ 95%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Lanai.cpp.o [ 50%] Linking CXX static library ../../../libLLVMAArch64Disassembler.a [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/LoongArch.cpp.o [ 95%] Built target Kokkos_CoreUnitTest_Serial1 [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 50%] Built target LLVMAArch64Disassembler [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/M68k.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o [ 50%] Linking CXX executable ../../../../bin/clang-format [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/MSP430.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/DXContainer.cpp.o [ 50%] Built target clang-format [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Mips.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 41%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/GOFFObjectFile.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/NVPTX.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_LogicalSpaces [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/PNaCl.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/PPC.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/RISCV.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/SPIR.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/Sparc.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/SystemZ.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 41%] Linking CXX executable Kokkos_ProfilingAllCalls [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/OffloadBinary.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 41%] Built target Kokkos_ProfilingAllCalls [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_SYCL2A [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/TCE.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/VE.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/WebAssembly.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/X86.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/Targets/XCore.cpp.o [ 50%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 50%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX static library ../libLLVMObject.a [ 50%] Built target LLVMObject [ 50%] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o [ 41%] Linking CXX executable Kokkos_ToolsInitialization [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o [ 50%] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_Serial2 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 41%] Built target Kokkos_ToolsInitialization [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o [ 50%] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o [ 50%] Built target obj.clangCodeGen [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/Archive.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o [ 50%] Linking CXX static library ../libLLVMInterfaceStub.a [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o [ 50%] Built target LLVMInterfaceStub [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o [ 33%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o [ 33%] Built target Kokkos_IncrementalTest_CUDA [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/CommonConfig.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ObjCopy.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypePrinter.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ConfigManager.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObjcopy.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObject.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFReader.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFWriter.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObjcopy.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObject.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObjcopy.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 35%] Built target Kokkos_CoreUnitTest_Cuda3 [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOReader.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOWriter.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOLayoutBuilder.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 50%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObject.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 50%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 50%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObject.cpp.o [ 50%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmReader.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmWriter.cpp.o [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObjcopy.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerEmitter.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFObjcopy.cpp.o [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFReader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o [ 51%] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFWriter.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerYAML.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_SYCL2D [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 51%] Linking CXX static library ../libLLVMObjCopy.a [ 51%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_KokkosP [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o [ 51%] Built target LLVMObjCopy [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/DWARFRecordSectionSplitter.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o [ 51%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o [ 51%] Building CXX object lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 51%] Linking CXX static library ../../libLLVMRuntimeDyld.a [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 51%] Linking CXX static library ../../libLLVMDlltoolDriver.a [ 51%] Building CXX object lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o [ 51%] Built target LLVMRuntimeDyld [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o [ 51%] Built target LLVMDlltoolDriver [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 51%] Building CXX object tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o [ 43%] Linking CXX executable Kokkos_StackTraceTestExec [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o [ 51%] Linking CXX static library ../../libLLVMLibDriver.a [ 51%] Built target LLVMLibDriver [ 51%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o [ 51%] Linking CXX executable ../../bin/llvm-cvtres [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o [ 43%] Built target Kokkos_StackTraceTestExec [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 51%] Built target llvm-cvtres [ 51%] Linking CXX static library ../../libLLVMDebugInfoDWARF.a [ 51%] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ObjcopyOptions.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o [ 51%] Built target LLVMDebugInfoDWARF [ 57%] 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_SubView_c06.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o [ 51%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o [ 51%] Linking CXX executable ../../bin/llvm-cxxdump [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o [ 51%] Built target llvm-cxxdump [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o [ 51%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 51%] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o [ 51%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o [ 51%] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy-driver.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o [ 51%] Linking CXX executable ../../bin/llvm-objcopy [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 51%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o [ 51%] Built target llvm-objcopy [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o [ 51%] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadEmitter.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o [ 51%] Linking CXX static library ../libLLVMXRay.a [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/FormatUtil.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 51%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o [ 51%] Built target LLVMXRay [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o [ 51%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadYAML.cpp.o [ 51%] Building CXX object tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o [ 51%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o [ 51%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o [ 51%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o [ 53%] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc-driver.cpp.o [ 53%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o [ 53%] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size-driver.cpp.o [ 53%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o [ 53%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o [ 53%] Linking CXX executable ../../bin/llvm-strings [ 53%] Linking CXX executable ../../bin/llvm-rc [ 53%] Linking CXX executable ../../bin/llvm-size [ 53%] Built target llvm-strings [ 53%] Building CXX object tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o [ 53%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o [ 53%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o [ 53%] Built target llvm-size [ 53%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o [ 53%] Built target llvm-rc [ 53%] Building CXX object tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o [ 53%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o [ 53%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o [ 53%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o [ 53%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InputFile.cpp.o [ 53%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_aarch64.cpp.o [ 54%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_aarch32.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/LinePrinter.cpp.o [ 54%] Linking CXX executable ../../bin/llvm-tapi-diff [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 59%] 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_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o [ 54%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o [ 54%] Built target llvm-tapi-diff [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o [ 54%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_i386.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o [ 54%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o [ 54%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_loongarch.cpp.o [ 54%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o [ 54%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 54%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj-driver.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ExtractRanges.cpp.o [ 54%] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o [ 54%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o [ 54%] Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o [ 54%] Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o [ 56%] Linking CXX static library ../libLLVMObjectYAML.a [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o [ 56%] Built target LLVMObjectYAML [ 56%] Generating ../../bin/llvm-install-name-tool [ 56%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_ppc64.cpp.o [ 56%] Generating ../../bin/llvm-bitcode-strip [ 56%] Built target llvm-install-name-tool [ 56%] Built target llvm-bitcode-strip [ 56%] Generating ../../bin/llvm-strip [ 56%] Built target llvm-strip [ 56%] Generating ../../bin/llvm-windres [ 56%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 56%] Linking CXX static library ../../libLLVMDebugInfoGSYM.a [ 56%] Built target llvm-windres [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o [ 56%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o [ 56%] Built target LLVMDebugInfoGSYM [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o [ 56%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 56%] Linking CXX static library ../libLLVMDWP.a [ 57%] Linking CXX executable ../../bin/yaml2obj [ 57%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o [ 57%] Built target LLVMDWP [ 57%] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o [ 57%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o [ 57%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o [ 57%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 57%] Built target yaml2obj [ 57%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o [ 57%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o [ 57%] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 57%] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs-driver.cpp.o [ 57%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dxcontainer2yaml.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o [ 59%] Linking CXX executable ../../bin/llvm-ifs [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/offload2yaml.cpp.o [ 59%] Built target llvm-ifs [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3 [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o [ 59%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFDirectiveParser.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFLinkGraphBuilder.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF_x86_64.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/aarch32.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o /scratch/llvm-project/llvm/lib/ExecutionEngine/JITLink/aarch32.cpp: In function 'bool llvm::jitlink::aarch32::writeRegister(llvm::jitlink::aarch32::WritableThumbRelocation&, llvm::jitlink::aarch32::HalfWords)': /scratch/llvm-project/llvm/lib/ExecutionEngine/JITLink/aarch32.cpp:182:1: warning: no return statement in function returning non-void [-Wreturn-type] 182 | } | ^ [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o [ 59%] Linking CXX executable ../../bin/llvm-readobj [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/aarch64.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/i386.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/loongarch.cpp.o [ 59%] Built target llvm-readobj [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o [ 59%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ppc64.cpp.o [ 59%] Generating ../../bin/llvm-readelf [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o [ 59%] Built target llvm-readelf [ 59%] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o [ 59%] Linking CXX executable ../../bin/obj2yaml [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 59%] Linking CXX static library ../../libLLVMDebugInfoPDB.a [ 99%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 59%] Built target LLVMDebugInfoPDB [ 59%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o [ 59%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Markup.cpp.o [ 59%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/MarkupFilter.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVCompare.cpp.o [ 59%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o [ 59%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o [ 59%] Linking CXX static library ../../libLLVMJITLink.a [ 59%] Built target LLVMJITLink [ 59%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 99%] Built target Kokkos_CoreUnitTest_Serial2 [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVElement.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVLine.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVLocation.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 59%] Built target obj2yaml [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVObject.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVOptions.cpp.o [ 59%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVRange.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX static library ../../libLLVMSymbolize.a [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVReader.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVScope.cpp.o [ 59%] Built target LLVMSymbolize [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSort.cpp.o [ 59%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSupport.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSymbol.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVType.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/LVReaderHandler.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVBinaryReader.cpp.o [ 48%] Linking CXX executable Kokkos_IncrementalTest_SYCL [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVCodeViewReader.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVCodeViewVisitor.cpp.o [ 60%] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVELFReader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 44%] Built target Kokkos_CoreUnitTest_Default [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.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_Half_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfCorrelator.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ItaniumManglingCanonicalizer.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 60%] Linking CXX static library ../../libLLVMDebugInfoLogicalView.a [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 48%] Built target Kokkos_IncrementalTest_SYCL [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o [ 60%] Built target LLVMDebugInfoLogicalView [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o [ 60%] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/BuildIDFetcher.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/MemProf.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o [ 60%] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/Debuginfod.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o [ 60%] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPClient.cpp.o [ 48%] Built target Kokkos_CoreUnitTest_SYCL3 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/RawMemProfReader.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o [ 60%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 60%] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPServer.cpp.o [ 60%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SymbolRemappingReader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CTestDevice [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX static library ../libLLVMDebuginfod.a [ 60%] Building CXX object tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o [ 60%] Linking CXX executable ../../bin/llvm-pdbutil [ 60%] Built target LLVMDebuginfod [ 60%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o [ 60%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o [ 60%] Building CXX object tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o [ 60%] Built target llvm-pdbutil [ 62%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o [ 62%] Building CXX object tools/llvm-debuginfod/CMakeFiles/llvm-debuginfod.dir/llvm-debuginfod.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 62%] Building CXX object tools/llvm-debuginfod-find/CMakeFiles/llvm-debuginfod-find.dir/llvm-debuginfod-find.cpp.o [ 62%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o [ 62%] Linking CXX static library ../libLLVMProfileData.a [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 62%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o [ 62%] Linking CXX executable ../../bin/llvm-debuginfod [ 62%] Built target LLVMProfileData [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 49%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 62%] Linking CXX executable ../../bin/sanstats [ 62%] Building CXX object tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o [ 62%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable ../../bin/llvm-debuginfod-find [ 63%] Linking CXX static library ../../../lib/libLLVMCFIVerify.a [ 63%] Built target LLVMCFIVerify [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 63%] Built target llvm-debuginfod-find [ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o [ 63%] Built target sanstats [ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o [ 63%] Built target llvm-debuginfod [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o [ 63%] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o [ 63%] Linking CXX executable ../../bin/llvm-symbolizer [ 50%] Built target Kokkos_IncrementalTest_SERIAL [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o [ 63%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o [ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o [ 63%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o [ 63%] Built target llvm-symbolizer [ 63%] Linking CXX static library ../../../../lib/libclangDriver.a [ 63%] Generating ../../bin/llvm-addr2line [ 63%] Building CXX object tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o [ 63%] Built target llvm-addr2line [ 63%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target clangDriver [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 63%] Linking CXX executable ../../bin/llvm-cxxmap [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 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 [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 63%] Built target llvm-cxxmap [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o [ 63%] Linking CXX executable ../../../../bin/clang-offload-bundler [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 63%] Linking CXX executable ../../bin/llvm-xray [ 63%] Linking CXX static library ../../libLLVMCoverage.a [ 63%] Built target clang-offload-bundler [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o [ 63%] Built target LLVMCoverage [ 63%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o [ 63%] Built target llvm-xray [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 63%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 63%] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata-driver.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGSCCPrinter.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 63%] Linking CXX executable ../../bin/llvm-profdata [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o [ 63%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 63%] Built target llvm-profdata [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CycleAnalysis.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o [ 63%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 52%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 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 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineOrder.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InteractiveModelRunner.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o [ 65%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Local.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o [ 65%] Linking CXX executable ../../bin/llvm-cov [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 64%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o [ 65%] Built target llvm-cov [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o [ 64%] Built target Kokkos_CoreUnitTest_Cuda2 [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 66%] Built target Kokkos_PerformanceTest_TaskDag [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryProfileInfo.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModelUnderTrainingRunner.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/NoInferenceModelRunner.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFLiteUtils.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TensorSpec.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 68%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TrainingLogger.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 68%] Built target Kokkos_Benchmark_Atomic_MinMax [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 65%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/UniformityAnalysis.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 69%] Built target Kokkos_PerformanceTest_SharedSpace [ 66%] Linking CXX static library ../libLLVMAnalysis.a [ 66%] Built target LLVMAnalysis [ 66%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o [ 66%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o [ 66%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o [ 66%] Building CXX object tools/llvm-tli-checker/CMakeFiles/llvm-tli-checker.dir/llvm-tli-checker.cpp.o [ 66%] Building CXX object lib/IRPrinter/CMakeFiles/LLVMIRPrinter.dir/IRPrintingPasses.cpp.o [ 66%] Building CXX object tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 66%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o [ 66%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o [ 66%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 66%] Linking CXX static library ../libLLVMIRPrinter.a [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 66%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o [ 66%] Linking CXX executable ../../bin/llvm-sim [ 66%] Built target LLVMIRPrinter [ 69%] Built target Kokkos_CoreUnitTest_Serial1 [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 66%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 66%] Linking CXX executable ../../bin/llvm-tli-checker [ 66%] Built target llvm-sim [ 66%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUMemoryUtils.cpp.o [ 66%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 66%] Built target llvm-tli-checker [ 66%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUPALMetadata.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC [100%] Built target Kokkos_CoreUnitTest_OpenACC + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o 1: [==========] Running 212 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (379 ms) 1: [ RUN ] serial_DeathTest.abort_from_device [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o [ 66%] Linking CXX static library ../libLLVMTarget.a [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o [ 66%] Built target LLVMTarget [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o 1: [ OK ] serial_DeathTest.abort_from_device (351 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o [ 66%] Linking CXX static library ../../libLLVMBitWriter.a [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 66%] Built target LLVMBitWriter 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (349 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 66%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (348 ms) 1: [----------] 4 tests from serial_DeathTest (1429 ms total) 1: 1: [----------] 208 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (1 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (1 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (1 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (1 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (1 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (55 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (26 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (3 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (46 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 66%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX static library ../../../libLLVMAMDGPUUtils.a [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 66%] Built target LLVMAMDGPUUtils [ 66%] Building CXX object tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2939 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o [ 66%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2811 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1043 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 66%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o [ 66%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o [ 66%] Linking CXX executable ../../bin/llvm-as [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1106 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (46 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (175 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (1 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (8 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (128 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (10 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeLayout.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 66%] Linking CXX static library ../libLLVMExecutionEngine.a [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o [ 66%] Built target LLVMExecutionEngine [ 66%] Building CXX object tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o [ 70%] Built target Kokkos_PerformanceTest_Mempool [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o /scratch/llvm-project/llvm/lib/Transforms/Utils/CodeLayout.cpp:435:10: warning: 'uint64_t {anonymous}::NodeT::inCount() const' defined but not used [-Wunused-function] 435 | uint64_t NodeT::inCount() const { | ^~~~~ /scratch/llvm-project/llvm/lib/Transforms/Utils/CodeLayout.cpp:427:10: warning: 'uint64_t {anonymous}::NodeT::outCount() const' defined but not used [-Wunused-function] 427 | uint64_t NodeT::outCount() const { | ^~~~~ [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CountVisits.cpp.o [ 66%] Built target llvm-as 1: [ OK ] serial.mdrange_large_deep_copy (2056 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 66%] Building CXX object tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3209 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (1 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (11 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (5 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (20 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (20 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (0 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (0 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (299 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (306 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o [ 66%] Linking CXX executable ../../bin/llvm-cat [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp 1: [ OK ] serial.int64_t_reduce_dynamic (986 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable ../../bin/llvm-modextract [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o 1: [ OK ] serial.double_reduce_dynamic (1064 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (291 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (1 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (19 ms) 1: [ RUN ] serial.reduce_device_view_team_policy [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o [ 66%] Built target llvm-modextract [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 66%] Built target llvm-cat [ 66%] Building CXX object lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 1: [ OK ] serial.reduce_device_view_team_policy (2908 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (5 ms) 1: [ RUN ] serial.task_fib_deprecated 1: [ OK ] serial.task_fib_deprecated (220 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (7 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o 1: [ OK ] serial.task_fib_deprecated_multiple (220 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (6 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o 1: [ OK ] serial.task_fib_single (169 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (5 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple 1: [ OK ] serial.task_fib_multiple (172 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (5 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o 1: [ OK ] serial.task_fib_chase_lev (189 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (6 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 208 tests from serial (20653 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 212 tests from 2 test suites ran. (22083 ms total) 1: [ PASSED ] 211 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/20 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 22.84 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 72%] Built target Kokkos_PerformanceTest_Atomic 2: [==========] Running 122 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX static library ../../libLLVMMCJIT.a [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o [ 66%] Built target LLVMMCJIT [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o [ 66%] Linking CXX executable ../../bin/verify-uselistorder [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 66%] Built target verify-uselistorder [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUInstPrinter.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerAtomic.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerGlobalDtors.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerIFunc.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryTaggingSupport.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (20337 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MisExpect.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 66%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MoveAutoInit.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o [ 67%] Built target Kokkos_PerformanceTest_TaskDag [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 67%] Built target Kokkos_PerformanceTest_SharedSpace [ 67%] 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_b7.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o [ 66%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileInference.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 72%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (16991 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o [ 68%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 68%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o [ 68%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 68%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600InstPrinter.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 68%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 68%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCTargetDesc.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 68%] Linking CXX static library ../../libLLVMTransformUtils.a [ 68%] Built target LLVMTransformUtils [ 68%] Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o [ 68%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o [ 68%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o [ 68%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o [ 68%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o [ 68%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o [ 69%] Building CXX object tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 68%] Built target Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o [ 69%] Linking CXX executable ../../bin/llvm-split [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (17624 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2468 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 69%] Linking CXX static library ../../../libLLVMAMDGPUDesc.a [ 69%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o [ 69%] Built target llvm-split [ 69%] Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o [ 69%] Built target LLVMAMDGPUDesc [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2448 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (59870 ms total) 2: 2: [----------] 115 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (523 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (13 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (7 ms) 2: [ RUN ] serial.triple_nested_parallelism [ 69%] Linking CXX static library ../libLLVMLinker.a [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o [ 69%] Built target LLVMLinker 2: [ OK ] serial.triple_nested_parallelism (624 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (87 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (176 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (135 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (115 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 69%] Building CXX object lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 69%] Linking CXX static library ../../libLLVMAggressiveInstCombine.a [ 74%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o [ 69%] Built target LLVMAggressiveInstCombine [ 74%] Built target Kokkos_ContainersTestCompileOnly [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o [ 69%] Building CXX object lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 2: [ OK ] serial.repeated_team_reduce (7193 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (142 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (76 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (3 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (77 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (2 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (22 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (21 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (6 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (1 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (1 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (893 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (7 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (76 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (72 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o 2: [ OK ] serial.view_mapping (58 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (3 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (15 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (59 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (289 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (289 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (289 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 115 tests from serial (11426 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 122 tests from 2 test suites ran. (71296 ms total) 2: [ PASSED ] 119 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 2/20 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 72.05 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/20 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.74 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenACC 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC 4: Test timeout computed to be: 1500 [ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 4: [==========] Running 142 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 11 tests from openacc_DeathTest 4: [ RUN ] openacc_DeathTest.abort_from_host 4: [ OK ] openacc_DeathTest.abort_from_host (952 ms) 4: [ RUN ] openacc_DeathTest.abort_from_device 4: [ OK ] openacc_DeathTest.abort_from_device (8 ms) 4: [ RUN ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (911 ms) 4: [ RUN ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o 4: [ OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (912 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_dyn [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 69%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 69%] Linking CXX static library ../../../libLLVMAMDGPUAsmParser.a [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o [ 69%] Built target LLVMAMDGPUAsmParser [ 69%] Building CXX object lib/Target/AMDGPU/MCA/CMakeFiles/LLVMAMDGPUTargetMCA.dir/AMDGPUCustomBehaviour.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 69%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanRecipes.cpp.o [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o [ 69%] Built target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o [ 69%] Linking CXX static library ../../../libLLVMAMDGPUTargetMCA.a [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 69%] Built target LLVMAMDGPUTargetMCA [ 69%] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o [ 69%] Linking CXX static library ../../libLLVMObjCARCOpts.a [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 69%] Built target Kokkos_Benchmark_Atomic_MinMax [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o [ 69%] Built target LLVMObjCARCOpts [ 69%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o [ 69%] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar-driver.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o [ 69%] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o [ 69%] Linking CXX executable ../../bin/llvm-ar [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BlockCoverageInference.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o [ 69%] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o [ 69%] Linking CXX static library ../../libLLVMVectorize.a [ 69%] Built target LLVMVectorize [ 69%] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 69%] Built target llvm-ar [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o [ 69%] Generating ../../bin/llvm-ranlib [ 69%] Built target llvm-ranlib [ 69%] Generating ../../bin/llvm-lib [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o [ 69%] Linking CXX executable ../../bin/llvm-dwarfdump [ 69%] Built target llvm-lib [ 69%] Generating ../../bin/llvm-dlltool [ 69%] Built target llvm-dlltool [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o [ 69%] Built target llvm-dwarfdump [ 69%] Copying llvm-locstats into /scratch/llvm-project/build/./bin [ 69%] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm-driver.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 69%] Built target llvm-locstats [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o [ 69%] Linking CXX executable ../../bin/llvm-nm [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/KCFI.cpp.o [ 69%] Built target llvm-nm [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_dyn (51971 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_stat [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerBinaryMetadata.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o [ 69%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 70%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 69%] Linking CXX static library ../../libLLVMInstCombine.a [ 69%] Built target LLVMInstCombine [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o [ 69%] Linking CXX static library ../../libLLVMInstrumentation.a [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o [ 69%] Built target LLVMInstrumentation [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o [ 69%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o [ 70%] Built target Kokkos_ContainersUnitTest_Serial [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o /scratch/llvm-project/llvm/lib/Transforms/Scalar/EarlyCSE.cpp: In member function 'bool {anonymous}::EarlyCSE::processNode(llvm::DomTreeNode*)': /scratch/llvm-project/llvm/lib/Transforms/Scalar/EarlyCSE.cpp:1427:17: warning: unused variable 'CI' [-Wunused-variable] 1427 | if (auto *CI = dyn_cast(&Inst)) { | ^~ [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 71%] Linking CXX static library ../../../libLLVMAMDGPUDisassembler.a [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o [ 71%] Built target LLVMAMDGPUDisassembler [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 71%] Building CXX object tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o [ 71%] Building CXX object tools/llvm-debuginfo-analyzer/CMakeFiles/llvm-debuginfo-analyzer.dir/llvm-debuginfo-analyzer.cpp.o [ 71%] Linking CXX executable ../../bin/llvm-cfi-verify [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o [ 71%] Building CXX object tools/llvm-debuginfo-analyzer/CMakeFiles/llvm-debuginfo-analyzer.dir/Options.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 71%] Built target llvm-cfi-verify [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o [ 71%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o [ 71%] Linking CXX executable ../../bin/llvm-debuginfo-analyzer [ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_stat (52565 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_mix [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 71%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o [ 71%] Built target llvm-debuginfo-analyzer [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o [ 71%] Building CXX object tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o [ 71%] Linking CXX executable ../../bin/llvm-mc [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o [ 71%] Building CXX object tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 71%] Built target llvm-mc [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o [ 71%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 71%] Linking CXX executable ../../bin/llvm-ml [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomicPass.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o [ 73%] Built target Kokkos_ContainersTestCompileOnly [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o [ 71%] Built target llvm-ml [ 71%] Building CXX object tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o [ 71%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_StaticCrsGraph.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o [ 71%] Linking CXX executable ../../bin/llvm-rtdyld [ 71%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o [ 71%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o [ 72%] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o [ 72%] Built target llvm-rtdyld [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 72%] Building CXX object tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o [ 72%] Linking CXX executable ../../bin/llvm-mca [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Built target llvm-mca [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o [ 72%] Linking CXX executable ../../bin/sancov [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/OffloadDump.cpp.o In file included from /scratch/llvm-project/llvm/lib/Transforms/Scalar/SROA.cpp:25: /scratch/llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:96:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 96 | class SROAPass : public PassInfoMixin { | ^~~~~~~~ [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o [ 72%] Built target sancov [ 72%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_mix (49250 ms) 4: [ RUN ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment /scratch/llvm-project/llvm/lib/Transforms/Scalar/Scalarizer.cpp: In member function 'bool {anonymous}::ScalarizerVisitor::splitCall(llvm::CallInst&)': /scratch/llvm-project/llvm/lib/Transforms/Scalar/Scalarizer.cpp:733:15: warning: unused variable 'OpVecTy' [-Wunused-variable] 733 | if (auto *OpVecTy = dyn_cast(OpI->getType())) { | ^~~~~~~ [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o 4: [ OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7555 ms) 4: [ RUN ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o [ 72%] Linking CXX executable ../../bin/llvm-objdump [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TLSVariableHoist.cpp.o [ 72%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o [ 72%] Built target llvm-objdump Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-6770 [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 [ 72%] Generating ../../bin/llvm-otool [ 72%] Built target llvm-otool Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6770 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 4: [ OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (6602 ms) 4: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_host [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6770/head:refs/remotes/origin/PR-6770 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 72%] Linking CXX static library ../../libLLVMScalarOpts.a [ 72%] Built target LLVMScalarOpts [ 72%] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o [ 72%] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o [ 72%] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o [ 72%] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o [ 72%] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o [ 72%] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o [ 72%] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 29c76fc903e37e244a4437bb57064711dc4cfeb1 --build-arg BASE=nvidia/cuda:11.0.3-devel-ubuntu18.04 --build-arg ADDITIONAL_PACKAGES=g++-8 gfortran clang --build-arg CMAKE_VERSION=3.17.3 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 23.04kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE ---> a557740b9093 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> c12157e4b584 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> c1880f2ef68a Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 620fbb3100fe Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 85c39d8e1c42 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> f50f2681dd43 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> e062f6128723 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 ---> 78518966b0b2 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> a8b70210cbde Successfully built a8b70210cbde Successfully tagged 29c76fc903e37e244a4437bb57064711dc4cfeb1:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 29c76fc903e37e244a4437bb57064711dc4cfeb1 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle03 seems to be running inside container 2673d13efa526b3ee17c7ef24ac09e4ab068b5f54e784ea4c716a2bdcc806e4d $ 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-6770 --volumes-from 2673d13efa526b3ee17c7ef24ac09e4ab068b5f54e784ea4c716a2bdcc806e4d -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 29c76fc903e37e244a4437bb57064711dc4cfeb1 cat [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AssignmentTrackingAnalysis.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ViewCtorPropEmbeddedDim.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 72%] Linking CXX static library ../libLLVMFuzzMutate.a [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o $ docker top 1b9966a141ce20ef95256c2ce6ed0d7008751fdbdf2c2340acfbd2e78446043a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics cleared [Pipeline] sh + rm -rf install + mkdir -p install + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_OPENMP=OFF -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=OFF -DKokkos_ENABLE_CUDA_UVM=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_DEPRECATED_CODE_3=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_IMPL_MDSPAN=ON -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-6770/build/../install .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/g++-8 -- Check for working CXX compiler: /usr/bin/g++-8 - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.0.221 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-6770/bin/kokkos_launch_compiler) is enabled... [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt CMake Deprecation Warning at cmake/kokkos_enable_options.cmake:180 (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:202 (INCLUDE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) -- Using -std=c++17 for C++17 standard as feature -- SIMD: AVX2 detected -- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler [ 72%] Built target LLVMFuzzMutate [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSectionsProfileReader.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallBrPrepare.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc [ 74%] Built target Kokkos_CoreUnitTest_SYCL1A [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o -- The CUDA compiler identification is NVIDIA 11.0.221 -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIFixup.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works -- Detecting CUDA compiler ABI info [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o -- Detecting CUDA compiler ABI info - done -- Detecting CUDA compile features -- Detecting CUDA compile features - done [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenCommonISel.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 72%] Linking CXX static library ../../libLLVMFrontendOpenMP.a [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o 4: [ OK ] openacc_DeathTest.view_memory_access_violations_from_host (19830 ms) 4: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:186: Skipped 4: skipping because OpenACC backend is currently not able to abort from the device 4: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 11 tests from openacc_DeathTest (190561 ms total) 4: 4: [----------] 131 tests from openacc 4: [ RUN ] openacc.array_capacity 4: [ OK ] openacc.array_capacity (0 ms) 4: [ RUN ] openacc.array_element_access 4: [ OK ] openacc.array_element_access (0 ms) 4: [ RUN ] openacc.array_zero_capacity 4: [ OK ] openacc.array_zero_capacity (0 ms) 4: [ RUN ] openacc.array_zero_data_nullptr 4: [ OK ] openacc.array_zero_data_nullptr (0 ms) 4: [ RUN ] openacc.array_contiguous_capacity 4: [ OK ] openacc.array_contiguous_capacity (0 ms) 4: [ RUN ] openacc.array_contiguous_element_access 4: [ OK ] openacc.array_contiguous_element_access (0 ms) 4: [ RUN ] openacc.array_contiguous_assignment 4: [ OK ] openacc.array_contiguous_assignment (0 ms) 4: [ RUN ] openacc.array_strided_capacity 4: [ OK ] openacc.array_strided_capacity (0 ms) 4: [ RUN ] openacc.array_strided_element_access 4: [ OK ] openacc.array_strided_element_access (0 ms) 4: [ RUN ] openacc.array_strided_assignment 4: [ OK ] openacc.array_strided_assignment (0 ms) 4: [ RUN ] openacc.bit_manip_countl_zero 4: [ OK ] openacc.bit_manip_countl_zero (32 ms) 4: [ RUN ] openacc.bit_manip_countl_one 4: [ OK ] openacc.bit_manip_countl_one (0 ms) 4: [ RUN ] openacc.bit_manip_countr_zero 4: [ OK ] openacc.bit_manip_countr_zero (0 ms) 4: [ RUN ] openacc.bit_manip_countr_one 4: [ OK ] openacc.bit_manip_countr_one (0 ms) 4: [ RUN ] openacc.bit_manip_popcount 4: [ OK ] openacc.bit_manip_popcount (0 ms) 4: [ RUN ] openacc.bit_manip_has_single_bit 4: [ OK ] openacc.bit_manip_has_single_bit (0 ms) 4: [ RUN ] openacc.bit_manip_bit_floor 4: [ OK ] openacc.bit_manip_bit_floor (0 ms) 4: [ RUN ] openacc.bit_manip_bit_ceil 4: [ OK ] openacc.bit_manip_bit_ceil (0 ms) 4: [ RUN ] openacc.bit_manip_bit_width 4: [ OK ] openacc.bit_manip_bit_width (0 ms) 4: [ RUN ] openacc.bit_manip_rotl 4: [ OK ] openacc.bit_manip_rotl (0 ms) 4: [ RUN ] openacc.bit_manip_rotr 4: [ OK ] openacc.bit_manip_rotr (0 ms) 4: [ RUN ] openacc.bit_manip_byeswap 4: [ OK ] openacc.bit_manip_byeswap (0 ms) 4: [ RUN ] openacc.bit_manip_bit_cast 4: [ OK ] openacc.bit_manip_bit_cast (0 ms) 4: [ RUN ] openacc.checked_integer_operations_multiply_overflow 4: [ OK ] openacc.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] openacc.execution_policy_occupancy_and_hint 4: [ OK ] openacc.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] openacc.complex_construction 4: [ OK ] openacc.complex_construction (2 ms) 4: [ RUN ] openacc.complex_basic_math 4: [ OK ] openacc.complex_basic_math (0 ms) 4: [ RUN ] openacc.complex_special_funtions 4: [ OK ] openacc.complex_special_funtions (0 ms) 4: [ RUN ] openacc.complex_io 4: [ OK ] openacc.complex_io (0 ms) 4: [ RUN ] openacc.complex_trivially_copyable 4: [ OK ] openacc.complex_trivially_copyable (0 ms) 4: [ RUN ] openacc.complex_issue_3865 4: [ OK ] openacc.complex_issue_3865 (0 ms) 4: [ RUN ] openacc.complex_operations_arithmetic_types_overloads 4: [ OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] openacc.partitioning_by_args 4: [ OK ] openacc.partitioning_by_args (2 ms) 4: [ RUN ] openacc.partitioning_by_vector 4: [ OK ] openacc.partitioning_by_vector (0 ms) 4: [ RUN ] openacc.execution_space_as_class_data_member 4: [ OK ] openacc.execution_space_as_class_data_member (1 ms) 4: [ RUN ] openacc.functor_analysis 4: [ OK ] openacc.functor_analysis (0 ms) 4: [ RUN ] openacc.init 4: [ OK ] openacc.init (0 ms) 4: [ RUN ] openacc.dispatch 4: [ OK ] openacc.dispatch (309 ms) 4: [ RUN ] openacc.mathematical_constants_e 4: [ OK ] openacc.mathematical_constants_e (17 ms) 4: [ RUN ] openacc.mathematical_constants_log2e 4: [ OK ] openacc.mathematical_constants_log2e (0 ms) 4: [ RUN ] openacc.mathematical_constants_log10e 4: [ OK ] openacc.mathematical_constants_log10e (0 ms) 4: [ RUN ] openacc.mathematical_constants_pi 4: [ OK ] openacc.mathematical_constants_pi (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_pi 4: [ OK ] openacc.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_sqrtpi 4: [ OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] openacc.mathematical_constants_ln2 4: [ OK ] openacc.mathematical_constants_ln2 (0 ms) 4: [ RUN ] openacc.mathematical_constants_ln10 4: [ OK ] openacc.mathematical_constants_ln10 (0 ms) 4: [ RUN ] openacc.mathematical_constants_sqrt2 4: [ OK ] openacc.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] openacc.mathematical_constants_sqrt3 4: [ OK ] openacc.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_sqrt3 4: [ OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] openacc.mathematical_constants_egamma 4: [ OK ] openacc.mathematical_constants_egamma (0 ms) 4: [ RUN ] openacc.mathematical_constants_phi 4: [ OK ] openacc.mathematical_constants_phi (0 ms) 4: [ RUN ] openacc.mathspecialfunc_expint1 4: [ OK ] openacc.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] openacc.mathspecialfunc_errorfunc 4: [ OK ] openacc.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselj0y0 4: [ OK ] openacc.mathspecialfunc_cbesselj0y0 (69 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselj1y1 4: [ OK ] openacc.mathspecialfunc_cbesselj1y1 (68 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesseli0k0 4: [ OK ] openacc.mathspecialfunc_cbesseli0k0 (2 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesseli1k1 4: [ OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselh1stkind 4: [ OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselh2ndkind 4: [ OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] openacc.mdrange_5d 4: [ OK ] openacc.mdrange_5d (148 ms) 4: [ RUN ] openacc.mdrange_6d 4: [ OK ] openacc.mdrange_6d (515 ms) 4: [ RUN ] openacc.mdrange_3d 4: [ OK ] openacc.mdrange_3d (52 ms) 4: [ RUN ] openacc.mdrange_neg_idx 4: [ OK ] openacc.mdrange_neg_idx (248 ms) 4: [ RUN ] openacc.mdrange_4d 4: [ OK ] openacc.mdrange_4d (56 ms) 4: [ RUN ] openacc.mdrange_large_deep_copy 4: [ OK ] openacc.mdrange_large_deep_copy (28 ms) 4: [ RUN ] openacc.md_range_policy_construction_from_arrays 4: [ OK ] openacc.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] openacc.mdrange_parallel_reduce_primitive_types [ 72%] Built target LLVMFrontendOpenMP -- Detected CUDA Compute Capability 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: CMake Deprecation Warning at cmake/kokkos_arch.cmake:1067 (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:204 (INCLUDE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- Looking for C++ include pthread.h [ 72%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ComplexDeinterleavingPass.cpp.o -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6770/core/src/../../tpls/mdspan/include -- Kokkos Devices: CUDA;SERIAL, Kokkos Backends: CUDA;SERIAL -- Configuring done [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 install Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 3%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 6%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 10%] Linking CXX static library libkokkossimd.a [ 10%] Built target kokkossimd Scanning dependencies of target kokkoscore [ 13%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 20%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 20%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 23%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 30%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 30%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 33%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 36%] Linking CXX static library libimpl_git_version.a [ 36%] Built target impl_git_version [ 40%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o 4: [ OK ] openacc.mdrange_parallel_reduce_primitive_types (4675 ms) 4: [ RUN ] openacc.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] openacc.mdspan_minimal_functional (0 ms) 4: [ RUN ] openacc.max 4: [ OK ] openacc.max (0 ms) 4: [ RUN ] openacc.max_within_parfor 4: [ OK ] openacc.max_within_parfor (2 ms) 4: [ RUN ] openacc.min 4: [ OK ] openacc.min (0 ms) 4: [ RUN ] openacc.min_within_parfor 4: [ OK ] openacc.min_within_parfor (0 ms) 4: [ RUN ] openacc.minmax 4: [ OK ] openacc.minmax (0 ms) 4: [ RUN ] openacc.minmax_within_parfor 4: [ OK ] openacc.minmax_within_parfor (0 ms) 4: [ RUN ] openacc.clamp 4: [ OK ] openacc.clamp (0 ms) 4: [ RUN ] openacc.clamp_within_parfor 4: [ OK ] openacc.clamp_within_parfor (0 ms) 4: [ RUN ] openacc.parallel_scan_range_policy 4: [ OK ] openacc.parallel_scan_range_policy (118 ms) 4: [ RUN ] openacc.kokkos_printf 4: [ OK ] openacc.kokkos_printf (2 ms) 4: [ RUN ] openacc.range_policy_runtime_parameters 4: [ OK ] openacc.range_policy_runtime_parameters (0 ms) 4: [ RUN ] openacc.reducers_double 4: [ OK ] openacc.reducers_double (8 ms) 4: [ RUN ] openacc.reducers_bool 4: [ OK ] openacc.reducers_bool (6 ms) 4: [ RUN ] openacc.impl_shared_alloc 4: [ OK ] openacc.impl_shared_alloc (49 ms) 4: [ RUN ] openacc.team_policy_runtime_parameters 4: [ OK ] openacc.team_policy_runtime_parameters (0 ms) 4: [ RUN ] openacc.view_api_a 4: [ OK ] openacc.view_api_a (10 ms) 4: [ RUN ] openacc.view_api_b 4: [ OK ] openacc.view_api_b (11 ms) 4: [ RUN ] openacc.view_api_c 4: [ OK ] openacc.view_api_c (4 ms) 4: [ RUN ] openacc.view_api_d 4: [ OK ] openacc.view_api_d (7 ms) 4: [ RUN ] openacc.view_allocation_error 4: [ OK ] openacc.view_allocation_error (0 ms) 4: [ RUN ] openacc.view_copy_tests 4: [ OK ] openacc.view_copy_tests (19 ms) 4: [ RUN ] openacc.view_copy_tests_rank_0 4: [ OK ] openacc.view_copy_tests_rank_0 (4 ms) 4: [ RUN ] openacc.view_copy_degenerated 4: [ OK ] openacc.view_copy_degenerated (0 ms) 4: [ RUN ] openacc.view_hooks 4: [ OK ] openacc.view_hooks (0 ms) 4: [ RUN ] openacc.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (73 ms) 4: [ RUN ] openacc.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] openacc.view_layoutstride_right_to_layoutright_assignment (68 ms) 4: [ RUN ] openacc.view_irregular_layout 4: [ OK ] openacc.view_irregular_layout (19 ms) 4: [ RUN ] openacc.view_mapping 4: [ OK ] openacc.view_mapping (59 ms) 4: [ RUN ] openacc.view_mapping_operator 4: [ OK ] openacc.view_mapping_operator (47 ms) 4: [ RUN ] openacc.static_extent 4: [ OK ] openacc.static_extent (0 ms) 4: [ RUN ] openacc.resize_realloc_no_init 4: [ OK ] openacc.resize_realloc_no_init (37 ms) 4: [ RUN ] openacc.resize_realloc_no_alloc 4: [ OK ] openacc.resize_realloc_no_alloc (0 ms) 4: [ RUN ] openacc.realloc_exec_space 4: [ OK ] openacc.realloc_exec_space (0 ms) 4: [ RUN ] openacc.view_alloc 4: [ OK ] openacc.view_alloc (0 ms) 4: [ RUN ] openacc.view_alloc_exec_space 4: [ OK ] openacc.view_alloc_exec_space (0 ms) 4: [ RUN ] openacc.view_alloc_int 4: [ OK ] openacc.view_alloc_int (0 ms) 4: [ RUN ] openacc.view_alloc_exec_space_int 4: [ OK ] openacc.view_alloc_exec_space_int (0 ms) 4: [ RUN ] openacc.deep_copy_zero_memset 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:220: Skipped 4: skipping since the OpenACC backend doesn't implement ZeroMemset 4: [ SKIPPED ] openacc.deep_copy_zero_memset (0 ms) 4: [ RUN ] openacc.resize_exec_space [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o 4: [ OK ] openacc.resize_exec_space (18 ms) 4: [ RUN ] openacc.view_allocation_int 4: [ OK ] openacc.view_allocation_int (0 ms) 4: [ RUN ] openacc.view_allocation_exec_space_int 4: [ OK ] openacc.view_allocation_exec_space_int (0 ms) 4: [ RUN ] openacc.view_not_default_constructible 4: [ OK ] openacc.view_not_default_constructible (0 ms) 4: [ RUN ] openacc.view_subview_auto_1d_left 4: [ OK ] openacc.view_subview_auto_1d_left (3 ms) 4: [ RUN ] openacc.view_subview_auto_1d_right 4: [ OK ] openacc.view_subview_auto_1d_right (0 ms) 4: [ RUN ] openacc.view_subview_auto_1d_stride 4: [ OK ] openacc.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] openacc.view_subview_assign_strided 4: [ OK ] openacc.view_subview_assign_strided (0 ms) 4: [ RUN ] openacc.view_subview_left_0 4: [ OK ] openacc.view_subview_left_0 (0 ms) 4: [ RUN ] openacc.view_subview_left_1 4: [ OK ] openacc.view_subview_left_1 (0 ms) 4: [ RUN ] openacc.view_subview_left_2 4: [ OK ] openacc.view_subview_left_2 (0 ms) 4: [ RUN ] openacc.view_subview_left_3 4: [ OK ] openacc.view_subview_left_3 (0 ms) 4: [ RUN ] openacc.view_subview_right_0 4: [ OK ] openacc.view_subview_right_0 (0 ms) 4: [ RUN ] openacc.view_subview_right_1 4: [ OK ] openacc.view_subview_right_1 (0 ms) 4: [ RUN ] openacc.view_subview_right_3 4: [ OK ] openacc.view_subview_right_3 (0 ms) 4: [ RUN ] openacc.view_static_tests 4: [ OK ] openacc.view_static_tests (0 ms) 4: [ RUN ] openacc.view_subview_1d_assign 4: [ OK ] openacc.view_subview_1d_assign (7 ms) 4: [ RUN ] openacc.view_subview_2d_from_3d 4: [ OK ] openacc.view_subview_2d_from_3d (123 ms) 4: [ RUN ] openacc.view_subview_2d_from_3d_randomaccess 4: [ OK ] openacc.view_subview_2d_from_3d_randomaccess (122 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_left [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_left (574 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_left_randomaccess [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_left_randomaccess (537 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_right [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o [ 43%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 72%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o [ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o [ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_right (1369 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_right_randomaccess [ 56%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_right_randomaccess (1370 ms) 4: [ RUN ] openacc.view_test_unmanaged_subview_reset 4: [ OK ] openacc.view_test_unmanaged_subview_reset (1 ms) 4: [ RUN ] openacc.view_subview_memory_traits_construction 4: [ OK ] openacc.view_subview_memory_traits_construction (0 ms) 4: [----------] 131 tests from openacc (10926 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 142 tests from 2 test suites ran. (201487 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 3 tests, listed below: 4: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] openacc.mdspan_minimal_functional 4: [ SKIPPED ] openacc.deep_copy_zero_memset 4/20 Test #4: Kokkos_CoreUnitTest_OpenACC ................. Passed 202.37 sec test 5 Start 5: Kokkos_CoreUnitTest_Default 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 5: Test timeout computed to be: 1500 [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o [ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 63%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o 5: [==========] Running 21 tests from 1 test suite. 5: [----------] Global test environment set-up. 5: [----------] 21 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_num_devices 5: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.cmd_line_args_num_devices (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 (6 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 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_num_devices 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.env_vars_num_devices (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: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [ RUN ] defaultdevicetype.compiler_macros 5: [ OK ] defaultdevicetype.compiler_macros (1 ms) 5: [ RUN ] defaultdevicetype.half_conversion 5: [ OK ] defaultdevicetype.half_conversion (3 ms) 5: [ RUN ] defaultdevicetype.bhalf_conversion 5: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 5: [ RUN ] defaultdevicetype.half_operators 5: [ OK ] defaultdevicetype.half_operators (1 ms) 5: [ RUN ] defaultdevicetype.bhalf_operators 5: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 5: [ RUN ] defaultdevicetype.host_space_access 5: [ OK ] defaultdevicetype.host_space_access (0 ms) 5: [----------] 21 tests from defaultdevicetype (26 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 21 tests from 1 test suite ran. (26 ms total) 5: [ PASSED ] 21 tests. [ 66%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o 5/20 Test #5: Kokkos_CoreUnitTest_Default ................. Passed 0.78 sec test 6 Start 6: Kokkos_CoreUnitTest_LegionInitialization 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from initialization 6: [ RUN ] initialization.legion_initialization 6: [ OK ] initialization.legion_initialization (444 ms) 6: [----------] 1 test from initialization (444 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (444 ms total) 6: [ PASSED ] 1 test. 6/20 Test #6: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.72 sec test 7 Start 7: Kokkos_CoreUnitTest_PushFinalizeHook 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 7: Test timeout computed to be: 1500 [ 70%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o 7: SUCCESS 7/20 Test #7: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.73 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Test timeout computed to be: 1500 [ 72%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o [ 73%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/20 Test #8: Kokkos_CoreUnitTest_Develop ................. Passed 0.72 sec test 9 Start 9: Kokkos_CoreUnitTest_KokkosP 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 9: Test timeout computed to be: 1500 9: [==========] Running 23 tests from 2 test suites. 9: [----------] Global test environment set-up. 9: [----------] 21 tests from kokkosp 9: [ RUN ] kokkosp.test_named_instance_fence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: [ OK ] kokkosp.test_named_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_instance_fence 9: Ref: 134217729 9: Ref: Unnamed Instance Fence 9: 134217729 9: Kokkos::OpenACC::fence(): Unnamed Instance Fence 9: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_named_global_fence 9: Ref: 134217728 9: Ref: test global fence 9: 0 9: test global fence 9: Miss on id 9: 134217728 9: test global fence 9: [ OK ] kokkosp.test_named_global_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_global_fence 9: Ref: 134217728 9: Ref: Unnamed Global Fence 9: 0 9: Kokkos::fence: Unnamed Global Fence 9: Miss on id 9: 134217728 9: Kokkos::fence: Unnamed Global Fence 9: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 9: [ RUN ] kokkosp.test_multiple_default_instances 9: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 9: [ RUN ] kokkosp.test_id_gen 9: [ OK ] kokkosp.test_id_gen (0 ms) 9: [ RUN ] kokkosp.test_kernel_sequence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: Ref: 134217729 9: Ref: test_kernel 9: 134217729 9: named_instance 9: Miss on name 9: 0 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217728 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217729 9: test_kernel 9: [ OK ] kokkosp.test_kernel_sequence (0 ms) 9: [ RUN ] kokkosp.async_deep_copy 9: [ OK ] kokkosp.async_deep_copy (0 ms) 9: [ RUN ] kokkosp.parallel_for 9: [ OK ] kokkosp.parallel_for (0 ms) 9: [ RUN ] kokkosp.regions 9: [ OK ] kokkosp.regions (0 ms) 9: [ RUN ] kokkosp.fences 9: [ OK ] kokkosp.fences (0 ms) 9: [ RUN ] kokkosp.raw_allocation 9: [ OK ] kokkosp.raw_allocation (0 ms) 9: [ RUN ] kokkosp.view 9: [ OK ] kokkosp.view (0 ms) 9: [ RUN ] kokkosp.sections 9: [ OK ] kokkosp.sections (0 ms) 9: [ RUN ] kokkosp.metadata 9: [ OK ] kokkosp.metadata (0 ms) 9: [ RUN ] kokkosp.profile_events 9: [ OK ] kokkosp.profile_events (0 ms) 9: [ RUN ] kokkosp.no_init_kernel 9: [ OK ] kokkosp.no_init_kernel (0 ms) 9: [ RUN ] kokkosp.get_events 9: [ OK ] kokkosp.get_events (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init 9: [ OK ] kokkosp.create_mirror_no_init (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 9: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 9: [ RUN ] kokkosp.create_mirror_view_and_copy 9: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 9: [----------] 21 tests from kokkosp (1 ms total) 9: 9: [----------] 2 tests from defaultdevicetype 9: [ RUN ] defaultdevicetype.profiling_section 9: [ OK ] defaultdevicetype.profiling_section (0 ms) 9: [ RUN ] defaultdevicetype.scoped_profile_region 9: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 9: [----------] 2 tests from defaultdevicetype (0 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 23 tests from 2 test suites ran. (1 ms total) 9: [ PASSED ] 23 tests. [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandLargeDivRem.cpp.o [ 76%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 80%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 83%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o 9/20 Test #9: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.73 sec test 10 Start 10: Kokkos_CoreUnitTest_ToolIndependence 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 10: Test timeout computed to be: 1500 10/20 Test #10: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.01 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoadHelp 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 11: Environment variables: 11: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o 11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 11/20 Test #11: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.72 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 12: Test timeout computed to be: 1500 [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandLargeFpConvert.cpp.o 12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o 12/20 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.72 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoad 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 13: Test timeout computed to be: 1500 13: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 13: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x139c400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x139c6c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x139c740:Host:source:0x139c480: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:0x139c840: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:0x139c6c0:40::kokkosp_deallocate_data:Host:source:0x139c400:40::kokkosp_finalize_library:: 13/20 Test #13: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.72 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLine 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 14: Test timeout computed to be: 1500 [ 86%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o 14: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0xe2e400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe2e6c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe2e740:Host:source:0xe2e480: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:0xe2e840: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:0xe2e6c0:40::kokkosp_deallocate_data:Host:source:0xe2e400:40::kokkosp_finalize_library:: 14/20 Test #14: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.72 sec test 15 Start 15: Kokkos_CoreUnitTest_StackTraceTest 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 15: Test timeout computed to be: 1500 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 90%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o 15: [==========] Running 3 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 15: 15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (227 ms) 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 15: 15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (214 ms) 15: [----------] 2 tests from defaultdevicetype_DeathTest (442 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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d7993] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f8a74e95083] 15: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d7993] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7f8a74e95083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 2 test suites ran. (443 ms total) 15: [ PASSED ] 3 tests. 15/20 Test #15: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.16 sec test 16 Start 16: Kokkos_IncrementalTest_OPENACC 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_OPENACC 16: Test timeout computed to be: 1500 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o 16: [==========] Running 27 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 27 tests from OPENACC 16: [ RUN ] OPENACC.IncrTest_01_execspace_typedef 16: [ OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms) 16: [ RUN ] OPENACC.IncrTest_01_execspace 16: Device Execution Space: 16: KOKKOS_ENABLE_OPENACC: yes 16: OpenACC Options: 16: KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes 16: Using OpenACC 16: OpenACC 16: [ OK ] OPENACC.IncrTest_01_execspace (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicExchange 16: [ OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicAdd 16: [ OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicSub 16: [ OK ] OPENACC.IncrTest_02_AtomicSub (0 ms) 16: [ RUN ] OPENACC.IncrTest_03a_memspace_malloc 16: [ OK ] OPENACC.IncrTest_03a_memspace_malloc (0 ms) 16: [ RUN ] OPENACC.IncrTest_03b_memspace_free [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o [ 72%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o 16: [ OK ] OPENACC.IncrTest_03b_memspace_free (1807 ms) 16: [ RUN ] OPENACC.IncrTest_04_simple_parallelFor 16: [ OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms) 16: [ RUN ] OPENACC.IncrTest_04_RangePolicy_parallelFor 16: [ OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms) 16: [ RUN ] OPENACC.IncrTest_05_reduction 16: [ OK ] OPENACC.IncrTest_05_reduction (7 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange2D 16: [ OK ] OPENACC.IncrTest_06_mdrange2D (0 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange3D 16: [ OK ] OPENACC.IncrTest_06_mdrange3D (0 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange4D 16: [ OK ] OPENACC.IncrTest_06_mdrange4D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_2D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_3D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_4D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms) 16: [ RUN ] OPENACC.IncrTest_10_Hierarchical_Basics 16: [ OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms) 16: [ RUN ] OPENACC.IncrTest_11a_Hierarchical_ForLoop 16: [ OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (1 ms) 16: [ RUN ] OPENACC.IncrTest_11b_Hierarchical_ForLoop 16: [ OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (4 ms) 16: [ RUN ] OPENACC.IncrTest_11c_Hierarchical_ForLoop 16: [ OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (228 ms) 16: [ RUN ] OPENACC.IncrTest_12a_ThreadScratch 16: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms) 16: [ RUN ] OPENACC.IncrTest_12b_TeamScratch 16: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms) 16: [ RUN ] OPENACC.IncrTest_13a_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.IncrTest_13b_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.IncrTest_13c_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.incr_14_MDrangeReduce 16: [ OK ] OPENACC.incr_14_MDrangeReduce (0 ms) 16: [ RUN ] OPENACC.IncrTest_16_parallelscan 16: [ OK ] OPENACC.IncrTest_16_parallelscan (2 ms) 16: [----------] 27 tests from OPENACC (2056 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 27 tests from 1 test suite ran. (2056 ms total) 16: [ PASSED ] 25 tests. 16: [ SKIPPED ] 2 tests, listed below: 16: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch 16: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o 16/20 Test #16: Kokkos_IncrementalTest_OPENACC .............. Passed 2.79 sec test 17 Start 17: Kokkos_IncrementalTest_SERIAL 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 17: Test timeout computed to be: 1500 17: [==========] Running 28 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 28 tests from SERIAL 17: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 17: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 17: [ RUN ] SERIAL.IncrTest_01_execspace 17: Host Serial Execution Space: 17: KOKKOS_ENABLE_SERIAL: yes 17: Kokkos atomics disabled 17: 17: Serial Runtime Configuration: 17: Serial 17: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 17: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 17: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicSub 17: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 17: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 17: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 17: [ RUN ] SERIAL.IncrTest_03b_memspace_free 17: [ OK ] SERIAL.IncrTest_03b_memspace_free (146 ms) 17: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 17: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 17: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 17: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 17: [ RUN ] SERIAL.IncrTest_05_reduction 17: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange2D 17: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange3D 17: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange4D 17: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 17: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 17: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 17: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 17: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 17: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (205 ms) 17: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 17: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 17: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 17: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 17: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.incr_14_MDrangeReduce 17: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 17: [ RUN ] SERIAL.IncrTest_16_parallelscan 17: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 17: [ RUN ] SERIAL.incr_17_atomicView 17: [ OK ] SERIAL.incr_17_atomicView (0 ms) 17: [----------] 28 tests from SERIAL (354 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (354 ms total) 17: [ PASSED ] 26 tests. 17: [ SKIPPED ] 2 tests, listed below: 17: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch 17: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 17/20 Test #17: Kokkos_IncrementalTest_SERIAL ............... Passed 1.08 sec test 18 Start 18: Kokkos_CoreUnitTest_CTestDevice 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 18: Test timeout computed to be: 1500 18: [==========] Running 8 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 8 tests from ctest_environment 18: [ RUN ] ctest_environment.no_device_type 18: [ OK ] ctest_environment.no_device_type (0 ms) 18: [ RUN ] ctest_environment.no_process_count 18: [ OK ] ctest_environment.no_process_count (0 ms) 18: [ RUN ] ctest_environment.invalid_rank 18: [ OK ] ctest_environment.invalid_rank (0 ms) 18: [ RUN ] ctest_environment.no_type_str 18: [ OK ] ctest_environment.no_type_str (0 ms) 18: [ RUN ] ctest_environment.missing_type 18: [ OK ] ctest_environment.missing_type (0 ms) 18: [ RUN ] ctest_environment.no_id_str 18: [ OK ] ctest_environment.no_id_str (0 ms) 18: [ RUN ] ctest_environment.invalid_id_str 18: [ OK ] ctest_environment.invalid_id_str (0 ms) 18: [ RUN ] ctest_environment.good 18: [ OK ] ctest_environment.good (0 ms) 18: [----------] 8 tests from ctest_environment (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 8 tests from 1 test suite ran. (0 ms total) 18: [ PASSED ] 8 tests. 18/20 Test #18: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.01 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 19: Test timeout computed to be: 1500 19/20 Test #19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.01 sec test 20 Start 20: Kokkos_UnitTest_SIMD 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 20: Test timeout computed to be: 1500 [ 74%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 20: [==========] Running 14 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 14 tests from simd 20: [ RUN ] simd.host_math_ops 20: [ OK ] simd.host_math_ops (0 ms) 20: [ RUN ] simd.device_math_ops 20: [ OK ] simd.device_math_ops (7 ms) 20: [ RUN ] simd.host_mask_ops 20: [ OK ] simd.host_mask_ops (0 ms) 20: [ RUN ] simd.device_mask_ops 20: [ OK ] simd.device_mask_ops (0 ms) 20: [ RUN ] simd.host_conversions 20: [ OK ] simd.host_conversions (0 ms) 20: [ RUN ] simd.device_conversions 20: [ OK ] simd.device_conversions (0 ms) 20: [ RUN ] simd.host_shift_ops 20: [ OK ] simd.host_shift_ops (0 ms) 20: [ RUN ] simd.device_shift_ops 20: [ OK ] simd.device_shift_ops (0 ms) 20: [ RUN ] simd.host_condition 20: [ OK ] simd.host_condition (0 ms) 20: [ RUN ] simd.device_condition 20: [ OK ] simd.device_condition (0 ms) 20: [ RUN ] simd.host_gen_ctors 20: [ OK ] simd.host_gen_ctors (0 ms) 20: [ RUN ] simd.device_gen_ctors 20: [ OK ] simd.device_gen_ctors (0 ms) 20: [ RUN ] simd.host_where_expressions 20: [ OK ] simd.host_where_expressions (0 ms) 20: [ RUN ] simd.device_where_expressions 20: [ OK ] simd.device_where_expressions (0 ms) 20: [----------] 14 tests from simd (8 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 14 tests from 1 test suite ran. (8 ms total) 20: [ PASSED ] 14 tests. 20/20 Test #20: Kokkos_UnitTest_SIMD ........................ Passed 0.75 sec 100% tests passed, 0 tests failed out of 20 Total Test time (real) = 310.41 sec [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 04abc275140f6c3c7cd61249f1d55cedb9a5dc41832d665d7132175d0daae3c5 [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 93%] Linking CXX static library libkokkoscore.a [ 93%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 96%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o $ docker rm -f --volumes 04abc275140f6c3c7cd61249f1d55cedb9a5dc41832d665d7132175d0daae3c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on fetnat05 in /var/jenkins/workspace/Kokkos_PR-6770 [ 72%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o [ 72%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o [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 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6770/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 5b5af54ee527640ad1ad353655744c8f53f95caf --build-arg BASE=nvidia/cuda:11.7.1-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 23.04kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE ---> 54bed995e06c Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Running in 6be53b79d757 [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers Install the project... -- Install configuration: "Release" -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HPX -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HPX/Kokkos_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Assert.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Timer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Core.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_ScratchSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Atomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/decl/Kokkos_Declare_HBWSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_GraphImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_HostBarrier.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewCtor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_EBO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_StringManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewUniformType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskResult.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Profiling.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_MemoryPoolAllocator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewLayoutTiled.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskBase.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Tools.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Atomic_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_BitOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_MemorySpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_HostSpace_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_LIFO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ClockTic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewTracker.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Spinwait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Stacktrace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/KokkosExp_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ChaseLev.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_ViewArray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Memory_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_FixedBufferMemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_OptionalRef.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_HBWSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Atomics_Desul_Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_ThreadsExec.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_ThreadsTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MathematicalConstants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_HBWSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosExp_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_LogicalSpaces.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Printf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_TaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Rank.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_GraphNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Core_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Concepts.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosExp_InterOp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_HostSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_PointerOwnership.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_CopyViews.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Complex.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MemoryTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Graph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MinMaxClamp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Serial/Kokkos_Serial.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MasterLock.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_BitManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View/Hooks -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View/MDSpan -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_AnonymousSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Future.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Half.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_hwloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Tuners.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/setup -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Crs.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_ExecPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_DetectionIdiom.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Adapt_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Adapt_CXX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/openmp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Atomic_Ref.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/desul/atomics/Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/mdspan -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/mdspan/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/mdspan/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p2630_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p1684_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/type_list.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/experimental/__p0009_bits/full_extent_t.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Bitset.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Functional_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_StaticCrsGraph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_ScatterView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Functional.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_DualView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_UnorderedMap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Vector.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_OffsetView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_DynRankView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_DynamicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_ErrorReporter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Find.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Count.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/std_algorithms/Kokkos_Swap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Sort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_Random.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_NestedSort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_StdAlgorithms.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_AVX2.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_Scalar.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_AVX512.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/Kokkos_SIMD_NEON.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkossimd.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/libkokkossimd.a -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/bin/nvcc_wrapper -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/bin/hpcbind -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/bin/kokkos_launch_compiler -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_Config_DeclareBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6770/install/include/KokkosCore_Config_PostInclude.hpp + cd .. + rm -rf build-tests + mkdir -p build-tests + cd build-tests + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-6770/build-tests/../install + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror --Werror=all-warnings -Xcudafe --diag_suppress=3159 -DCMAKE_CXX_STANDARD=17 -DKokkos_INSTALL_TESTING=ON .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- Enabled Kokkos devices: CUDA;SERIAL CMake Warning at install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (MESSAGE): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE) cmake/kokkos_tribits.cmake:186 (FIND_PACKAGE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o Removing intermediate container 6be53b79d757 ---> 482b4e1d1651 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Running in afc9e07a3657 -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) Reason given by package: Interpreter: Wrong major version for the interpreter "/usr/bin/python" -- Sources TestCuda.cpp -- Kokkos Devices: , Kokkos Backends: -- Configuring done [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/JMCInstrumenter.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/KCFI.cpp.o Warning: apt-key output should not be parsed (stdout is not a terminal) Executing: /tmp/apt-key-gpghome.Sm7cJxYhKF/gpg.1.sh --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub gpg: requesting key from 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub' [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o gpg: key A4B469963BF863CC: "cudatools " not changed gpg: Total number processed: 1 gpg: unchanged: 1 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build-tests + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkosprinter-tool [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target Kokkos_query_device [ 0%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_tutorial_01_hello_world [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 0%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Built target kokkosprinter-tool Scanning dependencies of target Kokkos_tutorial_02_simple_reduce [ 1%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 1%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o Removing intermediate container afc9e07a3657 ---> 99b390d77509 Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in a172961ecc8a [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1345 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1469 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3345 kB] Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1172 kB] [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3807 kB] Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3196 kB] [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3330 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] [ 2%] Linking CXX executable Kokkos_query_device [ 2%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] [ 2%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 2%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 2%] Built target Kokkos_query_device [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 2%] Built target Kokkos_tutorial_01_hello_world [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o Fetched 31.2 MB in 3s (9054 kB/s) Reading package lists...[ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o Reading package lists... Building dependency tree...[ 2%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o Reading state information... The following additional packages will be installed: libpsl5 publicsuffix Suggested packages: distcc | icecc The following NEW packages will be installed: bc ccache libpsl5 publicsuffix wget [ 2%] Built target Kokkos_tutorial_02_simple_reduce [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 0 upgraded, 5 newly installed, 0 to remove and 34 not upgraded. Need to get 718 kB of archives. After this operation, 2021 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 bc amd64 1.07.1-2build1 [86.3 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/EmbedBitcodePass.cpp.o debconf: delaying package configuration, since apt-utils is not installed Fetched 718 kB in 1s (713 kB/s) Selecting previously unselected package libpsl5:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 13359 files and directories currently installed.) Preparing to unpack .../libpsl5_0.21.0-1ubuntu1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../publicsuffix_20200303.0012-1_all.deb ... Unpacking publicsuffix (20200303.0012-1) ... [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o Selecting previously unselected package wget. Preparing to unpack .../wget_1.20.3-1ubuntu2_amd64.deb ... Unpacking wget (1.20.3-1ubuntu2) ... Selecting previously unselected package bc. Preparing to unpack .../bc_1.07.1-2build1_amd64.deb ... Unpacking bc (1.07.1-2build1) ... Selecting previously unselected package ccache. Preparing to unpack .../ccache_3.7.7-1_amd64.deb ... Unpacking ccache (3.7.7-1) ... Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [ 3%] Linking CXX static library libkokkos_gtest.a [ 3%] Built target kokkos_gtest [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o Setting up wget (1.20.3-1ubuntu2) ... Setting up ccache (3.7.7-1) ... Updating symlinks in /usr/lib/ccache ... Setting up bc (1.07.1-2build1) ... Setting up publicsuffix (20200303.0012-1) ... Processing triggers for libc-bin (2.31-0ubuntu9.12) ... [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangAST.a [ 3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o Scanning dependencies of target Kokkos_tutorial_03_simple_view [ 4%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o Removing intermediate container a172961ecc8a ---> adfc5eac5963 Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Running in ea507848cd40 [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o Scanning dependencies of target Kokkos_tutorial_04_simple_memoryspaces [ 4%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 48822FDA51C1DA7A: public key "Damien Lebrun-Grandie " imported gpg: key A2C794A986419D8A: public key "Tom Stellard " imported /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=0UL, RankDynamic=0UL]" (42): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=0UL, RankDynamic=0UL]" (42): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=1UL, RankDynamic=0UL]" (44): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=1UL, RankDynamic=0UL]" (44): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=1UL, RankDynamic=1UL]" (45): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=1UL, RankDynamic=1UL]" (45): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=0UL]" (47): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=0UL]" (47): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=1UL]" (48): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=1UL]" (48): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=2UL]" (49): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=2UL, RankDynamic=2UL]" (49): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=0UL]" (51): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=0UL]" (51): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=1UL]" (52): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=1UL]" (52): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=2UL]" (53): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=2UL]" (53): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=3UL]" (54): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=3UL, RankDynamic=3UL]" (54): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=0UL]" (56): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=0UL]" (56): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=1UL]" (57): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=1UL]" (57): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=2UL]" (58): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=2UL]" (58): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=3UL]" (59): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=3UL]" (59): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=4UL]" (60): here /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used detected during instantiation of "__nv_bool ::test_view_rank_and_dynamic_rank() [with View=Kokkos::View, Rank=4UL, RankDynamic=4UL]" (60): here [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o gpg: key 0FC3042E345AD05D: public key "Hans Wennborg " imported gpg: key EC8FEF3A7BFB4EDA: 24 signatures not checked due to missing keys gpg: key EC8FEF3A7BFB4EDA: public key "Brad King" imported gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) " imported gpg: Total number processed: 5 gpg: imported: 5 gpg: no ultimately trusted keys found gpg: Signature made Thu May 7 23:44:59 2020 UTC gpg: using RSA key 061CFF3BA41AA45D25BCE7097A0994F834C86684 gpg: Good signature from "Damien Lebrun-Grandie " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: E226 98C7 0BF0 7BDA 37E1 4154 4882 2FDA 51C1 DA7A Subkey fingerprint: 061C FF3B A41A A45D 25BC E709 7A09 94F8 34C8 6684 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o [ 74%] Built target clangAST [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o Scanning dependencies of target Kokkos_tutorial_05_simple_atomics [ 4%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangASTMatchers.a [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o Removing intermediate container ea507848cd40 ---> 4d06fd86d7c2 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Running in 7e4581310fad [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o [ 74%] Built target clangASTMatchers [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangEdit.a [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 74%] Built target clangEdit Scanning dependencies of target Kokkos_tutorial_06_simple_mdrangepolicy [ 4%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangDynamicASTMatchers.a [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o Scanning dependencies of target Kokkos_tutorial_advancedviews_01_data_layouts [ 4%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o Removing intermediate container 7e4581310fad ---> 263af179b35f Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Running in b01308d4817b [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 4%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o [ 4%] Built target Kokkos_tutorial_03_simple_view Scanning dependencies of target Kokkos_tutorial_advancedviews_02_memory_traits [ 4%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 4%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o [ 4%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_tutorial_advancedviews_03_subviews [ 5%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 74%] Built target clangDynamicASTMatchers [ 5%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o [ 74%] Linking CXX static library ../../../../../../lib/libclangToolingInclusionsStdlib.a [ 5%] Built target Kokkos_tutorial_04_simple_memoryspaces Removing intermediate container b01308d4817b ---> 1792e5357a0c 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* ---> Running in 5c7785334728 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o Scanning dependencies of target Kokkos_tutorial_advancedviews_04_dualviews [ 5%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o [ 74%] Built target clangToolingInclusionsStdlib [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o [ 5%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 5%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 5%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o [ 6%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 6%] Built target Kokkos_tutorial_05_simple_atomics Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 6%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MemProfContextDisambiguation.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o [ 6%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o gpg: Signature made Mon Jun 1 13:00:11 2020 UTC gpg: using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684 gpg: Good signature from "Brad King" [unknown] gpg: aka "Brad King " [unknown] gpg: aka "[jpeg image of size 4005]" [unknown] gpg: Note: This key has expired! Primary key fingerprint: CBA2 3971 357C 2E65 90D9 EFD3 EC8F EF3A 7BFB 4EDA Subkey fingerprint: C6C2 6532 4BBE BDC3 50B5 13D0 2D2C EF10 3492 1684 cmake-3.16.8-Linux-x86_64.sh: OK CMake Installer Version: 3.16.8, Copyright (c) Kitware This is a self-extracting archive. The archive will be extracted to: /opt/cmake Using target directory: /opt/cmake Extracting, please wait... [ 6%] Built target Kokkos_tutorial_06_simple_mdrangepolicy Scanning dependencies of target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 7%] 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 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o [ 7%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 7%] Built target Kokkos_tutorial_advancedviews_01_data_layouts Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 7%] 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 [ 7%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 7%] Built target Kokkos_tutorial_advancedviews_02_memory_traits Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 7%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ModuleInliner.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o [ 7%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 7%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 7%] Built target Kokkos_tutorial_advancedviews_03_subviews Scanning dependencies of target Kokkos_tutorial_01_hello_world_lambda [ 8%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 8%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_tutorial_02_simple_reduce_lambda [ 8%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 75%] Linking CXX executable Kokkos_UnitTest_Random [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o Unpacking finished successfully [ 8%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 8%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 8%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams Scanning dependencies of target Kokkos_tutorial_03_simple_view_lambda [ 8%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o [ 8%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams Scanning dependencies of target Kokkos_gups [ 8%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelTypeUtils.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 8%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o [ 8%] Built target Kokkos_tutorial_advancedviews_04_dualviews Scanning dependencies of target impl_git_version [ 8%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 8%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target Kokkos_ProfilingAllCalls [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 8%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 8%] Linking CXX static library libimpl_git_version.a [ 8%] Built target impl_git_version [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 9%] Built target Kokkos_tutorial_02_simple_reduce_lambda Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_3 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_3.dir/UnitTestMain.cpp.o [ 10%] Built target Kokkos_tutorial_01_hello_world_lambda [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_3.dir/default/TestDefaultDeviceTypeInit_3.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangToolingASTDiff.a [ 74%] Built target clangToolingASTDiff [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 83%] Linking CXX executable Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Removing intermediate container 5c7785334728 ---> 8137193a782c Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Running in be056fe65711 [ 10%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 11%] Built target Kokkos_tutorial_03_simple_view_lambda [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangAnalysis.a [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o [ 12%] Linking CXX executable Kokkos_gups [ 83%] Built target Kokkos_PerformanceTest_Benchmark [ 74%] Built target clangAnalysis [ 12%] Built target Kokkos_gups [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 13%] Linking CXX executable Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_12 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_12.dir/UnitTestMain.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_12.dir/default/TestDefaultDeviceTypeInit_12.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 13%] Built target Kokkos_ProfilingAllCalls [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangSema.a [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o Removing intermediate container be056fe65711 ---> 8f85c22b2452 Successfully built 8f85c22b2452 Successfully tagged 5b5af54ee527640ad1ad353655744c8f53f95caf:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o + docker inspect -f . 5b5af54ee527640ad1ad353655744c8f53f95caf . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat05 seems to be running inside container 904c498cb0b03783bcf09fe9af5e92c46b8ce1435bdadc8d68dbfb6e12760c74 $ 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-6770 --volumes-from 904c498cb0b03783bcf09fe9af5e92c46b8ce1435bdadc8d68dbfb6e12760c74 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 5b5af54ee527640ad1ad353655744c8f53f95caf cat [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o [ 74%] Built target clangSema $ docker top b0b4cf5127f670fd914a045cc43fa9be37354b4bffa16b4aac916bce1d35958b -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_3 + rm -rf build [ 13%] Built target Kokkos_CoreUnitTest_DefaultInit_3 [ 74%] Linking CXX static library ../../../../../lib/libclangAnalysisFlowSensitive.a Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o + mkdir -p build + cd build + ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags=-Werror --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70 Generating Makefiles with options KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 + make test -j8 make -C core/unit_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/UnitTestMainInit.cpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 74%] Built target clangAnalysisFlowSensitive [ 74%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangParse.a [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCFGPrinter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Init.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_RangePolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_RangePolicyRequire.cpp [ 14%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o [ 74%] Built target clangParse Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangSerialization.a [ 14%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_12 [ 14%] Built target Kokkos_CoreUnitTest_DefaultInit_12 Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 15%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 74%] Built target clangSerialization [ 74%] Linking CXX static library ../../../../../../lib/libclangAnalysisFlowSensitiveModels.a [ 74%] Linking CXX static library ../../../../lib/libclangFrontend.a [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o [ 74%] Built target clangAnalysisFlowSensitiveModels [ 74%] Built target clangFrontend [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangIndex.a [ 15%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCycleAnalysis.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_KokkosP [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 15%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 74%] Built target clangIndex [ 15%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 16%] Built target Kokkos_push_finalize_hook_terminate [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 74%] Linking CXX static library ../../../../lib/libclangARCMigrate.a [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangRewriteFrontend.a [ 74%] Built target clangARCMigrate [ 74%] Built target clangRewriteFrontend [ 74%] Linking CXX static library ../../../../../lib/libclangToolingRefactoring.a [ 74%] Building CXX object tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangToolingSyntax.a [ 74%] Building CXX object tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o [ 74%] Built target clangToolingRefactoring [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o [ 74%] Built target clangToolingSyntax Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 74%] Building CXX object tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 17%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 17%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 77%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o [ 74%] Linking CXX static library ../../libLLVMipo.a [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_a.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_c.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_d.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_e.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewCopy_a.cpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 74%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o [ 77%] Built target Kokkos_UnitTest_Random [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o [ 74%] Built target LLVMipo /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewCopy_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DeepCopyAlignment.cpp [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 74%] Linking CXX executable ../../../../bin/arcmt-test [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroConditionalWrapper.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o [ 74%] Linking CXX executable ../../../../bin/diagtool [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 85%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 85%] Built target Kokkos_ContainersUnitTest_Serial [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 86%] Linking CXX executable Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 86%] Built target Kokkos_UnitTest_Sort [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 74%] Linking CXX static library ../../../../lib/libclangCrossTU.a [ 74%] Built target arcmt-test [ 74%] Linking CXX static library ../../../../lib/libclangExtractAPI.a [ 74%] Linking CXX executable ../../../../../bin/clang-ast-dump [ 74%] Built target clangCrossTU [ 74%] Linking CXX static library ../../../../../lib/libclangTransformer.a [ 74%] Built target clangTransformer [ 74%] Building CXX object tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_a.cpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 74%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o [ 74%] Built target clangExtractAPI [ 74%] Built target diagtool [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCore.a [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_b.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_subview.cpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Built target clangStaticAnalyzerCore [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCheckers.a [ 74%] Linking CXX executable ../../bin/llvm-link [ 74%] Built target clang-ast-dump [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] ASTNodeAPI.json [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 74%] Built target clangStaticAnalyzerCheckers [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 74%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerFrontend.a [ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewResize.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewLayoutStrideAssignment.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_a.cpp [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o [ 74%] Built target llvm-link [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o [ 74%] Built target clangStaticAnalyzerFrontend [ 74%] Linking CXX static library ../../libLLVMCoroutines.a [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o [ 74%] Building CXX object tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin.dir/MainCallChecker.cpp.o [ 74%] Built target LLVMCoroutines [ 74%] Building CXX object tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin.dir/CheckerDependencyHandling.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_b.cpp [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o [ 74%] NodeIntrospection.inc [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o [ 74%] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/MissingFrameInferrer.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLateInstrsCleanup.cpp.o [ 74%] Linking CXX shared module ../../../../../../lib/SampleAnalyzerPlugin.so [ 74%] Linking CXX shared module ../../../../../../lib/CheckerDependencyHandlingAnalyzerPlugin.so [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_c.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_d.cpp [ 87%] Linking CXX executable Kokkos_UnitTest_Random [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 87%] Built target Kokkos_UnitTest_Random [ 87%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 74%] Built target SampleAnalyzerPlugin [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o [ 74%] Building CXX object tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin.dir/CheckerOptionHandling.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_e.cpp [ 87%] Built target Kokkos_CoreUnitTest_Cuda1 [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o [ 74%] Built target CheckerDependencyHandlingAnalyzerPlugin [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewCopy_a.cpp [ 87%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewCopy_b.cpp [ 74%] Linking CXX executable ../../bin/llvm-profgen [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o [ 74%] Linking CXX shared module ../../../../../../lib/CheckerOptionHandlingAnalyzerPlugin.so [ 87%] Built target Kokkos_ContainersUnitTest_Cuda [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_a.cpp [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o [ 74%] Built target CheckerOptionHandlingAnalyzerPlugin [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o [ 74%] Built target llvm-profgen [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_b.cpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_subview.cpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAContext.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_a.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_b.cpp [ 74%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 78%] Built target Kokkos_PerformanceTest_Benchmark [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_c.cpp Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 74%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineUniformityAnalysis.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_d.cpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_e.cpp [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRSampleProfile.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_Default [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o Warning: 'long double' is treated as 'double' in device code [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegallocEvictAdvisor.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegallocPriorityAdvisor.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewCopy_a.cpp Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_6 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_6.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_6.dir/default/TestDefaultDeviceTypeInit_6.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewCopy_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_a.cpp [ 23%] Built target Kokkos_CoreUnitTest_CudaGraph Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_16 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_16.dir/UnitTestMain.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_16.dir/default/TestDefaultDeviceTypeInit_16.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_b.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o [ 78%] Built target Kokkos_ContainersUnitTest_SYCL [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_subview.cpp [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_View_64bit.cpp [ 24%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_6 [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 24%] Built target Kokkos_CoreUnitTest_DefaultInit_6 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewOfClass.cpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_16 [ 24%] Built target Kokkos_CoreUnitTest_DefaultInit_16 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_a.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_b.cpp [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c01.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c02.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c03.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c04.cpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c05.cpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c06.cpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.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 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 75%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocEvictionAdvisor.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPriorityAdvisor.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocScore.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_17 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_17.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_17.dir/default/TestDefaultDeviceTypeInit_17.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c07.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c08.cpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o [ 75%] Built target obj.clangTooling [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o [ 75%] Linking CXX static library ../../../../lib/libclangTooling.a [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o [ 75%] Built target clangTooling [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 27%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 27%] Built target Kokkos_CoreUnitTest_CTestDevice [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBank.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBankInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c09.cpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_17 [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 27%] Built target Kokkos_CoreUnitTest_DefaultInit_17 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SanitizerBinaryMetadata.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c10.cpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c11.cpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SelectOptimize.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 90%] 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_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackFrameLayoutAnalysisPass.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 77%] Building CXX object tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 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 [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_CoreUnitTest_LogicalSpaces [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o [ 77%] Linking CXX executable ../../../../bin/clang-diff [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002011_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c12.cpp [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VLIWMachineScheduler.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 29%] Built target Kokkos_CoreUnitTest_Cuda3 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_SubView_c13.cpp [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 30%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 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_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_SerialGraph [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_LogicalSpaces [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 77%] Built target clang-diff [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 77%] Building CXX object tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o [ 77%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 77%] Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reductions.cpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 77%] Linking CXX executable ../../../../bin/clang-rename /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ParallelScanRangePolicy.cpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 77%] Linking CXX executable ../../../../bin/clang-refactor /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reductions_DeviceView.cpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 77%] Built target clang-rename [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 77%] Built target clang-refactor [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reducers_a.cpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 81%] 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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.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_A.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reducers_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reducers_c.cpp [ 77%] Linking CXX static library ../libLLVMCodeGen.a [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 77%] Built target LLVMCodeGen [ 77%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o [ 77%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o [ 77%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o [ 77%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/OptimizationLevel.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o [ 77%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o [ 77%] Building CXX object lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyUtilities.cpp.o [ 77%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o [ 77%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reducers_d.cpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Reducers_e.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Complex.cpp [ 77%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o [ 77%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o In file included from /scratch/llvm-project/llvm/lib/Passes/PassBuilder.cpp:215: /scratch/llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:96:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 96 | class SROAPass : public PassInfoMixin { | ^~~~~~~~ [ 77%] Building CXX object lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyTypeUtilities.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_int.cpp [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o [ 77%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o [ 77%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 77%] Linking CXX static library ../../libLLVMMIRParser.a [ 77%] Linking CXX static library ../../libLLVMInterpreter.a [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 77%] Built target LLVMMIRParser [ 77%] Linking CXX static library ../../../libLLVMWebAssemblyUtils.a [ 77%] Built target LLVMInterpreter [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 77%] Built target LLVMWebAssemblyUtils [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_unsignedint.cpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_longint.cpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 77%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderPipelines.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_5 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_5.dir/UnitTestMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_5.dir/default/TestDefaultDeviceTypeInit_5.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_unsignedlongint.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_longlongint.cpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 77%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_double.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_float.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o In file included from /scratch/llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp:115: /scratch/llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:96:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 96 | class SROAPass : public PassInfoMixin { | ^~~~~~~~ [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_complexfloat.cpp [ 35%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_5 [ 35%] Built target Kokkos_CoreUnitTest_DefaultInit_5 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 77%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 36%] 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_complexdouble.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_AtomicViews.cpp [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Atomics.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_TeamBasic.cpp [ 81%] 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_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_TeamScratch.cpp [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o [ 65%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 78%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_TeamReductionScan.cpp [ 65%] Built target Kokkos_CoreUnitTest_Cuda2 [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 78%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_TeamTeamSize.cpp [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_TeamVectorRange.cpp [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Other.cpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_13 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_13.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_13.dir/default/TestDefaultDeviceTypeInit_13.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 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_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o [ 78%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_MDRange_a.cpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 78%] Linking CXX static library ../libLLVMPasses.a [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o [ 78%] Built target LLVMPasses [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.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_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_13 [ 40%] Built target Kokkos_CoreUnitTest_DefaultInit_13 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_MDRange_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_MDRange_c.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_15 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_15.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_15.dir/default/TestDefaultDeviceTypeInit_15.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_MDRange_d.cpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_MDRange_e.cpp [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Crs.cpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 78%] Linking CXX static library ../../libLLVMAsmPrinter.a [ 42%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_15 [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_DefaultInit_15 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o [ 78%] Built target LLVMAsmPrinter [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/COFFVCRuntimeSupport.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_WorkGraph.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/COFFPlatform.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 78%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_Spaces.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_UniqueToken.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_LocalDeepCopy.cpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Command_Line_Parsing.cpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebuggerSupportPlugin.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 78%] Building CXX object tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace_deepcopy.cpp [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Abort.cpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostThreadTeam.cpp [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemorySpace.cpp [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_SharedAlloc.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Spinwait.cpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 78%] Linking CXX static library ../../libLLVMSelectionDAG.a [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericDylibManager.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_CPUDiscovery.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericRTDyldMemoryManager.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericJITLinkMemoryManager.cpp.o [ 78%] Built target LLVMSelectionDAG [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostBarrier.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Core.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectFileInterface.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Stacktrace.cpp [ 78%] Linking CXX executable ../../bin/llvm-extract [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Error.cpp [ 45%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 45%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace.cpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemoryPool.cpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_CudaSpace.cpp [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LookupAndRecordAddrs.cpp.o [ 78%] Built target llvm-extract [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o [ 78%] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/src/Lock_Array_CUDA.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial.cpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MapperJITLinkMemoryManager.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/UnitTestMain.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MemoryMapper.cpp.o [ 78%] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ELFNixPlatform.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_InterOp_Init.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Init.cpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SharedAlloc.cpp [ 78%] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o [ 78%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_RangePolicy.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_RangePolicyRequire.cpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_View_64bit.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_a.cpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o Warning: 'long double' is treated as 'double' in device code Scanning dependencies of target Kokkos_ToolsInitialization [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SimpleRemoteEPC.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_b.cpp [ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_c.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_d.cpp [ 69%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 78%] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_e.cpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DeepCopyAlignment.cpp [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewCopy_a.cpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewCopy_b.cpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/TaskDispatch.cpp.o [ 78%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o [ 78%] Linking CXX static library ../libLLVMLTO.a [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 78%] Built target LLVMLTO [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GIMatchTableExecutor.cpp.o [ 78%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRAsmPrinter.cpp.o [ 78%] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFEmitterImpl.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P Scanning dependencies of target Kokkos_UnitTest_SIMD [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_a.cpp [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o [ 78%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o [ 78%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAbstractMemberAccess.cpp.o [ 47%] Linking CXX executable Kokkos_ToolsInitialization [ 47%] Built target Kokkos_ToolsInitialization [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 78%] Linking CXX static library ../libLLVMDWARFLinker.a [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o [ 78%] Built target LLVMDWARFLinker [ 78%] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinker.cpp.o [ 78%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o [ 78%] Linking CXX static library ../../libLLVMOrcJIT.a Scanning dependencies of target Kokkos_StackTraceTestExec [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Built target LLVMOrcJIT [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 78%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchAsmPrinter.cpp.o [ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_b.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_subview.cpp [ 70%] Built target Kokkos_CoreUnitTest_Cuda1 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 78%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o [ 78%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRExpandPseudoInsts.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewResize.cpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewLayoutStrideAssignment.cpp [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o [ 78%] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinkerImpl.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 48%] Built target Kokkos_CoreUnitTest_Serial1 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewOfClass.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_a.cpp [ 78%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 78%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAdjustOpt.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 78%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o [ 78%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchExpandAtomicPseudoInsts.cpp.o [ 78%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRFrameLowering.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_b.cpp [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 78%] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/OutputSections.cpp.o [ 78%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o [ 78%] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/StringPool.cpp.o [ 78%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_1 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_1.dir/UnitTestMain.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_1.dir/default/TestDefaultDeviceTypeInit_1.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_2 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_2.dir/UnitTestMain.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_2.dir/default/TestDefaultDeviceTypeInit_2.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o [ 80%] Linking CXX static library ../libLLVMDWARFLinkerParallel.a [ 80%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRInstrInfo.cpp.o [ 80%] Built target LLVMDWARFLinkerParallel [ 80%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o [ 81%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c01.cpp [ 81%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchExpandPseudoInsts.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c02.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c03.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c04.cpp [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 81%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 81%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 49%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 81%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o [ 81%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelDAGToDAG.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_1 [ 50%] Built target Kokkos_CoreUnitTest_DefaultInit_1 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchFrameLowering.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchInstrInfo.cpp.o [ 81%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFCheckAndAdjustIR.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_2 [ 50%] Built target Kokkos_CoreUnitTest_DefaultInit_2 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 81%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 81%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o [ 51%] Linking CXX executable Kokkos_StackTraceTestExec [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchISelDAGToDAG.cpp.o [ 51%] Built target Kokkos_StackTraceTestExec [ 81%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelLowering.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchISelLowering.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_9 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_9.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_9.dir/default/TestDefaultDeviceTypeInit_9.cpp.o [ 81%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c05.cpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c06.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c07.cpp [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_4 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_4.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_4.dir/default/TestDefaultDeviceTypeInit_4.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_7 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_7.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_7.dir/default/TestDefaultDeviceTypeInit_7.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 81%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o [ 81%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o [ 81%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o [ 72%] Built target Kokkos_ContainersPerformanceTest_Cuda /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c08.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c09.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c10.cpp [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchMCInstLower.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_8 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_8.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_8.dir/default/TestDefaultDeviceTypeInit_8.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c11.cpp [ 52%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_9 [ 52%] Built target Kokkos_CoreUnitTest_DefaultInit_9 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 81%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o [ 81%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o [ 81%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_10 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_10.dir/UnitTestMain.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_10.dir/default/TestDefaultDeviceTypeInit_10.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchRegisterInfo.cpp.o [ 81%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRMCInstLower.cpp.o [ 81%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_7 [ 54%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_4 [ 81%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o [ 81%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LoadStoreOpt.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_DefaultInit_4 [ 54%] Built target Kokkos_CoreUnitTest_DefaultInit_7 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 81%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchSubtarget.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_11 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_11.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_11.dir/default/TestDefaultDeviceTypeInit_11.cpp.o [ 81%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o [ 81%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_8 [ 55%] Built target Kokkos_CoreUnitTest_DefaultInit_8 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 83%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchTargetMachine.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_gups [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFIRPeephole.cpp.o [ 83%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRegisterInfo.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_10 [ 55%] Built target Kokkos_CoreUnitTest_DefaultInit_10 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstExtenders.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_14 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_14.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_14.dir/default/TestDefaultDeviceTypeInit_14.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o [ 83%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o [ 55%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_11 [ 55%] Built target Kokkos_CoreUnitTest_DefaultInit_11 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c12.cpp [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 83%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRShiftExpand.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o [ 83%] Building CXX object lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchTargetTransformInfo.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o [ 83%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_14 [ 56%] Built target Kokkos_CoreUnitTest_DefaultInit_14 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DefaultInit_18 [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_18.dir/UnitTestMain.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DefaultInit_18.dir/default/TestDefaultDeviceTypeInit_18.cpp.o [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o [ 83%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRSubtarget.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 83%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o [ 99%] Linking CXX executable Kokkos_gups [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 99%] Built target Kokkos_gups [ 58%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 58%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 83%] Linking CXX static library ../../libLLVMLoongArchCodeGen.a [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o [ 83%] Built target LLVMLoongArchCodeGen [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAliasAnalysis.cpp.o [ 83%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetMachine.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_SubView_c13.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reductions.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ParallelScanRangePolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reductions_DeviceView.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reducers_a.cpp [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 58%] Linking CXX executable Kokkos_CoreUnitTest_DefaultInit_18 [ 58%] Built target Kokkos_CoreUnitTest_DefaultInit_18 [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reducers_b.cpp [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFPreserveDIType.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 83%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 83%] Building CXX object lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetObjectFile.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o [ 83%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o [ 73%] Built target Kokkos_ContainersTestCompileOnly [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 58%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o [ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 83%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 83%] Linking CXX static library ../../libLLVMAVRCodeGen.a [ 83%] Linking CXX static library ../../libLLVMMSP430CodeGen.a [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 83%] Built target LLVMAVRCodeGen [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSelectionDAGInfo.cpp.o [ 83%] Built target LLVMMSP430CodeGen /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reducers_c.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reducers_d.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Reducers_e.cpp [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Complex.cpp 1: [==========] Running 181 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_int.cpp 1: [ OK ] serial_DeathTest.abort_from_host (374 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (369 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_unsignedint.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_longint.cpp [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (396 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 83%] Linking CXX static library ../../libLLVMLanaiCodeGen.a 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (355 ms) 1: [----------] 4 tests from serial_DeathTest (1496 ms total) 1: 1: [----------] 177 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (1 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (1 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (1 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (1 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (3 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (70 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (44 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (2 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (26 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 87%] Built target Kokkos_CoreUnitTest_Default [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o [ 83%] Built target LLVMLanaiCodeGen [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/LVLGen.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 83%] Linking CXX static library ../../libLLVMGlobalISel.a [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1950 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 83%] Built target LLVMGlobalISel [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2476 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAddMissingPrototypes.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (990 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_unsignedlongint.cpp 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (994 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (26 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (111 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (1 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (6 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (80 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (6 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o 1: [ OK ] serial.mdrange_large_deep_copy (981 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEAsmPrinter.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyArgumentMove.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_longlongint.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_double.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_float.cpp 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2708 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (0 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (23 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (4 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (2 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (0 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (111 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic (1278 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 62%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 62%] Built target Kokkos_ContainersPerformanceTest_Cuda Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_complexfloat.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_complexdouble.cpp 1: [ OK ] serial.double_reduce_dynamic (1427 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic_view (283 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (10 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.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_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_AtomicViews.cpp 1: [ OK ] serial.reduce_device_view_mdrange_policy (1837 ms) 1: [ RUN ] serial.reduce_device_view_team_policy [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VECustomDAG.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCopyPhysRegs.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o 1: [ OK ] serial.reduce_device_view_team_policy (1492 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (6 ms) 1: [----------] 177 tests from serial (16990 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 181 tests from 2 test suites ran. (18487 ms total) 1: [ PASSED ] 180 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/59 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 19.36 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: [==========] Running 121 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAsmPrinter.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Atomics.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_TeamBasic.cpp [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEFrameLowering.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIPeephole.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_TeamScratch.cpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_TeamVectorRange.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_TeamReductionScan.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_TeamTeamSize.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Other.cpp [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGStackify.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIChecking.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEISelDAGToDAG.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_MDRange_a.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o [ 83%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMISimplifyPatchable.cpp.o [ 83%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BTFDebug.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEISelLowering.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_MDRange_b.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_MDRange_c.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_MDRange_d.cpp [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (19480 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGSort.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o [ 83%] Linking CXX static library ../../libLLVMSparcCodeGen.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_MDRange_e.cpp [ 83%] Built target LLVMSparcCodeGen [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ArgumentStackSlotRebase.cpp.o [ 74%] 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_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Crs.cpp [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugFixup.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o [ 83%] Linking CXX static library ../../libLLVMBPFCodeGen.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/serial/TestSerial_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_WorkGraph.cpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o [ 83%] Built target LLVMBPFCodeGen [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEInstrInfo.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_LocalDeepCopy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestHWLOC.cpp [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.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_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (16847 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugValueManager.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_a1.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_b1.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_c1.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_a2.cpp [ 64%] 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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEMachineFunctionInfo.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_b2.cpp [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VEMCInstLower.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLateEHPrepare.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_c2.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerUnreachable.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VERegisterInfo.cpp.o [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExceptionInfo.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_a3.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_b3.cpp 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (17848 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_c3.cpp [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VESubtarget.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2493 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2556 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (59228 ms total) 2: 2: [----------] 114 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (350 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (7 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (89 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (6 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o 2: [ OK ] serial.team_reduction_scan (214 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (109 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (36 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/default/TestDefaultDeviceType_d.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace.cpp [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExplicitLocals.cpp.o [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VETargetMachine.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace_f0.cpp [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace_f1.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 2: [ OK ] serial.repeated_team_reduce (7314 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (122 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (119 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (27 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (2 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (31 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (2 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (6 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (1 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFastISel.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o 2: [ OK ] serial.view_allocation_large_rank (1583 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (6 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (58 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (51 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (27 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (4 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (109 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (101 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (102 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (101 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (160 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (162 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (162 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 114 tests from serial (11126 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 121 tests from 2 test suites ran. (70354 ms total) 2: [ PASSED ] 118 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace_f2.cpp 2/59 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 71.12 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o [ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAGHVX.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace_f3.cpp 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/59 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.78 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 [ 83%] Building CXX object lib/Target/VE/CMakeFiles/LLVMVECodeGen.dir/VVPISelLowering.cpp.o 4: [==========] Running 183 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 4 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestStackTrace_f4.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 4: [ OK ] cuda_DeathTest.abort_from_host (795 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device ar cr libkokkos.a Kokkos_Command_Line_Parsing.o Kokkos_HostSpace_deepcopy.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostThreadTeam.o Kokkos_MemorySpace.o Kokkos_SharedAlloc.o Kokkos_Spinwait.o Kokkos_hwloc.o Kokkos_CPUDiscovery.o Kokkos_HostBarrier.o Kokkos_Core.o Kokkos_Stacktrace.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_HostSpace.o Kokkos_MemoryPool.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Kokkos_Cuda_Task.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestCuda_Init.o TestCuda_SharedAlloc.o TestCudaUVM_SharedAlloc.o TestCudaHostPinned_SharedAlloc.o TestCuda_RangePolicy.o TestCuda_RangePolicyRequire.o TestCuda_ViewAPI_a.o TestCuda_ViewAPI_b.o TestCuda_ViewAPI_c.o TestCuda_ViewAPI_d.o TestCuda_ViewAPI_e.o TestCuda_ViewCopy_a.o TestCuda_ViewCopy_b.o TestCuda_DeepCopyAlignment.o TestCuda_ViewMapping_a.o TestCuda_ViewMapping_b.o TestCuda_ViewMapping_subview.o TestCuda_ViewResize.o TestCuda_ViewLayoutStrideAssignment.o TestCudaUVM_ViewAPI_a.o TestCudaUVM_ViewAPI_b.o TestCudaUVM_ViewAPI_c.o TestCudaUVM_ViewAPI_d.o TestCudaUVM_ViewAPI_e.o TestCudaUVM_ViewCopy_a.o TestCudaUVM_ViewCopy_b.o TestCudaUVM_ViewMapping_a.o TestCudaUVM_ViewMapping_b.o TestCudaUVM_ViewMapping_subview.o TestCudaHostPinned_ViewAPI_a.o TestCudaHostPinned_ViewAPI_b.o TestCudaHostPinned_ViewAPI_c.o TestCudaHostPinned_ViewAPI_d.o TestCudaHostPinned_ViewAPI_e.o TestCudaHostPinned_ViewCopy_a.o TestCudaHostPinned_ViewCopy_b.o TestCudaHostPinned_ViewMapping_a.o TestCudaHostPinned_ViewMapping_b.o TestCudaHostPinned_ViewMapping_subview.o TestCuda_View_64bit.o TestCuda_ViewOfClass.o TestCuda_SubView_a.o TestCuda_SubView_b.o TestCuda_SubView_c01.o TestCuda_SubView_c02.o TestCuda_SubView_c03.o TestCuda_SubView_c04.o TestCuda_SubView_c05.o TestCuda_SubView_c06.o TestCuda_SubView_c07.o TestCuda_SubView_c08.o TestCuda_SubView_c09.o TestCuda_SubView_c10.o TestCuda_SubView_c11.o TestCuda_SubView_c12.o TestCuda_SubView_c13.o TestCuda_Reductions.o TestCuda_ParallelScanRangePolicy.o TestCuda_Reductions_DeviceView.o TestCuda_Reducers_a.o TestCuda_Reducers_b.o TestCuda_Reducers_c.o TestCuda_Reducers_d.o TestCuda_Reducers_e.o TestCuda_Complex.o TestCuda_AtomicOperations_int.o TestCuda_AtomicOperations_unsignedint.o TestCuda_AtomicOperations_longint.o TestCuda_AtomicOperations_unsignedlongint.o TestCuda_AtomicOperations_longlongint.o TestCuda_AtomicOperations_double.o TestCuda_AtomicOperations_float.o TestCuda_AtomicOperations_complexfloat.o TestCuda_AtomicOperations_complexdouble.o TestCuda_AtomicViews.o TestCuda_Atomics.o TestCuda_TeamBasic.o TestCuda_TeamScratch.o TestCuda_TeamReductionScan.o TestCuda_TeamTeamSize.o TestCuda_TeamVectorRange.o TestCuda_Other.o TestCuda_MDRange_a.o TestCuda_MDRange_b.o TestCuda_MDRange_c.o TestCuda_MDRange_d.o TestCuda_MDRange_e.o TestCuda_Crs.o TestCuda_Task.o TestCuda_WorkGraph.o TestCuda_Spaces.o TestCuda_UniqueToken.o TestCuda_LocalDeepCopy.o TestCuda_DebugSerialExecution.o TestCuda_DebugPinUVMSpace.o TestCuda_TeamScratchStreams.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_InterOp_Init.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpInit 4: [ OK ] cuda_DeathTest.abort_from_device (879 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (830 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_InterOp_Streams.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpStreams 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (898 ms) 4: [----------] 4 tests from cuda_DeathTest (3404 ms total) 4: 4: [----------] 179 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (6 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (5 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (5 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (13 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (13 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (13 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (10 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (10 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (250 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestSerial_Init.o TestSerial_SharedAlloc.o TestSerial_RangePolicy.o TestSerial_RangePolicyRequire.o TestSerial_View_64bit.o TestSerial_ViewAPI_a.o TestSerial_ViewAPI_b.o TestSerial_ViewAPI_c.o TestSerial_ViewAPI_d.o TestSerial_ViewAPI_e.o TestSerial_DeepCopyAlignment.o TestSerial_ViewCopy_a.o TestSerial_ViewCopy_b.o TestSerial_ViewMapping_a.o TestSerial_ViewMapping_b.o TestSerial_ViewMapping_subview.o TestSerial_ViewResize.o TestSerial_ViewLayoutStrideAssignment.o TestSerial_ViewOfClass.o TestSerial_SubView_a.o TestSerial_SubView_b.o TestSerial_SubView_c01.o TestSerial_SubView_c02.o TestSerial_SubView_c03.o TestSerial_SubView_c04.o TestSerial_SubView_c05.o TestSerial_SubView_c06.o TestSerial_SubView_c07.o TestSerial_SubView_c08.o TestSerial_SubView_c09.o TestSerial_SubView_c10.o TestSerial_SubView_c11.o TestSerial_SubView_c12.o TestSerial_SubView_c13.o TestSerial_Reductions.o TestSerial_ParallelScanRangePolicy.o TestSerial_Reductions_DeviceView.o TestSerial_Reducers_a.o TestSerial_Reducers_b.o TestSerial_Reducers_c.o TestSerial_Reducers_d.o TestSerial_Reducers_e.o TestSerial_Complex.o TestSerial_AtomicOperations_int.o TestSerial_AtomicOperations_unsignedint.o TestSerial_AtomicOperations_longint.o TestSerial_AtomicOperations_unsignedlongint.o TestSerial_AtomicOperations_longlongint.o TestSerial_AtomicOperations_double.o TestSerial_AtomicOperations_float.o TestSerial_AtomicOperations_complexfloat.o TestSerial_AtomicOperations_complexdouble.o TestSerial_AtomicViews.o TestSerial_Atomics.o TestSerial_TeamBasic.o TestSerial_TeamScratch.o TestSerial_TeamVectorRange.o TestSerial_TeamReductionScan.o TestSerial_TeamTeamSize.o TestSerial_Other.o TestSerial_MDRange_a.o TestSerial_MDRange_b.o TestSerial_MDRange_c.o TestSerial_MDRange_d.o TestSerial_MDRange_e.o TestSerial_Crs.o TestSerial_Task.o TestSerial_WorkGraph.o TestSerial_LocalDeepCopy.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Serial [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o [ 83%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper TestHWLOC.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_HWLOC [ 83%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o [ 83%] Linking CXX static library ../../libLLVMVECodeGen.a [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o [ 83%] Built target LLVMVECodeGen [ 83%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixBrTableDefaults.cpp.o [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Default /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook_terminate [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper TestStackTrace.o TestStackTrace_f0.o TestStackTrace_f1.o TestStackTrace_f2.o TestStackTrace_f3.o TestStackTrace_f4.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_StackTraceTestExec [ 83%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o [ 83%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o 4: [ OK ] cuda.atomic_views_integral (6485 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (51 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (3 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (0 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (1 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (6 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (2 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (8 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (1 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (40 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 84%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o [ 86%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o [ 86%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1629 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make -C core/perf_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/perf_test/test_taskdag.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostThreadTeam.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemorySpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_SharedAlloc.cpp [ 86%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixIrreducibleControlFlow.cpp.o 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2382 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixFunctionBitcasts.cpp.o 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1453 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 66%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 75%] Linking CXX executable Kokkos_UnitTest_Random [ 66%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 87%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o [ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o [ 87%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o [ 75%] Built target Kokkos_UnitTest_Random /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Spinwait.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_hwloc.cpp [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1764 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (0 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (21 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (32 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (2 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (6 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (1 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (4 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 4: [ OK ] cuda.mdrange_large_deep_copy (77 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_CPUDiscovery.cpp [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZPostRewrite.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFrameLowering.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1504 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (0 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (0 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (8 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (0 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (1 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (0 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (24 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (0 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (0 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (3 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (3 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (0 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (1 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (2 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (2 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (1 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (1 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (0 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (9 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (9 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (14 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (124 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (4 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (57 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (17 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (72 ms) 4: [----------] 179 tests from cuda (16292 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 183 tests from 2 test suites ran. (19696 ms total) 4: [ PASSED ] 182 tests. 4: [ SKIPPED ] 1 test, listed below: 4: [ SKIPPED ] cuda.mdspan_minimal_functional 4/59 Test #4: Kokkos_CoreUnitTest_Cuda1 ................... Passed 20.63 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: [==========] Running 121 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 7 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostBarrier.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Core.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Error.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace.cpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemoryPool.cpp [ 87%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelDAGToDAG.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 [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLoweringHVX.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Instance.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_CudaSpace.cpp [ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/src/Lock_Array_CUDA.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelLowering.cpp.o [ 87%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastPreTileConfig.cpp.o [ 87%] Linking CXX static library ../../../../lib/libclangCodeGen.a [ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial_Task.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyInstrInfo.cpp.o [ 87%] Built target clangCodeGen [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 87%] Building CXX object tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o [ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o [ 87%] Linking CXX static library ../../libLLVMXCoreCodeGen.a [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Built target LLVMXCoreCodeGen ar cr libkokkos.a Kokkos_Command_Line_Parsing.o Kokkos_HostSpace_deepcopy.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostThreadTeam.o Kokkos_MemorySpace.o Kokkos_SharedAlloc.o Kokkos_Spinwait.o Kokkos_hwloc.o Kokkos_CPUDiscovery.o Kokkos_HostBarrier.o Kokkos_Core.o Kokkos_Stacktrace.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_HostSpace.o Kokkos_MemoryPool.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Kokkos_Cuda_Task.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test -L/usr/local/cuda/lib64 -lpthread test_taskdag.o -lkokkos -ldl -lcudart -lcuda -o KokkosCore_PerformanceTest_TaskDAG echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make -C containers/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/UnitTestMain.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_Bitset.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DualView.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DynamicView.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_generic.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_rank12345.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_rank67.cpp [ 87%] Linking CXX executable ../../../bin/lli-child-target [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o [ 87%] Built target lli-child-target [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 87%] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXCtorDtorLowering.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerBrUnless.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerEmscriptenEHSjLj.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 87%] Linking CXX static library ../../libLLVMNVPTXCodeGen.a [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o [ 87%] Built target LLVMNVPTXCodeGen [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerRefTypesIntPtrConv.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ErrorReporter.cpp [ 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_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_OffsetView.cpp [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ScatterView.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMachineFunctionInfo.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_StaticCrsGraph.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_UnorderedMap.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCInstLower.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda_ViewCtorPropEmbeddedDim.cpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 87%] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-coff.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Command_Line_Parsing.cpp [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o [ 87%] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCLowerPrePass.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyNullifyDebugValueLists.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o /scratch/llvm-project/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp: In member function 'llvm::Expected llvm::exegesis::{anonymous}::SubProcessFunctionExecutorImpl::getFileDescriptorFromSocket(int) const': /scratch/llvm-project/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp:226:19: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] 226 | if (BytesRead < 0) | ~~~~~~~~~~^~~ [ 87%] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Abort.cpp [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o [ 87%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (39389 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeLiveIntervals.cpp.o [ 87%] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-statistics.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostThreadTeam.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeReturned.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemorySpace.cpp [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_SharedAlloc.cpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPeephole.cpp.o [ 87%] Linking CXX executable ../../bin/llvm-jitlink [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Spinwait.cpp [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 87%] Linking CXX static library ../../libLLVMSystemZCodeGen.a [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/DisassemblerHelper.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegisterInfo.cpp.o [ 87%] Built target LLVMSystemZCodeGen [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostBarrier.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Core.cpp [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Stacktrace.cpp [ 87%] Built target llvm-jitlink /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Error.cpp [ 87%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemoryPool.cpp [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o [ 87%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegColoring.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_CudaSpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 75%] Built target Kokkos_ContainersUnitTest_OpenMP [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/src/Lock_Array_CUDA.cpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial.cpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial_Task.cpp [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_Bitset.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DualView.cpp [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DynamicView.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_generic.cpp [ 87%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_rank12345.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_rank67.cpp [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegNumbering.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ErrorReporter.cpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_OffsetView.cpp [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (34061 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUArgumentUsageInfo.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupInstTuning.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegStackify.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ScatterView.cpp [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_StaticCrsGraph.cpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_UnorderedMap.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial_ViewCtorPropEmbeddedDim.cpp [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAtomicOptimizer.cpp.o [ 87%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupVectorConstants.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o [ 87%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o ar cr libkokkos.a Kokkos_Command_Line_Parsing.o Kokkos_HostSpace_deepcopy.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostThreadTeam.o Kokkos_MemorySpace.o Kokkos_SharedAlloc.o Kokkos_Spinwait.o Kokkos_hwloc.o Kokkos_CPUDiscovery.o Kokkos_HostBarrier.o Kokkos_Core.o Kokkos_Stacktrace.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_HostSpace.o Kokkos_MemoryPool.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Kokkos_Cuda_Task.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_Bitset.o TestCuda_DualView.o TestCuda_DynamicView.o TestCuda_DynViewAPI_generic.o TestCuda_DynViewAPI_rank12345.o TestCuda_DynViewAPI_rank67.o TestCuda_ErrorReporter.o TestCuda_OffsetView.o TestCuda_ScatterView.o TestCuda_StaticCrsGraph.o TestCuda_UnorderedMap.o TestCuda_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Cuda [ 87%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o [ 87%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 87%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o [ 87%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyReplacePhysRegs.cpp.o [ 87%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAttributor.cpp.o [ 89%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 89%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 89%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 89%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 72%] Built target Kokkos_ContainersUnitTest_Serial [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 89%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 89%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRuntimeLibcallSignatures.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 89%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o [ 72%] Built target Kokkos_ContainersUnitTest_Cuda [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 89%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o [ 89%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DynAllocaExpander.cpp.o [ 89%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBranchTargets.cpp.o [ 89%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o [ 89%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o [ 76%] Built target Kokkos_ContainersUnitTest_Cuda [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestSerial_Bitset.o TestSerial_DualView.o TestSerial_DynamicView.o TestSerial_DynViewAPI_generic.o TestSerial_DynViewAPI_rank12345.o TestSerial_DynViewAPI_rank67.o TestSerial_ErrorReporter.o TestSerial_OffsetView.o TestSerial_ScatterView.o TestSerial_StaticCrsGraph.o TestSerial_UnorderedMap.o TestSerial_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Serial echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make -C containers/performance_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' [ 89%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCombinerHelper.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests/TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests/TestMain.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostThreadTeam.cpp [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 89%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySelectionDAGInfo.cpp.o [ 89%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o [ 89%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (34559 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 89%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o [ 90%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemorySpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_SharedAlloc.cpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5436 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySetP2AlignOperands.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 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/TestStdAlgorithmsTeamExclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Spinwait.cpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostBarrier.cpp [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCtorDtorLowering.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUExportClustering.cpp.o [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Core.cpp [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o [ 90%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4917 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Stacktrace.cpp [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Error.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace.cpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemoryPool.cpp [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySortRegion.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o [ 90%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SubprocessMemory.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUGlobalISelUtils.cpp.o [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMemIntrinsicResults.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_CudaSpace.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/src/Lock_Array_CUDA.cpp [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial.cpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial_Task.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 90%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUHSAMetadataStreamer.cpp.o [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (13402 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o ar cr libkokkos.a Kokkos_Command_Line_Parsing.o Kokkos_HostSpace_deepcopy.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostThreadTeam.o Kokkos_MemorySpace.o Kokkos_SharedAlloc.o Kokkos_Spinwait.o Kokkos_hwloc.o Kokkos_CPUDiscovery.o Kokkos_HostBarrier.o Kokkos_Core.o Kokkos_Stacktrace.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_HostSpace.o Kokkos_MemoryPool.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Kokkos_Cuda_Task.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests -L/usr/local/cuda/lib64 -lpthread TestCuda.o TestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -o KokkosContainers_PerformanceTest_Cuda echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make -C algorithms/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySubtarget.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/UnitTestMain.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_ExecPolicy.cpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 90%] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorLoopCarriedReuse.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostThreadTeam.cpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInsertDelayAlu.cpp.o [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetMachine.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemorySpace.cpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 90%] Linking CXX static library ../../../lib/libLLVMExegesis.a [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o [ 90%] Built target LLVMExegesis [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_SharedAlloc.cpp [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Spinwait.cpp [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_hwloc.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_CPUDiscovery.cpp 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (13248 ms) 5: [----------] 7 tests from cuda_DeathTest (145016 ms total) 5: 5: [----------] 86 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (4 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (0 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (56 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (7 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: [ OK ] cuda.large_team_scratch_size (3 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (0 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: [ OK ] cuda.parallel_scan_with_reducers (83 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (15 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (18 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (16 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (10 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (13 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (10 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 95%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o 5: [ OK ] cuda.team_reduction_scan (2061 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (32 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (32 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (10 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (163 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (159 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (0 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (4 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostBarrier.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Core.cpp 5: [ OK ] cuda.team_policy_max_recommended (419 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: [ OK ] cuda.team_teamvector_range (1 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (2 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (1 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (11 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (7 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (3 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (0 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (9 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (7 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (77 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (72 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (0 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (28 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (7 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (0 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (0 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (13 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (0 ms) 5: [ RUN ] cuda.workgraph_fib 5: [ OK ] cuda.workgraph_fib (819 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 86 tests from cuda (4201 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (0 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (48 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (47 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (50 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (71 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (70 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (72 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (71 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (72 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (72 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (622 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 121 tests from 3 test suites ran. (149840 ms total) 5: [ PASSED ] 121 tests. /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Stacktrace.cpp 5/59 Test #5: Kokkos_CoreUnitTest_Cuda2 ................... Passed 150.78 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Profiling.cpp 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVExtract.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstCombineIntrinsic.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_Error.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_HostSpace.cpp [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/impl/Kokkos_MemoryPool.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [ 75%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 95%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 75%] Built target Kokkos_CoreUnitTest_Serial2 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetObjectFile.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_CudaSpace.cpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o [ 95%] Linking CXX executable Kokkos_query_device /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/src/Lock_Array_CUDA.cpp /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial.cpp [ 95%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Built target Kokkos_query_device [ 95%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 95%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Linking CXX executable Kokkos_UnitTest_SIMD [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 90%] Building CXX object lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetTransformInfo.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6770/core/src/Serial/Kokkos_Serial_Task.cpp [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6770/core/src -I/var/jenkins/workspace/Kokkos_PR-6770/containers/src -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/category_files -Werror -c TestSerial.cpp [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o 6: [ OK ] cuda.team_scratch_1_streams (14625 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (1 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (1 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (14628 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (28 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (7 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (4 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (0 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (1 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o ar cr libkokkos.a Kokkos_Command_Line_Parsing.o Kokkos_HostSpace_deepcopy.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostThreadTeam.o Kokkos_MemorySpace.o Kokkos_SharedAlloc.o Kokkos_Spinwait.o Kokkos_hwloc.o Kokkos_CPUDiscovery.o Kokkos_HostBarrier.o Kokkos_Core.o Kokkos_Stacktrace.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_HostSpace.o Kokkos_MemoryPool.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Kokkos_Cuda_Task.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFixCortexA57AES1742098Pass.cpp.o [ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 90%] Linking CXX static library ../../libLLVMWebAssemblyCodeGen.a [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o [ 76%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (4695 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (8 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (24 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_hostpinned (4779 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (41 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (9 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (13 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (3 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (1 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (256 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (4 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (25 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (30 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (31 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (7 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_uvm (440 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (19849 ms total) 6: [ PASSED ] 56 tests. 6/59 Test #6: Kokkos_CoreUnitTest_Cuda3 ................... Passed 20.64 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o 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 (17 ms) 7: [ RUN ] cuda.debug_pin_um_to_host [ 90%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o [ 90%] Built target LLVMWebAssemblyCodeGen [ 90%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCInstructionSelector.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o 7: [ OK ] cuda.debug_pin_um_to_host (721 ms) 7: [----------] 2 tests from cuda (738 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (738 ms total) 7: [ PASSED ] 2 tests. 7/59 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ......... Passed 1.52 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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 [ 96%] Built target Kokkos_tutorial_01_hello_world [ 96%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o 8: [ OK ] cuda.raw_cuda_interop (490 ms) 8: [----------] 1 test from cuda (490 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (490 ms total) 8: [ PASSED ] 1 test. Scanning dependencies of target Kokkos_UnitTest_Random [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 76%] Built target Kokkos_CoreUnitTest_Cuda2 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C 8/59 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ......... Passed 0.77 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 9: [ OK ] cuda.raw_cuda_streams (463 ms) 9: [----------] 1 test from cuda (463 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (463 ms total) 9: [ PASSED ] 1 test. 9/59 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...... Passed 0.75 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaGraph 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 10: Test timeout computed to be: 1500 [ 96%] Linking CXX executable Kokkos_tutorial_02_simple_reduce 10: [==========] Running 5 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 5 tests from cuda_count_bugs 10: [ RUN ] cuda_count_bugs.launch_one 10: [ OK ] cuda_count_bugs.launch_one (0 ms) 10: [ RUN ] cuda_count_bugs.launch_one_rvalue 10: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 10: [ RUN ] cuda_count_bugs.launch_six 10: [ OK ] cuda_count_bugs.launch_six (0 ms) 10: [ RUN ] cuda_count_bugs.when_all_cycle 10: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 10: [ RUN ] cuda_count_bugs.zero_work_reduce 10: [ OK ] cuda_count_bugs.zero_work_reduce (0 ms) 10: [----------] 5 tests from cuda_count_bugs (1 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 5 tests from 1 test suite ran. (1 ms total) 10: [ PASSED ] 5 tests. 10: 10: YOU HAVE 1 DISABLED TEST 10: [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 10/59 Test #10: Kokkos_CoreUnitTest_CudaGraph ............... Passed 0.75 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: [==========] Running 73 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 33 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.initialization_settings 11: [ OK ] defaultdevicetype.initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 11: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_device_id 11: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_devices 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.cmd_line_args_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 11: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 11: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_help 11: [ OK ] defaultdevicetype.cmd_line_args_help (5 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 11: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 11: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (6 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_threads 11: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_device_id 11: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.env_vars_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_disable_warnings 11: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_tune_internals 11: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.visible_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.visible_devices (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: [ OK ] defaultdevicetype.shared_space (62 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 (0 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 (3 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (7 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (18 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms) 11: [ RUN ] defaultdevicetype.malloc 11: [ OK ] defaultdevicetype.malloc (0 ms) 11: [----------] 33 tests from defaultdevicetype (153 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (15 ms) 11: [----------] 1 test from kokkosresize (15 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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: [==========] 73 tests from 41 test suites ran. (170 ms total) 11: [ PASSED ] 73 tests. 11/59 Test #11: Kokkos_CoreUnitTest_Default ................. Passed 0.95 sec test 12 Start 12: Kokkos_CoreUnitTest_LegionInitialization 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 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 initialization 12: [ RUN ] initialization.legion_initialization [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 12: [ OK ] initialization.legion_initialization (462 ms) 12: [----------] 1 test from initialization (462 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (462 ms total) 12: [ PASSED ] 1 test. [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o [ 90%] Linking CXX static library ../../libLLVMHexagonCodeGen.a 12/59 Test #12: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.75 sec test 13 Start 13: Kokkos_CoreUnitTest_PushFinalizeHook 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 13: Test timeout computed to be: 1500 [ 96%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 96%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces 13: SUCCESS 13/59 Test #13: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.74 sec test 14 Start 14: Kokkos_CoreUnitTest_Develop 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 14: Test timeout computed to be: 1500 [ 96%] Built target Kokkos_tutorial_02_simple_reduce [ 96%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 96%] Built target Kokkos_UnitTest_SIMD 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from defaultdevicetype 14: [ RUN ] defaultdevicetype.development_test 14: [ OK ] defaultdevicetype.development_test (0 ms) 14: [----------] 1 test from defaultdevicetype (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. [ 96%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o 14/59 Test #14: Kokkos_CoreUnitTest_Develop ................. Passed 0.75 sec test 15 Start 15: Kokkos_CoreUnitTest_TuningBuiltins 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 15: Test timeout computed to be: 1500 [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o 15/59 Test #15: Kokkos_CoreUnitTest_TuningBuiltins .......... Passed 0.81 sec test 16 Start 16: Kokkos_CoreUnitTest_TuningBasics 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 16: Test timeout computed to be: 1500 [ 90%] Built target LLVMHexagonCodeGen 16: Set of size 10 16: 4,4 16: Expect 1, have 1 16: Expect 2, have 2 16/59 Test #16: Kokkos_CoreUnitTest_TuningBasics ............ Passed 0.74 sec test 17 Start 17: Kokkos_CoreUnitTest_CategoricalTuner 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 17: Test timeout computed to be: 1500 [ 90%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULateCodeGenPrepare.cpp.o 17/59 Test #17: Kokkos_CoreUnitTest_CategoricalTuner ........ Passed 1.21 sec test 18 Start 18: Kokkos_CoreUnitTest_LogicalSpaces 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 18: Test timeout computed to be: 1500 18: [==========] Running 6 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 1 test from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.access_forbidden [ 96%] Built target Kokkos_tutorial_03_simple_view [ 96%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o 18: [ OK ] defaultdevicetype_DeathTest.access_forbidden (353 ms) 18: [----------] 1 test from defaultdevicetype_DeathTest (353 ms total) 18: 18: [----------] 5 tests from defaultdevicetype 18: [ RUN ] defaultdevicetype.logical_space_views 18: [ OK ] defaultdevicetype.logical_space_views (0 ms) 18: [ RUN ] defaultdevicetype.logical_space_malloc 18: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 18: [ RUN ] defaultdevicetype.logical_space_alloc 18: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 18: [ RUN ] defaultdevicetype.chained_logical_spaces 18: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 18: [ RUN ] defaultdevicetype.access_allowed 18: [ OK ] defaultdevicetype.access_allowed (0 ms) 18: [----------] 5 tests from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 6 tests from 2 test suites ran. (354 ms total) 18: [ PASSED ] 6 tests. 18/59 Test #18: Kokkos_CoreUnitTest_LogicalSpaces ........... Passed 1.09 sec test 19 Start 19: Kokkos_CoreUnitTest_KokkosP 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 19: Test timeout computed to be: 1500 [ 96%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 96%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o 19: [==========] Running 29 tests from 2 test suites. 19: [----------] Global test environment set-up. 19: [----------] 27 tests from kokkosp 19: [ RUN ] kokkosp.test_named_instance_fence 19: Ref: 33554433 19: Ref: named_instance 19: 33554433 19: named_instance 19: [ OK ] kokkosp.test_named_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_instance_fence 19: Ref: 33554433 19: Ref: Unnamed Instance Fence 19: 33554433 19: Kokkos::Cuda::fence(): Unnamed Instance Fence 19: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_named_global_fence 19: Ref: 33554432 19: Ref: test global fence 19: 0 19: test global fence 19: Miss on id 19: 33554432 19: test global fence 19: [ OK ] kokkosp.test_named_global_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_global_fence 19: Ref: 33554432 19: Ref: Unnamed Global Fence 19: 0 19: Kokkos::fence: Unnamed Global Fence 19: Miss on id 19: 33554432 19: Kokkos::fence: Unnamed Global Fence 19: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 19: [ RUN ] kokkosp.test_multiple_default_instances 19: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 19: [ RUN ] kokkosp.test_id_gen 19: [ OK ] kokkosp.test_id_gen (0 ms) 19: [ RUN ] kokkosp.test_kernel_sequence 19: Ref: 33554433 19: Ref: named_instance 19: 33554433 19: named_instance 19: Ref: 33554433 19: Ref: test_kernel 19: 33554433 19: named_instance 19: Miss on name 19: 0 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 33554432 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 33554433 19: test_kernel 19: [ OK ] kokkosp.test_kernel_sequence (0 ms) 19: [ RUN ] kokkosp.test_streams 19: [ OK ] kokkosp.test_streams (0 ms) 19: [ RUN ] kokkosp.async_deep_copy 19: [ OK ] kokkosp.async_deep_copy (0 ms) 19: [ RUN ] kokkosp.parallel_for 19: [ OK ] kokkosp.parallel_for (0 ms) 19: [ RUN ] kokkosp.parallel_reduce 19: [ OK ] kokkosp.parallel_reduce (0 ms) 19: [ RUN ] kokkosp.parallel_scan 19: [ OK ] kokkosp.parallel_scan (2 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence 19: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence_view 19: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 19: [ RUN ] kokkosp.regions 19: [ OK ] kokkosp.regions (0 ms) 19: [ RUN ] kokkosp.fences 19: [ OK ] kokkosp.fences (0 ms) 19: [ RUN ] kokkosp.raw_allocation 19: [ OK ] kokkosp.raw_allocation (0 ms) 19: [ RUN ] kokkosp.view 19: [ OK ] kokkosp.view (0 ms) 19: [ RUN ] kokkosp.sections 19: [ OK ] kokkosp.sections (0 ms) 19: [ RUN ] kokkosp.metadata 19: [ OK ] kokkosp.metadata (0 ms) 19: [ RUN ] kokkosp.profile_events 19: [ OK ] kokkosp.profile_events (0 ms) 19: [ RUN ] kokkosp.tuning_sequence 19: [ OK ] kokkosp.tuning_sequence (0 ms) 19: [ RUN ] kokkosp.no_init_kernel 19: [ OK ] kokkosp.no_init_kernel (0 ms) 19: [ RUN ] kokkosp.get_events 19: [ OK ] kokkosp.get_events (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init 19: [ OK ] kokkosp.create_mirror_no_init (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 19: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 19: [ RUN ] kokkosp.create_mirror_view_and_copy 19: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 19: [----------] 27 tests from kokkosp (4 ms total) 19: 19: [----------] 2 tests from defaultdevicetype 19: [ RUN ] defaultdevicetype.profiling_section 19: [ OK ] defaultdevicetype.profiling_section (0 ms) 19: [ RUN ] defaultdevicetype.scoped_profile_region 19: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 19: [----------] 2 tests from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 29 tests from 2 test suites ran. (4 ms total) 19: [ PASSED ] 29 tests. [ 78%] Linking CXX executable Kokkos_UnitTest_Sort 19/59 Test #19: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.76 sec test 20 Start 20: Kokkos_CoreUnitTest_ToolIndependence 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 20: Test timeout computed to be: 1500 20/59 Test #20: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.01 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoadHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/59 Test #21: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.75 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLineHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 [ 78%] Built target Kokkos_UnitTest_Sort [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 22/59 Test #22: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.75 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoad 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 23: Environment variables: 23: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 23: Test timeout computed to be: 1500 23: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1200::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0xf044c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xf046c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xf04740:Host:source:0xf04540: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:0xf04800: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:0xf046c0:40::kokkosp_deallocate_data:Host:source:0xf044c0:40::kokkosp_finalize_library:: 23/59 Test #23: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.74 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLine 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o /scratch/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp: In member function 'llvm::SDValue llvm::AMDGPUTargetLowering::LowerFLOGUnsafe(llvm::SDValue, const llvm::SDLoc&, llvm::SelectionDAG&, bool, llvm::SDNodeFlags) const': /scratch/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp:2700: warning: enumeral mismatch in conditional expression: 'llvm::AMDGPUISD::NodeType' vs 'llvm::ISD::NodeType' [-Wenum-compare] 2700 | unsigned LogOp = VT == MVT::f32 ? AMDGPUISD::LOG : ISD::FLOG2; | /scratch/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp: In member function 'llvm::SDValue llvm::AMDGPUTargetLowering::lowerFEXPUnsafe(llvm::SDValue, const llvm::SDLoc&, llvm::SelectionDAG&, llvm::SDNodeFlags) const': /scratch/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp:2792: warning: enumeral mismatch in conditional expression: 'llvm::AMDGPUISD::NodeType' vs 'llvm::ISD::NodeType' [-Wenum-compare] 2792 | return DAG.getNode(VT == MVT::f32 ? AMDGPUISD::EXP : ISD::FEXP2, SL, VT, Mul, | 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:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1200::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0xf04300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xf04480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xf04500:Host:source:0xf04380: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:0xf04600: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:0xf04480:40::kokkosp_deallocate_data:Host:source:0xf04300:40::kokkosp_finalize_library:: 24/59 Test #24: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.75 sec test 25 Start 25: Kokkos_CoreUnitTest_StackTraceTest 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 25: Test timeout computed to be: 1500 [ 90%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o 25: [==========] Running 3 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 2 tests from defaultdevicetype_DeathTest 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x437ad0] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43919d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f1: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x437ad0] Test::test_stacktrace(bool, bool) 25: [0x43919d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43b4f6] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x4384c4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43919d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f3: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x43b4f6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4384c4] Test::test_stacktrace(bool, bool) 25: [0x43919d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (261 ms) 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x437ad0] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43946a] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f1: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x437ad0] Test::test_stacktrace(bool, bool) 25: [0x43946a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43b4f6] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x4384c4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43946a] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f3: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x43b4f6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4384c4] Test::test_stacktrace(bool, bool) 25: [0x43946a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (225 ms) 25: [----------] 2 tests from defaultdevicetype_DeathTest (486 ms total) 25: 25: [----------] 1 test from defaultdevicetype 25: [ RUN ] defaultdevicetype.stacktrace_normal 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x437ad0] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f1: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x437ad0] Test::test_stacktrace(bool, bool) 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a5450] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43b1db] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43b4f6] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x4384c4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x4711d4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4498f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44ac30] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44b4d7] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45b19d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x471da4] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45abac] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4396b0] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5b7e0b3] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4379ae] 25: 25: demangled test_f3: 25: [0x4a5450] Kokkos::Impl::save_stacktrace() 25: [0x43b1db] Test::stacktrace_test_f1(std::ostream&) 25: [0x43b4f6] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4384c4] Test::test_stacktrace(bool, bool) 25: [0x4711d4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x4498f8] testing::Test::Run() 25: [0x44ac30] testing::TestInfo::Run() 25: [0x44b4d7] testing::TestSuite::Run() 25: [0x45b19d] testing::internal::UnitTestImpl::RunAllTests() 25: [0x471da4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45abac] testing::UnitTest::Run() 25: [0x4396b0] main 25: [0x7ffff5b7e0b3] __libc_start_main 25: [0x4379ae] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 25: [----------] 1 test from defaultdevicetype (1 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 3 tests from 2 test suites ran. (488 ms total) 25: [ PASSED ] 3 tests. [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o 25/59 Test #25: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.24 sec test 26 Start 26: Kokkos_IncrementalTest_CUDA 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_CUDA 26: Test timeout computed to be: 1500 [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o 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_LAMBDA: yes 26: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 26: 26: Cuda Runtime Configuration: 26: macro KOKKOS_ENABLE_CUDA : defined 26: macro CUDA_VERSION = 11000 = version 11.0 26: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 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 [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o [ 90%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCodeGenPrepare.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 26: [ OK ] CUDA.IncrTest_03b_memspace_free (2068 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 (0 ms) 26: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms) 26: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (230 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 (3 ms) 26: [ RUN ] CUDA.incr_17_atomicView 26: [ OK ] CUDA.incr_17_atomicView (0 ms) 26: [----------] 28 tests from CUDA (2312 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (2312 ms total) 26: [ PASSED ] 28 tests. 26/59 Test #26: Kokkos_IncrementalTest_CUDA ................. Passed 3.07 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 27: Test timeout computed to be: 1500 [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_05_simple_atomics 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 (114 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 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (122 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (240 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (240 ms total) 27: [ PASSED ] 28 tests. 27/59 Test #27: Kokkos_IncrementalTest_SERIAL ............... Passed 0.99 sec test 28 Start 28: Kokkos_CoreUnitTest_CTestDevice 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 28: Test timeout computed to be: 1500 28: [==========] Running 8 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 8 tests from ctest_environment 28: [ RUN ] ctest_environment.no_device_type 28: [ OK ] ctest_environment.no_device_type (0 ms) 28: [ RUN ] ctest_environment.no_process_count 28: [ OK ] ctest_environment.no_process_count (0 ms) 28: [ RUN ] ctest_environment.invalid_rank 28: [ OK ] ctest_environment.invalid_rank (0 ms) 28: [ RUN ] ctest_environment.no_type_str 28: [ OK ] ctest_environment.no_type_str (0 ms) 28: [ RUN ] ctest_environment.missing_type 28: [ OK ] ctest_environment.missing_type (0 ms) 28: [ RUN ] ctest_environment.no_id_str 28: [ OK ] ctest_environment.no_id_str (0 ms) 28: [ RUN ] ctest_environment.invalid_id_str 28: [ OK ] ctest_environment.invalid_id_str (0 ms) 28: [ RUN ] ctest_environment.good 28: [ OK ] ctest_environment.good (0 ms) 28: [----------] 8 tests from ctest_environment (0 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 8 tests from 1 test suite ran. (0 ms total) 28: [ PASSED ] 8 tests. 28/59 Test #28: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.01 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 29: Test timeout computed to be: 1500 29/59 Test #29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_DeviceAndThreads 30: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/TestDeviceAndThreads.py" 30: Test timeout computed to be: 1500 [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibCalls.cpp.o 30: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 90%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 97%] Built target Kokkos_tutorial_05_simple_atomics [ 97%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 98%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 90%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMakeCompressible.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o 30: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCallLowering.cpp.o [ 99%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts 30: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 99%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 99%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 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_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o 30: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 30: 30: ---------------------------------------------------------------------- 30: Ran 4 tests in 7.473s 30: 30: OK (skipped=1) 30/59 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads ........ Passed 7.88 sec test 31 Start 31: Kokkos_PerformanceTest_TaskDag 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 31: Test timeout computed to be: 1500 31/59 Test #31: Kokkos_PerformanceTest_TaskDag .............. Passed 0.00 sec test 32 Start 32: Kokkos_PerformanceTest_Benchmark 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-31_T21-40-40.json" 32: Test timeout computed to be: 1500 /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper TestSerial.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosAlgorithms_UnitTest_Serial [ 99%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 99%] 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 32: 2024-01-31T22:17:15+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 32: Run on (6 X 2095.08 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.91, 4.59, 6.72 32: CPU architecture: none 32: Default Device: N6Kokkos4CudaE 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 32: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 32: GIT_COMMIT_HASH: 92307a5ec 32: GPU architecture: VOLTA70 32: KOKKOS_COMPILER_CLANG: 1200 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CUDA: yes 32: KOKKOS_ENABLE_CUDA_LAMBDA: yes 32: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 32: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_CUDA_UVM: no 32: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HBWSPACE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 32: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_LIBRT: no 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: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 32: Kokkos Version: 4.2.1 32: macro KOKKOS_ENABLE_CUDA: defined 32: platform: 64bit 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: GramSchmidt/Count:1024/iterations:5/manual_time 0.006 s 0.006 s 5 1024 5.70305u 32: GramSchmidt/Count:2048/iterations:5/manual_time 0.006 s 0.006 s 5 2.048k 2.86046u 32: GramSchmidt/Count:4096/iterations:5/manual_time 0.005 s 0.006 s 5 4.096k 1.20505u 32: GramSchmidt/Count:8192/iterations:5/manual_time 0.005 s 0.006 s 5 8.192k 611.172n 32: GramSchmidt/Count:16384/iterations:5/manual_time 0.005 s 0.008 s 5 16.384k 313.692n 32: GramSchmidt/Count:32768/iterations:5/manual_time 0.006 s 0.009 s 5 32.768k 171.396n 32: GramSchmidt/Count:65536/iterations:5/manual_time 0.006 s 0.014 s 5 65.536k 94.3881n 32: GramSchmidt/Count:131072/iterations:5/manual_time 0.007 s 0.024 s 5 131.072k 52.4721n [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o 32: GramSchmidt/Count:262144/iterations:5/manual_time 0.009 s 0.046 s 5 262.144k 32.8145n 32: GramSchmidt/Count:524288/iterations:5/manual_time 0.016 s 0.093 s 5 524.288k 30.7207n [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 79%] 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_C.dir/TestStdAlgorithmsEqual.cpp.o [ 99%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 99%] 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 [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o [ 99%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 99%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 99%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 99%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s Max 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.008 s 240 94.1265k/s 11.5 [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: OverlapRangePolicy/N:2000/M:10000/R:10 0.312 s 0.311 s 2 0.0780834 0.0377053 0.031894 0.0146483 0.0161212 4.922u [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibFunc.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: OverlapMDRangePolicy/N:200/M:10000/R:10 0.023 s 0.023 s 30 5.85111m 2.92549m 2.16842m 1095.61u 1097.58u 5.3u [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o 32: OverlapTeamPolicy/N:20/M:1000000/R:10 0.316 s 0.315 s 2 0.0627597 0.02967 0.0521376 0.0250867 0.0260701 7.893u 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 9.53516n 32: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 5.24414n 32: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 2.44434n 32: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.36035n 32: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 994.141p 32: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 794.8p 32: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 597.458p 32: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 522.423p 32: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 598.259p 32: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 611.782p [ 90%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o [ 99%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 90%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: rate 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Malloc/N:1/manual_time 8.75 us 19.2 us 80072 114.332k/s [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 80%] Linking CXX executable Kokkos_UnitTest_Random [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelAttributes.cpp.o [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o 32: Malloc/N:16/manual_time 8.96 us 19.7 us 80116 111.549k/s [ 80%] Built target Kokkos_UnitTest_Random [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 90%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o 32: Malloc/N:256/manual_time 9.12 us 20.0 us 76554 109.693k/s [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerModuleLDSPass.cpp.o 32: Malloc/N:4096/manual_time 9.11 us 20.0 us 76790 109.733k/s [ 99%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 90%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o [ 90%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o [ 90%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchCoalescing.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o 32: Malloc/N:65536/manual_time 9.11 us 20.0 us 76818 109.729k/s [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o 32: Malloc/N:1048576/manual_time 74.2 us 130 us 9570 13.4774k/s [ 99%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [100%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [100%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 90%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o [ 92%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 81%] 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 [ 92%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCallingConv.cpp.o [100%] Built target Kokkos_tutorial_advancedviews_04_dualviews [100%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o 32: Malloc/N:16777216/manual_time 299 us 218 us 7238 3.34166k/s [100%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [100%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for 32: Malloc/N:268435456/manual_time 6146 us 755 us 107 162.706/s [100%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda 32: Malloc/N:4294967296/manual_time 99485 us 8006 us 8 10.0518/s [ 92%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o 32: MallocFree/N:1/manual_time 19.2 us 19.2 us 36170 51.9501k/s [100%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [100%] Built target Kokkos_tutorial_01_hello_world_lambda [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 92%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o 32: MallocFree/N:16/manual_time 19.2 us 19.2 us 36509 52.1741k/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o 32: MallocFree/N:256/manual_time 19.2 us 19.2 us 36473 52.0485k/s [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 32: MallocFree/N:4096/manual_time 19.2 us 19.1 us 36555 52.2147k/s [ 92%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsExpandPseudo.cpp.o [ 92%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineModuleInfo.cpp.o [ 92%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 32: MallocFree/N:65536/manual_time 19.2 us 19.2 us 36577 52.207k/s [ 92%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o 32: MallocFree/N:1048576/manual_time 132 us 131 us 5409 7.58801k/s [ 92%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [100%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 92%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o 32: MallocFree/N:16777216/manual_time 327 us 208 us 4046 3.05472k/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 32: MallocFree/N:268435456/manual_time 6479 us 820 us 105 154.357/s [100%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 92%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o 32: MallocFree/N:4294967296/manual_time 117673 us 8760 us 9 8.49815/s [100%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [100%] Built target Kokkos_tutorial_02_simple_reduce_lambda [100%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 92%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o 32: MallocTouch/N:1/manual_time 10.4 us 21.0 us 65701 96.0162k/s [ 92%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o [ 92%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o [ 92%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 32: MallocTouch/N:16/manual_time 10.4 us 21.0 us 67859 96.0511k/s [100%] Built target Kokkos_tutorial_03_simple_view_lambda [ 92%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVGatherScatterLowering.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 32: MallocTouch/N:256/manual_time 10.7 us 21.6 us 67756 93.0805k/s [100%] Linking CXX executable Kokkos_gups [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o 32: MallocTouch/N:4096/manual_time 17.4 us 28.0 us 40079 57.458k/s [ 92%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUIGroupLP.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B 32: MallocTouch/N:65536/manual_time 17.4 us 28.1 us 40185 57.344k/s [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o 32: MallocTouch/N:1048576/manual_time 84.3 us 143 us 8316 11.8652k/s [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoopsVerify.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMIRFormatter.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandAtomicPseudoInsts.cpp.o [100%] Built target Kokkos_gups [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 32: MallocTouch/N:16777216/manual_time 280 us 235 us 6067 3.56821k/s [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 32: MallocTouch/N:268435456/manual_time 6204 us 899 us 117 161.199/s [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 32: MallocTouch/N:4294967296/manual_time 125376 us 11148 us 9 7.97602/s /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper TestCuda.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosAlgorithms_UnitTest_Cuda echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make -C core/unit_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' ./KokkosCore_UnitTest_Cuda ./KokkosCore_UnitTest_Serial ./KokkosCore_UnitTest_HWLOC ./KokkosCore_UnitTest_Default [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from hwloc [ RUN ] hwloc.query NUMA[1] CORE[1] PU[1] [ OK ] hwloc.query (0 ms) [----------] 1 test from hwloc (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (0 ms total) [ PASSED ] 1 test. ./KokkosCore_UnitTest_PushFinalizeHook ./KokkosCore_UnitTest_PushFinalizeHook_terminate ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term [==========] Running 164 tests from 2 test suites. Note: Google Test filter = *terminate [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] Global test environment set-up. [----------] 2 tests from serial_DeathTest [----------] 1 test from defaultdevicetype_DeathTest [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate Note: Google Test filter = *generic_term [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype_DeathTest [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (7 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (2 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_conversion (8 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (2 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (9 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.half_operators (9 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (4 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.bhalf_operators (7 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (38 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (39 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion Note: Google Test filter = *normal [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype [ RUN ] defaultdevicetype.stacktrace_normal Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace [ OK ] defaultdevicetype.stacktrace_normal (0 ms) [----------] 1 test from defaultdevicetype (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (0 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.half_conversion (9 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (10 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (15 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (11 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (50 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_b1 (158 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_b1 (173 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c1 (53 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_c1 (55 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_a2 (70 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [==========] Running 225 tests from 4 test suites. [----------] Global test environment set-up. [----------] 2 tests from cuda_DeathTest [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ OK ] defaultdevicetype.reduce_instantiation_a2 (67 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (398 ms) [----------] 1 test from defaultdevicetype_DeathTest (398 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (398 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_b1 (197 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c1 (48 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_a2 (62 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (568 ms) [----------] 1 test from defaultdevicetype_DeathTest (568 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (568 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_b2 (187 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_b2 (190 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_c2 (62 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_c2 (76 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_b2 (189 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_a3 (62 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_a3 (63 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_c2 (71 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_a3 (64 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_b3 (195 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_b3 (194 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (62 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (935 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (935 ms total) [ PASSED ] 15 tests. [ OK ] defaultdevicetype.reduce_instantiation_c3 (61 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (936 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (936 ms total) [ PASSED ] 15 tests. [ OK ] defaultdevicetype.reduce_instantiation_b3 (135 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (6 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (873 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (873 ms total) [ PASSED ] 15 tests. [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o 32: MallocTouchFree/N:1/manual_time 21.0 us 21.0 us 32688 47.6121k/s 32: MallocTouchFree/N:16/manual_time 21.0 us 20.9 us 33204 47.7289k/s 32: MallocTouchFree/N:256/manual_time 20.9 us 20.9 us 33475 47.8274k/s 32: MallocTouchFree/N:4096/manual_time 28.1 us 28.1 us 24878 35.588k/s [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4300 ms) [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLEnqueuedBlockLowering.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 32: MallocTouchFree/N:65536/manual_time 28.1 us 28.0 us 24885 35.6345k/s [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 32: MallocTouchFree/N:1048576/manual_time 145 us 144 us 4878 6.90121k/s [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPerfHintAnalysis.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPostLegalizerCombiner.cpp.o 1: [==========] Running 175 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 1: [ OK ] serial_DeathTest.abort_from_host (646 ms) 1: [ RUN ] serial_DeathTest.abort_from_device [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7211 ms) [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 32: MallocTouchFree/N:16777216/manual_time 307 us 227 us 3628 3.25426k/s 1: [ OK ] serial_DeathTest.abort_from_device (621 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3905 ms) [----------] 2 tests from serial_DeathTest (8205 ms total) [----------] 162 tests from serial [ RUN ] serial.init [ OK ] serial.init (0 ms) [ RUN ] serial.dispatch [ OK ] serial.dispatch (9 ms) [ RUN ] serial.impl_shared_alloc [ OK ] serial.impl_shared_alloc (12 ms) [ RUN ] serial.range_for [ OK ] serial.range_for (0 ms) [ RUN ] serial.range_reduce [ OK ] serial.range_reduce (0 ms) [ RUN ] serial.range_dynamic_policy [ OK ] serial.range_dynamic_policy (0 ms) [ RUN ] serial.range_for_require [ OK ] serial.range_for_require (0 ms) [ RUN ] serial.range_reduce_require [ OK ] serial.range_reduce_require (0 ms) [ RUN ] serial.range_dynamic_policy_require [ OK ] serial.range_dynamic_policy_require (0 ms) [ RUN ] serial.view_api_a [ OK ] serial.view_api_a (59 ms) [ RUN ] serial.view_api_b [ OK ] serial.view_api_b (1 ms) [ RUN ] serial.view_api_c [ OK ] serial.view_api_c (0 ms) [ RUN ] serial.view_api_d [ OK ] serial.view_api_d (1 ms) [ RUN ] serial.view_allocation_error [ OK ] serial.view_allocation_error (8 ms) [ RUN ] serial.view_remap [ OK ] serial.view_remap (0 ms) [ RUN ] serial.view_mirror_nonconst [ OK ] serial.view_mirror_nonconst (0 ms) [ RUN ] serial.view_stride_method [ OK ] serial.view_stride_method (0 ms) [ RUN ] serial.anonymous_space [ OK ] serial.anonymous_space (0 ms) [ RUN ] serial.view_overload_resolution [ OK ] serial.view_overload_resolution (0 ms) [ RUN ] serial.view_allocation_large_rank 32: MallocTouchFree/N:268435456/manual_time 6542 us 918 us 96 152.853/s 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (619 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 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_C.dir/TestStdAlgorithmsSearch.cpp.o 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (616 ms) 1: [----------] 4 tests from serial_DeathTest (2505 ms total) 1: 1: [----------] 171 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (3 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (3 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral [ OK ] serial.view_allocation_large_rank (894 ms) [ RUN ] serial.view_shmem_size_on_device [ OK ] serial.view_shmem_size_on_device (0 ms) [ RUN ] serial.view_is_assignable [ OK ] serial.view_is_assignable (0 ms) [ RUN ] serial.deep_copy_alignment [ OK ] serial.deep_copy_alignment (94 ms) [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.atomic_views_integral (69 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (40 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (2 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (19 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 32: MallocTouchFree/N:4294967296/manual_time 127356 us 11295 us 9 7.852/s [ OK ] serial.deep_copy_conversion (443 ms) [ RUN ] serial.view_copy_tests [ OK ] serial.view_copy_tests (81 ms) [ RUN ] serial.view_copy_tests_rank_0 [ OK ] serial.view_copy_tests_rank_0 (0 ms) [ RUN ] serial.view_copy_degenerated [ OK ] serial.view_copy_degenerated (0 ms) [ RUN ] serial.view_mapping [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstructionSelector.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertReadWriteCSR.cpp.o [ OK ] serial.view_mapping (674 ms) [ RUN ] serial.view_mapping_operator [ OK ] serial.view_mapping_operator (38 ms) [ RUN ] serial.static_extent [ OK ] serial.static_extent (0 ms) [ RUN ] serial.view_mapping_atomic [ OK ] serial.view_mapping_atomic (7 ms) [ RUN ] serial.view_mapping_class_value [ OK ] serial.view_mapping_class_value (0 ms) [ RUN ] serial.view_mapping_assignable [ OK ] serial.view_mapping_assignable (0 ms) [ RUN ] serial.view_mapping_trivially_copyable [ OK ] serial.view_mapping_trivially_copyable (0 ms) [ RUN ] serial.view_mapping_subview [ OK ] serial.view_mapping_subview (0 ms) [ RUN ] serial.view_resize [ OK ] serial.view_resize (100 ms) [ RUN ] serial.view_realloc [ OK ] serial.view_realloc (0 ms) [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (195 ms) [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (191 ms) [ RUN ] serial.view_irregular_layout [ OK ] serial.view_irregular_layout (0 ms) [ RUN ] serial.view_nested_view [ OK ] serial.view_nested_view (0 ms) [ RUN ] serial.view_subview_auto_1d_left [ OK ] serial.view_subview_auto_1d_left (0 ms) [ RUN ] serial.view_subview_auto_1d_right [ OK ] serial.view_subview_auto_1d_right (0 ms) [ RUN ] serial.view_subview_auto_1d_stride [ OK ] serial.view_subview_auto_1d_stride (0 ms) [ RUN ] serial.view_subview_assign_strided [ OK ] serial.view_subview_assign_strided (0 ms) [ RUN ] serial.view_subview_left_0 [ OK ] serial.view_subview_left_0 (0 ms) [ RUN ] serial.view_subview_left_1 [ OK ] serial.view_subview_left_1 (0 ms) [ RUN ] serial.view_subview_left_2 [ OK ] serial.view_subview_left_2 (0 ms) [ RUN ] serial.view_subview_left_3 [ OK ] serial.view_subview_left_3 (0 ms) [ RUN ] serial.view_subview_right_0 [ OK ] serial.view_subview_right_0 (0 ms) [ RUN ] serial.view_subview_right_1 [ OK ] serial.view_subview_right_1 (0 ms) [ RUN ] serial.view_subview_right_3 [ OK ] serial.view_subview_right_3 (0 ms) [ RUN ] serial.view_static_tests [ OK ] serial.view_static_tests (0 ms) [ RUN ] serial.view_subview_layoutleft_to_layoutleft [ OK ] serial.view_subview_layoutleft_to_layoutleft (1 ms) [ RUN ] serial.view_subview_layoutright_to_layoutright [ OK ] serial.view_subview_layoutright_to_layoutright (1 ms) [ RUN ] serial.view_subview_1d_assign [ OK ] serial.view_subview_1d_assign (0 ms) [ RUN ] serial.view_subview_1d_assign_atomic [ OK ] serial.view_subview_1d_assign_atomic (0 ms) [ RUN ] serial.view_subview_1d_assign_randomaccess [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) [ RUN ] serial.view_subview_2d_from_3d [ OK ] serial.view_subview_2d_from_3d (78 ms) [ RUN ] serial.view_subview_2d_from_3d_atomic [ OK ] serial.view_subview_2d_from_3d_atomic (79 ms) [ RUN ] serial.view_subview_2d_from_3d_randomaccess [ OK ] serial.view_subview_2d_from_3d_randomaccess (77 ms) [ RUN ] serial.view_subview_3d_from_5d_left 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s MB 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.003 s 100 45.6692/s 800 [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2134 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o 32: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 38 43.4453/s 800 [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o 32: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.003 s 38 43.604/s 800 [ OK ] serial.view_subview_3d_from_5d_left (2575 ms) [ RUN ] serial.view_subview_3d_from_5d_left_atomic [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (6831 ms) [----------] 2 tests from cuda_DeathTest (14043 ms total) [----------] 146 tests from cuda [ RUN ] cuda.init [ OK ] cuda.init (0 ms) [ RUN ] cuda.dispatch 32: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.003 s 38 43.4091/s 800 [ OK ] cuda.dispatch (65 ms) [ RUN ] cuda.impl_shared_alloc [ OK ] cuda.impl_shared_alloc (71 ms) [ RUN ] cuda.range_for [ OK ] cuda.range_for (5 ms) [ RUN ] cuda.range_reduce [ OK ] cuda.range_reduce (0 ms) [ RUN ] cuda.range_dynamic_policy [ OK ] cuda.range_dynamic_policy (0 ms) [ RUN ] cuda.range_for_require [ OK ] cuda.range_for_require (1 ms) [ RUN ] cuda.range_reduce_require [ OK ] cuda.range_reduce_require (0 ms) [ RUN ] cuda.range_dynamic_policy_require [ OK ] cuda.range_dynamic_policy_require (0 ms) [ RUN ] cuda.view_api_a [ OK ] cuda.view_api_a (72 ms) [ RUN ] cuda.view_api_b [ OK ] cuda.view_api_b (4 ms) [ RUN ] cuda.view_api_c [ OK ] cuda.view_api_c (0 ms) [ RUN ] cuda.view_api_d [ OK ] cuda.view_api_d (1 ms) [ RUN ] cuda.view_allocation_error [ OK ] cuda.view_allocation_error (0 ms) [ RUN ] cuda.view_remap [ OK ] cuda.view_remap (0 ms) [ RUN ] cuda.view_mirror_nonconst [ OK ] cuda.view_mirror_nonconst (0 ms) [ RUN ] cuda.view_stride_method [ OK ] cuda.view_stride_method (0 ms) [ RUN ] cuda.anonymous_space [ OK ] cuda.anonymous_space (0 ms) [ RUN ] cuda.view_overload_resolution [ OK ] cuda.view_overload_resolution (0 ms) [ RUN ] cuda.view_allocation_large_rank [ OK ] cuda.view_allocation_large_rank (21 ms) [ RUN ] cuda.view_shmem_size_on_device [ OK ] cuda.view_shmem_size_on_device (0 ms) [ RUN ] cuda.view_is_assignable [ OK ] cuda.view_is_assignable (0 ms) [ RUN ] cuda.view_copy_tests [ OK ] cuda.view_copy_tests (42 ms) [ RUN ] cuda.view_copy_tests_rank_0 [ OK ] cuda.view_copy_tests_rank_0 (1 ms) [ RUN ] cuda.view_copy_degenerated [ OK ] cuda.view_copy_degenerated (0 ms) [ RUN ] cuda.deep_copy_alignment [ OK ] cuda.deep_copy_alignment (40 ms) [ RUN ] cuda.deep_copy_conversion [ OK ] cuda.deep_copy_conversion (6 ms) [ RUN ] cuda.view_mapping 32: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.003 s 38 43.5383/s 800 [ OK ] cuda.view_mapping (670 ms) [ RUN ] cuda.view_mapping_operator [ OK ] cuda.view_mapping_operator (9 ms) [ RUN ] cuda.static_extent [ OK ] cuda.static_extent (0 ms) [ RUN ] cuda.view_mapping_atomic [ OK ] cuda.view_mapping_atomic (2 ms) [ RUN ] cuda.view_mapping_class_value [ OK ] cuda.view_mapping_class_value (0 ms) [ RUN ] cuda.view_mapping_assignable [ OK ] cuda.view_mapping_assignable (0 ms) [ RUN ] cuda.view_mapping_trivially_copyable [ OK ] cuda.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda.view_mapping_subview [ OK ] cuda.view_mapping_subview (0 ms) [ RUN ] cuda.view_resize [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPreLegalizerCombiner.cpp.o [ OK ] cuda.view_resize (88 ms) [ RUN ] cuda.view_realloc [ OK ] cuda.view_realloc (0 ms) [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (220 ms) [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (216 ms) [ RUN ] cuda.view_irregular_layout [ OK ] cuda.view_irregular_layout (0 ms) [ RUN ] cuda.view_nested_view [ OK ] cuda.view_nested_view (0 ms) [ RUN ] cuda.int64_t_reduce [ OK ] cuda.int64_t_reduce (10 ms) [ RUN ] cuda.double_reduce [ OK ] cuda.double_reduce (10 ms) [ RUN ] cuda.int64_t_reduce_dynamic [ OK ] cuda.int64_t_reduce_dynamic (15 ms) [ RUN ] cuda.double_reduce_dynamic [ OK ] cuda.double_reduce_dynamic (16 ms) [ RUN ] cuda.int64_t_reduce_dynamic_view [ OK ] cuda.int64_t_reduce_dynamic_view (4 ms) [ RUN ] cuda.int_combined_reduce [ OK ] cuda.int_combined_reduce (0 ms) [ RUN ] cuda.mdrange_combined_reduce [ OK ] cuda.mdrange_combined_reduce (0 ms) [ RUN ] cuda.int_combined_reduce_mixed [ OK ] cuda.int_combined_reduce_mixed (0 ms) [ RUN ] cuda.reduction_deduction [ OK ] cuda.reduction_deduction (0 ms) [ RUN ] cuda.parallel_scan_range_policy [ OK ] cuda.parallel_scan_range_policy (59 ms) [ RUN ] cuda.reduce_device_view_range_policy [ OK ] cuda.reduce_device_view_range_policy (5 ms) [ RUN ] cuda.reduce_device_view_mdrange_policy [ OK ] cuda.reduce_device_view_mdrange_policy (135 ms) [ RUN ] cuda.reduce_device_view_team_policy [ OK ] cuda.reduce_device_view_team_policy (5 ms) [ RUN ] cuda.reducers_int [ OK ] cuda.reducers_int (5 ms) [ RUN ] cuda.reducers_double [ OK ] cuda.reducers_double (6 ms) [ RUN ] cuda.reducers_complex_double [ OK ] cuda.reducers_complex_double (1 ms) [ RUN ] cuda.reducers_struct [ OK ] cuda.reducers_struct (3 ms) [ RUN ] cuda.reducers_half_t [ OK ] cuda.reducers_half_t (3 ms) [ RUN ] cuda.reducers_bhalf_t [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o 32: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.003 s 38 43.5432/s 800 [ OK ] cuda.reducers_bhalf_t (2 ms) [ RUN ] cuda.reducers_int8_t [ OK ] cuda.reducers_int8_t (2 ms) [ RUN ] cuda.reducers_point_t [ OK ] cuda.reducers_point_t (1 ms) [ RUN ] cuda.reducers_bool [ OK ] cuda.reducers_bool (0 ms) [ RUN ] cuda.complex_construction [ OK ] cuda.complex_construction (0 ms) [ RUN ] cuda.complex_basic_math [ OK ] cuda.complex_basic_math (0 ms) [ RUN ] cuda.complex_special_funtions [ OK ] cuda.complex_special_funtions (0 ms) [ RUN ] cuda.complex_io [ OK ] cuda.complex_io (0 ms) [ RUN ] cuda.complex_trivially_copyable [ OK ] cuda.complex_trivially_copyable (0 ms) [ RUN ] cuda.complex_issue_3865 [ OK ] cuda.complex_issue_3865 (0 ms) [ RUN ] cuda.complex_operations_arithmetic_types_overloads [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] cuda.atomic_operations_int [ OK ] cuda.atomic_operations_int (15 ms) [ RUN ] cuda.atomic_operations_unsigned [ OK ] cuda.atomic_operations_unsigned (12 ms) [ RUN ] cuda.atomic_operations_long [ OK ] cuda.atomic_operations_long (15 ms) [ RUN ] cuda.atomic_operations_unsignedlong [ OK ] cuda.atomic_operations_unsignedlong (12 ms) [ RUN ] cuda.atomic_operations_longlong [ OK ] cuda.atomic_operations_longlong (15 ms) [ RUN ] cuda.atomic_operations_double [ OK ] cuda.atomic_operations_double (7 ms) [ RUN ] cuda.atomic_operations_float [ OK ] cuda.atomic_operations_float (6 ms) [ RUN ] cuda.atomic_operations_complexfloat [ OK ] cuda.atomic_operations_complexfloat (6 ms) [ RUN ] cuda.atomic_operations_complexdouble [ OK ] cuda.atomic_operations_complexdouble (6 ms) [ RUN ] cuda.atomic_views_integral [ OK ] serial.view_subview_3d_from_5d_left_atomic (2587 ms) [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 32: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.4565/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 32: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.4567/s 800 [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (2571 ms) [ RUN ] serial.view_subview_3d_from_5d_right 32: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 38 43.4005/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 32: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.003 s 38 43.4124/s 800 32: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.003 s 38 43.38/s 800 32: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.003 s 38 43.5384/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ OK ] serial.view_subview_3d_from_5d_right (2947 ms) [ RUN ] serial.view_subview_3d_from_5d_right_atomic 32: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.003 s 38 43.4294/s 800 [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64GlobalsTagging.cpp.o [ OK ] cuda.atomic_views_integral (6493 ms) [ RUN ] cuda.atomic_views_nonintegral [ OK ] cuda.atomic_views_nonintegral (64 ms) [ RUN ] cuda.atomic_view_api [ OK ] cuda.atomic_view_api (0 ms) [ RUN ] cuda.atomics [ OK ] cuda.atomics (206 ms) [ RUN ] cuda.atomics_tpetra_max_abs [ OK ] cuda.atomics_tpetra_max_abs (0 ms) [ RUN ] cuda.team_for [ OK ] cuda.team_for (0 ms) [ RUN ] cuda.team_reduce [ OK ] cuda.team_reduce (0 ms) [ RUN ] cuda.team_reduce_large [ OK ] cuda.team_reduce_large (43 ms) [ RUN ] cuda.team_parallel_single [ OK ] cuda.team_parallel_single (5 ms) [ RUN ] cuda.large_team_scratch_size [ OK ] cuda.large_team_scratch_size (9 ms) [ RUN ] cuda.team_broadcast_long [ OK ] cuda.team_broadcast_long (0 ms) [ RUN ] cuda.team_broadcast_long_wrapper [ OK ] cuda.team_broadcast_long_wrapper (0 ms) [ RUN ] cuda.team_broadcast_char [ OK ] cuda.team_broadcast_char (0 ms) [ RUN ] cuda.team_broadcast_float [ OK ] cuda.team_broadcast_float (0 ms) [ RUN ] cuda.team_broadcast_double [ OK ] cuda.team_broadcast_double (0 ms) [ RUN ] cuda.team_handle_by_value [ OK ] cuda.team_handle_by_value (0 ms) [ RUN ] cuda.team_vector [ OK ] cuda.team_vector (12 ms) [ RUN ] cuda.triple_nested_parallelism [ OK ] cuda.triple_nested_parallelism (9 ms) [ RUN ] cuda.parallel_scan_with_reducers 32: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.003 s 38 43.4713/s 800 [ OK ] cuda.parallel_scan_with_reducers (704 ms) [ RUN ] cuda.team_shared_request [ OK ] cuda.team_shared_request (0 ms) [ RUN ] cuda.team_scratch_request [ OK ] cuda.team_scratch_request (0 ms) [ RUN ] cuda.team_lambda_shared_request [ OK ] cuda.team_lambda_shared_request (0 ms) [ RUN ] cuda.scratch_align [ OK ] cuda.scratch_align (0 ms) [ RUN ] cuda.shmem_size [ OK ] cuda.shmem_size (0 ms) [ RUN ] cuda.multi_level_scratch [ OK ] cuda.multi_level_scratch (6 ms) [ RUN ] cuda.team_scratch_memory_index_parallel_for [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] cuda.team_reduction_scan [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ OK ] serial.view_subview_3d_from_5d_right_atomic (2945 ms) [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 32: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.003 s 38 43.4756/s 800 [ OK ] cuda.team_reduction_scan (1257 ms) [ RUN ] cuda.team_long_reduce [ OK ] cuda.team_long_reduce (9 ms) [ RUN ] cuda.team_double_reduce [ OK ] cuda.team_double_reduce (9 ms) [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) [ RUN ] cuda.repeated_team_reduce [ OK ] cuda.repeated_team_reduce (11 ms) [ RUN ] cuda.team_policy_max_recommended 32: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.003 s 38 43.4713/s 800 [ OK ] cuda.team_policy_max_recommended (323 ms) [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] cuda.team_teamvector_range [ OK ] cuda.team_teamvector_range (2 ms) [ RUN ] cuda.view_aggregate [ OK ] cuda.view_aggregate (0 ms) [ RUN ] cuda.memory_pool [ OK ] cuda.memory_pool (11 ms) [ RUN ] cuda.cxx11 [ OK ] cuda.cxx11 (1 ms) [ RUN ] cuda.viewctorprop_embedded_dim [ OK ] cuda.viewctorprop_embedded_dim (0 ms) [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) [ RUN ] cuda.view_layouttiled [ OK ] cuda.view_layouttiled (5 ms) [ RUN ] cuda.view_layouttiled_subtile [ OK ] cuda.view_layouttiled_subtile (2 ms) [ RUN ] cuda.mdrange_5d [ OK ] cuda.mdrange_5d (106 ms) [ RUN ] cuda.mdrange_6d [ OK ] cuda.mdrange_6d (143 ms) [ RUN ] cuda.mdrange_2d [ OK ] cuda.mdrange_2d (3 ms) [ RUN ] cuda.mdrange_array_reduce [ OK ] cuda.mdrange_array_reduce (0 ms) [ RUN ] cuda.mdrange_3d [ OK ] cuda.mdrange_3d (19 ms) [ RUN ] cuda.mdrange_neg_idx [ OK ] cuda.mdrange_neg_idx (1 ms) [ RUN ] cuda.mdrange_4d [ OK ] cuda.mdrange_4d (20 ms) [ RUN ] cuda.crs_count_fill [ OK ] cuda.crs_count_fill (4 ms) [ RUN ] cuda.crs_copy_constructor [ OK ] cuda.crs_copy_constructor (17 ms) [ RUN ] cuda.workgraph_fib 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (13538 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (816 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (813 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (18 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (87 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (4 ms) 1: [ RUN ] serial.mdrange_neg_idx [ OK ] cuda.workgraph_fib (929 ms) [ RUN ] cuda.space_access [ OK ] cuda.space_access (0 ms) [ RUN ] cuda.uvm [ OK ] cuda.uvm (1 ms) [ RUN ] cuda.impl_view_accessible [ OK ] cuda.impl_view_accessible (1 ms) [ RUN ] cuda.impl_view_texture [ OK ] cuda.impl_view_texture (0 ms) [ RUN ] cuda.view_subview_const_randomaccess [ OK ] cuda.view_subview_const_randomaccess (0 ms) [ RUN ] cuda.unique_token_global [ OK ] cuda.unique_token_global (2 ms) [ RUN ] cuda.unique_token_instance [ OK ] cuda.unique_token_instance (2 ms) [ RUN ] cuda.unique_token_team_acquire [ OK ] cuda.unique_token_team_acquire (11 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 393 909.602/s 1.6k 1: [ OK ] serial.mdrange_neg_idx (39 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (4 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (22 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPrintfRuntimeBinding.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 411 967.707/s 1.6k [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (2945 ms) [ RUN ] serial.view_test_unmanaged_subview_reset [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) [ RUN ] serial.int64_t_reduce 32: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 410 966.307/s 1.6k 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 967.511/s 1.6k [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2770 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (3 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (130 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (3 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (10 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (5 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 410 966.317/s 1.6k [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o 1: [ OK ] serial.reduce_device_view_mdrange_policy (1012 ms) 1: [ RUN ] serial.reduce_device_view_team_policy [ OK ] serial.int64_t_reduce (2996 ms) [ RUN ] serial.double_reduce 1: [ OK ] serial.reduce_device_view_team_policy (107 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (3 ms) 1: [----------] 171 tests from serial (21690 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 175 tests from 2 test suites ran. (24195 ms total) 1: [ PASSED ] 174 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 32: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 967.583/s 1.6k [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o 1/58 Test #1: Kokkos_CoreUnitTest_Serial1 ................... Passed 26.76 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 410 966.239/s 1.6k [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (5422 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 150 345.7/s 1.6k 2: [==========] Running 119 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 6 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 32: ViewDeepCopy_Rank3/N:10/manual_time 0.012 s 0.012 s 58 137.499/s 1.6k [ OK ] serial.double_reduce (3053 ms) [ RUN ] serial.int64_t_reduce_dynamic [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 410 966.292/s 1.6k 32: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.952/s 1.6k [ 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_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 32: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 159 364.788/s 1.6k [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 32: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 410 967.646/s 1.6k [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o 32: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 410 966.424/s 1.6k [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6271 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ OK ] serial.int64_t_reduce_dynamic (4705 ms) [ RUN ] serial.double_reduce_dynamic 32: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 967.628/s 1.6k [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o 32: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 410 966.467/s 1.6k 32: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 56 133.074/s 1.6k /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/TestStdAlgorithmsCommon.hpp(206): warning: missing return statement at end of non-void function "Test::stdalgos::create_deep_copyable_compatible_view_with_same_extent(ViewType) [with ViewType=Kokkos::View]" detected during: instantiation of "auto Test::stdalgos::create_deep_copyable_compatible_view_with_same_extent(ViewType) [with ViewType=Kokkos::View]" (210): here instantiation of "auto Test::stdalgos::create_deep_copyable_compatible_clone(ViewType) [with ViewType=Kokkos::View]" (530): here instantiation of "auto Test::stdalgos::create_host_space_copy(ViewType) [with ViewType=Kokkos::View]" /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp(150): here [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 32: ViewDeepCopy_Rank5/N:10/manual_time 0.012 s 0.012 s 55 129.711/s 1.6k [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteKernelArguments.cpp.o 32: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 136 340.442/s 1.6k Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ OK ] serial.double_reduce_dynamic (4818 ms) [ RUN ] serial.int64_t_reduce_dynamic_view 32: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 81 197.795/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ OK ] cuda.local_deepcopy_teampolicy_layoutright (6009 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o [ OK ] serial.int64_t_reduce_dynamic_view (1227 ms) [ RUN ] serial.int_combined_reduce [ OK ] serial.int_combined_reduce (0 ms) [ RUN ] serial.mdrange_combined_reduce [ OK ] serial.mdrange_combined_reduce (0 ms) [ RUN ] serial.int_combined_reduce_mixed [ OK ] serial.int_combined_reduce_mixed (0 ms) [ RUN ] serial.reduction_deduction [ OK ] serial.reduction_deduction (0 ms) [ RUN ] serial.parallel_scan_range_policy [ OK ] serial.parallel_scan_range_policy (37 ms) [ RUN ] serial.reduce_device_view_range_policy 32: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 410 966.154/s 1.6k Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 32: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 967.418/s 1.6k [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.o 32: ViewDeepCopy_Rank6/N:10/manual_time 0.023 s 0.023 s 30 70.2331/s 1.6k 32: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 132 323.108/s 1.6k [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o 32: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 967.536/s 1.6k 32: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 410 966.234/s 1.6k 32: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 85.4659/s 1.6k 32: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 106 265.165/s 1.6k [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (6187 ms) [ RUN ] cuda.deep_copy_scratch [ OK ] cuda.deep_copy_scratch (0 ms) [ RUN ] cuda.debug_serial_execution [ OK ] cuda.debug_serial_execution (7 ms) [ RUN ] cuda.debug_pin_um_to_host [ OK ] cuda.debug_pin_um_to_host (748 ms) [ RUN ] cuda.team_scratch_1_streams 32: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 410 966.053/s 1.6k Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLegalizerInfo.cpp.o 32: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 967.361/s 1.6k Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 32: ViewDeepCopy_Rank8/N:10/manual_time 0.021 s 0.021 s 33 76.4201/s 1.6k 32: ViewDeepCopy_Rank8/N:10/manual_time 0.006 s 0.006 s 103 267.235/s 1.6k [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 425 1003.71/s 1.6k [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 425 1003.96/s 1.6k [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankSelect.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 425 1003.36/s 1.6k 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 425 1003.94/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 32: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.428/s 800 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o 32: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.463/s 800 [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMachineFunctionInfo.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsBranchExpansion.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o 32: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.318/s 800 32: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.262/s 800 32: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 754.194/s 800 32: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 658 754.883/s 800 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 32: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.355/s 800 [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o 32: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.393/s 800 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 32: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.53/s 800 [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o 32: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.585/s 800 [ OK ] cuda.team_scratch_1_streams (14243 ms) [----------] 146 tests from cuda (51302 ms total) [----------] 52 tests from cuda_uvm [ RUN ] cuda_uvm.impl_shared_alloc [ OK ] cuda_uvm.impl_shared_alloc (51 ms) [ RUN ] cuda_uvm.view_api_a [ OK ] cuda_uvm.view_api_a (72 ms) [ RUN ] cuda_uvm.view_api_b [ OK ] cuda_uvm.view_api_b (17 ms) [ RUN ] cuda_uvm.view_api_c [ OK ] cuda_uvm.view_api_c (0 ms) [ RUN ] cuda_uvm.view_api_d [ OK ] cuda_uvm.view_api_d (4 ms) [ RUN ] cuda_uvm.view_allocation_error [ OK ] cuda_uvm.view_allocation_error (0 ms) [ RUN ] cuda_uvm.view_remap [ OK ] cuda_uvm.view_remap (1 ms) [ RUN ] cuda_uvm.view_mirror_nonconst [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) [ RUN ] cuda_uvm.view_stride_method [ OK ] cuda_uvm.view_stride_method (0 ms) [ RUN ] cuda_uvm.anonymous_space [ OK ] cuda_uvm.anonymous_space (0 ms) [ RUN ] cuda_uvm.view_overload_resolution [ OK ] cuda_uvm.view_overload_resolution (0 ms) [ RUN ] cuda_uvm.view_allocation_large_rank [ OK ] cuda_uvm.view_allocation_large_rank (243 ms) [ RUN ] cuda_uvm.view_shmem_size_on_device [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) [ RUN ] cuda_uvm.view_is_assignable [ OK ] cuda_uvm.view_is_assignable (24 ms) [ RUN ] cuda_uvm.view_copy_tests [ OK ] cuda_uvm.view_copy_tests (38 ms) [ RUN ] cuda_uvm.view_copy_tests_rank_0 [ OK ] cuda_uvm.view_copy_tests_rank_0 (9 ms) [ RUN ] cuda_uvm.view_copy_degenerated [ OK ] cuda_uvm.view_copy_degenerated (0 ms) [ RUN ] cuda_uvm.view_mapping [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ OK ] cuda_uvm.view_mapping (676 ms) [ RUN ] cuda_uvm.view_mapping_operator [ OK ] cuda_uvm.view_mapping_operator (8 ms) [ RUN ] cuda_uvm.static_extent [ OK ] cuda_uvm.static_extent (0 ms) [ RUN ] cuda_uvm.view_mapping_atomic [ OK ] cuda_uvm.view_mapping_atomic (2 ms) [ RUN ] cuda_uvm.view_mapping_class_value [ OK ] cuda_uvm.view_mapping_class_value (0 ms) [ RUN ] cuda_uvm.view_mapping_assignable [ OK ] cuda_uvm.view_mapping_assignable (0 ms) [ RUN ] cuda_uvm.view_mapping_trivially_copyable [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda_uvm.view_mapping_subview [ OK ] cuda_uvm.view_mapping_subview (0 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_left [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_right [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_stride [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) [ RUN ] cuda_uvm.view_subview_assign_strided [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) [ RUN ] cuda_uvm.view_subview_left_0 [ OK ] cuda_uvm.view_subview_left_0 (0 ms) [ RUN ] cuda_uvm.view_subview_left_1 [ OK ] cuda_uvm.view_subview_left_1 (0 ms) [ RUN ] cuda_uvm.view_subview_left_2 [ OK ] cuda_uvm.view_subview_left_2 (0 ms) [ RUN ] cuda_uvm.view_subview_left_3 [ OK ] cuda_uvm.view_subview_left_3 (0 ms) [ RUN ] cuda_uvm.view_subview_right_0 [ OK ] cuda_uvm.view_subview_right_0 (0 ms) [ RUN ] cuda_uvm.view_subview_right_1 [ OK ] cuda_uvm.view_subview_right_1 (0 ms) [ RUN ] cuda_uvm.view_subview_right_3 [ OK ] cuda_uvm.view_subview_right_3 (0 ms) [ RUN ] cuda_uvm.view_static_tests [ OK ] cuda_uvm.view_static_tests (1 ms) [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) [ RUN ] cuda_uvm.view_subview_1d_assign [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_atomic [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d [ OK ] cuda_uvm.view_subview_2d_from_3d (55 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 32: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 661 755.538/s 800 [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (56 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (55 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left [ OK ] cuda_uvm.view_subview_3d_from_5d_left (73 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (75 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (69 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right [ OK ] cuda_uvm.view_subview_3d_from_5d_right (67 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (69 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (69 ms) [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) [----------] 52 tests from cuda_uvm (1795 ms total) [----------] 25 tests from cuda_hostpinned [ RUN ] cuda_hostpinned.impl_shared_alloc [ OK ] cuda_hostpinned.impl_shared_alloc (32 ms) [ RUN ] cuda_hostpinned.view_api_a [ OK ] cuda_hostpinned.view_api_a (60 ms) [ RUN ] cuda_hostpinned.view_api_b [ OK ] cuda_hostpinned.view_api_b (5 ms) [ RUN ] cuda_hostpinned.view_api_c [ OK ] cuda_hostpinned.view_api_c (0 ms) [ RUN ] cuda_hostpinned.view_api_d [ OK ] cuda_hostpinned.view_api_d (2 ms) [ RUN ] cuda_hostpinned.view_allocation_error [ OK ] cuda_hostpinned.view_allocation_error (0 ms) [ RUN ] cuda_hostpinned.view_remap [ OK ] cuda_hostpinned.view_remap (0 ms) [ RUN ] cuda_hostpinned.view_mirror_nonconst [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) [ RUN ] cuda_hostpinned.view_stride_method [ OK ] cuda_hostpinned.view_stride_method (0 ms) [ RUN ] cuda_hostpinned.anonymous_space [ OK ] cuda_hostpinned.anonymous_space (0 ms) [ RUN ] cuda_hostpinned.view_overload_resolution [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) [ RUN ] cuda_hostpinned.view_allocation_large_rank 32: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 657 754.94/s 800 32: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 661 755.55/s 800 32: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 661 755.586/s 800 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 32: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 661 755.541/s 800 [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o 32: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 661 755.483/s 800 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ OK ] cuda_hostpinned.view_allocation_large_rank (3559 ms) [ RUN ] cuda_hostpinned.view_shmem_size_on_device [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) [ RUN ] cuda_hostpinned.view_is_assignable [ OK ] cuda_hostpinned.view_is_assignable (0 ms) [ RUN ] cuda_hostpinned.view_copy_tests [ OK ] cuda_hostpinned.view_copy_tests (84 ms) [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) [ RUN ] cuda_hostpinned.view_copy_degenerated [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) [ RUN ] cuda_hostpinned.view_mapping [ OK ] cuda_hostpinned.view_mapping (673 ms) [ RUN ] cuda_hostpinned.view_mapping_operator [ OK ] cuda_hostpinned.view_mapping_operator (39 ms) [ RUN ] cuda_hostpinned.static_extent [ OK ] cuda_hostpinned.static_extent (0 ms) [ RUN ] cuda_hostpinned.view_mapping_atomic [ OK ] cuda_hostpinned.view_mapping_atomic (7 ms) [ RUN ] cuda_hostpinned.view_mapping_class_value [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) [ RUN ] cuda_hostpinned.view_mapping_assignable [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_subview [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) [----------] 25 tests from cuda_hostpinned (4467 ms total) [----------] Global test environment tear-down [==========] 225 tests from 4 test suites ran. (71609 ms total) [ PASSED ] 225 tests. ./KokkosCore_UnitTest_CudaInterOpInit [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from cuda [ RUN ] cuda.raw_cuda_interop 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (35307 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 32: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 662 757.058/s 800 [ OK ] cuda.raw_cuda_interop (143 ms) [----------] 1 test from cuda (143 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (143 ms total) [ PASSED ] 1 test. ./KokkosCore_UnitTest_CudaInterOpStreams [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from cuda [ RUN ] cuda.raw_cuda_streams [ OK ] cuda.raw_cuda_streams (135 ms) [----------] 1 test from cuda (135 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (135 ms total) [ PASSED ] 1 test. [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMacroFusion.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o 32: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 662 756.679/s 800 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.64353k/s 1.6k 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77947k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.73559k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.73442k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.242k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.27198k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.31051k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.34733k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.0257k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.20898k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.45282k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.53152k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.10202k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.34611k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.58186k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.71892k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.30809k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.69004k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.41251k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.8899k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.89166k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.31498k/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.42758k/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 372.601/s 1.6k 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 442.666/s 1.6k 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 419.762/s 1.6k [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 451.861/s 1.6k 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 420.912/s 1.6k 32: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 425.335/s 1.6k 32: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 447.956/s 1.6k 32: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 433.874/s 1.6k 32: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 434.907/s 1.6k 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.027 s 0.004 s 10 60.2021/s 1.6k 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.019 s 0.004 s 10 83.97/s 1.6k [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o 32/59 Test #32: Kokkos_PerformanceTest_Benchmark ............ Passed 120.80 sec test 33 Start 33: Kokkos_Benchmark_Atomic_MinMax 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-31_T21-40-40.json" 33: Test timeout computed to be: 1500 33: 2024-01-31T22:19:16+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 33: Run on (6 X 2095.08 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x6) 33: L1 Instruction 32 KiB (x6) 33: L2 Unified 4096 KiB (x6) 33: L3 Unified 16384 KiB (x6) 33: Load Average: 0.88, 3.30, 5.99 33: CPU architecture: none 33: Default Device: N6Kokkos4CudaE 33: GIT_BRANCH: HEAD 33: GIT_CLEAN_STATUS: CLEAN 33: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 33: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 33: GIT_COMMIT_HASH: 92307a5ec 33: GPU architecture: VOLTA70 33: KOKKOS_COMPILER_CLANG: 1200 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CUDA: yes 33: KOKKOS_ENABLE_CUDA_LAMBDA: yes 33: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 33: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_CUDA_UVM: no 33: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 33: KOKKOS_ENABLE_CXX17: yes 33: KOKKOS_ENABLE_CXX20: no 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HBWSPACE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 33: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_LIBRT: no 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 33: Kokkos Version: 4.2.1 33: macro KOKKOS_ENABLE_CUDA: defined 33: platform: 64bit 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33/59 Test #33: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.81 sec test 34 Start 34: Kokkos_PerformanceTest_Mempool 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-31_T21-40-40.json" 34: Test timeout computed to be: 1500 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 34: 2024-01-31T22:19:16+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool 34: Run on (6 X 2095.08 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x6) 34: L1 Instruction 32 KiB (x6) 34: L2 Unified 4096 KiB (x6) 34: L3 Unified 16384 KiB (x6) 34: Load Average: 0.88, 3.30, 5.99 34: CPU architecture: none 34: Default Device: N6Kokkos4CudaE 34: GIT_BRANCH: HEAD 34: GIT_CLEAN_STATUS: CLEAN 34: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 34: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 34: GIT_COMMIT_HASH: 92307a5ec 34: GPU architecture: VOLTA70 34: KOKKOS_COMPILER_CLANG: 1200 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CUDA: yes 34: KOKKOS_ENABLE_CUDA_LAMBDA: yes 34: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 34: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 34: KOKKOS_ENABLE_CUDA_UVM: no 34: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 34: KOKKOS_ENABLE_CXX17: yes 34: KOKKOS_ENABLE_CXX20: no 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HBWSPACE: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 34: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_LIBRT: no 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 34: Kokkos Version: 4.2.1 34: macro KOKKOS_ENABLE_CUDA: defined 34: platform: 64bit [ OK ] serial.reduce_device_view_range_policy (32646 ms) [ RUN ] serial.reduce_device_view_mdrange_policy 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: fill ops per second 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: 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 5234 48.4388M/s [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURemoveIncompatibleFunctions.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: cycle ops per second 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: 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 18782 297.88M/s 34/59 Test #34: Kokkos_PerformanceTest_Mempool .............. Passed 8.58 sec test 35 Start 35: Kokkos_PerformanceTest_Atomic 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-31_T21-40-40.json" 35: Test timeout computed to be: 1500 35: 2024-01-31T22:19:25+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic 35: Run on (6 X 2095.08 MHz CPU s) 35: CPU Caches: 35: L1 Data 32 KiB (x6) 35: L1 Instruction 32 KiB (x6) 35: L2 Unified 4096 KiB (x6) 35: L3 Unified 16384 KiB (x6) 35: Load Average: 0.90, 3.22, 5.94 35: CPU architecture: none 35: Default Device: N6Kokkos4CudaE 35: GIT_BRANCH: HEAD 35: GIT_CLEAN_STATUS: CLEAN 35: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 35: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 35: GIT_COMMIT_HASH: 92307a5ec 35: GPU architecture: VOLTA70 35: KOKKOS_COMPILER_CLANG: 1200 35: KOKKOS_ENABLE_ASM: no 35: KOKKOS_ENABLE_CUDA: yes 35: KOKKOS_ENABLE_CUDA_LAMBDA: yes 35: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 35: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 35: KOKKOS_ENABLE_CUDA_UVM: no 35: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 35: KOKKOS_ENABLE_CXX17: yes 35: KOKKOS_ENABLE_CXX20: no 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HBWSPACE: no 35: KOKKOS_ENABLE_HWLOC: no 35: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 35: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 35: KOKKOS_ENABLE_LIBDL: yes 35: KOKKOS_ENABLE_LIBRT: no 35: KOKKOS_ENABLE_PRAGMA_IVDEP: no 35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 35: KOKKOS_ENABLE_PRAGMA_UNROLL: no 35: KOKKOS_ENABLE_PRAGMA_VECTOR: no 35: KOKKOS_ENABLE_SERIAL: yes 35: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 35: Kokkos Version: 4.2.1 35: macro KOKKOS_ENABLE_CUDA: defined 35: platform: 64bit [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.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_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVOptWInstrs.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUResourceUsageAnalysis.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopInstrFormPrep.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Test_Atomic/100000/iterations:10 1.15 s 1.15 s 10 1 4 1.63883m 1047.62u 174.75u 704.983M 660.16k 704.983M [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRedundantCopyElimination.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteOutArguments.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMoveMerger.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineScheduler.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPreLegalizerCombiner.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (30790 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteUndefForPHI.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o 35: Test_Atomic/100000/iterations:10 1.06 s 1.05 s 10 1 8 2.34483m 1055.74u 68.33u 4.99995G 178.4k 4.99995G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSetWavePriority.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 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_M.dir/TestStdAlgorithmsCommon.cpp.o [ 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_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MIPeepholeOpt.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVPushPopOptimizer.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPostLegalizerCombiner.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.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_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineScheduler.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMacroFusion.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterBankInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRVVInitUndef.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o [ 84%] Linking CXX executable Kokkos_UnitTest_Sort [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o [ 84%] Built target Kokkos_UnitTest_Sort [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (30303 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4483 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_UnitTest_SIMD [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o 35: Test_Atomic/100000/iterations:10 3.18 s 3.17 s 10 1 8 5.34686 1.32965m 72.31u 4.99995G 178.56k 4.99995G 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4320 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 6 tests from serial_DeathTest (105205 ms total) 2: 2: [----------] 113 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (0 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (6 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (4 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (331 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (73 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (49 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (32 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (36 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 97%] 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_B.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ OK ] serial.reduce_device_view_mdrange_policy (58285 ms) [ RUN ] serial.reduce_device_view_team_policy [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o 2: [ OK ] serial.repeated_team_reduce (7030 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (87 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (87 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (23 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (4 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (26 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (5 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (4 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (2011 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (4 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (42 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (38 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (62 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (1 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (2 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (117 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (129 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (130 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (129 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (134 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (134 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (134 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 113 tests from serial (10926 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 119 tests from 2 test suites ran. (116132 ms total) 2: [ PASSED ] 117 tests. 2: [ SKIPPED ] 2 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/58 Test #2: Kokkos_CoreUnitTest_Serial2 ................... Passed 118.44 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 1 4 1.62966m 1028.8u 170.01u 704.983M 724.32k 704.983M [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o [ OK ] serial.reduce_device_view_team_policy (15065 ms) [ RUN ] serial.reducers_int [ OK ] serial.reducers_int (7 ms) [ RUN ] serial.reducers_double [ OK ] serial.reducers_double (6 ms) [ RUN ] serial.reducers_complex_double [ OK ] serial.reducers_complex_double (1 ms) [ RUN ] serial.reducers_struct [ OK ] serial.reducers_struct (1 ms) [ RUN ] serial.reducers_half_t [ OK ] serial.reducers_half_t (0 ms) [ RUN ] serial.reducers_bhalf_t [ OK ] serial.reducers_bhalf_t (0 ms) [ RUN ] serial.reducers_int8_t [ OK ] serial.reducers_int8_t (0 ms) [ RUN ] serial.reducers_point_t [ OK ] serial.reducers_point_t (0 ms) [ RUN ] serial.reducers_bool [ OK ] serial.reducers_bool (0 ms) [ RUN ] serial.complex_construction [ OK ] serial.complex_construction (0 ms) [ RUN ] serial.complex_basic_math [ OK ] serial.complex_basic_math (0 ms) [ RUN ] serial.complex_special_funtions [ OK ] serial.complex_special_funtions (0 ms) [ RUN ] serial.complex_io [ OK ] serial.complex_io (0 ms) [ RUN ] serial.complex_trivially_copyable [ OK ] serial.complex_trivially_copyable (0 ms) [ RUN ] serial.complex_issue_3865 [ OK ] serial.complex_issue_3865 (0 ms) [ RUN ] serial.complex_operations_arithmetic_types_overloads [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] serial.atomic_operations_int [ OK ] serial.atomic_operations_int (2 ms) [ RUN ] serial.atomic_operations_unsigned [ OK ] serial.atomic_operations_unsigned (2 ms) [ RUN ] serial.atomic_operations_long [ OK ] serial.atomic_operations_long (2 ms) [ RUN ] serial.atomic_operations_unsignedlong [ OK ] serial.atomic_operations_unsignedlong (2 ms) [ RUN ] serial.atomic_operations_longlong [ OK ] serial.atomic_operations_longlong (2 ms) [ RUN ] serial.atomic_operations_double [ OK ] serial.atomic_operations_double (1 ms) [ RUN ] serial.atomic_operations_float [ OK ] serial.atomic_operations_float (1 ms) [ RUN ] serial.atomic_operations_complexfloat [ OK ] serial.atomic_operations_complexfloat (0 ms) [ RUN ] serial.atomic_operations_complexdouble [ OK ] serial.atomic_operations_complexdouble (0 ms) [ RUN ] serial.atomic_views_integral [ OK ] serial.atomic_views_integral (493 ms) [ RUN ] serial.atomic_views_nonintegral [ OK ] serial.atomic_views_nonintegral (273 ms) [ RUN ] serial.atomic_view_api [ OK ] serial.atomic_view_api (0 ms) [ RUN ] serial.atomics [ OK ] serial.atomics (14 ms) [ RUN ] serial.atomics_tpetra_max_abs [ OK ] serial.atomics_tpetra_max_abs (0 ms) [ RUN ] serial.team_for [ OK ] serial.team_for (0 ms) [ RUN ] serial.team_reduce [ OK ] serial.team_reduce (0 ms) [ RUN ] serial.team_reduce_large 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o 3/58 Test #3: Kokkos_CoreUnitTest_SerialGraph ............... Passed 2.12 sec test 4 Start 4: Kokkos_CoreUnitTest_SYCL1A 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A 4: Test timeout computed to be: 1500 [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 4: [==========] Running 107 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 3 tests from sycl_DeathTest 4: [ RUN ] sycl_DeathTest.abort_from_host [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o 4: [ OK ] sycl_DeathTest.abort_from_host (636 ms) 4: [ RUN ] sycl_DeathTest.abort_from_device 4: [ OK ] sycl_DeathTest.abort_from_device (19 ms) 4: [ RUN ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 4: [ OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (651 ms) 4: [----------] 3 tests from sycl_DeathTest (1306 ms total) 4: 4: [----------] 104 tests from sycl 4: [ RUN ] sycl.array_capacity 4: [ OK ] sycl.array_capacity (0 ms) 4: [ RUN ] sycl.array_element_access 4: [ OK ] sycl.array_element_access (0 ms) 4: [ RUN ] sycl.array_zero_capacity 4: [ OK ] sycl.array_zero_capacity (0 ms) 4: [ RUN ] sycl.array_zero_data_nullptr 4: [ OK ] sycl.array_zero_data_nullptr (0 ms) 4: [ RUN ] sycl.array_contiguous_capacity 4: [ OK ] sycl.array_contiguous_capacity (0 ms) 4: [ RUN ] sycl.array_contiguous_element_access 4: [ OK ] sycl.array_contiguous_element_access (0 ms) 4: [ RUN ] sycl.array_contiguous_assignment 4: [ OK ] sycl.array_contiguous_assignment (0 ms) 4: [ RUN ] sycl.array_strided_capacity 4: [ OK ] sycl.array_strided_capacity (0 ms) 4: [ RUN ] sycl.array_strided_element_access 4: [ OK ] sycl.array_strided_element_access (0 ms) 4: [ RUN ] sycl.array_strided_assignment 4: [ OK ] sycl.array_strided_assignment (0 ms) 4: [ RUN ] sycl.atomic_operations_complexdouble 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped 4: skipping since device_global variables are not available 4: [ SKIPPED ] sycl.atomic_operations_complexdouble (0 ms) 4: [ RUN ] sycl.atomic_operations_complexfloat 4: [ OK ] sycl.atomic_operations_complexfloat (13 ms) 4: [ RUN ] sycl.atomic_operations_double 4: [ OK ] sycl.atomic_operations_double (10 ms) 4: [ RUN ] sycl.atomic_operations_float 4: [ OK ] sycl.atomic_operations_float (7 ms) 4: [ RUN ] sycl.atomic_operations_int 4: [ OK ] sycl.atomic_operations_int (22 ms) 4: [ RUN ] sycl.atomic_operations_long 4: [ OK ] sycl.atomic_operations_long (22 ms) 4: [ RUN ] sycl.atomic_operations_longlong 4: [ OK ] sycl.atomic_operations_longlong (22 ms) 4: [ RUN ] sycl.atomic_operations_unsigned 4: [ OK ] sycl.atomic_operations_unsigned (19 ms) 4: [ RUN ] sycl.atomic_operations_unsignedlong 4: [ OK ] sycl.atomic_operations_unsignedlong (19 ms) 4: [ RUN ] sycl.atomics [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 4: [ OK ] sycl.atomics (261 ms) 4: [ RUN ] sycl.atomics_tpetra_max_abs 4: [ OK ] sycl.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] sycl.atomic_views_integral [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o 35: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 2.38162m 1027.51u 68.37u 4.99995G 728.512k 4.99995G [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVCallLowering.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReduceCRLogicals.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVInstructionSelector.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVLegalizerInfo.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o 4: [ OK ] sycl.atomic_views_integral (16351 ms) 4: [ RUN ] sycl.atomic_views_nonintegral 4: [ OK ] sycl.atomic_views_nonintegral (122 ms) 4: [ RUN ] sycl.atomic_view_api 4: [ OK ] sycl.atomic_view_api (0 ms) 4: [ RUN ] sycl.bit_manip_countl_zero 4: [ OK ] sycl.bit_manip_countl_zero (2 ms) 4: [ RUN ] sycl.bit_manip_countl_one 4: [ OK ] sycl.bit_manip_countl_one (2 ms) 4: [ RUN ] sycl.bit_manip_countr_zero 4: [ OK ] sycl.bit_manip_countr_zero (2 ms) 4: [ RUN ] sycl.bit_manip_countr_one 4: [ OK ] sycl.bit_manip_countr_one (2 ms) 4: [ RUN ] sycl.bit_manip_popcount 4: [ OK ] sycl.bit_manip_popcount (3 ms) 4: [ RUN ] sycl.bit_manip_has_single_bit 4: [ OK ] sycl.bit_manip_has_single_bit (3 ms) 4: [ RUN ] sycl.bit_manip_bit_floor 4: [ OK ] sycl.bit_manip_bit_floor (3 ms) 4: [ RUN ] sycl.bit_manip_bit_ceil 4: [ OK ] sycl.bit_manip_bit_ceil (3 ms) 4: [ RUN ] sycl.bit_manip_bit_width 4: [ OK ] sycl.bit_manip_bit_width (3 ms) 4: [ RUN ] sycl.bit_manip_rotl 4: [ OK ] sycl.bit_manip_rotl (3 ms) 4: [ RUN ] sycl.bit_manip_rotr 4: [ OK ] sycl.bit_manip_rotr (3 ms) 4: [ RUN ] sycl.bit_manip_byeswap 4: [ OK ] sycl.bit_manip_byeswap (3 ms) 4: [ RUN ] sycl.bit_manip_bit_cast 4: [ OK ] sycl.bit_manip_bit_cast (0 ms) 4: [ RUN ] sycl.test_block_deduction_bug_pr_3103 4: [ OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] sycl.checked_integer_operations_multiply_overflow 4: [ OK ] sycl.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] sycl.execution_policy_occupancy_and_hint 4: [ OK ] sycl.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] sycl.complex_construction 4: [ OK ] sycl.complex_construction (1 ms) 4: [ RUN ] sycl.complex_basic_math 4: [ OK ] sycl.complex_basic_math (0 ms) 4: [ RUN ] sycl.complex_special_funtions 4: [ OK ] sycl.complex_special_funtions (0 ms) 4: [ RUN ] sycl.complex_io 4: [ OK ] sycl.complex_io (0 ms) 4: [ RUN ] sycl.complex_trivially_copyable 4: [ OK ] sycl.complex_trivially_copyable (0 ms) 4: [ RUN ] sycl.complex_issue_3865 4: [ OK ] sycl.complex_issue_3865 (0 ms) 4: [ RUN ] sycl.complex_operations_arithmetic_types_overloads 4: [ OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] sycl.crs_count_fill 4: [ OK ] sycl.crs_count_fill (3 ms) 4: [ RUN ] sycl.crs_copy_constructor 4: [ OK ] sycl.crs_copy_constructor (8 ms) 4: [ RUN ] sycl.deep_copy_alignment 4: [ OK ] sycl.deep_copy_alignment (5 ms) 4: [ RUN ] sycl.deep_copy_conversion 4: [ OK ] sycl.deep_copy_conversion (18 ms) 4: [ RUN ] sycl.partitioning_by_args 4: [ OK ] sycl.partitioning_by_args (2 ms) 4: [ RUN ] sycl.partitioning_by_vector 4: [ OK ] sycl.partitioning_by_vector (0 ms) 4: [ RUN ] sycl.execution_space_as_class_data_member 4: [ OK ] sycl.execution_space_as_class_data_member (0 ms) 4: [ RUN ] sycl.functor_analysis 4: [ OK ] sycl.functor_analysis (0 ms) 4: [ RUN ] sycl.host_shared_ptr_use_count 4: [ OK ] sycl.host_shared_ptr_use_count (0 ms) 4: [ RUN ] sycl.host_shared_ptr_get 4: [ OK ] sycl.host_shared_ptr_get (0 ms) 4: [ RUN ] sycl.host_shared_ptr_dereference_on_device 4: [ OK ] sycl.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] sycl.host_shared_ptr_special_members_on_device 4: [ OK ] sycl.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] sycl.host_shared_ptr_tracking 4: [ OK ] sycl.host_shared_ptr_tracking (2 ms) 4: [ RUN ] sycl.init 4: [ OK ] sycl.init (0 ms) 4: [ RUN ] sycl.dispatch 4: [ OK ] sycl.dispatch (54 ms) 4: [ RUN ] sycl.join_backward_compatibility 4: [ OK ] sycl.join_backward_compatibility (0 ms) 4: [ RUN ] sycl.local_deepcopy_teampolicy_layoutleft 4: [ OK ] sycl.local_deepcopy_teampolicy_layoutleft (831 ms) 4: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutleft [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 4: [ OK ] sycl.local_deepcopy_rangepolicy_layoutleft (1912 ms) 4: [ RUN ] sycl.local_deepcopy_teampolicy_layoutright 4: [ OK ] sycl.local_deepcopy_teampolicy_layoutright (814 ms) 4: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutright [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o 4: [ OK ] sycl.local_deepcopy_rangepolicy_layoutright (1231 ms) 4: [ RUN ] sycl.deep_copy_scratch 4: [ OK ] sycl.deep_copy_scratch (1 ms) 4: [ RUN ] sycl.mathematical_constants_e 4: [ OK ] sycl.mathematical_constants_e (0 ms) 4: [ RUN ] sycl.mathematical_constants_log2e 4: [ OK ] sycl.mathematical_constants_log2e (0 ms) 4: [ RUN ] sycl.mathematical_constants_log10e 4: [ OK ] sycl.mathematical_constants_log10e (0 ms) 4: [ RUN ] sycl.mathematical_constants_pi 4: [ OK ] sycl.mathematical_constants_pi (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_pi 4: [ OK ] sycl.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_sqrtpi 4: [ OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] sycl.mathematical_constants_ln2 4: [ OK ] sycl.mathematical_constants_ln2 (0 ms) 4: [ RUN ] sycl.mathematical_constants_ln10 4: [ OK ] sycl.mathematical_constants_ln10 (0 ms) 4: [ RUN ] sycl.mathematical_constants_sqrt2 4: [ OK ] sycl.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] sycl.mathematical_constants_sqrt3 4: [ OK ] sycl.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_sqrt3 4: [ OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] sycl.mathematical_constants_egamma 4: [ OK ] sycl.mathematical_constants_egamma (0 ms) 4: [ RUN ] sycl.mathematical_constants_phi 4: [ OK ] sycl.mathematical_constants_phi (0 ms) 4: [ RUN ] sycl.mathematical_functions_trigonometric_functions 4: [ OK ] sycl.mathematical_functions_trigonometric_functions (51 ms) 4: [ RUN ] sycl.mathematical_functions_hyperbolic_functions 4: [ OK ] sycl.mathematical_functions_hyperbolic_functions (41 ms) 4: [ RUN ] sycl.mathematical_functions_non_standard 4: [ OK ] sycl.mathematical_functions_non_standard (5 ms) 4: [ RUN ] sycl.mathematical_functions_power_functions 4: [ OK ] sycl.mathematical_functions_power_functions (17 ms) 4: [ RUN ] sycl.mathematical_functions_fma 4: [ OK ] sycl.mathematical_functions_fma (1 ms) 4: [ RUN ] sycl.mathematical_functions_error_and_gamma_functions 4: [ OK ] sycl.mathematical_functions_error_and_gamma_functions (30 ms) 4: [ RUN ] sycl.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (26 ms) 4: [ RUN ] sycl.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] sycl.mathematical_functions_floating_point_manipulation_functions (10 ms) 4: [ RUN ] sycl.mathematical_functions_absolute_value 4: [ OK ] sycl.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] sycl.mathematical_functions_floating_point_absolute_value 4: [ OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] sycl.mathematical_functions_remainder_function 4: [ OK ] sycl.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] sycl.mathematical_functions_isfinite 4: [ OK ] sycl.mathematical_functions_isfinite (0 ms) 4: [ RUN ] sycl.mathematical_functions_isinf 4: [ OK ] sycl.mathematical_functions_isinf (0 ms) 4: [ RUN ] sycl.mathematical_functions_isnan 4: [ OK ] sycl.mathematical_functions_isnan (0 ms) 4: [ RUN ] sycl.mathematical_functions_exponential_functions 4: [ OK ] sycl.mathematical_functions_exponential_functions (53 ms) 4: [ RUN ] sycl.mathspecialfunc_expint1 4: [ OK ] sycl.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] sycl.mathspecialfunc_errorfunc 4: [ OK ] sycl.mathspecialfunc_errorfunc (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselj0y0 4: [ OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselj1y1 4: [ OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesseli0k0 4: [ OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesseli1k1 4: [ OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselh1stkind 4: [ OK ] sycl.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselh2ndkind 4: [ OK ] sycl.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [----------] 104 tests from sycl (22112 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 107 tests from 2 test suites ran. (23419 ms total) 4: [ PASSED ] 106 tests. 4: [ SKIPPED ] 1 test, listed below: 4: [ SKIPPED ] sycl.atomic_operations_complexdouble [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineCFGStructurizer.cpp.o 4/58 Test #4: Kokkos_CoreUnitTest_SYCL1A .................... Passed 25.86 sec test 5 Start 5: Kokkos_CoreUnitTest_SYCL1B 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B 5: Test timeout computed to be: 1500 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 5: [==========] Running 68 tests from 2 test suites. 5: [----------] Global test environment set-up. 5: [----------] 1 test from sycl_DeathTest 5: [ RUN ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (631 ms) 5: [----------] 1 test from sycl_DeathTest (631 ms total) 5: 5: [----------] 67 tests from sycl 5: [ RUN ] sycl.mdrange_5d 5: [ OK ] sycl.mdrange_5d (17 ms) 5: [ RUN ] sycl.mdrange_6d 5: [ OK ] sycl.mdrange_6d (17 ms) 5: [ RUN ] sycl.mdrange_2d 5: [ OK ] sycl.mdrange_2d (3 ms) 5: [ RUN ] sycl.mdrange_array_reduce 5: [ OK ] sycl.mdrange_array_reduce (0 ms) 5: [ RUN ] sycl.mdrange_3d 5: [ OK ] sycl.mdrange_3d (7 ms) 5: [ RUN ] sycl.mdrange_neg_idx 5: [ OK ] sycl.mdrange_neg_idx (2 ms) 5: [ RUN ] sycl.mdrange_4d 5: [ OK ] sycl.mdrange_4d (5 ms) 5: [ RUN ] sycl.mdrange_scalar 5: [ OK ] sycl.mdrange_scalar (0 ms) 5: [ RUN ] sycl.mdrange_large_deep_copy 5: [ OK ] sycl.mdrange_large_deep_copy (9 ms) 5: [ RUN ] sycl.md_range_policy_construction_from_arrays 5: [ OK ] sycl.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] sycl.mdrange_parallel_reduce_primitive_types [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [100%] Built target Kokkos_UnitTest_SIMD [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 93%] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/GISel/RISCVRegisterBankInfo.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnThunks.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o 5: [ OK ] sycl.mdrange_parallel_reduce_primitive_types (3174 ms) 5: [ RUN ] sycl.mdspan_minimal_functional 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 5: mdspan not enabled 5: [ SKIPPED ] sycl.mdspan_minimal_functional (0 ms) 5: [ RUN ] sycl.max 5: [ OK ] sycl.max (0 ms) 5: [ RUN ] sycl.max_within_parfor 5: [ OK ] sycl.max_within_parfor (0 ms) 5: [ RUN ] sycl.min 5: [ OK ] sycl.min (0 ms) 5: [ RUN ] sycl.min_within_parfor 5: [ OK ] sycl.min_within_parfor (0 ms) 5: [ RUN ] sycl.minmax 5: [ OK ] sycl.minmax (0 ms) 5: [ RUN ] sycl.minmax_within_parfor 5: [ OK ] sycl.minmax_within_parfor (0 ms) 5: [ RUN ] sycl.clamp 5: [ OK ] sycl.clamp (0 ms) 5: [ RUN ] sycl.clamp_within_parfor 5: [ OK ] sycl.clamp_within_parfor (0 ms) 5: [ RUN ] sycl.numeric_traits_infinity 5: [ OK ] sycl.numeric_traits_infinity (0 ms) 5: [ RUN ] sycl.numeric_traits_epsilon 5: [ OK ] sycl.numeric_traits_epsilon (0 ms) 5: [ RUN ] sycl.numeric_traits_round_error 5: [ OK ] sycl.numeric_traits_round_error (0 ms) 5: [ RUN ] sycl.numeric_traits_norm_min 5: [ OK ] sycl.numeric_traits_norm_min (0 ms) 5: [ RUN ] sycl.numeric_traits_denorm_min 5: [ OK ] sycl.numeric_traits_denorm_min (0 ms) 5: [ RUN ] sycl.numeric_traits_finite_min_max 5: [ OK ] sycl.numeric_traits_finite_min_max (3 ms) 5: [ RUN ] sycl.numeric_traits_digits 5: [ OK ] sycl.numeric_traits_digits (2 ms) 5: [ RUN ] sycl.numeric_traits_digits10 5: [ OK ] sycl.numeric_traits_digits10 (1 ms) 5: [ RUN ] sycl.numeric_traits_max_digits10 5: [ OK ] sycl.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] sycl.numeric_traits_radix 5: [ OK ] sycl.numeric_traits_radix (1 ms) 5: [ RUN ] sycl.numeric_traits_min_max_exponent 5: [ OK ] sycl.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] sycl.numeric_traits_min_max_exponent10 5: [ OK ] sycl.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] sycl.numeric_traits_quiet_and_signaling_nan 5: [ OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] sycl.numeric_traits_sfinae_friendly 5: [ OK ] sycl.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] sycl.view_aggregate 5: [ OK ] sycl.view_aggregate (0 ms) 5: [ RUN ] sycl.memory_pool 5: [ OK ] sycl.memory_pool (49 ms) 5: [ RUN ] sycl.cxx11 5: [ OK ] sycl.cxx11 (2 ms) 5: [ RUN ] sycl.viewctorprop_embedded_dim 5: [ OK ] sycl.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] sycl.view_layouttiled 5: [ OK ] sycl.view_layouttiled (2 ms) 5: [ RUN ] sycl.view_layouttiled_subtile 5: [ OK ] sycl.view_layouttiled_subtile (0 ms) 5: [ RUN ] sycl.parallel_scan_range_policy 5: [ OK ] sycl.parallel_scan_range_policy (37 ms) 5: [ RUN ] sycl.kokkos_printf 5: [ OK ] sycl.kokkos_printf (11 ms) 5: [ RUN ] sycl.range_for 5: [ OK ] sycl.range_for (1 ms) 5: [ RUN ] sycl.range_reduce 5: [ OK ] sycl.range_reduce (2 ms) 5: [ RUN ] sycl.range_dynamic_policy 5: [ OK ] sycl.range_dynamic_policy (0 ms) 5: [ RUN ] sycl.range_policy_runtime_parameters 5: [ OK ] sycl.range_policy_runtime_parameters (0 ms) 5: [ RUN ] sycl.range_for_require 5: [ OK ] sycl.range_for_require (1 ms) 5: [ RUN ] sycl.range_reduce_require 5: [ OK ] sycl.range_reduce_require (1 ms) 5: [ RUN ] sycl.range_dynamic_policy_require 5: [ OK ] sycl.range_dynamic_policy_require (0 ms) 5: [ RUN ] sycl.reducers_int 5: [ OK ] sycl.reducers_int (8 ms) 5: [ RUN ] sycl.reducers_double 5: [ OK ] sycl.reducers_double (7 ms) 5: [ RUN ] sycl.reducers_complex_double 5: [ OK ] sycl.reducers_complex_double (2 ms) 5: [ RUN ] sycl.reducers_struct 5: [ OK ] sycl.reducers_struct (8 ms) 5: [ RUN ] sycl.reducers_half_t 5: [ OK ] sycl.reducers_half_t (4 ms) 5: [ RUN ] sycl.reducers_bhalf_t 5: [ OK ] sycl.reducers_bhalf_t (4 ms) 5: [ RUN ] sycl.reducers_int8_t 5: [ OK ] sycl.reducers_int8_t (4 ms) 5: [ RUN ] sycl.reducers_point_t 5: [ OK ] sycl.reducers_point_t (2 ms) 5: [ RUN ] sycl.reducers_bool 5: [ OK ] sycl.reducers_bool (1 ms) 5: [ RUN ] sycl.int_combined_reduce 5: [ OK ] sycl.int_combined_reduce (0 ms) 5: [ RUN ] sycl.mdrange_combined_reduce 5: [ OK ] sycl.mdrange_combined_reduce (0 ms) 5: [ RUN ] sycl.int_combined_reduce_mixed 5: [ OK ] sycl.int_combined_reduce_mixed (0 ms) 5: [ RUN ] sycl.reduction_deduction 5: [ OK ] sycl.reduction_deduction (0 ms) 5: [ RUN ] sycl.reduce_device_view_range_policy 5: [ OK ] sycl.reduce_device_view_range_policy (3 ms) 5: [ RUN ] sycl.reduce_device_view_mdrange_policy [ OK ] serial.team_reduce_large (28814 ms) [ RUN ] serial.team_parallel_single [ OK ] serial.team_parallel_single (115 ms) [ RUN ] serial.large_team_scratch_size [ OK ] serial.large_team_scratch_size (0 ms) [ RUN ] serial.team_broadcast_long [ OK ] serial.team_broadcast_long (0 ms) [ RUN ] serial.team_broadcast_long_wrapper [ OK ] serial.team_broadcast_long_wrapper (1 ms) [ RUN ] serial.team_broadcast_char [ OK ] serial.team_broadcast_char (0 ms) [ RUN ] serial.team_broadcast_float [ OK ] serial.team_broadcast_float (0 ms) [ RUN ] serial.team_broadcast_double [ OK ] serial.team_broadcast_double (0 ms) [ RUN ] serial.team_handle_by_value [ OK ] serial.team_handle_by_value (0 ms) [ RUN ] serial.team_vector [ OK ] serial.team_vector (93 ms) [ RUN ] serial.triple_nested_parallelism [ 93%] Linking CXX static library ../../libLLVMRISCVCodeGen.a [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o 5: [ OK ] sycl.reduce_device_view_mdrange_policy (580 ms) 5: [ RUN ] sycl.reduce_device_view_team_policy 5: [ OK ] sycl.reduce_device_view_team_policy (3 ms) 5: [ RUN ] sycl.impl_shared_alloc 5: [ OK ] sycl.impl_shared_alloc (65 ms) 5: [----------] 67 tests from sycl (4061 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 68 tests from 2 test suites ran. (4693 ms total) 5: [ PASSED ] 67 tests. 5: [ SKIPPED ] 1 test, listed below: 5: [ SKIPPED ] sycl.mdspan_minimal_functional [ OK ] serial.triple_nested_parallelism (3606 ms) [ RUN ] serial.parallel_scan_with_reducers 5/58 Test #5: Kokkos_CoreUnitTest_SYCL1B .................... Passed 6.88 sec test 6 Start 6: Kokkos_CoreUnitTest_SYCL2A 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A 6: Test timeout computed to be: 1500 [ OK ] serial.parallel_scan_with_reducers (914 ms) [ RUN ] serial.team_shared_request [ OK ] serial.team_shared_request (486 ms) [ RUN ] serial.team_scratch_request [ OK ] serial.team_scratch_request (79 ms) [ RUN ] serial.team_lambda_shared_request [ OK ] serial.team_lambda_shared_request (478 ms) [ RUN ] serial.scratch_align [ OK ] serial.scratch_align (0 ms) [ RUN ] serial.shmem_size [ OK ] serial.shmem_size (0 ms) [ RUN ] serial.multi_level_scratch [ OK ] serial.multi_level_scratch (110 ms) [ RUN ] serial.team_scratch_memory_index_parallel_for [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] serial.team_teamvector_range [ OK ] serial.team_teamvector_range (26 ms) [ RUN ] serial.team_reduction_scan [ OK ] serial.team_reduction_scan (317 ms) [ RUN ] serial.team_long_reduce 6: [==========] Running 93 tests from 2 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from sycl_DeathTest 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_dyn [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNCreateVOPD.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o [ 93%] Built target LLVMRISCVCodeGen [ 93%] Linking CXX static library ../../../../lib/libclangFrontendTool.a [ OK ] serial.team_long_reduce (979 ms) [ RUN ] serial.team_double_reduce [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o [ 93%] Built target clangFrontendTool [ OK ] serial.team_double_reduce (1000 ms) [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) [ RUN ] serial.repeated_team_reduce [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o [ 93%] Building CXX object tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 35: Test_Atomic/100000/iterations:10 3.17 s 3.16 s 10 1 8 5.23587 1.18335m 72.3u 4.99995G 562.72k 4.99995G [100%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNDPPCombine.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o [100%] Built target Kokkos_CoreUnitTest_Cuda1 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o [ OK ] serial.repeated_team_reduce (8640 ms) [ RUN ] serial.team_policy_max_recommended [ OK ] serial.team_policy_max_recommended (72 ms) [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] serial.view_aggregate [ OK ] serial.view_aggregate (0 ms) [ RUN ] serial.memory_pool [ OK ] serial.memory_pool (70 ms) [ RUN ] serial.cxx11 [ OK ] serial.cxx11 (0 ms) [ RUN ] serial.viewctorprop_embedded_dim [ OK ] serial.viewctorprop_embedded_dim (0 ms) [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) [ RUN ] serial.view_layouttiled [ OK ] serial.view_layouttiled (6 ms) [ RUN ] serial.view_layouttiled_subtile [ OK ] serial.view_layouttiled_subtile (2 ms) [ RUN ] serial.mdrange_5d [ OK ] serial.mdrange_5d (505 ms) [ RUN ] serial.mdrange_6d [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o [ OK ] serial.mdrange_6d (1569 ms) [ RUN ] serial.mdrange_2d [ OK ] serial.mdrange_2d (11 ms) [ RUN ] serial.mdrange_array_reduce [ OK ] serial.mdrange_array_reduce (0 ms) [ RUN ] serial.mdrange_3d [ OK ] serial.mdrange_3d (122 ms) [ RUN ] serial.mdrange_neg_idx [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNILPSched.cpp.o [ OK ] serial.mdrange_neg_idx (739 ms) [ RUN ] serial.mdrange_4d [ OK ] serial.mdrange_4d (130 ms) [ RUN ] serial.crs_count_fill [ OK ] serial.crs_count_fill (4 ms) [ RUN ] serial.crs_copy_constructor [ OK ] serial.crs_copy_constructor (21 ms) [ RUN ] serial.workgraph_fib [ OK ] serial.workgraph_fib (691 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCPreEmitPeephole.cpp.o [ 93%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o [ 93%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o [ 93%] Linking CXX executable ../../../../bin/clang-import-test [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build-tests/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build-tests/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/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_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 0 4 3.65054m 1.10531m 1.13461m 4.99988G 684.288k 4.99989G [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o 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 216 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (592 ms) 1: [ RUN ] serial_DeathTest.abort_from_device [ 93%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o 1: [ OK ] serial_DeathTest.abort_from_device (594 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 93%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetTransformInfo.cpp.o 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (598 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (609 ms) 1: [----------] 4 tests from serial_DeathTest (2394 ms total) 1: 1: [----------] 212 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (1 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (1 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (1 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (1 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (3 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (72 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (40 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (7 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (20 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (1 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (2 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 93%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLowerMASSVEntries.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2187 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNNSAReassign.cpp.o [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRAOptimizations.cpp.o [ 95%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o [ OK ] serial.local_deepcopy_teampolicy_layoutleft (12489 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 95%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCGenScalarMASSEntries.cpp.o 35: Test_Atomic/100000/iterations:10 1.15 s 1.14 s 10 1 8 3.70407m 1.10322m 1083.91u 4.99995G 638.704k 4.99995G [ 95%] Built target clang-import-test [ 95%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCCallLowering.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRALongBranchReg.cpp.o [ 95%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (11286 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (812 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (675 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (2 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (2 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (28 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (119 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (6 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (66 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (6 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 95%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCRegisterBankInfo.cpp.o [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (10349 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 95%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMulMulBugPass.cpp.o 1: [ OK ] serial.mdrange_large_deep_copy (883 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_dyn (36339 ms) 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_stat [ 95%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 95%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCLegalizerInfo.cpp.o 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 1 4 1.6731m 1.10259m 169.91u 704.983M 800.704k 704.983M 35/59 Test #35: Kokkos_PerformanceTest_Atomic ............... Passed 142.69 sec test 36 Start 36: Kokkos_ContainersUnitTest_Serial 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 36: Test timeout computed to be: 1500 [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRewritePartialRegUses.cpp.o 36: [==========] Running 64 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 64 tests from serial 36: [ RUN ] serial.bitset 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3285 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: [ OK ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (1 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (31 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (3 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (244 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (274 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic (799 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o 36: [ OK ] serial.bitset (2021 ms) 36: [ RUN ] serial.dualview_combination 36: [ OK ] serial.dualview_combination (0 ms) 36: [ RUN ] serial.dualview_alloc 36: [ OK ] serial.dualview_alloc (0 ms) 36: [ RUN ] serial.test_dualview_copy_construction_and_assignment 36: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] serial.dualview_combinations_without_init 36: [ OK ] serial.dualview_combinations_without_init (0 ms) 36: [ RUN ] serial.dualview_deep_copy 36: [ OK ] serial.dualview_deep_copy (0 ms) 36: [ RUN ] serial.dualview_realloc 36: [ OK ] serial.dualview_realloc (0 ms) 36: [ RUN ] serial.dualview_resize 36: [ OK ] serial.dualview_resize (0 ms) 36: [ RUN ] serial.dualview_device_correct_kokkos_device 36: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 36: [ RUN ] serial.dualview_host_correct_kokkos_device 36: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_sync 36: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 36: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_sync 36: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 36: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 36: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] serial.dynamic_view 36: [ OK ] serial.dynamic_view (14 ms) 36: [ RUN ] serial.dyn_rank_view_api_generic 36: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 36: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 36: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 36: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 36: skipping since not default execution space 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank67 36: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] serial.ErrorReporterViaLambda 36: [ OK ] serial.ErrorReporterViaLambda (0 ms) 36: [ RUN ] serial.ErrorReporter 36: [ OK ] serial.ErrorReporter (0 ms) 36: [ RUN ] serial.offsetview_construction 36: [ OK ] serial.offsetview_construction (19 ms) 36: [ RUN ] serial.offsetview_unmanaged_construction 36: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] serial.offsetview_subview 36: [ OK ] serial.offsetview_subview (7 ms) 36: [ RUN ] serial.offsetview_offsets_rank1 36: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank2 36: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank3 36: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] serial.scatterview 1: [ OK ] serial.double_reduce_dynamic (1017 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (197 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (5 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy [ OK ] serial.local_deepcopy_teampolicy_layoutright (5920 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNVOPDUtils.cpp.o 36: [ OK ] serial.scatterview (1910 ms) 36: [ RUN ] serial.scatterview_devicetype 36: [ OK ] serial.scatterview_devicetype (2 ms) 36: [ RUN ] serial.staticcrsgraph 36: [ OK ] serial.staticcrsgraph (18 ms) 36: [ RUN ] serial.resize_realloc_no_init_dualview 36: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_dualview 36: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] serial.resize_exec_space_dualview 36: [ OK ] serial.resize_exec_space_dualview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dualview 36: [ OK ] serial.realloc_exec_space_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_dynrankview 36: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] serial.resize_exec_space_dynrankview 36: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dynrankview 36: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_scatterview 36: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_scatterview 36: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] serial.resize_exec_space_scatterview 36: [ OK ] serial.resize_exec_space_scatterview (0 ms) 36: [ RUN ] serial.realloc_exec_space_scatterview 36: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview 36: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 36: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview 36: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_offsetview 36: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview 36: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 36: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] serial.UnorderedMap_insert [ 95%] Linking CXX static library ../../libLLVMPowerPCCodeGen.a 1: [ OK ] serial.reduce_device_view_mdrange_policy (1683 ms) 1: [ RUN ] serial.reduce_device_view_team_policy [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 95%] Linking CXX static library ../../libLLVMMipsCodeGen.a [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600AsmPrinter.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 95%] Built target LLVMPowerPCCodeGen [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o 1: [ OK ] serial.reduce_device_view_team_policy (1632 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (5 ms) 1: [ RUN ] serial.task_fib_deprecated [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 95%] Built target LLVMMipsCodeGen [ 95%] Building CXX object tools/llvm-exegesis/lib/PowerPC/CMakeFiles/LLVMExegesisPowerPC.dir/Target.cpp.o 1: [ OK ] serial.task_fib_deprecated (928 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (11 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple 1: [ OK ] serial.task_fib_deprecated_multiple (922 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (10 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o 1: [ OK ] serial.task_fib_single (719 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (9 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple 1: [ OK ] serial.task_fib_multiple (722 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (9 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev [ OK ] serial.local_deepcopy_rangepolicy_layoutright (6283 ms) [ RUN ] serial.deep_copy_scratch [ OK ] serial.deep_copy_scratch (0 ms) [----------] 162 tests from serial (227955 ms total) [----------] Global test environment tear-down [==========] 164 tests from 2 test suites ran. (236160 ms total) [ PASSED ] 164 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test' make -C core/perf_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6770/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' ./KokkosCore_PerformanceTest_TaskDAG make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test' make -C containers/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' ./KokkosContainers_UnitTest_Cuda ./KokkosContainers_UnitTest_Serial 1: [ OK ] serial.task_fib_chase_lev (756 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (10 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 212 tests from serial (29542 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 216 tests from 2 test suites ran. (31937 ms total) 1: [ PASSED ] 216 tests. [==========] Running 41 tests from 1 test suite. [----------] Global test environment set-up. [----------] 41 tests from serial [ RUN ] serial.bitset [==========] Running 41 tests from 1 test suite. [----------] Global test environment set-up. [----------] 41 tests from cuda [ RUN ] cuda.bitset [ OK ] cuda.bitset (14 ms) [ RUN ] cuda.dualview_combination [ OK ] cuda.dualview_combination (0 ms) [ RUN ] cuda.dualview_alloc [ OK ] cuda.dualview_alloc (0 ms) [ RUN ] cuda.test_dualview_copy_construction_and_assignment [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) [ RUN ] cuda.dualview_combinations_without_init [ OK ] cuda.dualview_combinations_without_init (0 ms) [ RUN ] cuda.dualview_deep_copy [ OK ] cuda.dualview_deep_copy (1 ms) [ RUN ] cuda.dualview_realloc [ OK ] cuda.dualview_realloc (0 ms) [ RUN ] cuda.dualview_resize [ OK ] cuda.dualview_resize (0 ms) [ RUN ] cuda.dualview_device_correct_kokkos_device [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) [ RUN ] cuda.dualview_host_correct_kokkos_device [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_sync [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_sync [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] cuda.dynamic_view [ OK ] cuda.dynamic_view (27 ms) [ RUN ] cuda.dyn_rank_view_api_generic [ OK ] cuda.dyn_rank_view_api_generic (29 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank67 [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] cuda.ErrorReporterViaLambda [ OK ] cuda.ErrorReporterViaLambda (0 ms) [ RUN ] cuda.ErrorReporter [ OK ] cuda.ErrorReporter (0 ms) [ RUN ] cuda.offsetview_construction [ OK ] cuda.offsetview_construction (1 ms) [ RUN ] cuda.offsetview_unmanaged_construction [ OK ] cuda.offsetview_unmanaged_construction (0 ms) [ RUN ] cuda.offsetview_subview [ OK ] cuda.offsetview_subview (0 ms) [ RUN ] cuda.offsetview_offsets_rank1 [ OK ] cuda.offsetview_offsets_rank1 (0 ms) [ RUN ] cuda.offsetview_offsets_rank2 [ OK ] cuda.offsetview_offsets_rank2 (0 ms) [ RUN ] cuda.offsetview_offsets_rank3 [ OK ] cuda.offsetview_offsets_rank3 (0 ms) [ RUN ] cuda.scatterview [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o 1/66 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 34.40 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o 36: [ OK ] serial.UnorderedMap_insert (8211 ms) 36: [ RUN ] serial.UnorderedMap_failed_insert 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 123 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn [ 95%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o [ 95%] Linking CXX static library ../../../../lib/libLLVMExegesisPowerPC.a 36: [ OK ] serial.UnorderedMap_failed_insert (4048 ms) 36: [ RUN ] serial.UnorderedMap_deep_copy 36: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] serial.UnorderedMap_valid_empty 36: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 36: [ RUN ] serial.UnorderedMap_clear_zero_size 36: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] serial.UnorderedMap_consistent_size 36: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 36: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] serial.UnorderedMap_lambda_capturable 36: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] serial.UnorderedMap_constructor_view_alloc 36: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] serial.vector_combination 36: [ OK ] serial.vector_combination (0 ms) 36: [ RUN ] serial.vector_insert 36: [ OK ] serial.vector_insert (0 ms) 36: [ RUN ] serial.vector_push_back_default_exec 36: [ OK ] serial.vector_push_back_default_exec (0 ms) 36: [ RUN ] serial.viewctorprop_embedded_dim 36: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 36: [----------] 64 tests from serial (16275 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 64 tests from 1 test suite ran. (16275 ms total) 36: [ PASSED ] 63 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc [ 95%] Built target LLVMExegesisPowerPC [ 95%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o 36/59 Test #36: Kokkos_ContainersUnitTest_Serial ............ Passed 17.13 sec test 37 Start 37: Kokkos_ContainersUnitTest_Cuda 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 37: Test timeout computed to be: 1500 37: [==========] Running 64 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 64 tests from cuda 37: [ RUN ] cuda.bitset 37: [ OK ] cuda.bitset (11 ms) 37: [ RUN ] cuda.dualview_combination 37: [ OK ] cuda.dualview_combination (0 ms) 37: [ RUN ] cuda.dualview_alloc 37: [ OK ] cuda.dualview_alloc (0 ms) 37: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 37: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 37: [ RUN ] cuda.dualview_combinations_without_init 37: [ OK ] cuda.dualview_combinations_without_init (0 ms) 37: [ RUN ] cuda.dualview_deep_copy 37: [ OK ] cuda.dualview_deep_copy (1 ms) 37: [ RUN ] cuda.dualview_realloc 37: [ OK ] cuda.dualview_realloc (0 ms) 37: [ RUN ] cuda.dualview_resize 37: [ OK ] cuda.dualview_resize (0 ms) 37: [ RUN ] cuda.dualview_device_correct_kokkos_device 37: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 37: [ RUN ] cuda.dualview_host_correct_kokkos_device 37: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 37: [ RUN ] cuda.dualview_host_modify_template_device_sync 37: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 37: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 37: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 37: [ RUN ] cuda.dualview_device_modify_template_host_sync 37: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 37: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o 37: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 37: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 37: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 37: [ RUN ] cuda.dynamic_view 37: [ OK ] cuda.dynamic_view (26 ms) 37: [ RUN ] cuda.dyn_rank_view_api_generic 37: [ OK ] cuda.dyn_rank_view_api_generic (7 ms) 37: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 37: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 37: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 37: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 37: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 37: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 37: [ RUN ] cuda.ErrorReporterViaLambda 37: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 37: [ RUN ] cuda.ErrorReporter 37: [ OK ] cuda.ErrorReporter (0 ms) 37: [ RUN ] cuda.offsetview_construction 37: [ OK ] cuda.offsetview_construction (1 ms) 37: [ RUN ] cuda.offsetview_unmanaged_construction 37: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 37: [ RUN ] cuda.offsetview_subview 37: [ OK ] cuda.offsetview_subview (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank1 37: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank2 37: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank3 37: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 37: [ RUN ] cuda.scatterview [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelDAGToDAG.cpp.o [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o [ 95%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o [ OK ] serial.bitset (8964 ms) [ RUN ] serial.dualview_combination [ OK ] serial.dualview_combination (0 ms) [ RUN ] serial.dualview_alloc [ OK ] serial.dualview_alloc (0 ms) [ RUN ] serial.test_dualview_copy_construction_and_assignment [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) [ RUN ] serial.dualview_combinations_without_init [ OK ] serial.dualview_combinations_without_init (0 ms) [ RUN ] serial.dualview_deep_copy [ OK ] serial.dualview_deep_copy (0 ms) [ RUN ] serial.dualview_realloc [ OK ] serial.dualview_realloc (0 ms) [ RUN ] serial.dualview_resize [ OK ] serial.dualview_resize (0 ms) [ RUN ] serial.dualview_device_correct_kokkos_device [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) [ RUN ] serial.dualview_host_correct_kokkos_device [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) [ RUN ] serial.dualview_host_modify_template_device_sync [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) [ RUN ] serial.dualview_host_modify_template_device_execspace_sync [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_sync [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_execspace_sync [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] serial.dualview_template_views_return_correct_executionspace_views [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] serial.dynamic_view [ OK ] serial.dynamic_view (115 ms) [ RUN ] serial.dyn_rank_view_api_generic [ OK ] serial.dyn_rank_view_api_generic (24 ms) [ RUN ] serial.dyn_rank_view_api_operator_rank12345 [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped skipping since not default execution space [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) [ RUN ] serial.dyn_rank_view_api_operator_rank67 [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] serial.ErrorReporterViaLambda [ OK ] serial.ErrorReporterViaLambda (0 ms) [ RUN ] serial.ErrorReporter [ OK ] serial.ErrorReporter (0 ms) [ RUN ] serial.offsetview_construction [ OK ] serial.offsetview_construction (576 ms) [ RUN ] serial.offsetview_unmanaged_construction [ OK ] serial.offsetview_unmanaged_construction (0 ms) [ RUN ] serial.offsetview_subview [ OK ] serial.offsetview_subview (8 ms) [ RUN ] serial.offsetview_offsets_rank1 [ OK ] serial.offsetview_offsets_rank1 (0 ms) [ RUN ] serial.offsetview_offsets_rank2 [ OK ] serial.offsetview_offsets_rank2 (0 ms) [ RUN ] serial.offsetview_offsets_rank3 [ OK ] serial.offsetview_offsets_rank3 (0 ms) [ RUN ] serial.scatterview [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o [ 95%] Building CXX object tools/llvm-exegesis/lib/Mips/CMakeFiles/LLVMExegesisMips.dir/Target.cpp.o [ 95%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o [ 95%] Linking CXX static library ../../libLLVMX86CodeGen.a [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SMEABIPass.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MCInstLower.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OpenCLImageTypeLoweringPass.cpp.o [ 95%] Built target LLVMX86CodeGen 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_stat (32213 ms) 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_mix [ 95%] Linking CXX static library ../../../../lib/libclangInterpreter.a 37: [ OK ] cuda.scatterview (13043 ms) 37: [ RUN ] cuda.scatterview_devicetype 37: [ OK ] cuda.scatterview_devicetype (26 ms) 37: [ RUN ] cuda.staticcrsgraph 37: [ OK ] cuda.staticcrsgraph (31 ms) 37: [ RUN ] cuda.resize_realloc_no_init_dualview 37: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_alloc_dualview 37: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 37: [ RUN ] cuda.resize_exec_space_dualview 37: [ OK ] cuda.resize_exec_space_dualview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_dualview 37: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_init_dynrankview 37: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 37: [ RUN ] cuda.resize_exec_space_dynrankview 37: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_dynrankview 37: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_init_scatterview 37: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 37: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 37: [ RUN ] cuda.resize_exec_space_scatterview 37: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_scatterview 37: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynrankview 37: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 37: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 37: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_offsetview 37: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 37: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 37: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynamicview 37: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 37: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 37: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 37: [ RUN ] cuda.UnorderedMap_insert [ 95%] Linking CXX static library ../../../../lib/libLLVMExegesisMips.a [ 95%] Built target clangInterpreter [ 95%] Linking CXX static library ../../../../../lib/libclangHandleLLVM.a [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o [ 95%] Built target LLVMExegesisMips [ 95%] Built target clangHandleLLVM [ 95%] Building CXX object tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o [ 95%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o [ 95%] Building CXX object tools/lli/CMakeFiles/lli.dir/lli.cpp.o 37: [ OK ] cuda.UnorderedMap_insert (3613 ms) 37: [ RUN ] cuda.UnorderedMap_failed_insert [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o 37: [ OK ] cuda.UnorderedMap_failed_insert (965 ms) 37: [ RUN ] cuda.UnorderedMap_deep_copy 37: [ OK ] cuda.UnorderedMap_deep_copy (4 ms) 37: [ RUN ] cuda.UnorderedMap_valid_empty 37: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 37: [ RUN ] cuda.UnorderedMap_clear_zero_size 37: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 37: [ RUN ] cuda.UnorderedMap_consistent_size 37: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 37: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 37: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 37: [ RUN ] cuda.UnorderedMap_lambda_capturable 37: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 37: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 37: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 37: [ RUN ] cuda.vector_combination 37: [ OK ] cuda.vector_combination (0 ms) 37: [ RUN ] cuda.vector_insert 37: [ OK ] cuda.vector_insert (0 ms) 37: [ RUN ] cuda.vector_push_back_default_exec 37: [ OK ] cuda.vector_push_back_default_exec (0 ms) 37: [ RUN ] cuda.viewctorprop_embedded_dim 37: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 37: [----------] 64 tests from cuda (17750 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 64 tests from 1 test suite ran. (17750 ms total) 37: [ PASSED ] 64 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o 37/59 Test #37: Kokkos_ContainersUnitTest_Cuda .............. Passed 18.54 sec test 38 Start 38: Kokkos_ContainersPerformanceTest_Cuda 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 38: Test timeout computed to be: 1500 [ 95%] Linking CXX static library ../../libLLVMARMCodeGen.a 38: [==========] Running 4 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 4 tests from TEST_CATEGORY 38: [ RUN ] TEST_CATEGORY.dynrankview_perf 38: Cuda 38: DynRankView vs View: Initialization Only 38: View time (init only): 0.00123028 38: View sum computation time: 0.00123028 38: Strided View time (init only): 0.00116489 38: View Rank7 time (init only): 0.00123043 38: DynRankView time (init only): 0.00120641 38: DynRankView sum computation time: 0.00184368 38: Ratio of View to DynRankView time: 1.01979 38: Ratio of View to DynRankView sum computation time: 0.914995 38: Ratio of View to View Rank7 time: 0.999879 38: Ratio of StrideView to DynRankView time: 0.965577 38: Ratio of DynRankView to View Rank7 time: 0.98048 38: [ OK ] TEST_CATEGORY.dynrankview_perf (15 ms) 38: [ RUN ] TEST_CATEGORY.global_2_local 38: Cuda 38: size, create, generate, fill, find 38: 256, 0.00027846, 2.7111e-05, 0.00275482, 0.00198879 38: 512, 0.000177805, 1.0204e-05, 2.1244e-05, 0.00199834 38: 1024, 0.000165968, 9.974e-06, 2.2027e-05, 0.00207256 38: 2048, 0.000196532, 1.1196e-05, 2.3531e-05, 0.00210108 38: 4096, 0.000161595, 1.0581e-05, 2.3207e-05, 0.00205509 38: 8192, 0.00016236, 1.0002e-05, 2.5073e-05, 0.00206747 38: 16384, 0.000166098, 9.942e-06, 2.9559e-05, 0.00209736 38: 32768, 0.000636484, 1.1291e-05, 3.3564e-05, 0.00225725 38: 65536, 0.000259552, 1.1749e-05, 4.2074e-05, 0.00251878 38: 131072, 0.000328506, 1.2177e-05, 5.9116e-05, 0.00313976 38: 262144, 0.000575914, 1.4776e-05, 0.000150254, 0.00589026 38: 524288, 0.00057746, 1.7847e-05, 0.0005355, 0.0190904 38: 1048576, 0.000625172, 2.4511e-05, 0.00141073, 0.0484708 38: 2097152, 0.000720699, 3.647e-05, 0.00304034, 0.109463 38: 4194304, 0.00101153, 6.8257e-05, 0.00682739, 0.235988 38: [ OK ] TEST_CATEGORY.global_2_local (465 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 38: [----------] 4 tests from TEST_CATEGORY (481 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 4 tests from 1 test suite ran. (481 ms total) 38: [ PASSED ] 4 tests. 38/59 Test #38: Kokkos_ContainersPerformanceTest_Cuda ....... Passed 1.23 sec test 39 Start 39: Kokkos_UnitTest_Sort 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 39: Test timeout computed to be: 1500 39: [==========] Running 9 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 9 tests from cuda 39: [ RUN ] cuda.SortUnsignedValueType 39: [ OK ] cuda.SortUnsignedValueType (13 ms) 39: [ RUN ] cuda.SortEmptyView 39: [ OK ] cuda.SortEmptyView (0 ms) 39: [ RUN ] cuda.SortWithCustomComparator 39: [ OK ] cuda.SortWithCustomComparator (604 ms) 39: [ RUN ] cuda.BinSortGenericTests 39: [ OK ] cuda.BinSortGenericTests (20 ms) 39: [ RUN ] cuda.BinSortEmptyView 39: [ OK ] cuda.BinSortEmptyView (0 ms) 39: [ RUN ] cuda.BinSortEmptyKeysView 39: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 39: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o [ 95%] Built target LLVMARMCodeGen [ 95%] Building CXX object tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Subtarget.cpp.o [ 95%] Linking CXX static library ../../libLLVMAArch64CodeGen.a [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600TargetMachine.cpp.o [ 95%] Linking CXX static library ../../../../lib/libLLVMExegesisX86.a [ 95%] Built target LLVMAArch64CodeGen [ 95%] Built target LLVMExegesisX86 [ 95%] Building CXX object tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600TargetTransformInfo.cpp.o [ 95%] Building CXX object tools/llvm-exegesis/lib/AArch64/CMakeFiles/LLVMExegesisAArch64.dir/Target.cpp.o [ OK ] serial.scatterview (20467 ms) [ RUN ] serial.scatterview_devicetype [ OK ] serial.scatterview_devicetype (5 ms) [ RUN ] serial.staticcrsgraph [ OK ] serial.staticcrsgraph (17 ms) [ RUN ] serial.UnorderedMap_insert [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o [ 95%] Linking CXX executable ../../bin/lli [ 95%] Linking CXX static library ../../../../lib/libLLVMExegesisAArch64.a 39: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (12127 ms) 39: [ RUN ] cuda.NestedSort 39: [ OK ] cuda.NestedSort (29 ms) 39: [ RUN ] cuda.NestedSortByKey 39: [ OK ] cuda.NestedSortByKey (90 ms) 39: [----------] 9 tests from cuda (12886 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 9 tests from 1 test suite ran. (12886 ms total) 39: [ PASSED ] 9 tests. [ 95%] Built target LLVMExegesisAArch64 [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFormMemoryClauses.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o 39/59 Test #39: Kokkos_UnitTest_Sort ........................ Passed 13.66 sec test 40 Start 40: Kokkos_UnitTest_Random 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 40: Test timeout computed to be: 1500 [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertHardClauses.cpp.o 40: [==========] Running 3 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from cuda 40: [ RUN ] cuda.Random_XorShift64 40: Test Seed:1706739758851063724 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00029432 0.0126405 || 0.051031 28035 29355 || 28666 28674.4 || 174.742 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00145749 -0.00467695 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00414364 -0.0211257 || 0.051031 27969 29351 || 28793.7 28674.4 || -292.042 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.0115124 0.0022432 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00542623 0.00411969 || 0.051031 27981 29426 || 28519.6 28674.4 || 56.9507 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0119629 -0.0125195 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00189036 0.00825169 || 0.051031 28045 29408 || 28728.7 28674.4 || 114.071 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.00961431 0.00695427 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000243607 -0.99999 -48244 || 0.051031 0 195162 || 2.92836e+09 28674.4 || -6.66925e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.000729684 -0.308992 0.164931 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195774 -0.999999 -57857.2 || 0.051031 0 1.55245e+06 || 2.86904e+10 28674.4 || -7.99818e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.00588357 -0.967811 10.2826 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.6091e-07 0.00044049 0.000905059 || 0.051031 28056 29367 || 28661.8 28674.4 || 12.5115 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.96226e-07 -0.0116665 -0.0127298 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00199616 0.000779606 || 0.051031 27921 29323 || 28731.7 28674.4 || 10.7773 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00321943 0.00175091 || 0.051031 1e+64 -1e+64 40: Test Seed:1706739759001946406 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00380531 -0.00598713 || 0.051031 27966 29294 || 28783.9 28674.4 || -82.7661 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0171966 0.00893442 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.006869 0.000693759 || 0.051031 27977 29374 || 28872.7 28674.4 || 9.59052 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00981797 0.0018476 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00488323 0.0142237 || 0.051031 27978 29425 || 28815.1 28674.4 || 196.628 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.00137092 -0.00559279 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00382011 0.0281065 || 0.051031 28040 29320 || 28565.3 28674.4 || 388.545 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00606164 0.00522612 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000244331 -0.99999 -48245.4 || 0.051031 0 195109 || 2.92858e+09 28674.4 || -6.66945e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.000731905 -0.317653 0.158255 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195832 -0.999999 -57856.3 || 0.051031 0 1.55246e+06 || 2.869e+10 28674.4 || -7.99805e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.00588514 -0.967775 10.2112 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.83613e-07 0.00792019 -0.00203639 || 0.051031 28118 29431 || 28449.1 28674.4 || -28.1511 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.64335e-07 -0.00207531 -0.00705287 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00771937 0.013441 || 0.051031 28003 29336 || 28897.5 28674.4 || 185.808 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.00261765 -0.00900188 || 0.051031 1e+64 -1e+64 40: [ OK ] cuda.Random_XorShift64 (303 ms) 40: [ RUN ] cuda.Random_XorShift1024_0 40: Test Seed:1706739759154705556 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.0164718 0.000216354 || 0.051031 10942 11793 || 11567.5 11377 || 2.99088 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.0246734 -0.000438286 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00681282 -0.0102471 || 0.051031 10934 11830 || 11455 11377 || -141.655 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00592929 0.000559908 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00941203 0.00167624 || 0.051031 10966 11777 || 11270.9 11377 || 23.1724 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.0111957 -0.00367472 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00740751 0.0100775 || 0.051031 10998 11813 || 11461.9 11377 || 139.311 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.000226678 0.000122771 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000245511 -0.999975 -7594.56 || 0.051031 0 77662 || 4.61049e+08 11377 || -1.04987e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000736225 -0.163262 0.0257502 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195558 -0.999997 -9107.63 || 0.051031 0 616605 || 4.5164e+09 11377 || -1.25904e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.00587764 -0.922583 1.59106 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.73387e-07 0.0138559 -0.00581958 || 0.051031 10994 11788 || 11221.5 11377 || -80.4499 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 3.24249e-07 0.000758269 -0.00070833 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0159226 -0.00701544 || 0.051031 10966 11832 || 11198.6 11377 || -96.9814 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0155185 -0.00154013 || 0.051031 1e+64 -1e+64 40: Test Seed:1706739759234489492 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00115096 0.0102362 || 0.051031 10985 11795 || 11390.1 11377 || 141.505 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00939496 0.00271877 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0050072 0.0067761 || 0.051031 10992 11811 || 11320.3 11377 || 93.6728 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00220657 -0.000690172 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0206535 -0.0105748 || 0.051031 10984 11800 || 11146.7 11377 || -146.186 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00424107 -0.00174085 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0253852 0.00204884 || 0.051031 11008 11897 || 11095.3 11377 || 28.3232 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00673004 -0.0018876 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000242451 -0.999975 -7595.14 || 0.051031 0 77685 || 4.61068e+08 11377 || -1.04995e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000727114 -0.146388 0.0229281 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195774 -0.999997 -9108.09 || 0.051031 0 616580 || 4.5166e+09 11377 || -1.2591e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.00588401 -0.922812 1.64039 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.67029e-07 0.0113254 -0.00202792 || 0.051031 10995 11839 || 11249.6 11377 || -28.034 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 3.05176e-07 -0.00963067 -0.0042649 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00180068 0.00487701 || 0.051031 10963 11850 || 11356.5 11377 || 67.4198 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0114517 -0.000352069 || 0.051031 1e+64 -1e+64 40: [ OK ] cuda.Random_XorShift1024_0 (179 ms) 40: [ RUN ] cuda.Multi_streams 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (32852 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o 40: [ OK ] cuda.Multi_streams (218 ms) 40: [----------] 3 tests from cuda (701 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 3 tests from 1 test suite ran. (701 ms total) 40: [ PASSED ] 3 tests. 40/59 Test #40: Kokkos_UnitTest_Random ...................... Passed 1.50 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test timeout computed to be: 1500 41: [==========] Running 14 tests from 3 test suites. 41: [----------] Global test environment set-up. 41: [----------] 3 tests from std_algorithms_reducers 41: [ RUN ] std_algorithms_reducers.max_first_loc 41: checking reduction with order: LeftToRight 41: checking reduction with order: RightToLeft 41: checking reduction with order: Random 41: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_first_loc 41: checking reduction with order: LeftToRight 41: checking reduction with order: RightToLeft 41: checking reduction with order: Random 41: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 41: checking reduction with order: LeftToRight 41: checking reduction with order: RightToLeft 41: checking reduction with order: Random 41: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 41: [----------] 3 tests from std_algorithms_reducers (0 ms total) 41: 41: [----------] 1 test from std_algorithms 41: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 41: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 41: [----------] 1 test from std_algorithms (0 ms total) 41: 41: [----------] 10 tests from random_access_iterator_test 41: [ RUN ] random_access_iterator_test.constructor 41: [ OK ] random_access_iterator_test.constructor (0 ms) 41: [ RUN ] random_access_iterator_test.dereference 41: [ OK ] random_access_iterator_test.dereference (0 ms) 41: [ RUN ] random_access_iterator_test.subscript_operator 41: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet1 41: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet2 41: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet3 41: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet4 41: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 41: [ RUN ] random_access_iterator_test.assignment_operator 41: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 41: [ RUN ] random_access_iterator_test.distance 41: [ OK ] random_access_iterator_test.distance (0 ms) 41: [ RUN ] random_access_iterator_test.traits_helpers 41: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 41: [----------] 10 tests from random_access_iterator_test (2 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 14 tests from 3 test suites ran. (2 ms total) 41: [ PASSED ] 14 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.77 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test timeout computed to be: 1500 42: [==========] Running 7 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 7 tests from std_algorithms_min_max_element_test 42: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms) 42: [----------] 7 tests from std_algorithms_min_max_element_test (26 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 7 tests from 1 test suite ran. (26 ms total) 42: [ PASSED ] 7 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.77 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o 43: [==========] Running 13 tests from 10 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_lexicographical_compare_test 43: [ RUN ] std_algorithms_lexicographical_compare_test.test 43: [ OK ] std_algorithms_lexicographical_compare_test.test (203 ms) 43: [----------] 1 test from std_algorithms_lexicographical_compare_test (203 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_test 43: [ RUN ] std_algorithms_for_each_test.test [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o 43: [ OK ] std_algorithms_for_each_test.test (126 ms) 43: [----------] 1 test from std_algorithms_for_each_test (126 ms total) 43: 43: [----------] 1 test from std_algorithms_find_test 43: [ RUN ] std_algorithms_find_test.test 43: [ OK ] std_algorithms_find_test.test (68 ms) 43: [----------] 1 test from std_algorithms_find_test (68 ms total) 43: 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of [ 95%] Built target lli [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o 43: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (494 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_end [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILateBranchLowering.cpp.o 43: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1115 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search 43: [ OK ] std_algorithms_non_mod_seq_ops.search (683 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 43: [ OK ] std_algorithms_non_mod_seq_ops.search_n (439 ms) 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2734 ms total) 43: 43: [----------] 1 test from std_algorithms_count_test 43: [ RUN ] std_algorithms_count_test.test 43: [ OK ] std_algorithms_count_test.test (95 ms) 43: [----------] 1 test from std_algorithms_count_test (95 ms total) 43: 43: [----------] 1 test from std_algorithms_equal_test 43: [ RUN ] std_algorithms_equal_test.test 43: [ OK ] std_algorithms_equal_test.test (12 ms) 43: [----------] 1 test from std_algorithms_equal_test (12 ms total) 43: 43: [----------] 1 test from std_algorithms_all_any_none_of_test 43: [ RUN ] std_algorithms_all_any_none_of_test.test 43: [ OK ] std_algorithms_all_any_none_of_test.test (74 ms) 43: [----------] 1 test from std_algorithms_all_any_none_of_test (74 ms total) 43: 43: [----------] 1 test from std_algorithms_nonmod_seq_ops 43: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 43: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (107 ms) 43: [----------] 1 test from std_algorithms_nonmod_seq_ops (107 ms total) 43: 43: [----------] 1 test from std_algorithms_mismatch_test 43: [ RUN ] std_algorithms_mismatch_test.test [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o 43: [ OK ] std_algorithms_mismatch_test.test (193 ms) 43: [----------] 1 test from std_algorithms_mismatch_test (193 ms total) 43: 43: [----------] 1 test from std_algorithms_mod_seq_ops 43: [ RUN ] std_algorithms_mod_seq_ops.move_backward 43: [ OK ] std_algorithms_mod_seq_ops.move_backward (52 ms) 43: [----------] 1 test from std_algorithms_mod_seq_ops (52 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 13 tests from 10 test suites ran. (3668 ms total) 43: [ PASSED ] 13 tests. 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 4.43 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test timeout computed to be: 1500 44: [==========] Running 33 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 5 tests from std_algorithms_mod_ops_test 44: [ RUN ] std_algorithms_mod_ops_test.move 44: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 44: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.swap 44: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 44: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 44: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 44: [----------] 5 tests from std_algorithms_mod_ops_test (0 ms total) 44: 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy 44: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 44: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill 44: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 44: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate 44: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 44: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 44: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 44: 44: [----------] 4 tests from std_algorithms_replace_ops_test 44: [ RUN ] std_algorithms_replace_ops_test.replace 44: [ OK ] std_algorithms_replace_ops_test.replace (29 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_if [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o 44: [ OK ] std_algorithms_replace_ops_test.replace_if (141 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy 44: [ OK ] std_algorithms_replace_ops_test.replace_copy (55 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 44: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (47 ms) 44: [----------] 4 tests from std_algorithms_replace_ops_test (275 ms total) 44: 44: [----------] 11 tests from std_algorithms_mod_seq_ops 44: [ RUN ] std_algorithms_mod_seq_ops.copy_if [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o 44: [ OK ] std_algorithms_mod_seq_ops.copy_if (35 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerSGPRSpills.cpp.o 44: [ OK ] std_algorithms_mod_seq_ops.unique (260 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 44: [ OK ] std_algorithms_mod_seq_ops.unique_copy (83 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove 44: [ OK ] std_algorithms_mod_seq_ops.remove (57 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_if (60 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy (172 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (61 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate 44: [ OK ] std_algorithms_mod_seq_ops.rotate (1264 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 44: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (431 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_left 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_mix (32148 ms) 6: [ RUN ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment 44: [ OK ] std_algorithms_mod_seq_ops.shift_left (1214 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_right 44: [ OK ] std_algorithms_mod_seq_ops.shift_right (1161 ms) 44: [----------] 11 tests from std_algorithms_mod_seq_ops (4804 ms total) 44: 44: [----------] 1 test from std_algorithms_modseq_test 44: [ RUN ] std_algorithms_modseq_test.reverse 44: [ OK ] std_algorithms_modseq_test.reverse (48 ms) 44: [----------] 1 test from std_algorithms_modseq_test (48 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 33 tests from 5 test suites ran. (5132 ms total) 44: [ PASSED ] 33 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 5.92 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test timeout computed to be: 1500 45: [==========] Running 29 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_sorting_ops_test 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 45: is_sorted: dynamic_view, all overloads 45: is_sorted: stride2_view, all overloads 45: is_sorted: stride3_view, all overloads 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms) 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 45: is_sorted_until: dynamic_view, all overloads 45: is_sorted_until: stride2_view, all overloads 45: is_sorted_until: stride3_view, all overloads 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms) 45: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total) 45: 45: [----------] 4 tests from std_algorithms_partitioning_test 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.partition_point 45: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 45: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 45: 45: [----------] 1 test from std_algorithms_partitioning_ops 45: [ RUN ] std_algorithms_partitioning_ops.partition_copy 45: [ OK ] std_algorithms_partitioning_ops.partition_copy (23 ms) 45: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total) 45: 45: [----------] 12 tests from std_algorithms_numerics_test 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 45: [----------] 12 tests from std_algorithms_numerics_test (8 ms total) 45: 45: [----------] 1 test from std_algorithms_numerics_ops_test 45: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 45: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (107 ms) 45: [----------] 1 test from std_algorithms_numerics_ops_test (107 ms total) 45: 45: [----------] 8 tests from std_algorithms_numeric_ops_test 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o 6: [ OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4613 ms) 6: [ RUN ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (427 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (289 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (124 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (37 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 45: [----------] 8 tests from std_algorithms_numeric_ops_test (878 ms total) 45: 45: [----------] 1 test from std_algorithms_transform_ops_test 45: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 45: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (37 ms) 45: [----------] 1 test from std_algorithms_transform_ops_test (37 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 29 tests from 7 test suites ran. (1083 ms total) 45: [ PASSED ] 29 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 1.87 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test timeout computed to be: 1500 46: [==========] Running 12 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (334 ms) 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (331 ms) 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test (665 ms total) 46: 46: [----------] 2 tests from std_algorithms_count_team_test 46: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o 46: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (518 ms) 46: [ RUN ] std_algorithms_count_team_test.count_returns_zero [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMemoryLegalizer.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegister.cpp.o 46: [ OK ] std_algorithms_count_team_test.count_returns_zero (136 ms) 46: [----------] 2 tests from std_algorithms_count_team_test (655 ms total) 46: 46: [----------] 1 test from std_algorithms_count_if_team_test 46: [ RUN ] std_algorithms_count_if_team_test.test 46: [ OK ] std_algorithms_count_if_team_test.test (179 ms) 46: [----------] 1 test from std_algorithms_count_if_team_test (180 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_team_test 46: [ RUN ] std_algorithms_for_each_team_test.test 46: [ OK ] std_algorithms_for_each_team_test.test (368 ms) 46: [----------] 1 test from std_algorithms_for_each_team_test (368 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_n_team_test 46: [ RUN ] std_algorithms_for_each_n_team_test.test 46: [ OK ] std_algorithms_for_each_n_team_test.test (382 ms) 46: [----------] 1 test from std_algorithms_for_each_n_team_test (382 ms total) 46: 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegisterDefaults.cpp.o 6: [ OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4400 ms) 6: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_device 6: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:174: Skipped 6: skipping SYCL device-side abort does not work when NDEBUG is defined 6: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms) 6: [----------] 6 tests from sycl_DeathTest (109715 ms total) 6: 6: [----------] 87 tests from sycl 6: [ RUN ] sycl.team_for 6: [ OK ] sycl.team_for (14 ms) 6: [ RUN ] sycl.team_reduce 6: [ OK ] sycl.team_reduce (1 ms) 6: [ RUN ] sycl.team_reduce_large 6: [ OK ] sycl.team_reduce_large (121 ms) 6: [ RUN ] sycl.team_parallel_single 6: [ OK ] sycl.team_parallel_single (6 ms) 6: [ RUN ] sycl.large_team_scratch_size 6: [ OK ] sycl.large_team_scratch_size (3 ms) 6: [ RUN ] sycl.team_broadcast_long 6: [ OK ] sycl.team_broadcast_long (1 ms) 6: [ RUN ] sycl.team_broadcast_long_wrapper 6: [ OK ] sycl.team_broadcast_long_wrapper (1 ms) 6: [ RUN ] sycl.team_broadcast_char 6: [ OK ] sycl.team_broadcast_char (2 ms) 6: [ RUN ] sycl.team_broadcast_float 6: [ OK ] sycl.team_broadcast_float (1 ms) 6: [ RUN ] sycl.team_broadcast_double 6: [ OK ] sycl.team_broadcast_double (1 ms) 6: [ RUN ] sycl.team_handle_by_value 6: [ OK ] sycl.team_handle_by_value (0 ms) 6: [ RUN ] sycl.team_vector 6: [ OK ] sycl.team_vector (30 ms) 6: [ RUN ] sycl.triple_nested_parallelism 6: [ OK ] sycl.triple_nested_parallelism (5 ms) 6: [ RUN ] sycl.parallel_scan_with_reducers 6: [ OK ] sycl.parallel_scan_with_reducers (91 ms) 6: [ RUN ] sycl.team_thread_range_combined_reducers 6: [ OK ] sycl.team_thread_range_combined_reducers (1 ms) 6: [ RUN ] sycl.thread_vector_range_combined_reducers 6: [ OK ] sycl.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] sycl.team_vector_range_combined_reducers 6: [ OK ] sycl.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] sycl.TeamThreadMDRangeParallelFor 6: [ OK ] sycl.TeamThreadMDRangeParallelFor (19 ms) 6: [ RUN ] sycl.ThreadVectorMDRangeParallelFor 6: [ OK ] sycl.ThreadVectorMDRangeParallelFor (20 ms) 6: [ RUN ] sycl.TeamVectorMDRangeParallelFor 6: [ OK ] sycl.TeamVectorMDRangeParallelFor (17 ms) 6: [ RUN ] sycl.TeamThreadMDRangeParallelReduce 6: [ OK ] sycl.TeamThreadMDRangeParallelReduce (14 ms) 6: [ RUN ] sycl.ThreadVectorMDRangeParallelReduce 6: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestTeamMDRange.hpp:1904: Skipped 6: skipping because of bug in group_barrier implementation 6: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms) 6: [ RUN ] sycl.TeamVectorMDRangeParallelReduce 6: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestTeamMDRange.hpp:1944: Skipped 6: skipping because of bug in group_barrier implementation 6: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms) 6: [ RUN ] sycl.team_policy_runtime_parameters 6: [ OK ] sycl.team_policy_runtime_parameters (0 ms) 6: [ RUN ] sycl.team_reduction_scan 6: [ OK ] sycl.team_reduction_scan (1431 ms) 6: [ RUN ] sycl.team_long_reduce 6: [ OK ] sycl.team_long_reduce (21 ms) 6: [ RUN ] sycl.team_double_reduce 6: [ OK ] sycl.team_double_reduce (21 ms) 6: [ RUN ] sycl.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] sycl.repeated_team_reduce 6: [ OK ] sycl.repeated_team_reduce (15 ms) 6: [ RUN ] sycl.team_scan 6: [ OK ] sycl.team_scan (190 ms) 6: [ RUN ] sycl.team_scan_ret_val 6: [ OK ] sycl.team_scan_ret_val (193 ms) 6: [ RUN ] sycl.team_shared_request 6: [ OK ] sycl.team_shared_request (1 ms) 6: [ RUN ] sycl.team_scratch_request 6: [ OK ] sycl.team_scratch_request (1 ms) 6: [ RUN ] sycl.team_lambda_shared_request 6: [ OK ] sycl.team_lambda_shared_request (15 ms) 6: [ RUN ] sycl.scratch_align 6: [ OK ] sycl.scratch_align (0 ms) 6: [ RUN ] sycl.shmem_size 6: [ OK ] sycl.shmem_size (0 ms) 6: [ RUN ] sycl.multi_level_scratch 6: [ OK ] sycl.multi_level_scratch (14 ms) 6: [ RUN ] sycl.team_scratch_memory_index_parallel_for 6: [ OK ] sycl.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] sycl.team_policy_max_recommended 6: [ OK ] sycl.team_policy_max_recommended (13 ms) 6: [ RUN ] sycl.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] sycl.team_teamvector_range 6: [ OK ] sycl.team_teamvector_range (4 ms) 6: [ RUN ] sycl.unique_token_global 6: [ OK ] sycl.unique_token_global (2 ms) 6: [ RUN ] sycl.unique_token_instance 6: [ OK ] sycl.unique_token_instance (1 ms) 6: [ RUN ] sycl.unique_token_team_acquire 6: [ OK ] sycl.unique_token_team_acquire (1 ms) 6: [ RUN ] sycl.view_api_a 6: [ OK ] sycl.view_api_a (8 ms) 6: [ RUN ] sycl.view_api_b 6: [ OK ] sycl.view_api_b (4 ms) 6: [ RUN ] sycl.view_api_c 6: [ OK ] sycl.view_api_c (0 ms) 6: [ RUN ] sycl.view_api_d 6: [ OK ] sycl.view_api_d (0 ms) 6: [ RUN ] sycl.view_allocation_error 6: 6: PI CUDA ERROR: 6: Value: 2 6: Name: CUDA_ERROR_OUT_OF_MEMORY 6: Description: out of memory 6: Function: cuda_piextUSMDeviceAlloc 6: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4899 6: 6: [ OK ] sycl.view_allocation_error (0 ms) 6: [ RUN ] sycl.view_remap 6: [ OK ] sycl.view_remap (0 ms) 6: [ RUN ] sycl.view_mirror_nonconst 6: [ OK ] sycl.view_mirror_nonconst (0 ms) 6: [ RUN ] sycl.view_stride_method 6: [ OK ] sycl.view_stride_method (0 ms) 6: [ RUN ] sycl.anonymous_space 6: [ OK ] sycl.anonymous_space (0 ms) 6: [ RUN ] sycl.view_overload_resolution 6: [ OK ] sycl.view_overload_resolution (0 ms) 6: [ RUN ] sycl.view_allocation_large_rank 6: [ OK ] sycl.view_allocation_large_rank (8 ms) 6: [ RUN ] sycl.view_shmem_size_on_device 6: [ OK ] sycl.view_shmem_size_on_device (0 ms) 6: [ RUN ] sycl.view_is_assignable 6: [ OK ] sycl.view_is_assignable (0 ms) 6: [ RUN ] sycl.view_copy_tests 6: [ OK ] sycl.view_copy_tests (6 ms) 6: [ RUN ] sycl.view_copy_tests_rank_0 6: [ OK ] sycl.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] sycl.view_copy_degenerated 6: [ OK ] sycl.view_copy_degenerated (0 ms) 6: [ RUN ] sycl.view_hooks 6: [ OK ] sycl.view_hooks (0 ms) 6: [ RUN ] sycl.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (61 ms) 6: [ RUN ] sycl.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] sycl.view_layoutstride_right_to_layoutright_assignment (58 ms) 6: [ RUN ] sycl.view_irregular_layout 6: [ OK ] sycl.view_irregular_layout (0 ms) 6: [ RUN ] sycl.view_mapping 6: [ OK ] sycl.view_mapping (64 ms) 6: [ RUN ] sycl.view_mapping_operator 6: [ OK ] sycl.view_mapping_operator (16 ms) 6: [ RUN ] sycl.static_extent 6: [ OK ] sycl.static_extent (0 ms) 6: [ RUN ] sycl.view_mapping_atomic 6: [ OK ] sycl.view_mapping_atomic (0 ms) 6: [ RUN ] sycl.view_mapping_class_value 6: [ OK ] sycl.view_mapping_class_value (0 ms) 6: [ RUN ] sycl.view_mapping_assignable 6: [ OK ] sycl.view_mapping_assignable (0 ms) 6: [ RUN ] sycl.view_mapping_trivially_copyable 6: [ OK ] sycl.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] sycl.view_mapping_subview 6: [ OK ] sycl.view_mapping_subview (0 ms) 6: [ RUN ] sycl.view_nested_view 6: [ OK ] sycl.view_nested_view (0 ms) 6: [ RUN ] sycl.view_resize 6: [ OK ] sycl.view_resize (11 ms) 6: [ RUN ] sycl.view_realloc 6: [ OK ] sycl.view_realloc (0 ms) 6: [ RUN ] sycl.resize_realloc_no_init 6: [ OK ] sycl.resize_realloc_no_init (0 ms) 6: [ RUN ] sycl.resize_realloc_no_alloc 6: [ OK ] sycl.resize_realloc_no_alloc (0 ms) 6: [ RUN ] sycl.realloc_exec_space 6: [ OK ] sycl.realloc_exec_space (0 ms) 6: [ RUN ] sycl.view_alloc 6: [ OK ] sycl.view_alloc (0 ms) 6: [ RUN ] sycl.view_alloc_exec_space 6: [ OK ] sycl.view_alloc_exec_space (0 ms) 6: [ RUN ] sycl.view_alloc_int 6: [ OK ] sycl.view_alloc_int (0 ms) 6: [ RUN ] sycl.view_alloc_exec_space_int 6: [ OK ] sycl.view_alloc_exec_space_int (0 ms) 6: [ RUN ] sycl.deep_copy_zero_memset 6: [ OK ] sycl.deep_copy_zero_memset (0 ms) 6: [ RUN ] sycl.resize_exec_space 6: [ OK ] sycl.resize_exec_space (0 ms) 6: [ RUN ] sycl.view_allocation_int 6: [ OK ] sycl.view_allocation_int (0 ms) 6: [ RUN ] sycl.view_allocation_exec_space_int 6: [ OK ] sycl.view_allocation_exec_space_int (0 ms) 6: [ RUN ] sycl.view_not_default_constructible 6: [ OK ] sycl.view_not_default_constructible (0 ms) 6: [----------] 87 tests from sycl (2542 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 93 tests from 2 test suites ran. (112257 ms total) 6: [ PASSED ] 90 tests. 6: [ SKIPPED ] 3 tests, listed below: 6: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device 6: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce 6: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce 46: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3016 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMaskingPreRA.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeVGPRLiveRange.cpp.o 6/58 Test #6: Kokkos_CoreUnitTest_SYCL2A .................... Passed 114.62 sec test 7 Start 7: Kokkos_CoreUnitTest_SYCL2B 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B 7: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1685 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 7: [==========] Running 16 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 16 tests from sycl_shared_usm 7: [ RUN ] sycl_shared_usm.view_subview_assign_strided 7: [ OK ] sycl_shared_usm.view_subview_assign_strided (5 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_0 7: [ OK ] sycl_shared_usm.view_subview_left_0 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_1 7: [ OK ] sycl_shared_usm.view_subview_left_1 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_2 7: [ OK ] sycl_shared_usm.view_subview_left_2 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_3 7: [ OK ] sycl_shared_usm.view_subview_left_3 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_0 7: [ OK ] sycl_shared_usm.view_subview_right_0 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_1 7: [ OK ] sycl_shared_usm.view_subview_right_1 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_3 7: [ OK ] sycl_shared_usm.view_subview_right_3 (0 ms) 7: [ RUN ] sycl_shared_usm.view_static_tests 7: [ OK ] sycl_shared_usm.view_static_tests (1 ms) 7: [ RUN ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft 7: [ OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (6 ms) 7: [ RUN ] sycl_shared_usm.view_subview_layoutright_to_layoutright 7: [ OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (3 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign 7: [ OK ] sycl_shared_usm.view_subview_1d_assign (6 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign_atomic 7: [ OK ] sycl_shared_usm.view_subview_1d_assign_atomic (5 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign_randomaccess 7: [ OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (5 ms) 7: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d 7: [ OK ] sycl_shared_usm.view_subview_2d_from_3d (83 ms) 7: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_atomic 7: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (83 ms) 7: [----------] 16 tests from sycl_shared_usm (204 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 16 tests from 1 test suite ran. (204 ms total) 7: [ PASSED ] 16 tests. [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o 7/58 Test #7: Kokkos_CoreUnitTest_SYCL2B .................... Passed 2.31 sec test 8 Start 8: Kokkos_CoreUnitTest_SYCL2C 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C 8: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1678 ms) 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6380 ms total) 46: 46: [----------] 2 tests from std_algorithms_mismatch_team_test 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPostRABundler.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreAllocateWWMRegs.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreEmitPeephole.cpp.o 8: [==========] Running 4 tests from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 4 tests from sycl_shared_usm 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (87 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left (158 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (160 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess 46: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1937 ms) 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (157 ms) 8: [----------] 4 tests from sycl_shared_usm (563 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 4 tests from 1 test suite ran. (563 ms total) 8: [ PASSED ] 4 tests. 46: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (468 ms) 46: [----------] 2 tests from std_algorithms_mismatch_team_test (2406 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 12 tests from 7 test suites ran. (11039 ms total) 46: [ PASSED ] 12 tests. 8/58 Test #8: Kokkos_CoreUnitTest_SYCL2C .................... Passed 2.70 sec test 9 Start 9: Kokkos_CoreUnitTest_SYCL2D 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D 9: Test timeout computed to be: 1500 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 11.79 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test timeout computed to be: 1500 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (28693 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 47: [==========] Running 8 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_equal_team_test 47: [ RUN ] std_algorithms_equal_team_test.views_are_equal 9: [==========] Running 5 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 5 tests from sycl_shared_usm 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right (163 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (163 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess 47: [ OK ] std_algorithms_equal_team_test.views_are_equal (1401 ms) 47: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (162 ms) 9: [ RUN ] sycl_shared_usm.view_test_unmanaged_subview_reset 9: [ OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (10 ms) 9: [ RUN ] sycl_shared_usm.view_subview_memory_traits_construction 9: [ OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms) 9: [----------] 5 tests from sycl_shared_usm (501 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 5 tests from 1 test suite ran. (501 ms total) 9: [ PASSED ] 5 tests. [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIProgramInfo.cpp.o 47: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (663 ms) 47: [----------] 2 tests from std_algorithms_equal_team_test (2065 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_team_test 47: [ RUN ] std_algorithms_search_team_test.sequences_exist 9/58 Test #9: Kokkos_CoreUnitTest_SYCL2D .................... Passed 2.69 sec test 10 Start 10: Kokkos_CoreUnitTest_SYCL3 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3 10: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o 47: [ OK ] std_algorithms_search_team_test.sequences_exist (495 ms) 47: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (686 ms) 47: [----------] 2 tests from std_algorithms_search_team_test (1182 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_end_team_test 47: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 10: [==========] Running 54 tests from 3 test suites. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from sycl 10: [ RUN ] sycl.team_scratch_1_queues 47: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1832 ms) 47: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 95%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o 47: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1596 ms) 47: [----------] 2 tests from std_algorithms_find_end_team_test (3428 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_first_of_team_test 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1400 ms) 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6160 ms) 47: [----------] 2 tests from std_algorithms_find_first_of_team_test (7560 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 8 tests from 4 test suites ran. (14237 ms total) 47: [ PASSED ] 8 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 15.02 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test timeout computed to be: 1500 [ 95%] Linking CXX static library ../../libLLVMAMDGPUCodeGen.a 48: [==========] Running 11 tests from 7 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_find_team_test 48: [ RUN ] std_algorithms_find_team_test.searched_values_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_exist (194 ms) 48: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (331 ms) 48: [----------] 2 tests from std_algorithms_find_team_test (526 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_team_test 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (135 ms) 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 95%] Built target LLVMAMDGPUCodeGen [ 95%] Linking CXX static library ../../../../../lib/libclangDependencyScanning.a [ 95%] Building CXX object tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o [ 95%] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o [ 95%] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/ClangLinkerWrapper.cpp.o [ 95%] Linking CXX static library ../../../../../lib/libclangHandleCXX.a [ 95%] Building C object tools/clang/tools/clang-fuzzer/dictionary/CMakeFiles/clang-fuzzer-dictionary.dir/dictionary.c.o [ 95%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o [ 95%] Building CXX object tools/clang/tools/clang-offload-packager/CMakeFiles/clang-offload-packager.dir/ClangOffloadPackager.cpp.o [ 95%] Built target clangHandleCXX [ 95%] Building CXX object tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o [ 95%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o [ 95%] Built target clangDependencyScanning [ 95%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o [ 95%] Linking CXX executable ../../../../../bin/clang-fuzzer-dictionary [ 95%] Built target clang-fuzzer-dictionary [ 95%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (349 ms) 48: [----------] 2 tests from std_algorithms_find_if_team_test (485 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_not_team_test 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (332 ms) 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (133 ms) 48: [----------] 2 tests from std_algorithms_find_if_not_team_test (466 ms total) 48: 48: [----------] 1 test from std_algorithms_all_of_team_test 48: [ RUN ] std_algorithms_all_of_team_test.test [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 48: [ OK ] std_algorithms_all_of_team_test.test (323 ms) 48: [----------] 1 test from std_algorithms_all_of_team_test (323 ms total) 48: 48: [----------] 1 test from std_algorithms_any_of_team_test 48: [ RUN ] std_algorithms_any_of_team_test.test 48: [ OK ] std_algorithms_any_of_team_test.test (129 ms) 48: [----------] 1 test from std_algorithms_any_of_team_test (129 ms total) 48: 48: [----------] 1 test from std_algorithms_none_of_team_test 48: [ RUN ] std_algorithms_none_of_team_test.test 48: [ OK ] std_algorithms_none_of_team_test.test (325 ms) 48: [----------] 1 test from std_algorithms_none_of_team_test (325 ms total) 48: 48: [----------] 2 tests from std_algorithms_search_n_team_test 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (174 ms) 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (213 ms) 48: [----------] 2 tests from std_algorithms_search_n_team_test (388 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 11 tests from 7 test suites ran. (2645 ms total) 48: [ PASSED ] 11 tests. [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 3.43 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o 49: [==========] Running 3 tests from 3 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_min_element_team_test 49: [ RUN ] std_algorithms_min_element_team_test.test 49: [ OK ] std_algorithms_min_element_team_test.test (1242 ms) 49: [----------] 1 test from std_algorithms_min_element_team_test (1242 ms total) 49: 49: [----------] 1 test from std_algorithms_max_element_team_test 49: [ RUN ] std_algorithms_max_element_team_test.test 49: [ OK ] std_algorithms_max_element_team_test.test (1231 ms) 49: [----------] 1 test from std_algorithms_max_element_team_test (1231 ms total) 49: 49: [----------] 1 test from std_algorithms_minmax_element_team_test 49: [ RUN ] std_algorithms_minmax_element_team_test.test [ OK ] serial.UnorderedMap_insert (49984 ms) [ RUN ] serial.UnorderedMap_failed_insert [ OK ] cuda.scatterview (81216 ms) [ RUN ] cuda.scatterview_devicetype [ OK ] cuda.scatterview_devicetype (28 ms) [ RUN ] cuda.staticcrsgraph [ OK ] cuda.staticcrsgraph (47 ms) [ RUN ] cuda.UnorderedMap_insert [ 95%] Linking CXX executable ../../../../bin/clang-offload-packager [ 95%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o 49: [ OK ] std_algorithms_minmax_element_team_test.test (1827 ms) 49: [----------] 1 test from std_algorithms_minmax_element_team_test (1827 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 3 tests from 3 test suites ran. (4301 ms total) 49: [ PASSED ] 3 tests. [ OK ] cuda.UnorderedMap_insert (8204 ms) [ RUN ] cuda.UnorderedMap_failed_insert 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 5.05 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test timeout computed to be: 1500 50: [==========] Running 6 tests from 6 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_fill_team_test 50: [ RUN ] std_algorithms_fill_team_test.test [ OK ] cuda.UnorderedMap_failed_insert (1107 ms) [ RUN ] cuda.UnorderedMap_deep_copy [ OK ] cuda.UnorderedMap_deep_copy (8 ms) [ RUN ] cuda.UnorderedMap_valid_empty [ OK ] cuda.UnorderedMap_valid_empty (1 ms) [ RUN ] cuda.UnorderedMap_clear_zero_size [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) [ RUN ] cuda.UnorderedMap_consistent_size [ OK ] cuda.UnorderedMap_consistent_size (0 ms) [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) [ RUN ] cuda.UnorderedMap_lambda_capturable [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) [ RUN ] cuda.UnorderedMap_constructor_view_alloc [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) [ RUN ] cuda.viewctorprop_embedded_dim [ OK ] cuda.viewctorprop_embedded_dim (0 ms) [----------] 41 tests from cuda (90704 ms total) [----------] Global test environment tear-down [==========] 41 tests from 1 test suite ran. (90704 ms total) [ PASSED ] 41 tests. 50: [ OK ] std_algorithms_fill_team_test.test (264 ms) 50: [----------] 1 test from std_algorithms_fill_team_test (264 ms total) 50: 50: [----------] 1 test from std_algorithms_fill_n_team_test 50: [ RUN ] std_algorithms_fill_n_team_test.test [ 95%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o 50: [ OK ] std_algorithms_fill_n_team_test.test (226 ms) 50: [----------] 1 test from std_algorithms_fill_n_team_test (226 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_team_test 50: [ RUN ] std_algorithms_replace_team_test.test 50: [ OK ] std_algorithms_replace_team_test.test (446 ms) 50: [----------] 1 test from std_algorithms_replace_team_test (446 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_if_team_test 50: [ RUN ] std_algorithms_replace_if_team_test.test [ 95%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o [ 96%] Linking CXX shared library ../../lib/libLTO.so 50: [ OK ] std_algorithms_replace_if_team_test.test (590 ms) 50: [----------] 1 test from std_algorithms_replace_if_team_test (590 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_team_test 50: [ RUN ] std_algorithms_replace_copy_team_test.test [ 96%] Built target clang-offload-packager [ 96%] Building CXX object tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o 50: [ OK ] std_algorithms_replace_copy_team_test.test (1039 ms) 50: [----------] 1 test from std_algorithms_replace_copy_team_test (1039 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test 50: [ RUN ] std_algorithms_replace_copy_if_team_test.test 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (28731 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 50: [ OK ] std_algorithms_replace_copy_if_team_test.test (821 ms) 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test (821 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 6 tests from 6 test suites ran. (3389 ms total) 50: [ PASSED ] 6 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 4.18 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_reverse_team_test 51: [ RUN ] std_algorithms_reverse_team_test.test [ 96%] Linking CXX shared library ../../../../lib/libclang-cpp.so [ 96%] Linking CXX executable ../../../../bin/clang-repl [ 96%] Linking CXX executable ../../bin/llvm-lto 51: [ OK ] std_algorithms_reverse_team_test.test (280 ms) 51: [----------] 1 test from std_algorithms_reverse_team_test (280 ms total) 51: 51: [----------] 1 test from std_algorithms_reverse_copy_team_test 51: [ RUN ] std_algorithms_reverse_copy_team_test.test 51: [ OK ] std_algorithms_reverse_copy_team_test.test (344 ms) 51: [----------] 1 test from std_algorithms_reverse_copy_team_test (345 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_team_test 51: [ RUN ] std_algorithms_rotate_team_test.test 51: [ OK ] std_algorithms_rotate_team_test.test (619 ms) 51: [----------] 1 test from std_algorithms_rotate_team_test (619 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_copy_team_test 51: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 96%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o [ 96%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/clang-driver.cpp.o 51: [ OK ] std_algorithms_rotate_copy_team_test.test (474 ms) 51: [----------] 1 test from std_algorithms_rotate_copy_team_test (474 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (1720 ms total) 51: [ PASSED ] 4 tests. [ 96%] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/OffloadWrapper.cpp.o 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 2.50 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test timeout computed to be: 1500 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4176 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 96%] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_move_team_test 52: [ RUN ] std_algorithms_move_team_test.test 10: [ OK ] sycl.team_scratch_1_queues (23154 ms) 10: [ RUN ] sycl.space_access 10: [ OK ] sycl.space_access (0 ms) 10: [ RUN ] sycl.uvm 10: [ OK ] sycl.uvm (1 ms) 10: [ RUN ] sycl.impl_view_accessible 10: [ OK ] sycl.impl_view_accessible (3 ms) 10: [----------] 4 tests from sycl (23159 ms total) 10: 10: [----------] 25 tests from sycl_host_usm 10: [ RUN ] sycl_host_usm.impl_shared_alloc 10: [ OK ] sycl_host_usm.impl_shared_alloc (28 ms) 10: [ RUN ] sycl_host_usm.view_api_a 10: [ OK ] sycl_host_usm.view_api_a (7 ms) 10: [ RUN ] sycl_host_usm.view_api_b 10: [ OK ] sycl_host_usm.view_api_b (1 ms) 10: [ RUN ] sycl_host_usm.view_api_c 10: [ OK ] sycl_host_usm.view_api_c (0 ms) 10: [ RUN ] sycl_host_usm.view_api_d 10: [ OK ] sycl_host_usm.view_api_d (0 ms) 10: [ RUN ] sycl_host_usm.view_allocation_error 10: 10: PI CUDA ERROR: 10: Value: 2 10: Name: CUDA_ERROR_OUT_OF_MEMORY 10: Description: out of memory 10: Function: cuda_piextUSMHostAlloc 10: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4875 10: 10: [ OK ] sycl_host_usm.view_allocation_error (0 ms) 10: [ RUN ] sycl_host_usm.view_remap 10: [ OK ] sycl_host_usm.view_remap (0 ms) 10: [ RUN ] sycl_host_usm.view_mirror_nonconst 10: [ OK ] sycl_host_usm.view_mirror_nonconst (0 ms) 10: [ RUN ] sycl_host_usm.view_stride_method 10: [ OK ] sycl_host_usm.view_stride_method (0 ms) 10: [ RUN ] sycl_host_usm.anonymous_space 10: [ OK ] sycl_host_usm.anonymous_space (0 ms) 10: [ RUN ] sycl_host_usm.view_overload_resolution 10: [ OK ] sycl_host_usm.view_overload_resolution (0 ms) 10: [ RUN ] sycl_host_usm.view_allocation_large_rank 52: [ OK ] std_algorithms_move_team_test.test (599 ms) 52: [----------] 1 test from std_algorithms_move_team_test (599 ms total) 52: 52: [----------] 1 test from std_algorithms_move_backward_team_test 52: [ RUN ] std_algorithms_move_backward_team_test.test 52: [ OK ] std_algorithms_move_backward_team_test.test (467 ms) 52: [----------] 1 test from std_algorithms_move_backward_team_test (467 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_left_team_test 52: [ RUN ] std_algorithms_shift_left_team_test.test 10: [ OK ] sycl_host_usm.view_allocation_large_rank (4542 ms) 10: [ RUN ] sycl_host_usm.view_shmem_size_on_device 10: [ OK ] sycl_host_usm.view_shmem_size_on_device (0 ms) 10: [ RUN ] sycl_host_usm.view_is_assignable 10: [ OK ] sycl_host_usm.view_is_assignable (0 ms) 10: [ RUN ] sycl_host_usm.view_copy_tests 10: [ OK ] sycl_host_usm.view_copy_tests (4 ms) 10: [ RUN ] sycl_host_usm.view_copy_tests_rank_0 10: [ OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms) 10: [ RUN ] sycl_host_usm.view_copy_degenerated 10: [ OK ] sycl_host_usm.view_copy_degenerated (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping 10: [ OK ] sycl_host_usm.view_mapping (60 ms) 10: [ RUN ] sycl_host_usm.view_mapping_operator 10: [ OK ] sycl_host_usm.view_mapping_operator (4 ms) 10: [ RUN ] sycl_host_usm.static_extent 10: [ OK ] sycl_host_usm.static_extent (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_atomic 10: [ OK ] sycl_host_usm.view_mapping_atomic (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_class_value 10: [ OK ] sycl_host_usm.view_mapping_class_value (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_assignable 10: [ OK ] sycl_host_usm.view_mapping_assignable (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_trivially_copyable 10: [ OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_subview 10: [ OK ] sycl_host_usm.view_mapping_subview (0 ms) 10: [----------] 25 tests from sycl_host_usm (4651 ms total) 10: 10: [----------] 25 tests from sycl_shared_usm 10: [ RUN ] sycl_shared_usm.impl_shared_alloc 10: [ OK ] sycl_shared_usm.impl_shared_alloc (40 ms) 10: [ RUN ] sycl_shared_usm.view_api_a 10: [ OK ] sycl_shared_usm.view_api_a (16 ms) 10: [ RUN ] sycl_shared_usm.view_api_b 10: [ OK ] sycl_shared_usm.view_api_b (19 ms) 10: [ RUN ] sycl_shared_usm.view_api_c 10: [ OK ] sycl_shared_usm.view_api_c (0 ms) 10: [ RUN ] sycl_shared_usm.view_api_d 10: [ OK ] sycl_shared_usm.view_api_d (5 ms) 10: [ RUN ] sycl_shared_usm.view_allocation_error 10: 10: PI CUDA ERROR: 10: Value: 2 10: Name: CUDA_ERROR_OUT_OF_MEMORY 10: Description: out of memory 10: Function: cuda_piextUSMSharedAlloc 10: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4924 10: 10: [ OK ] sycl_shared_usm.view_allocation_error (0 ms) 10: [ RUN ] sycl_shared_usm.view_remap 10: [ OK ] sycl_shared_usm.view_remap (1 ms) 10: [ RUN ] sycl_shared_usm.view_mirror_nonconst 10: [ OK ] sycl_shared_usm.view_mirror_nonconst (0 ms) 10: [ RUN ] sycl_shared_usm.view_stride_method 10: [ OK ] sycl_shared_usm.view_stride_method (0 ms) 10: [ RUN ] sycl_shared_usm.anonymous_space 10: [ OK ] sycl_shared_usm.anonymous_space (0 ms) 10: [ RUN ] sycl_shared_usm.view_overload_resolution 10: [ OK ] sycl_shared_usm.view_overload_resolution (0 ms) 10: [ RUN ] sycl_shared_usm.view_allocation_large_rank 10: [ OK ] sycl_shared_usm.view_allocation_large_rank (1027 ms) 10: [ RUN ] sycl_shared_usm.view_shmem_size_on_device 10: [ OK ] sycl_shared_usm.view_shmem_size_on_device (9 ms) 10: [ RUN ] sycl_shared_usm.view_is_assignable 10: [ OK ] sycl_shared_usm.view_is_assignable (7 ms) 10: [ RUN ] sycl_shared_usm.view_copy_tests 10: [ OK ] sycl_shared_usm.view_copy_tests (24 ms) 10: [ RUN ] sycl_shared_usm.view_copy_tests_rank_0 10: [ OK ] sycl_shared_usm.view_copy_tests_rank_0 (4 ms) 10: [ RUN ] sycl_shared_usm.view_copy_degenerated 10: [ OK ] sycl_shared_usm.view_copy_degenerated (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping 52: [ OK ] std_algorithms_shift_left_team_test.test (1378 ms) 52: [----------] 1 test from std_algorithms_shift_left_team_test (1378 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_right_team_test 52: [ RUN ] std_algorithms_shift_right_team_test.test 10: [ OK ] sycl_shared_usm.view_mapping (61 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_operator 10: [ OK ] sycl_shared_usm.view_mapping_operator (15 ms) 10: [ RUN ] sycl_shared_usm.static_extent 10: [ OK ] sycl_shared_usm.static_extent (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_atomic 10: [ OK ] sycl_shared_usm.view_mapping_atomic (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_class_value 10: [ OK ] sycl_shared_usm.view_mapping_class_value (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_assignable 10: [ OK ] sycl_shared_usm.view_mapping_assignable (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_trivially_copyable 10: [ OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_subview 10: [ OK ] sycl_shared_usm.view_mapping_subview (0 ms) 10: [----------] 25 tests from sycl_shared_usm (1237 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 54 tests from 3 test suites ran. (29047 ms total) 10: [ PASSED ] 54 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 10/58 Test #10: Kokkos_CoreUnitTest_SYCL3 ..................... Passed 31.33 sec test 11 Start 11: Kokkos_CoreUnitTest_SYCLInterOpInit 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit 11: Test timeout computed to be: 1500 [ 96%] Linking CXX executable ../../../../bin/clang [ 96%] Linking CXX executable ../../../../bin/clang-linker-wrapper 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from sycl 11: [ RUN ] sycl.raw_sycl_interop 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4128 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (98581 ms total) 2: 2: [----------] 116 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (0 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (4 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (5 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (292 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 52: [ OK ] std_algorithms_shift_right_team_test.test (1326 ms) 52: [----------] 1 test from std_algorithms_shift_right_team_test (1326 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (3772 ms total) 52: [ PASSED ] 4 tests. 2: [ OK ] serial.parallel_scan_with_reducers (77 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (7 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (122 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (30 ms) 2: [ RUN ] serial.team_double_reduce 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 4.56 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test timeout computed to be: 1500 2: [ OK ] serial.team_double_reduce (81 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce 53: [==========] Running 9 tests from 9 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_copy_team_test 53: [ RUN ] std_algorithms_copy_team_test.test 11: [ OK ] sycl.raw_sycl_interop (1518 ms) 11: [----------] 1 test from sycl (1518 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (1518 ms total) 11: [ PASSED ] 1 test. 53: [ OK ] std_algorithms_copy_team_test.test (677 ms) 53: [----------] 1 test from std_algorithms_copy_team_test (677 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_n_team_test 53: [ RUN ] std_algorithms_copy_n_team_test.test 11/58 Test #11: Kokkos_CoreUnitTest_SYCLInterOpInit ........... Passed 2.08 sec test 12 Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit_Context 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context 12: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_copy_n_team_test.test (282 ms) 53: [----------] 1 test from std_algorithms_copy_n_team_test (282 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_backward_team_test 53: [ RUN ] std_algorithms_copy_backward_team_test.test 53: [ OK ] std_algorithms_copy_backward_team_test.test (384 ms) 53: [----------] 1 test from std_algorithms_copy_backward_team_test (384 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_if_team_test 53: [ RUN ] std_algorithms_copy_if_team_test.test 53: [ OK ] std_algorithms_copy_if_team_test.test (535 ms) 53: [----------] 1 test from std_algorithms_copy_if_team_test (535 ms total) 53: 53: [----------] 1 test from std_algorithms_unique_copy_team_test 53: [ RUN ] std_algorithms_unique_copy_team_test.test 12: [==========] Running 2 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 2 tests from sycl 12: [ RUN ] sycl.raw_sycl_interop_context_1 12: [ OK ] sycl.raw_sycl_interop_context_1 (2 ms) 12: [ RUN ] sycl.raw_sycl_interop_context_2 12: [ OK ] sycl.raw_sycl_interop_context_2 (0 ms) 12: [----------] 2 tests from sycl (2 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 2 tests from 1 test suite ran. (2 ms total) 12: [ PASSED ] 2 tests. 12/58 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ... Passed 2.08 sec test 13 Start 13: Kokkos_CoreUnitTest_SYCLInterOpStreams 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from sycl 13: [ RUN ] sycl.raw_sycl_queues 53: [ OK ] std_algorithms_unique_copy_team_test.test (1083 ms) 53: [----------] 1 test from std_algorithms_unique_copy_team_test (1084 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_team_test 53: [ RUN ] std_algorithms_remove_team_test.test 53: [ OK ] std_algorithms_remove_team_test.test (625 ms) 53: [----------] 1 test from std_algorithms_remove_team_test (625 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_if_team_test 53: [ RUN ] std_algorithms_remove_if_team_test.test [ OK ] serial.UnorderedMap_failed_insert (24133 ms) [ RUN ] serial.UnorderedMap_deep_copy [ OK ] serial.UnorderedMap_deep_copy (13 ms) [ RUN ] serial.UnorderedMap_valid_empty [ OK ] serial.UnorderedMap_valid_empty (0 ms) [ RUN ] serial.UnorderedMap_clear_zero_size [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) [ RUN ] serial.UnorderedMap_consistent_size [ OK ] serial.UnorderedMap_consistent_size (0 ms) [ RUN ] serial.UnorderedMap_shallow_copyable_on_device [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) [ RUN ] serial.UnorderedMap_lambda_capturable [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) [ RUN ] serial.UnorderedMap_constructor_view_alloc [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) [ RUN ] serial.viewctorprop_embedded_dim [ OK ] serial.viewctorprop_embedded_dim (0 ms) [----------] 41 tests from serial (104320 ms total) [----------] Global test environment tear-down [==========] 41 tests from 1 test suite ran. (104320 ms total) [ PASSED ] 40 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests' make -C containers/performance_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' ./KokkosContainers_PerformanceTest_Cuda [==========] Running 4 tests from 1 test suite. [----------] Global test environment set-up. [----------] 4 tests from TEST_CATEGORY [ RUN ] TEST_CATEGORY.dynrankview_perf Cuda DynRankView vs View: Initialization Only View time (init only): 0.00122854 View sum computation time: 0.00122854 Strided View time (init only): 0.00116128 View Rank7 time (init only): 0.00128357 DynRankView time (init only): 0.00130543 DynRankView sum computation time: 0.00187204 Ratio of View to DynRankView time: 0.941104 Ratio of View to DynRankView sum computation time: 0.868073 Ratio of View to View Rank7 time: 0.957127 Ratio of StrideView to DynRankView time: 0.889577 Ratio of DynRankView to View Rank7 time: 1.01703 [ OK ] TEST_CATEGORY.dynrankview_perf (21 ms) [ RUN ] TEST_CATEGORY.global_2_local Cuda size, create, generate, fill, find 256, 0.000419613, 0.000124455, 0.00403257, 0.00227327 512, 0.000213784, 1.6171e-05, 2.5091e-05, 0.00228901 1024, 0.00022025, 1.3893e-05, 2.8852e-05, 0.00229432 2048, 0.000204391, 1.3511e-05, 2.4801e-05, 0.0022846 4096, 0.000197421, 1.4227e-05, 2.6864e-05, 0.00232463 8192, 0.000208407, 1.3032e-05, 3.0295e-05, 0.00233234 16384, 0.000219523, 1.3734e-05, 3.4111e-05, 0.00235826 32768, 0.000210887, 1.4516e-05, 3.7824e-05, 0.00249962 65536, 0.000211879, 2.0482e-05, 4.7502e-05, 0.00280599 131072, 0.000222557, 1.5362e-05, 6.7938e-05, 0.0034351 262144, 0.000227816, 1.7257e-05, 0.000155624, 0.0062753 524288, 0.000248096, 2.06e-05, 0.000534295, 0.0197034 1048576, 0.00130114, 2.9934e-05, 0.00138973, 0.0467407 2097152, 0.000620676, 4.3031e-05, 0.00302548, 0.109878 53: [ OK ] std_algorithms_remove_if_team_test.test (645 ms) 53: [----------] 1 test from std_algorithms_remove_if_team_test (645 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_team_test 53: [ RUN ] std_algorithms_remove_copy_team_test.test 4194304, 0.000902857, 6.8149e-05, 0.00679517, 0.235969 [ OK ] TEST_CATEGORY.global_2_local (467 ms) [ RUN ] TEST_CATEGORY.unordered_map_performance_near skipping test [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) [ RUN ] TEST_CATEGORY.unordered_map_performance_far skipping test [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) [----------] 4 tests from TEST_CATEGORY (489 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test suite ran. (489 ms total) [ PASSED ] 4 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests' make -C algorithms/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6770 CXX=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6770 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' 13: [ OK ] sycl.raw_sycl_queues (1525 ms) 13: [----------] 1 test from sycl (1525 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (1525 ms total) 13: [ PASSED ] 1 test. ./KokkosAlgorithms_UnitTest_Cuda ./KokkosAlgorithms_UnitTest_Serial 13/58 Test #13: Kokkos_CoreUnitTest_SYCLInterOpStreams ........ Passed 2.08 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_remove_copy_team_test.test (772 ms) 53: [----------] 1 test from std_algorithms_remove_copy_team_test (772 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test 53: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 96%] Linking CXX executable ../../../../bin/clang-check [==========] Running 12 tests from 1 test suite. [----------] Global test environment set-up. [----------] 12 tests from cuda [ RUN ] cuda.Random_XorShift64 Test Seed:1706739826223573864 [==========] Running 12 tests from 1 test suite. [----------] Global test environment set-up. [----------] 12 tests from serial [ RUN ] serial.Random_XorShift64 Test Seed:1706739826225304149 Test Scalar=int -- Testing randomness properties Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00390675 0.000410347 || 0.051031 28017 29321 || 28562.8 28674.4 || 5.67263 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00715473 -0.00184369 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0163004 -0.0145113 || 0.051031 28059 29348 || 29149.5 28674.4 || -200.604 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00908347 0.00275869 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 7.17682e-05 -0.0265629 || 0.051031 28063 29366 || 28672.3 28674.4 || -367.205 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0122085 0.00891677 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.000865792 0.00129989 || 0.051031 28084 29372 || 28649.6 28674.4 || 17.9697 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.000827676 -0.0074456 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000245076 -0.99999 -48247.9 || 0.051031 0 195121 || 2.92882e+09 28674.4 || -6.66979e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000734178 -0.308062 0.163258 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00196069 -0.999999 -57857.1 || 0.051031 0 1.55162e+06 || 2.86909e+10 28674.4 || -7.99816e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00589259 -0.967911 10.3492 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.83613e-07 0.00177145 0.0132535 || 0.051031 28001 29311 || 28623.7 28674.4 || 183.216 -2.0744 -- Testing 3-D histogram Density 3D: 7.64335e-07 -0.0121708 0.000569366 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00821868 0.0152023 || 0.051031 28045 29260 || 28440.6 28674.4 || 210.157 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00673921 0.00748399 || 0.051031 1e+64 -1e+64 Test Seed:1706739826358578313 53: [ OK ] std_algorithms_remove_copy_if_team_test.test (707 ms) 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test (707 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 9 tests from 9 test suites ran. (5716 ms total) 53: [ PASSED ] 9 tests. Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00427729 0.0111374 || 0.051031 28014 29265 || 28797.6 28674.4 || 153.963 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0180999 0.000560419 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00071152 -0.0279436 || 0.051031 27993 29294 || 28694.8 28674.4 || -386.292 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00190532 0.00020751 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00633832 0.012698 || 0.051031 28064 29352 || 28493.8 28674.4 || 175.538 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00152813 0.000272714 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0142615 0.0186547 || 0.051031 28046 29469 || 28271.2 28674.4 || 257.882 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0204907 -0.00716799 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000245742 -0.99999 -48241.6 || 0.051031 0 195088 || 2.92823e+09 28674.4 || -6.66892e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000736073 -0.299705 0.151589 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195494 -0.999999 -57856 || 0.051031 0 1.5517e+06 || 2.86903e+10 28674.4 || -7.99801e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00587456 -0.967857 10.2439 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.71e-07 -0.00521063 0.0195045 || 0.051031 28020 29315 || 28824.6 28674.4 || 269.63 -2.0744 -- Testing 3-D histogram Density 3D: 7.26496e-07 -0.00265166 0.00222668 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0032581 0.0143063 || 0.051031 27838 29281 || 28581.3 28674.4 || 197.77 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0083054 0.0117407 || 0.051031 1e+64 -1e+64 [ OK ] cuda.Random_XorShift64 (270 ms) [ RUN ] cuda.Random_XorShift1024_0 Test Seed:1706739826494229234 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 6.47 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test timeout computed to be: 1500 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0190022 -0.0140787 || 0.051031 10976 11769 || 11597.3 11377 || -194.623 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0164982 -0.00467184 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00655752 -0.0082174 || 0.051031 10829 11826 || 11302.8 11377 || -113.597 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00428491 0.00565569 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0135108 0.00205254 || 0.051031 10966 11791 || 11225.3 11377 || 28.3744 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0154511 0.00209473 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.002749 0.00362303 || 0.051031 11002 11792 || 11408.3 11377 || 50.0847 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000432337 0.00200756 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000247253 -0.999975 -7595.54 || 0.051031 0 77712 || 4.61081e+08 11377 || -1.05001e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000741516 -0.168305 0.021552 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195418 -0.999997 -9108.21 || 0.051031 0 616431 || 4.51606e+09 11377 || -1.25912e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00587397 -0.922697 1.62077 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.67029e-07 0.0114744 0.0070603 || 0.051031 11005 11788 || 11247.9 11377 || 97.6015 -0.823045 -- Testing 3-D histogram Density 3D: 3.05176e-07 -0.00370342 -0.00055862 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0229994 0.00120393 || 0.051031 10983 11778 || 11644.8 11377 || 16.6432 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00680121 -0.00225046 || 0.051031 1e+64 -1e+64 Test Seed:1706739826731144181 2: [ OK ] serial.repeated_team_reduce (5630 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (106 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (101 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (28 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (4 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (29 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (4 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (2 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (4 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (1 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0041456 -0.000426202 || 0.051031 10990 11776 || 11424.3 11377 || -5.89182 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00169511 -0.000474913 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0153559 0.00747004 || 0.051031 10954 11764 || 11204.9 11377 || 103.266 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0004783 -0.000904004 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 2.75943e-05 0.00656857 || 0.051031 11007 11789 || 11376.6 11377 || 90.8039 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00477754 1.21147e-05 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00635473 0.00556874 || 0.051031 11004 11875 || 11449.7 11377 || 76.9823 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 9.30351e-05 0.000953442 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000244073 -0.999975 -7594.24 || 0.051031 0 77631 || 4.61009e+08 11377 || -1.04983e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000731927 -0.159627 0.0229662 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00196017 -0.999997 -9107.94 || 0.051031 0 615999 || 4.51585e+09 11377 || -1.25908e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.0058914 -0.923307 1.63236 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.54313e-07 0.00081271 5.79961e-06 || 0.051031 10978 11773 || 11367.7 11377 || 0.0801739 -0.823045 -- Testing 3-D histogram Density 3D: 2.67029e-07 0.00917959 -0.00449251 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.007453 0.00103064 || 0.051031 10926 11756 || 11462.4 11377 || 14.2475 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0212598 -1.80022e-05 || 0.051031 1e+64 -1e+64 54: [==========] Running 4 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_unique_team_test 54: [ RUN ] std_algorithms_unique_team_test.test_default_predicate [ OK ] cuda.Random_XorShift1024_0 (645 ms) [ RUN ] cuda.Multi_streams 14: [==========] Running 72 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 32 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_num_devices 14: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 14: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 14: [ OK ] defaultdevicetype.cmd_line_args_num_devices (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 (21 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 14: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (6 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 14: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (23 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_num_devices 14: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 14: [ OK ] defaultdevicetype.env_vars_num_devices (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: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 14: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 14: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 14: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 14: [ OK ] defaultdevicetype.visible_devices (0 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (2 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (1 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 14: [ RUN ] defaultdevicetype.half_operators 14: [ OK ] defaultdevicetype.half_operators (1 ms) 14: [ RUN ] defaultdevicetype.bhalf_operators 14: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 14: [ RUN ] defaultdevicetype.host_space_access 14: [ OK ] defaultdevicetype.host_space_access (0 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a1 14: [ OK ] defaultdevicetype.reduce_instantiation_a1 (8 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (18 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (12 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (23 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (14 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms) 14: [ RUN ] defaultdevicetype.malloc 14: [ OK ] defaultdevicetype.malloc (0 ms) 14: [----------] 32 tests from defaultdevicetype (186 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (12 ms) 14: [----------] 1 test from kokkosresize (12 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/0.sizes 14: [ OK ] TestViewAPI/0.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/0 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/1.sizes 14: [ OK ] TestViewAPI/1.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/1 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/2.sizes 14: [ OK ] TestViewAPI/2.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/2 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/3.sizes 14: [ OK ] TestViewAPI/3.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/3 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/4.sizes 14: [ OK ] TestViewAPI/4.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/4 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/5.sizes 14: [ OK ] TestViewAPI/5.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/5 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/6.sizes 14: [ OK ] TestViewAPI/6.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/6 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/7.sizes 14: [ OK ] TestViewAPI/7.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/7 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/8.sizes 14: [ OK ] TestViewAPI/8.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/8 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/9.sizes 14: [ OK ] TestViewAPI/9.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/9 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/10.sizes 14: [ OK ] TestViewAPI/10.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/10 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/11.sizes 14: [ OK ] TestViewAPI/11.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/11 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/12.sizes 14: [ OK ] TestViewAPI/12.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/12 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/13.sizes 14: [ OK ] TestViewAPI/13.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/13 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/14.sizes 14: [ OK ] TestViewAPI/14.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/14 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/15.sizes 14: [ OK ] TestViewAPI/15.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/15 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/16.sizes 14: [ OK ] TestViewAPI/16.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/16 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/17.sizes 14: [ OK ] TestViewAPI/17.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/17 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/18.sizes 14: [ OK ] TestViewAPI/18.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/18 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/19.sizes 14: [ OK ] TestViewAPI/19.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/19 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/20.sizes 14: [ OK ] TestViewAPI/20.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/20 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/21.sizes 14: [ OK ] TestViewAPI/21.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/21 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/22.sizes 14: [ OK ] TestViewAPI/22.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/22 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/23.sizes 14: [ OK ] TestViewAPI/23.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/23 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/24.sizes 14: [ OK ] TestViewAPI/24.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/24 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/25.sizes 14: [ OK ] TestViewAPI/25.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/25 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/26.sizes 14: [ OK ] TestViewAPI/26.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/26 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/27.sizes 14: [ OK ] TestViewAPI/27.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/27 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/28.sizes 14: [ OK ] TestViewAPI/28.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/28 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/29.sizes 14: [ OK ] TestViewAPI/29.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/29 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/30.sizes 14: [ OK ] TestViewAPI/30.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/30 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/31.sizes 14: [ OK ] TestViewAPI/31.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/31 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/32.sizes 14: [ OK ] TestViewAPI/32.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/32 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/33.sizes 14: [ OK ] TestViewAPI/33.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/33 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/34.sizes 14: [ OK ] TestViewAPI/34.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/34 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/35.sizes 14: [ OK ] TestViewAPI/35.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/35 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/36.sizes 14: [ OK ] TestViewAPI/36.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/36 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/37.sizes 14: [ OK ] TestViewAPI/37.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/37 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/38.sizes 14: [ OK ] TestViewAPI/38.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/38 (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 72 tests from 41 test suites ran. (200 ms total) 14: [ PASSED ] 72 tests. [ 96%] Built target LTO [ 96%] Building CXX object tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o [ 96%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o 2: [ OK ] serial.view_allocation_large_rank (2036 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (4 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (43 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (39 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 14/58 Test #14: Kokkos_CoreUnitTest_Default ................... Passed 2.40 sec test 15 Start 15: Kokkos_CoreUnitTest_LegionInitialization 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 15: Test timeout computed to be: 1500 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from initialization 15: [ RUN ] initialization.legion_initialization 2: [ OK ] serial.view_mapping (51 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (2 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (119 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 54: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1254 ms) 54: [----------] 1 test from std_algorithms_unique_team_test (1254 ms total) 54: 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test 54: [ RUN ] std_algorithms_adjacent_difference_team_test.test 2: [ OK ] serial.view_subview_3d_from_5d_left (354 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic [ OK ] cuda.Multi_streams (2014 ms) [ RUN ] cuda.SortUnsignedValueType [ OK ] cuda.SortUnsignedValueType (27 ms) [ RUN ] cuda.SortEmptyView [ OK ] cuda.SortEmptyView (0 ms) [ RUN ] cuda.BinSortGenericTests [ OK ] cuda.BinSortGenericTests (25 ms) [ RUN ] cuda.BinSortEmptyView [ OK ] cuda.BinSortEmptyView (0 ms) [ RUN ] cuda.BinSortEmptyKeysView [ OK ] cuda.BinSortEmptyKeysView (0 ms) [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (353 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (354 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 54: [ OK ] std_algorithms_adjacent_difference_team_test.test (1073 ms) 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1073 ms total) 54: 54: [----------] 1 test from std_algorithms_reduce_team_test 54: [ RUN ] std_algorithms_reduce_team_test.test 15: [ OK ] initialization.legion_initialization (1529 ms) 15: [----------] 1 test from initialization (1529 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (1529 ms total) 15: [ PASSED ] 1 test. 2: [ OK ] serial.view_subview_3d_from_5d_right (294 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (295 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 54: [ OK ] std_algorithms_reduce_team_test.test (658 ms) 54: [----------] 1 test from std_algorithms_reduce_team_test (658 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_reduce_team_test 54: [ RUN ] std_algorithms_transform_reduce_team_test.test 15/58 Test #15: Kokkos_CoreUnitTest_LegionInitialization ...... Passed 2.09 sec test 16 Start 16: Kokkos_CoreUnitTest_PushFinalizeHook 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 16: Test timeout computed to be: 1500 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (298 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 116 tests from serial (10834 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 123 tests from 2 test suites ran. (109416 ms total) 2: [ PASSED ] 120 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 54: [ OK ] std_algorithms_transform_reduce_team_test.test (1004 ms) 54: [----------] 1 test from std_algorithms_transform_reduce_team_test (1004 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 4 tests from 4 test suites ran. (3991 ms total) 54: [ PASSED ] 4 tests. 2/66 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 111.75 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 [ 96%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 4.75 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test timeout computed to be: 1500 55: [==========] Running 18 tests from 5 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_is_sorted_team_test 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 16: SUCCESS 16/58 Test #16: Kokkos_CoreUnitTest_PushFinalizeHook .......... Passed 2.09 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (543 ms) 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 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 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/66 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 2.05 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 [ 96%] Built target llvm-lto [ 96%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o 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. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1545 ms) 55: [----------] 2 tests from std_algorithms_is_sorted_team_test (2089 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (11 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 96%] Built target clang-linker-wrapper [ 96%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o 17/58 Test #17: Kokkos_CoreUnitTest_Develop ................... Passed 2.07 sec test 18 Start 18: Kokkos_CoreUnitTest_LogicalSpaces 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 18: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 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 183 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 4 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1568 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 96%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o [ 98%] Linking CXX executable ../../../../bin/clang-extdef-mapping 18: [==========] Running 5 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 5 tests from defaultdevicetype 18: [ RUN ] defaultdevicetype.logical_space_views 18: [ OK ] defaultdevicetype.logical_space_views (0 ms) 18: [ RUN ] defaultdevicetype.logical_space_malloc 18: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 18: [ RUN ] defaultdevicetype.logical_space_alloc 18: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 18: [ RUN ] defaultdevicetype.chained_logical_spaces 18: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 18: [ RUN ] defaultdevicetype.access_allowed 18: [ OK ] defaultdevicetype.access_allowed (0 ms) 18: [----------] 5 tests from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 5 tests from 1 test suite ran. (0 ms total) 18: [ PASSED ] 5 tests. 4: [ OK ] cuda_DeathTest.abort_from_host (1255 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 18/58 Test #18: Kokkos_CoreUnitTest_LogicalSpaces ............. Passed 2.06 sec test 19 Start 19: Kokkos_CoreUnitTest_KokkosP 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 19: Test timeout computed to be: 1500 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (786 ms) 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2381 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test 55: [ RUN ] std_algorithms_is_partitioned_team_test.empty 55: [ OK ] std_algorithms_is_partitioned_team_test.empty (6 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 55: [ OK ] std_algorithms_is_partitioned_team_test.all_true (379 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 55: [ OK ] std_algorithms_is_partitioned_team_test.all_false (367 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.random 55: [ OK ] std_algorithms_is_partitioned_team_test.random (364 ms) 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1117 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_copy_team_test 55: [ RUN ] std_algorithms_partition_copy_team_test.empty 55: [ OK ] std_algorithms_partition_copy_team_test.empty (10 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_true 19: [==========] Running 27 tests from 2 test suites. 19: [----------] Global test environment set-up. 19: [----------] 25 tests from kokkosp 19: [ RUN ] kokkosp.test_named_instance_fence 19: Ref: 117440513 19: Ref: named_instance 19: 117440513 19: named_instance 19: [ OK ] kokkosp.test_named_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_instance_fence 19: Ref: 117440513 19: Ref: Unnamed Instance Fence 19: 117440513 19: Kokkos::Experimental::SYCL::fence: Unnamed Instance Fence 19: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_named_global_fence 19: Ref: 117440512 19: Ref: test global fence 19: 0 19: test global fence 19: Miss on id 19: 117440512 19: test global fence 19: [ OK ] kokkosp.test_named_global_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_global_fence 19: Ref: 117440512 19: Ref: Unnamed Global Fence 19: 0 19: Kokkos::fence: Unnamed Global Fence 19: Miss on id 19: 117440512 19: Kokkos::fence: Unnamed Global Fence 19: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 19: [ RUN ] kokkosp.test_multiple_default_instances 19: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 19: [ RUN ] kokkosp.test_id_gen 19: [ OK ] kokkosp.test_id_gen (0 ms) 19: [ RUN ] kokkosp.test_kernel_sequence 19: Ref: 117440513 19: Ref: named_instance 19: 117440513 19: named_instance 19: Ref: 117440513 19: Ref: test_kernel 19: 117440513 19: named_instance 19: Miss on name 19: 0 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 117440512 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 117440513 19: test_kernel 19: [ OK ] kokkosp.test_kernel_sequence (0 ms) 19: [ RUN ] kokkosp.async_deep_copy 19: [ OK ] kokkosp.async_deep_copy (0 ms) 19: [ RUN ] kokkosp.parallel_for 19: [ OK ] kokkosp.parallel_for (0 ms) 19: [ RUN ] kokkosp.parallel_reduce 19: [ OK ] kokkosp.parallel_reduce (1 ms) 19: [ RUN ] kokkosp.parallel_scan 19: [ OK ] kokkosp.parallel_scan (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence 19: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence_view 19: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 19: [ RUN ] kokkosp.regions 19: [ OK ] kokkosp.regions (0 ms) 19: [ RUN ] kokkosp.fences 19: [ OK ] kokkosp.fences (0 ms) 19: [ RUN ] kokkosp.raw_allocation 19: [ OK ] kokkosp.raw_allocation (0 ms) 19: [ RUN ] kokkosp.view 19: [ OK ] kokkosp.view (0 ms) 19: [ RUN ] kokkosp.sections 19: [ OK ] kokkosp.sections (0 ms) 19: [ RUN ] kokkosp.metadata 19: [ OK ] kokkosp.metadata (0 ms) 19: [ RUN ] kokkosp.profile_events 19: [ OK ] kokkosp.profile_events (0 ms) 19: [ RUN ] kokkosp.no_init_kernel 19: [ OK ] kokkosp.no_init_kernel (0 ms) 19: [ RUN ] kokkosp.get_events 19: [ OK ] kokkosp.get_events (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init 19: [ OK ] kokkosp.create_mirror_no_init (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 19: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 19: [ RUN ] kokkosp.create_mirror_view_and_copy 19: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 19: [----------] 25 tests from kokkosp (3 ms total) 19: 19: [----------] 2 tests from defaultdevicetype 19: [ RUN ] defaultdevicetype.profiling_section 19: [ OK ] defaultdevicetype.profiling_section (0 ms) 19: [ RUN ] defaultdevicetype.scoped_profile_region 19: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 19: [----------] 2 tests from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 27 tests from 2 test suites ran. (3 ms total) 19: [ PASSED ] 27 tests. 4: [ OK ] cuda_DeathTest.abort_from_device (1352 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 19/58 Test #19: Kokkos_CoreUnitTest_KokkosP ................... Passed 2.11 sec test 20 Start 20: Kokkos_CoreUnitTest_ToolIndependence 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 20: Test timeout computed to be: 1500 20/58 Test #20: Kokkos_CoreUnitTest_ToolIndependence .......... Passed 0.01 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoadHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 55: [ OK ] std_algorithms_partition_copy_team_test.all_true (804 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_false 55: [ OK ] std_algorithms_partition_copy_team_test.all_false (799 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.random 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1255 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 55: [ OK ] std_algorithms_partition_copy_team_test.random (780 ms) 55: [----------] 4 tests from std_algorithms_partition_copy_team_test (2393 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_point_team_test 55: [ RUN ] std_algorithms_partition_point_team_test.empty 55: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_true 55: [ OK ] std_algorithms_partition_point_team_test.all_true (243 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_false 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1281 ms) 4: [----------] 4 tests from cuda_DeathTest (5145 ms total) 4: 4: [----------] 179 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (29 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 55: [ OK ] std_algorithms_partition_point_team_test.all_false (245 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.random 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 4: [ OK ] cuda.atomic_operations_complexfloat (27 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (41 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (41 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (91 ms) 4: [ RUN ] cuda.atomic_operations_long 55: [ OK ] std_algorithms_partition_point_team_test.random (230 ms) 55: [----------] 4 tests from std_algorithms_partition_point_team_test (725 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 5 test suites ran. (8707 ms total) 55: [ PASSED ] 18 tests. 21/58 Test #21: Kokkos_ProfilingTestLibraryLoadHelp ........... Passed 2.10 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLineHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 4: [ OK ] cuda.atomic_operations_long (92 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (91 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (72 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 9.46 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test timeout computed to be: 1500 4: [ OK ] cuda.atomic_operations_unsignedlong (71 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (267 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral 56: [==========] Running 5 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 2 tests from std_algorithms_transform_team_test 56: [ RUN ] std_algorithms_transform_team_test.test_unary_op 56: [ OK ] std_algorithms_transform_team_test.test_unary_op (715 ms) 56: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 98%] Built target clang-repl [ 98%] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o 22/58 Test #22: Kokkos_ProfilingTestLibraryCmdLineHelp ........ Passed 2.10 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoad 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 23: Environment variables: 23: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 23: Test timeout computed to be: 1500 23: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 56: [ OK ] std_algorithms_transform_team_test.test_binary_op (767 ms) 56: [----------] 2 tests from std_algorithms_transform_team_test (1483 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_team_test 56: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 98%] Built target clang-cpp [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o [ 98%] Building CXX object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.2.1::kokkosp_allocate_data:Host:source:0xd76e80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xd77080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xd77100:Host:source:0xd76f00: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:0xd77240: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:0xd77080:40::kokkosp_deallocate_data:Host:source:0xd76e80:40::kokkosp_finalize_library:: 56: [ OK ] std_algorithms_generate_team_test.test_unary_op (1614 ms) 56: [----------] 1 test from std_algorithms_generate_team_test (1614 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_n_team_test 56: [ RUN ] std_algorithms_generate_n_team_test.test 56: [ OK ] std_algorithms_generate_n_team_test.test (224 ms) 56: [----------] 1 test from std_algorithms_generate_n_team_test (224 ms total) 56: 56: [----------] 1 test from std_algorithms_swap_ranges_team_test 56: [ RUN ] std_algorithms_swap_ranges_team_test.test 23/58 Test #23: Kokkos_ProfilingTestLibraryLoad ............... Passed 2.08 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLine 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 56: [ OK ] std_algorithms_swap_ranges_team_test.test (687 ms) 56: [----------] 1 test from std_algorithms_swap_ranges_team_test (687 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 5 tests from 4 test suites ran. (4009 ms total) 56: [ PASSED ] 5 tests. [ 98%] Built target clang-extdef-mapping [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 4.76 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test timeout computed to be: 1500 [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o 57: [==========] Running 2 tests from 2 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test 57: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o 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:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.2.1::kokkosp_allocate_data:Host:source:0xd76e80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xd77080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xd77100:Host:source:0xd76f00: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:0xd77240: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:0xd77080:40::kokkosp_deallocate_data:Host:source:0xd76e80:40::kokkosp_finalize_library:: [ 98%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o 24/58 Test #24: Kokkos_ProfilingTestLibraryCmdLine ............ Passed 2.07 sec test 25 Start 25: Kokkos_CoreUnitTest_StackTraceTest 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 25: Test timeout computed to be: 1500 -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00514209 0.0210382 || 0.051031 28030 29377 || 28527.7 28674.4 || 290.832 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00164092 0.00270552 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 98%] Linking CXX executable ../../bin/llvm-c-test [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o 57: [ OK ] std_algorithms_exclusive_scan_team_test.test (1480 ms) 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1480 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 98%] Built target clang [ 98%] Building CXX object tools/llvm-dwarfutil/CMakeFiles/llvm-dwarfutil.dir/llvm-dwarfutil.cpp.o 25: [==========] Running 3 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 2 tests from defaultdevicetype_DeathTest 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x436b18] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x437e6d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f1: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x436b18] Test::test_stacktrace(bool, bool) 25: [0x437e6d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439e06] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4374f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x437e6d] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f3: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x439e06] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4374f8] Test::test_stacktrace(bool, bool) 25: [0x437e6d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 57: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (740 ms) 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (740 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (2221 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 2.98 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test timeout computed to be: 1500 [ 98%] Linking CXX executable ../../bin/llc 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (301 ms) 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x436b18] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43811a] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f1: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x436b18] Test::test_stacktrace(bool, bool) 25: [0x43811a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439e06] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4374f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43811a] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f3: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x439e06] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4374f8] Test::test_stacktrace(bool, bool) 25: [0x43811a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 58: [==========] Running 2 tests from 2 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test 58: [ RUN ] std_algorithms_inclusive_scan_team_test.test 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (335 ms) 25: [----------] 2 tests from defaultdevicetype_DeathTest (636 ms total) 25: 25: [----------] 1 test from defaultdevicetype 25: [ RUN ] defaultdevicetype.stacktrace_normal 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x436b18] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f1: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x436b18] Test::test_stacktrace(bool, bool) 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x499420] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x439c3c] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439e06] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4374f8] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x4702bb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x448288] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x4496bf] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449f81] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45a28f] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x470bdb] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x459892] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438340] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 25: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4369e5] 25: 25: demangled test_f3: 25: [0x499420] Kokkos::Impl::save_stacktrace() 25: [0x439c3c] Test::stacktrace_test_f1(std::ostream&) 25: [0x439e06] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x4374f8] Test::test_stacktrace(bool, bool) 25: [0x4702bb] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x448288] testing::Test::Run() 25: [0x4496bf] testing::TestInfo::Run() 25: [0x449f81] testing::TestSuite::Run() 25: [0x45a28f] testing::internal::UnitTestImpl::RunAllTests() 25: [0x470bdb] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x459892] testing::UnitTest::Run() 25: [0x438340] main 25: [0x7ffff74f0d90] 25: [0x7ffff74f0e40] __libc_start_main 25: [0x4369e5] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 25: [----------] 1 test from defaultdevicetype (1 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 3 tests from 2 test suites ran. (637 ms total) 25: [ PASSED ] 3 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 25/58 Test #25: Kokkos_CoreUnitTest_StackTraceTest ............ Passed 2.73 sec test 26 Start 26: Kokkos_IncrementalTest_SERIAL 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 26: Test timeout computed to be: 1500 [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o 26: [==========] Running 28 tests from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 28 tests from SERIAL 26: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 26: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 26: [ RUN ] SERIAL.IncrTest_01_execspace 26: Host Serial Execution Space: 26: KOKKOS_ENABLE_SERIAL: yes 26: 26: Serial Runtime Configuration: 26: Serial 26: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 26: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 26: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 26: [ RUN ] SERIAL.IncrTest_02_AtomicSub 26: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 26: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 26: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 26: [ RUN ] SERIAL.IncrTest_03b_memspace_free 26: [ OK ] SERIAL.IncrTest_03b_memspace_free (58 ms) 26: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 26: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 26: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 26: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 26: [ RUN ] SERIAL.IncrTest_05_reduction 26: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange2D 26: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange3D 26: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 26: [ RUN ] SERIAL.IncrTest_06_mdrange4D 26: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 26: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 26: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 26: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 26: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 26: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 26: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 26: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (98 ms) 26: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 26: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 26: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 26: [ OK ] SERIAL.IncrTest_12b_TeamScratch (3 ms) 26: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 26: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 26: [ RUN ] SERIAL.incr_14_MDrangeReduce 26: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 26: [ RUN ] SERIAL.IncrTest_16_parallelscan 26: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 26: [ RUN ] SERIAL.incr_17_atomicView 26: [ OK ] SERIAL.incr_17_atomicView (0 ms) 26: [----------] 28 tests from SERIAL (161 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (161 ms total) 26: [ PASSED ] 28 tests. 58: [ OK ] std_algorithms_inclusive_scan_team_test.test (2224 ms) 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2224 ms total) 58: 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 58: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 26/58 Test #26: Kokkos_IncrementalTest_SERIAL ................. Passed 2.26 sec test 27 Start 27: Kokkos_IncrementalTest_SYCL 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SYCL 27: Test timeout computed to be: 1500 [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o 58: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1482 ms) 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1482 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 2 tests from 2 test suites ran. (3706 ms total) 58: [ PASSED ] 2 tests. 58/59 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 4.46 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 59: Test timeout computed to be: 1500 59: [==========] Running 14 tests from 1 test suite. 59: [----------] Global test environment set-up. 59: [----------] 14 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 (2 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: [----------] 14 tests from simd (3 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 14 tests from 1 test suite ran. (3 ms total) 59: [ PASSED ] 14 tests. 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SYCL 27: [ RUN ] SYCL.IncrTest_01_execspace_typedef 27: [ OK ] SYCL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SYCL.IncrTest_01_execspace 27: Devices: 27: KOKKOS_ENABLE_SYCL: yes 27: 27: Runtime Configuration: 27: macro KOKKOS_ENABLE_SYCL : defined 27: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined 27: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined 27: SYCL 27: [ OK ] SYCL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicExchange 27: [ OK ] SYCL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicAdd 27: [ OK ] SYCL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SYCL.IncrTest_02_AtomicSub 27: [ OK ] SYCL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SYCL.IncrTest_03a_memspace_malloc 27: [ OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SYCL.IncrTest_03b_memspace_free 59/59 Test #59: Kokkos_UnitTest_SIMD ........................ Passed 0.75 sec 100% tests passed, 0 tests failed out of 59 Total Test time (real) = 730.07 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Wed Jan 31 22:12:03 2024 stats zeroed Wed Jan 31 21:40:30 2024 cache hit (direct) 55 cache hit (preprocessed) 0 cache miss 674 cache hit rate 7.54 % cleanups performed 7 files in cache 10965 cache size 4.6 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 64b1cdb1b03304d810df5b9d20fbfb54b1a1d3d7d92ed990587139826276d4fa [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o [ 98%] Built target clang-check [ 98%] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o $ docker rm -f --volumes 64b1cdb1b03304d810df5b9d20fbfb54b1a1d3d7d92ed990587139826276d4fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-6770 [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 [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o Merging remotes/origin/master commit 71a9bcae52543bd065522bf3e41b5bfa467d8015 into PR head commit 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6770/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6770/head:refs/remotes/origin/PR-6770 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 Merge succeeded, producing 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 Checking out Revision 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 (PR-6770) Commit message: "Update master_history.txt for 4.2.01" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 71a9bcae52543bd065522bf3e41b5bfa467d8015 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92307a5ec54ff6bcbbfbcdec5e2691c048d5d005 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 98%] Building CXX object tools/llvm-dwarfutil/CMakeFiles/llvm-dwarfutil.dir/DebugInfoLinker.cpp.o + docker build -t fe7a3d0bf64767625ebf7287a382360a0d167b70 --build-arg BASE=nvidia/cuda:11.6.2-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 23.04kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE 11.6.2-devel-ubuntu20.04: Pulling from nvidia/cuda 96d54c3075c9: Already exists a3d20efe6db8: Pulling fs layer bfdf8ce43b67: Pulling fs layer ad14f66bfcf9: Pulling fs layer 1056ff735c59: Pulling fs layer a08e157987cd: Pulling fs layer b05f735a8d36: Pulling fs layer 2ca2acc6de6f: Pulling fs layer a5f96919abbf: Pulling fs layer 49870781e01a: Pulling fs layer 75b341fae5a3: Pulling fs layer a5f96919abbf: Waiting 49870781e01a: Waiting a08e157987cd: Waiting 75b341fae5a3: Waiting b05f735a8d36: Waiting 2ca2acc6de6f: Waiting 1056ff735c59: Waiting 4: [ OK ] cuda.atomic_views_integral (16139 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (105 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (2 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (5 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (0 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (6 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (26 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (6 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (39 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (1 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (39 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 98%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o [ 98%] Linking CXX executable ../../bin/llvm-dwp ad14f66bfcf9: Verifying Checksum ad14f66bfcf9: Download complete a3d20efe6db8: Verifying Checksum a3d20efe6db8: Download complete 1056ff735c59: Verifying Checksum 1056ff735c59: Download complete bfdf8ce43b67: Verifying Checksum bfdf8ce43b67: Download complete b05f735a8d36: Verifying Checksum b05f735a8d36: Download complete 2ca2acc6de6f: Verifying Checksum 2ca2acc6de6f: Download complete [ 98%] Building CXX object tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o a3d20efe6db8: Pull complete 75b341fae5a3: Verifying Checksum 75b341fae5a3: Download complete 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (3543 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft bfdf8ce43b67: Pull complete ad14f66bfcf9: Pull complete 1056ff735c59: Pull complete [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o [ 98%] Built target llc [ 98%] Built target llvm-c-test [ 98%] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o [ 98%] Building CXX object tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (3298 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 98%] Linking CXX executable ../../bin/llvm-dwarfutil [ 98%] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (2159 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o [ 98%] Linking CXX executable ../../bin/bugpoint [ 98%] Linking CXX executable ../../bin/llvm-exegesis [ 98%] Linking CXX executable ../../bin/llvm-isel-fuzzer [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (2435 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (4 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (7 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (26 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (41 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (61 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (8 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (30 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (12 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (22 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy [ 98%] Building CXX object tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil-driver.cpp.o 4: [ OK ] cuda.mdrange_large_deep_copy (477 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types [ 98%] Linking CXX executable ../../bin/llvm-gsymutil 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1741 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: [ OK ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (1 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (1 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (1 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (1 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (9 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (5 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (5 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (5 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (2 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (1 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (2 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (23 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (4 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (1 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (7 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (0 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (55 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (4 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (3 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (2 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (3 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (1 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (10 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (13 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (2 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (4 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (6 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (6 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (6 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (3 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (1 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (11 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (9 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (13 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (13 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (25 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (152 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 4: [ RUN ] cuda.impl_shared_alloc [ 98%] Built target llvm-dwp 4: [ OK ] cuda.impl_shared_alloc (67 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (31 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (75 ms) 4: [----------] 179 tests from cuda (31747 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 183 tests from 2 test suites ran. (36892 ms total) 4: [ PASSED ] 183 tests. [ 98%] Building CXX object tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o 4/66 Test #4: Kokkos_CoreUnitTest_Cuda1 ................... Passed 39.56 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 a08e157987cd: Verifying Checksum a08e157987cd: Download complete -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.022374 -0.0105046 || 0.051031 27929 29359 || 29330.6 28674.4 || -145.215 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00546234 -0.00164405 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o 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 123 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 7 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 27: [ OK ] SYCL.IncrTest_03b_memspace_free (18688 ms) 27: [ RUN ] SYCL.IncrTest_04_simple_parallelFor 27: [ OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SYCL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SYCL.IncrTest_05_reduction 27: [ OK ] SYCL.IncrTest_05_reduction (7 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange2D 27: [ OK ] SYCL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange3D 27: [ OK ] SYCL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SYCL.IncrTest_06_mdrange4D 27: [ OK ] SYCL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_2D 27: [ OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_3D 27: [ OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SYCL.IncrTest_08_deep_copy_4D 27: [ OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SYCL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SYCL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SYCL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SYCL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (183 ms) 27: [ RUN ] SYCL.IncrTest_12a_ThreadScratch 27: [ OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms) 27: [ RUN ] SYCL.IncrTest_12b_TeamScratch 27: [ OK ] SYCL.IncrTest_12b_TeamScratch (0 ms) 27: [ RUN ] SYCL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SYCL.incr_14_MDrangeReduce 27: [ OK ] SYCL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SYCL.IncrTest_16_parallelscan 27: [ OK ] SYCL.IncrTest_16_parallelscan (1 ms) 27: [ RUN ] SYCL.incr_17_atomicView 27: [ OK ] SYCL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SYCL (18890 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (18890 ms total) 27: [ PASSED ] 28 tests. 27/58 Test #27: Kokkos_IncrementalTest_SYCL ................... Passed 21.01 sec test 28 Start 28: Kokkos_CoreUnitTest_CTestDevice 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 28: Test timeout computed to be: 1500 28: [==========] Running 8 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 8 tests from ctest_environment 28: [ RUN ] ctest_environment.no_device_type 28: [ OK ] ctest_environment.no_device_type (0 ms) 28: [ RUN ] ctest_environment.no_process_count 28: [ OK ] ctest_environment.no_process_count (0 ms) 28: [ RUN ] ctest_environment.invalid_rank 28: [ OK ] ctest_environment.invalid_rank (0 ms) 28: [ RUN ] ctest_environment.no_type_str 28: [ OK ] ctest_environment.no_type_str (0 ms) 28: [ RUN ] ctest_environment.missing_type 28: [ OK ] ctest_environment.missing_type (0 ms) 28: [ RUN ] ctest_environment.no_id_str 28: [ OK ] ctest_environment.no_id_str (0 ms) 28: [ RUN ] ctest_environment.invalid_id_str 28: [ OK ] ctest_environment.invalid_id_str (0 ms) 28: [ RUN ] ctest_environment.good 28: [ OK ] ctest_environment.good (0 ms) 28: [----------] 8 tests from ctest_environment (0 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 8 tests from 1 test suite ran. (0 ms total) 28: [ PASSED ] 8 tests. 28/58 Test #28: Kokkos_CoreUnitTest_CTestDevice ............... Passed 0.02 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 29: Test timeout computed to be: 1500 29/58 Test #29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..... Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_DeviceAndThreads 30: Test command: /usr/bin/python3.10 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/TestDeviceAndThreads.py" 30: Test timeout computed to be: 1500 30: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no device detected' [ 98%] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o [ 98%] Linking CXX executable ../../bin/dsymutil [ 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_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 98%] Linking CXX executable ../../bin/llvm-libtool-darwin 49870781e01a: Verifying Checksum 49870781e01a: Download complete [ 98%] Built target llvm-dwarfutil [ 98%] Building CXX object tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o [ 98%] Built target llvm-libtool-darwin [ 98%] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o 30: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o a08e157987cd: Pull complete b05f735a8d36: Pull complete 2ca2acc6de6f: Pull complete a5f96919abbf: Pull complete [ 98%] Built target llvm-gsymutil [ 98%] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o [ 98%] Built target llvm-isel-fuzzer [ 98%] Building CXX object tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo-driver.cpp.o [ 98%] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o 30: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o [ 98%] Built target llvm-exegesis [ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o [ 98%] Linking CXX executable ../../bin/llvm-lipo [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 98%] Built target bugpoint [ 98%] Built target llvm-lipo [ 98%] Clobbering bootstrap build and stamp directories [ 98%] Building CXX object tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o [ 98%] Built target runtimes-clobber [ 98%] Building CXX object tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/ReducerWorkItem.cpp.o [ 98%] Built target dsymutil [ 98%] Linking CXX executable ../../bin/llvm-lto2 30: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 30: 30: ---------------------------------------------------------------------- 30: Ran 4 tests in 16.658s 30: 30: OK (skipped=2) 30/58 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads .......... Passed 16.87 sec test 31 Start 31: Kokkos_PerformanceTest_TaskDag 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 31: Test timeout computed to be: 1500 31/58 Test #31: Kokkos_PerformanceTest_TaskDag ................ Passed 0.01 sec test 32 Start 32: Kokkos_PerformanceTest_Benchmark 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-31_T21-37-35.json" 32: Test timeout computed to be: 1500 [ 98%] No download step for 'runtimes' [ 98%] Linking CXX executable ../../bin/llvm-opt-fuzzer 32: 2024-01-31T22:24:51+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 32: Run on (20 X 2345.59 MHz CPU s) 32: CPU Caches: 32: L1 Data 64 KiB (x20) 32: L1 Instruction 64 KiB (x20) 32: L2 Unified 512 KiB (x20) 32: L3 Unified 16384 KiB (x20) 32: Load Average: 1.21, 3.44, 6.09 32: Address Bits: 64 32: CPU architecture: none 32: Default Device: N6Kokkos12Experimental4SYCLE 32: Driver Version: CUDA 12.3 32: Error Correction Support: 1 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 32: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 32: GIT_COMMIT_HASH: 92307a5ec 32: GPU architecture: AMPERE80 32: Global Cache Mem Line Size: 128 32: Global Mem Cache Size: 41943040 32: Global Mem Size: 84986691584 32: Image Max Array Size: 0 32: Image Max Buffer Size: 140733193420800 32: Image2d Max Height: 140733193453568 32: Image2d Max Width: 140733193519104 32: Image3d Max Depth: 140733193404416 32: Image3d Max Height: 140733193404416 32: Image3d Max Width: 140733193404416 32: Is Accelerator: 0 32: Is Available: 1 32: Is CPU: 0 32: Is GPU: 1 32: KOKKOS_COMPILER_INTEL_LLVM: 20230000 32: KOKKOS_ENABLE_ASM: yes 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HBWSPACE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_LIBRT: no 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_ENABLE_SYCL: yes 32: Kokkos Version: 4.2.1 32: Local Mem Size: 49152 32: Max Compute Units: 108 32: Max Mem Alloc Size: 1073741824 32: Max Parameter Size: 4000 32: Max Read Image Args: 128 32: Max Samplers: 128 32: Max Work Group Size: 1024 32: Max Work Item Dimensions: 3 32: Mem Base Addr Align: 4096 32: Name: NVIDIA A100 80GB PCIe 32: Native Vector Width Char: 1 32: Native Vector Width Double: 1 32: Native Vector Width Float: 1 32: Native Vector Width Half: 0 32: Native Vector Width Int: 1 32: Native Vector Width Long: 1 32: Native Vector Width Short: 1 32: Partition Max Sub Devices: 0 32: Preferred Vector Width Char: 1 32: Preferred Vector Width Double: 1 32: Preferred Vector Width Float: 1 32: Preferred Vector Width Half: 0 32: Preferred Vector Width Int: 1 32: Preferred Vector Width Long: 1 32: Preferred Vector Width Short: 1 32: Profiling Timer Resolution: 1000 32: Reference Count: 1 32: Vendor: NVIDIA Corporation 32: Vendor Id: 4318 32: Version: 0.0 32: macro KOKKOS_ENABLE_SYCL: defined 32: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 32: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 32: platform: 64bit 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: GramSchmidt/Count:1024/iterations:5/manual_time 0.011 s 0.012 s 5 1024 10.6294u [ 98%] No update step for 'runtimes' 32: GramSchmidt/Count:2048/iterations:5/manual_time 0.011 s 0.011 s 5 2.048k 5.39178u 32: GramSchmidt/Count:4096/iterations:5/manual_time 0.011 s 0.012 s 5 4.096k 2.71635u 32: GramSchmidt/Count:8192/iterations:5/manual_time 0.011 s 0.013 s 5 8.192k 1.38277u 32: GramSchmidt/Count:16384/iterations:5/manual_time 0.012 s 0.013 s 5 16.384k 718.492n -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0121831 0.0171833 || 0.051031 28010 29388 || 29028 28674.4 || 237.542 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0285768 -0.00343535 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties 32: GramSchmidt/Count:32768/iterations:5/manual_time 0.013 s 0.016 s 5 32.768k 394.006n 32: GramSchmidt/Count:65536/iterations:5/manual_time 0.016 s 0.021 s 5 65.536k 237.796n [ 98%] No patch step for 'runtimes' 32: GramSchmidt/Count:131072/iterations:5/manual_time 0.019 s 0.031 s 5 131.072k 143.652n 32: GramSchmidt/Count:262144/iterations:5/manual_time 0.020 s 0.042 s 5 262.144k 75.9264n [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 98%] Linking CXX shared module ../../lib/BugpointPasses.so [ 98%] Performing configure step for 'runtimes' CMake Deprecation Warning at /scratch/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) Not searching for unused variables given on the command line. [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o -- The C compiler identification is Clang 17.0.1 [ 98%] Built target BugpointPasses [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o [ 98%] Building CXX object tools/opt/CMakeFiles/opt.dir/opt.cpp.o -- The CXX compiler identification is Clang 17.0.1 -- The ASM compiler identification is Clang with GNU-like command-line -- Found assembler: /scratch/llvm-project/build/./bin/clang 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s Max 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: CustomReduction/N:100000/R:1000/manual_time 0.004 s 0.010 s 191 59.718k/s 11.5 -- Detecting C compiler ABI info 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: OverlapRangePolicy/N:2000/M:10000/R:10 0.665 s 0.665 s 1 0.119445 0.0554352 0.10356 0.0484212 0.0519575 27.633u 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: OverlapMDRangePolicy/N:200/M:10000/R:10 0.025 s 0.025 s 28 4.78958m 2.51m 3.56553m 1.80262m 2.26586m 15.37u [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o 32: OverlapTeamPolicy/N:20/M:1000000/R:10 0.225 s 0.225 s 3 0.0438633 0.0210603 0.0375855 0.0182276 0.0188066 21.049u 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 22.2295n 32: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 10.9727n 32: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 5.66992n 32: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 2.89355n 32: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.56787n 32: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 897.675p 32: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 499.603p 32: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 308.655p 32: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 264.126p 32: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 222.012p -- Detecting C compiler ABI info - done 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: rate 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Malloc/N:1/manual_time 10.4 us 23.1 us 67628 96.2457k/s -- Check for working C compiler: /scratch/llvm-project/build/./bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Utils.cpp.o 32: Malloc/N:16/manual_time 10.4 us 23.1 us 67302 96.6075k/s [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /scratch/llvm-project/build/./bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG 32: Malloc/N:256/manual_time 10.4 us 23.2 us 67488 96.4152k/s [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o [ 98%] Built target llvm-opt-fuzzer [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o -- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG - Success -- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o -- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS - Success -- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG 32: Malloc/N:4096/manual_time 10.4 us 23.4 us 67208 96.1173k/s -- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG - Success -- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG [ 98%] Building CXX object tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/clang-scan-deps-driver.cpp.o [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o [ 98%] Linking CXX executable ../../../../bin/clang-scan-deps -- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG - Success -- Linker detection: GNU ld -- Performing Test C_SUPPORTS_FPIC [ 98%] Linking CXX executable ../../bin/opt 32: Malloc/N:65536/manual_time 10.4 us 23.1 us 66858 96.4358k/s [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceDIMetadata.cpp.o -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o 32: Malloc/N:1048576/manual_time 10.6 us 23.4 us 66512 94.6603k/s -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG 49870781e01a: Pull complete 75b341fae5a3: Pull complete Digest: sha256:bf4c3628625d7d14e1a37a99fb57a91382fc3dcf9875665479ee177d59e93438 Status: Downloaded newer image for nvidia/cuda:11.6.2-devel-ubuntu20.04 ---> d3d3738d6060 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Running in 858e40c97399 [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalObjects.cpp.o 32: Malloc/N:16777216/manual_time 498 us 607 us 1405 2.00641k/s -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test C_SUPPORTS_WERROR_DATE_TIME [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o [ 98%] Built target llvm-lto2 [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME ---> Removed intermediate container 858e40c97399 ---> 9f6148d8b29c Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Running in bf3bc2ebd6a8 [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionFlags.cpp.o -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInvokes.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleData.cpp.o -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS 32: Malloc/N:268435456/manual_time 4997 us 1223 us 918 200.11/s -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS - Failed -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMemoryOperations.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS - Failed -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOpcodes.cpp.o 32: Malloc/N:4294967296/manual_time 114435 us 9725 us 9 8.7386/s Warning: apt-key output should not be parsed (stdout is not a terminal) Executing: /tmp/apt-key-gpghome.wFBO63Lxc3/gpg.1.sh --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub gpg: requesting key from 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub' gpg: key A4B469963BF863CC: "cudatools " not changed gpg: Total number processed: 1 gpg: unchanged: 1 -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o 32: MallocFree/N:1/manual_time 23.8 us 23.9 us 29428 42.0571k/s -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0149666 0.0465253 || 0.051031 27982 29367 || 28251.6 28674.4 || 643.165 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0135273 -0.00382233 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties 32: MallocFree/N:16/manual_time 23.8 us 23.9 us 29432 42.0856k/s [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperands.cpp.o -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 32: MallocFree/N:256/manual_time 23.4 us 23.5 us 29798 42.8233k/s ---> Removed intermediate container bf3bc2ebd6a8 ---> 3bc31e4ed10f Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 1d281e9f09d7 [ 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 32: MallocFree/N:4096/manual_time 23.4 us 23.6 us 29778 42.6693k/s [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsSkip.cpp.o -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG [ 98%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG 32: MallocFree/N:65536/manual_time 23.5 us 23.7 us 29778 42.4805k/s -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Failed -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (92681 ms) [ RUN ] cuda.NestedSort [ OK ] cuda.NestedSort (156 ms) [ RUN ] cuda.NestedSortByKey 32: MallocFree/N:1048576/manual_time 23.5 us 23.7 us 29673 42.5307k/s [ 98%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionsMIR.cpp.o Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [ OK ] cuda.NestedSortByKey (609 ms) [ RUN ] cuda.SortWithCustomComparator Get:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1345 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3330 kB] 32: MallocFree/N:16777216/manual_time 606 us 606 us 1158 1.64907k/s Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3196 kB] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1172 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3807 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3345 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1469 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] [100%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionFlagsMIR.cpp.o -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceIRReferences.cpp.o Fetched 31.2 MB in 2s (13.1 MB/s) Reading package lists...-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL [ OK ] cuda.SortWithCustomComparator (2900 ms) [----------] 12 tests from cuda (99333 ms total) [----------] Global test environment tear-down [==========] 12 tests from 1 test suite ran. (99334 ms total) [ PASSED ] 12 tests. 32: MallocFree/N:268435456/manual_time 4655 us 1193 us 659 214.82/s [100%] Built target clang-scan-deps [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceVirtualRegisters.cpp.o -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterMasks.cpp.o Reading package lists...32: MallocFree/N:4294967296/manual_time 98977 us 9262 us 6 10.1034/s Building dependency tree... Reading state information... [100%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o [100%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterDefs.cpp.o -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG The following additional packages will be installed: libpsl5 publicsuffix Suggested packages: distcc | icecc The following NEW packages will be installed: bc ccache libpsl5 publicsuffix wget 0 upgraded, 5 newly installed, 0 to remove and 34 not upgraded. Need to get 718 kB of archives. After this operation, 2021 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterUses.cpp.o Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 bc amd64 1.07.1-2build1 [86.3 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D debconf: delaying package configuration, since apt-utils is not installed Fetched 718 kB in 1s (735 kB/s) Selecting previously unselected package libpsl5:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% 32: MallocTouch/N:1/manual_time 11.3 us 24.5 us 60966 88.3827k/s [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 13344 files and directories currently installed.) Preparing to unpack .../libpsl5_0.21.0-1ubuntu1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../publicsuffix_20200303.0012-1_all.deb ... Unpacking publicsuffix (20200303.0012-1) ... Selecting previously unselected package wget. Preparing to unpack .../wget_1.20.3-1ubuntu2_amd64.deb ... Unpacking wget (1.20.3-1ubuntu2) ... Selecting previously unselected package bc. Preparing to unpack .../bc_1.07.1-2build1_amd64.deb ... Unpacking bc (1.07.1-2build1) ... -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Success -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceUsingSimplifyCFG.cpp.o Selecting previously unselected package ccache. Preparing to unpack .../ccache_3.7.7-1_amd64.deb ... Unpacking ccache (3.7.7-1) ... Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... Setting up wget (1.20.3-1ubuntu2) ... Setting up ccache (3.7.7-1) ... Updating symlinks in /usr/lib/ccache ... Setting up bc (1.07.1-2build1) ... Setting up publicsuffix (20200303.0012-1) ... Processing triggers for libc-bin (2.31-0ubuntu9.12) ... 32: MallocTouch/N:16/manual_time 11.1 us 24.0 us 61937 90.4025k/s [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/RunIRPasses.cpp.o [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/SimplifyInstructions.cpp.o [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/StripDebugInfo.cpp.o -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Success -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG [100%] Built target opt [100%] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o 32: MallocTouch/N:256/manual_time 11.1 us 24.0 us 63282 90.2878k/s ---> Removed intermediate container 1d281e9f09d7 ---> b539249e575f Step 6/10 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Running in e0784522a8a0 -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG [100%] Linking CXX shared library ../../../../lib/libclang.so 32: MallocTouch/N:4096/manual_time 21.8 us 37.4 us 32096 45.9289k/s -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FDATA_SECTIONS -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - not found -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- LLVM host triple: x86_64-unknown-linux-gnu -- LLVM default target triple: x86_64-unknown-linux-gnu -- Performing Test OPENMP_HAVE_ONEAPI_COMPILER -- Performing Test OPENMP_HAVE_ONEAPI_COMPILER - Failed -- Performing Test OPENMP_HAVE_WALL_FLAG gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 48822FDA51C1DA7A: public key "Damien Lebrun-Grandie " imported gpg: key A2C794A986419D8A: public key "Tom Stellard " imported gpg: key 0FC3042E345AD05D: public key "Hans Wennborg " imported gpg: key EC8FEF3A7BFB4EDA: 24 signatures not checked due to missing keys gpg: key EC8FEF3A7BFB4EDA: public key "Brad King" imported gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) " imported gpg: Total number processed: 5 gpg: imported: 5 gpg: no ultimately trusted keys found gpg: Signature made Thu May 7 23:44:59 2020 UTC gpg: using RSA key 061CFF3BA41AA45D25BCE7097A0994F834C86684 gpg: Good signature from "Damien Lebrun-Grandie " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: E226 98C7 0BF0 7BDA 37E1 4154 4882 2FDA 51C1 DA7A Subkey fingerprint: 061C FF3B A41A A45D 25BC E709 7A09 94F8 34C8 6684 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o -- Performing Test OPENMP_HAVE_WALL_FLAG - Success -- Performing Test OPENMP_HAVE_WERROR_FLAG -- Performing Test OPENMP_HAVE_WERROR_FLAG - Success -- Performing Test OPENMP_HAVE_WCAST_QUAL_FLAG 32: MallocTouch/N:65536/manual_time 21.8 us 37.5 us 31924 45.8224k/s -- Performing Test OPENMP_HAVE_WCAST_QUAL_FLAG - Success -- Performing Test OPENMP_HAVE_WFORMAT_PEDANTIC_FLAG [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o -- Performing Test OPENMP_HAVE_WFORMAT_PEDANTIC_FLAG - Success -- Performing Test OPENMP_HAVE_WIMPLICIT_FALLTHROUGH_FLAG -- Performing Test OPENMP_HAVE_WIMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test OPENMP_HAVE_WSIGN_COMPARE_FLAG -- Performing Test OPENMP_HAVE_WSIGN_COMPARE_FLAG - Success -- Performing Test OPENMP_HAVE_WENUM_CONSTEXPR_CONVERSION_FLAG -- Performing Test OPENMP_HAVE_WENUM_CONSTEXPR_CONVERSION_FLAG - Success -- Performing Test OPENMP_HAVE_WEXTRA_FLAG -- Performing Test OPENMP_HAVE_WEXTRA_FLAG - Success -- Performing Test OPENMP_HAVE_WPEDANTIC_FLAG -- Performing Test OPENMP_HAVE_WPEDANTIC_FLAG - Success -- Performing Test OPENMP_HAVE_WMAYBE_UNINITIALIZED_FLAG 32: MallocTouch/N:1048576/manual_time 23.4 us 39.0 us 29884 42.7997k/s -- Performing Test OPENMP_HAVE_WMAYBE_UNINITIALIZED_FLAG - Failed [100%] Linking CXX executable ../../bin/llvm-reduce -- Performing Test LIBOMP_HAVE_FNO_EXCEPTIONS_FLAG -- Performing Test LIBOMP_HAVE_FNO_EXCEPTIONS_FLAG - Success -- Performing Test LIBOMP_HAVE_FNO_RTTI_FLAG -- Performing Test LIBOMP_HAVE_FNO_RTTI_FLAG - Success -- Performing Test LIBOMP_HAVE_WCLASS_MEMACCESS_FLAG -- Performing Test LIBOMP_HAVE_WCLASS_MEMACCESS_FLAG - Failed -- Performing Test LIBOMP_HAVE_WCOVERED_SWITCH_DEFAULT_FLAG 32: MallocTouch/N:16777216/manual_time 517 us 631 us 1356 1.93442k/s -- Performing Test LIBOMP_HAVE_WCOVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test LIBOMP_HAVE_WFRAME_ADDRESS_FLAG -- Performing Test LIBOMP_HAVE_WFRAME_ADDRESS_FLAG - Success -- Performing Test LIBOMP_HAVE_WSTRICT_ALIASING_FLAG ---> Removed intermediate container e0784522a8a0 ---> f24cce40a624 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Running in 7dd6efc92d92 -- Performing Test LIBOMP_HAVE_WSTRICT_ALIASING_FLAG - Success -- Performing Test LIBOMP_HAVE_WSTRINGOP_OVERFLOW_FLAG -- Performing Test LIBOMP_HAVE_WSTRINGOP_OVERFLOW_FLAG - Failed -- Performing Test LIBOMP_HAVE_WSTRINGOP_TRUNCATION_FLAG -- Performing Test LIBOMP_HAVE_WSTRINGOP_TRUNCATION_FLAG - Failed -- Performing Test LIBOMP_HAVE_WSWITCH_FLAG -- Performing Test LIBOMP_HAVE_WSWITCH_FLAG - Success -- Performing Test LIBOMP_HAVE_WUNINITIALIZED_FLAG -- Performing Test LIBOMP_HAVE_WUNINITIALIZED_FLAG - Success -- Performing Test LIBOMP_HAVE_WRETURN_TYPE_C_LINKAGE_FLAG ---> Removed intermediate container 7dd6efc92d92 ---> 38162af10496 Step 8/10 : ENV CMAKE_DIR=/opt/cmake -- Performing Test LIBOMP_HAVE_WRETURN_TYPE_C_LINKAGE_FLAG - Success -- Performing Test LIBOMP_HAVE_WCAST_QUAL_FLAG ---> Running in a6e2efbe7704 -- Performing Test LIBOMP_HAVE_WCAST_QUAL_FLAG - Success -- Performing Test LIBOMP_HAVE_WINT_TO_VOID_POINTER_CAST_FLAG -- Performing Test LIBOMP_HAVE_WINT_TO_VOID_POINTER_CAST_FLAG - Success -- Performing Test LIBOMP_HAVE_MSSE2_FLAG [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o -- Performing Test LIBOMP_HAVE_MSSE2_FLAG - Success -- Performing Test LIBOMP_HAVE_FTLS_MODEL_FLAG -- Performing Test LIBOMP_HAVE_FTLS_MODEL_FLAG - Success -- Performing Test LIBOMP_HAVE_MMIC_FLAG -- Performing Test LIBOMP_HAVE_MMIC_FLAG - Failed -- Performing Test LIBOMP_HAVE_M32_FLAG -- Performing Test LIBOMP_HAVE_M32_FLAG - Success -- Looking for shm_open -- Looking for shm_open - not found -- Looking for shm_open -- Looking for shm_open - found -- Looking for xmmintrin.h -- Looking for xmmintrin.h - found -- Performing Test LIBOMP_HAVE__MM_MALLOC -- Performing Test LIBOMP_HAVE__MM_MALLOC - Success -- Looking for aligned_alloc -- Looking for aligned_alloc - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for _aligned_malloc -- Looking for _aligned_malloc - not found -- Performing Test LIBOMP_HAVE_X_FLAG -- Performing Test LIBOMP_HAVE_X_FLAG - Success -- Performing Test LIBOMP_HAVE_AS_NEEDED_FLAG 32: MallocTouch/N:268435456/manual_time 5030 us 1254 us 937 198.822/s ---> Removed intermediate container a6e2efbe7704 ---> c6daa0f76f8f 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* ---> Running in 3553db628c08 -- Performing Test LIBOMP_HAVE_AS_NEEDED_FLAG - Success -- Performing Test LIBOMP_HAVE_VERSION_SCRIPT_FLAG -- Performing Test LIBOMP_HAVE_VERSION_SCRIPT_FLAG - Success -- Performing Test LIBOMP_HAVE_STATIC_LIBGCC_FLAG -- Performing Test LIBOMP_HAVE_STATIC_LIBGCC_FLAG - Success -- Performing Test LIBOMP_HAVE_Z_NOEXECSTACK_FLAG -- Performing Test LIBOMP_HAVE_Z_NOEXECSTACK_FLAG - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for immintrin.h 32: MallocTouch/N:4294967296/manual_time 96025 us 9898 us 6 10.4139/s [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o -- Looking for immintrin.h - found -- Performing Test LIBOMP_HAVE_ATTRIBUTE_RTM -- Performing Test LIBOMP_HAVE_ATTRIBUTE_RTM - Success -- Performing Test LIBOMP_HAVE_ATTRIBUTE_WAITPKG -- Performing Test LIBOMP_HAVE_ATTRIBUTE_WAITPKG - Success -- Performing Test LIBOMP_HAVE_WAITPKG_INTRINSICS 32: MallocTouchFree/N:1/manual_time 24.5 us 24.6 us 28659 40.895k/s -- Performing Test LIBOMP_HAVE_WAITPKG_INTRINSICS - Success -- Performing Test LIBOMP_HAVE_RTM_INTRINSICS -- Performing Test LIBOMP_HAVE_RTM_INTRINSICS - Success 32: MallocTouchFree/N:16/manual_time 24.5 us 24.6 us 28622 40.8772k/s -- Found Perl: /usr/bin/perl (found version "5.30.0") -- Performing Test LIBOMP_HAVE_VERSION_SYMBOLS -- Performing Test LIBOMP_HAVE_VERSION_SYMBOLS - Success -- Performing Test LIBOMP_HAVE___BUILTIN_FRAME_ADDRESS -- Performing Test LIBOMP_HAVE___BUILTIN_FRAME_ADDRESS - Success -- Performing Test LIBOMP_HAVE_WEAK_ATTRIBUTE -- Performing Test LIBOMP_HAVE_WEAK_ATTRIBUTE - Success -- Performing Test LIBOMP_HAVE_PSAPI 32: MallocTouchFree/N:256/manual_time 24.0 us 24.1 us 28981 41.691k/s gpg: Signature made Mon Jun 1 13:00:11 2020 UTC gpg: using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684 gpg: Good signature from "Brad King" [unknown] gpg: aka "Brad King " [unknown] gpg: aka "[jpeg image of size 4005]" [unknown] gpg: Note: This key has expired! Primary key fingerprint: CBA2 3971 357C 2E65 90D9 EFD3 EC8F EF3A 7BFB 4EDA Subkey fingerprint: C6C2 6532 4BBE BDC3 50B5 13D0 2D2C EF10 3492 1684 cmake-3.16.8-Linux-x86_64.sh: OK CMake Installer Version: 3.16.8, Copyright (c) Kitware This is a self-extracting archive. The archive will be extracted to: /opt/cmake Using target directory: /opt/cmake Extracting, please wait... -- Performing Test LIBOMP_HAVE_PSAPI - Failed -- Looking for sqrt in m [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o -- Looking for sqrt in m - found -- Looking for __atomic_load_1 32: MallocTouchFree/N:4096/manual_time 37.3 us 37.4 us 18842 26.8221k/s -- Looking for __atomic_load_1 - not found -- Looking for __atomic_load_1 in atomic -- Looking for __atomic_load_1 in atomic - found -- Using LLVM include directories: /scratch/llvm-project/llvm/include;/scratch/llvm-project/build/include -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find LIBOMPTARGET_DEP_LIBFFI (missing: LIBOMPTARGET_DEP_LIBFFI_LIBRARIES LIBOMPTARGET_DEP_LIBFFI_INCLUDE_DIRS) Failed to 'dlopen' libhsa-runtime64.so -- OMPT target enabled -- OpenMP tools dir in libomptarget: /scratch/llvm-project/build/runtimes/runtimes-bins/openmp/runtime/src Failed to load libamdhip64.so: libamdhip64.so: cannot open shared object file: No such file or directory -- LIBOMPTARGET: Building offloading runtime library libomptarget. -- LIBOMPTARGET: Not building aarch64 NextGen offloading plugin: machine not found in the system. 32: MallocTouchFree/N:65536/manual_time 37.4 us 37.5 us 18747 26.7385k/s -- LIBOMPTARGET: Building AMDGPU NextGen plugin for dlopened libhsa -- LIBOMPTARGET: Not generating AMDGPU tests, no supported devices detected. -- LIBOMPTARGET: Building CUDA NextGen offloading plugin. -- LIBOMPTARGET: Building CUDA plugin linked against libcuda -- LIBOMPTARGET: Enable tests using CUDA plugin -- LIBOMPTARGET: Not building PPC64 NextGen offloading plugin: machine not found in the system. -- LIBOMPTARGET: Not building PPC64le NextGen offloading plugin: machine not found in the system. -- LIBOMPTARGET: Not building x86_64 NextGen offloading plugin: libffi dependency not found. -- LIBOMPTARGET: Building DeviceRTL. Using clang: /scratch/llvm-project/build/bin/clang, llvm-link: /scratch/llvm-project/build/bin/llvm-link and opt: /scratch/llvm-project/build/bin/opt -- LIBOMPTARGET: Building the llvm-omp-device-info tool -- LIBOMPTARGET: Building the llvm-omp-kernel-replay tool -- Looking for __atomic_load_1 32: MallocTouchFree/N:1048576/manual_time 39.2 us 39.4 us 17892 25.4898k/s -- Looking for __atomic_load_1 - not found -- Looking for __atomic_load_1 in atomic -- Looking for __atomic_load_1 in atomic - found -- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_LIBRARIES Development Development.Module Development.Embed) (found version "3.8.10") -- Configuring done (58.6s) 32: MallocTouchFree/N:16777216/manual_time 631 us 631 us 1112 1.58423k/s Unpacking finished successfully [100%] Built target llvm-reduce [100%] Built target libclang [100%] Building C object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o [100%] Building C object tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o [100%] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o [100%] Linking CXX executable ../../../../bin/c-arcmt-test [100%] Built target c-arcmt-test -- Generating done (1.8s) -- Build files have been written to: /scratch/llvm-project/build/runtimes/runtimes-bins [100%] Performing build step for 'runtimes' [ 0%] Building CXX object openmp/libomptarget/plugins-nextgen/common/elf_common/CMakeFiles/elf_common.dir/elf_common.cpp.o [ 0%] Generating kmp_i18n_id.inc [ 0%] Building CXX object openmp/libomptarget/plugins-nextgen/common/elf_common/CMakeFiles/elf_common.dir/ELFSymbols.cpp.o [ 0%] Building CXX object openmp/tools/archer/CMakeFiles/archer.dir/ompt-tsan.cpp.o [ 0%] Building LLVM bitcode Configuration.cpp-sm_90.bc [ 0%] Building CXX object openmp/tools/archer/CMakeFiles/archer_static.dir/ompt-tsan.cpp.o [ 0%] Building LLVM bitcode Debug.cpp-sm_90.bc [ 0%] Building LLVM bitcode Kernel.cpp-sm_90.bc [ 2%] Generating kmp_i18n_default.inc [ 2%] Building LLVM bitcode LibC.cpp-sm_90.bc [ 2%] Building LLVM bitcode Mapping.cpp-sm_90.bc [ 2%] Building LLVM bitcode Misc.cpp-sm_90.bc 32: MallocTouchFree/N:268435456/manual_time 4655 us 1216 us 659 214.808/s [ 2%] Building LLVM bitcode Parallelism.cpp-sm_90.bc [ 2%] Built target libomp-needed-headers [ 2%] Linking CXX shared library libarcher.so [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 2%] Linking CXX static library libarcher_static.a [ 2%] Building LLVM bitcode Reduction.cpp-sm_90.bc [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_alloc.cpp.o [ 2%] Built target archer_static [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_atomic.cpp.o [ 2%] Building LLVM bitcode State.cpp-sm_90.bc [ 2%] Building LLVM bitcode Synchronization.cpp-sm_90.bc [ 2%] Built target archer [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_csupport.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (69397 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat [ 2%] Building LLVM bitcode Tasking.cpp-sm_90.bc [ 2%] Building LLVM bitcode Utils.cpp-sm_90.bc [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_debug.cpp.o [ 2%] Building LLVM bitcode Workshare.cpp-sm_90.bc 32: MallocTouchFree/N:4294967296/manual_time 118759 us 10735 us 9 8.42044/s [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_itt.cpp.o [ 2%] Building LLVM bitcode Configuration.cpp-gfx1010.bc [ 2%] Built target elf_common [ 2%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_environment.cpp.o [ 2%] Building LLVM bitcode Configuration.cpp-gfx1030.bc [ 5%] Building LLVM bitcode Configuration.cpp-gfx1031.bc [ 5%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_error.cpp.o [ 5%] Building LLVM bitcode Configuration.cpp-gfx1032.bc [ 5%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_global.cpp.o [ 5%] Building LLVM bitcode Configuration.cpp-gfx1033.bc [ 5%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_i18n.cpp.o [ 5%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_io.cpp.o [ 5%] Building LLVM bitcode Configuration.cpp-gfx1034.bc [ 5%] Building LLVM bitcode Configuration.cpp-gfx1035.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_runtime.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1036.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_settings.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_str.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_tasking.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1100.bc 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s MB 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: ViewAllocate_Rank1/N:10/manual_time 0.020 s 0.003 s 66 39.473/s 800 [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_threadprivate.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_utility.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 7%] Building LLVM bitcode Configuration.cpp-gfx1101.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_barrier.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_wait_release.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1102.bc 32: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.003 s 46 41.2802/s 800 [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_affinity.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_dispatch.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1103.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_lock.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_sched.cpp.o 32: ViewAllocate_Rank2/N:10/manual_time 0.020 s 0.003 s 35 39.3004/s 800 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1150.bc [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx1151.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_collapse.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx700.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/z_Linux_util.cpp.o 32: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.003 s 35 41.5187/s 800 [ 7%] Building LLVM bitcode Configuration.cpp-gfx701.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_gsupport.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/thirdparty/ittnotify/ittnotify_static.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_taskdeps.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_cancel.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx801.bc [ 7%] Building LLVM bitcode Configuration.cpp-gfx803.bc ---> Removed intermediate container 3553db628c08 ---> 789a72461970 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Running in 098897ef5bb6 32: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.003 s 35 41.3746/s 800 [ 7%] Building LLVM bitcode Configuration.cpp-gfx900.bc [ 7%] Building LLVM bitcode Configuration.cpp-gfx902.bc [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_ftn_extra.cpp.o [ 7%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_ftn_cdecl.cpp.o [ 7%] Building LLVM bitcode Configuration.cpp-gfx906.bc [ 10%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/kmp_version.cpp.o [ 10%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/ompt-general.cpp.o [ 10%] Building LLVM bitcode Configuration.cpp-gfx908.bc [ 10%] Building CXX object openmp/runtime/src/CMakeFiles/omp.dir/ompd-specific.cpp.o 32: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.003 s 35 41.4275/s 800 [ 10%] Building ASM object openmp/runtime/src/CMakeFiles/omp.dir/z_Linux_asm.S.o [ 10%] Building LLVM bitcode Configuration.cpp-gfx90a.bc [ 10%] Building LLVM bitcode Configuration.cpp-gfx90c.bc [ 10%] Building LLVM bitcode Configuration.cpp-gfx940.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_35.bc [ 10%] Building CXX object openmp/libomptarget/plugins-nextgen/common/OMPT/CMakeFiles/OMPT.dir/OmptCallback.cpp.o [ 10%] Building LLVM bitcode Configuration.cpp-sm_37.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_50.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_52.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_53.bc ---> Removed intermediate container 098897ef5bb6 ---> f055f4b64351 Successfully built f055f4b64351 Successfully tagged fe7a3d0bf64767625ebf7287a382360a0d167b70:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 32: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.003 s 35 41.4344/s 800 [ 10%] Building LLVM bitcode Configuration.cpp-sm_60.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_62.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_61.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_70.bc [ 10%] Linking C shared library libomp.so [ 10%] Building LLVM bitcode Configuration.cpp-sm_72.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_75.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_86.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_80.bc + docker inspect -f . fe7a3d0bf64767625ebf7287a382360a0d167b70 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat07 seems to be running inside container f5ccfdb0b261af6c8ec9743a4b885edc055fd9334cac2a736ac0b50444339b1b $ 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-6770 --volumes-from f5ccfdb0b261af6c8ec9743a4b885edc055fd9334cac2a736ac0b50444339b1b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** fe7a3d0bf64767625ebf7287a382360a0d167b70 cat [ 10%] Building LLVM bitcode Configuration.cpp-sm_87.bc [ 10%] Building LLVM bitcode Configuration.cpp-sm_89.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1010.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1030.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1031.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1032.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1033.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1034.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1035.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1036.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1100.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1101.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1102.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1103.bc [ 10%] Building LLVM bitcode Debug.cpp-gfx1150.bc [100%] Linking CXX executable ../../../../bin/c-index-test [ 12%] Building LLVM bitcode Debug.cpp-gfx1151.bc [ 12%] Building LLVM bitcode Debug.cpp-gfx700.bc [ 12%] Building LLVM bitcode Debug.cpp-gfx701.bc [ 12%] Built target omp [ 12%] Building LLVM bitcode Debug.cpp-gfx801.bc [ 12%] Built target OMPT [ 12%] Building LLVM bitcode Debug.cpp-gfx803.bc [ 12%] Building LLVM bitcode Debug.cpp-gfx900.bc [ 12%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/api.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-gfx902.bc [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/device.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-gfx906.bc [ 15%] Building CXX object openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeFiles/PluginInterface.dir/PluginInterface.cpp.o [ 15%] Building CXX object openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeFiles/PluginInterface.dir/GlobalHandler.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-gfx908.bc [ 15%] Building LLVM bitcode Debug.cpp-gfx90a.bc 32: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.003 s 35 41.3682/s 800 [ 15%] Building LLVM bitcode Debug.cpp-gfx90c.bc [ 15%] Building LLVM bitcode Debug.cpp-gfx940.bc [ 15%] Building CXX object openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeFiles/PluginInterface.dir/JIT.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-sm_35.bc [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/interface.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-sm_37.bc 32: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.003 s 35 41.4876/s 800 [ 15%] Building LLVM bitcode Debug.cpp-sm_50.bc [ 15%] Building CXX object openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeFiles/PluginInterface.dir/RPC.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-sm_52.bc $ docker top 910da75813130410c94a08d8b7a8d4180a3ad0671ea4b6aabe0dab357200f3e7 -eo pid,comm [Pipeline] { 32: ViewAllocate_Rank5/N:10/manual_time 0.020 s 0.003 s 35 39.2895/s 800 [Pipeline] sh [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/interop.cpp.o + ccache --zero-stats Statistics zeroed [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/omptarget.cpp.o [ 15%] Building LLVM bitcode Debug.cpp-sm_53.bc [Pipeline] sh + rm -rf build 32: ViewAllocate_Rank6/N:10/manual_time 0.020 s 0.003 s 35 39.2973/s 800 /scratch/llvm-project/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp:334:12: warning: unused variable 'OldNumThreads' [-Wunused-variable] 334 | auto OldNumThreads = NumThreads; | ^~~~~~~~~~~~~ [ 15%] Building LLVM bitcode Debug.cpp-sm_60.bc 32: ViewAllocate_Rank6/N:10/manual_time 0.020 s 0.003 s 35 39.2966/s 800 [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/OmptCallback.cpp.o + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEBUG=ON -DKokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=OFF .. -- Setting default Kokkos CXX standard to 17 [ 15%] Building LLVM bitcode Debug.cpp-sm_61.bc 32: ViewAllocate_Rank7/N:10/manual_time 0.020 s 0.003 s 35 39.2327/s 800 [ 15%] Building LLVM bitcode Debug.cpp-sm_70.bc [ 15%] Building LLVM bitcode Debug.cpp-sm_62.bc [ 15%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/rtl.cpp.o 1 warning generated. [ 15%] Building LLVM bitcode Debug.cpp-sm_72.bc [ 15%] Building LLVM bitcode Debug.cpp-sm_80.bc -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper [ 17%] Building LLVM bitcode Debug.cpp-sm_75.bc 32: ViewAllocate_Rank7/N:10/manual_time 0.020 s 0.003 s 35 39.3021/s 800 [ 17%] Building CXX object openmp/libomptarget/src/CMakeFiles/omptarget.dir/LegacyAPI.cpp.o [ 17%] Building LLVM bitcode Debug.cpp-sm_86.bc [ 17%] Building LLVM bitcode Debug.cpp-sm_87.bc [ 17%] Building LLVM bitcode Debug.cpp-sm_89.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1010.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1030.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1031.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1032.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1033.bc [ 17%] Building LLVM bitcode Kernel.cpp-gfx1035.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1034.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1036.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1100.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1101.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1102.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1103.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1150.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx1151.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx700.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx701.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx801.bc -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -- works -- Detecting CXX compiler ABI info [ 20%] Building LLVM bitcode Kernel.cpp-gfx803.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx902.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx900.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx906.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx908.bc 32: ViewAllocate_Rank8/N:10/manual_time 0.020 s 0.003 s 35 39.2395/s 800 [ 20%] Building LLVM bitcode Kernel.cpp-gfx90a.bc [ 20%] Building CXX object openmp/libompd/src/CMakeFiles/ompd.dir/TargetValue.cpp.o [ 20%] Building LLVM bitcode Kernel.cpp-gfx940.bc [ 20%] Building LLVM bitcode Kernel.cpp-gfx90c.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_35.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_37.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_50.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_52.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_53.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_60.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_61.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_62.bc [ 20%] Building CXX object openmp/libompd/src/CMakeFiles/ompd.dir/omp-debug.cpp.o [ 20%] Building LLVM bitcode Kernel.cpp-sm_70.bc 32: ViewAllocate_Rank8/N:10/manual_time 0.020 s 0.003 s 35 39.2982/s 800 -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.6.124 -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=c++17 for C++17 standard as feature [ 20%] Building LLVM bitcode Kernel.cpp-sm_72.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_75.bc [ 20%] Building CXX object openmp/libompd/src/CMakeFiles/ompd.dir/omp-state.cpp.o [ 20%] Building CXX object openmp/libompd/src/CMakeFiles/ompd.dir/omp-icv.cpp.o [ 20%] Linking CXX shared library /scratch/llvm-project/build/lib/libomptarget.so [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 20%] Building LLVM bitcode Kernel.cpp-sm_80.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_87.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_86.bc [ 20%] Building LLVM bitcode Kernel.cpp-sm_89.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1010.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1030.bc 32: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 628 1.43916k/s 1.6k [ 20%] Building LLVM bitcode LibC.cpp-gfx1031.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1032.bc [ 20%] Built target omptarget [ 20%] Building LLVM bitcode LibC.cpp-gfx1033.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1034.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1035.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1036.bc [ 20%] Building CXX object openmp/libomptarget/tools/deviceinfo/CMakeFiles/llvm-omp-device-info.dir/llvm-omp-device-info.cpp.o [ 20%] Building LLVM bitcode LibC.cpp-gfx1100.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1101.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1102.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1103.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1150.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx1151.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx700.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx701.bc [ 20%] Building CXX object openmp/libomptarget/tools/kernelreplay/CMakeFiles/llvm-omp-kernel-replay.dir/llvm-omp-kernel-replay.cpp.o [ 20%] Building LLVM bitcode LibC.cpp-gfx801.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx803.bc [ 20%] Linking CXX shared library libompd.so [ 20%] Building LLVM bitcode LibC.cpp-gfx900.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx902.bc [ 20%] Building LLVM bitcode LibC.cpp-gfx906.bc [ 20%] Built target PluginInterface [ 20%] Building LLVM bitcode LibC.cpp-gfx908.bc [ 22%] Building LLVM bitcode LibC.cpp-gfx90a.bc [ 22%] Built target ompd [ 22%] Building LLVM bitcode LibC.cpp-gfx90c.bc [ 22%] Building CXX object openmp/libomptarget/plugins-nextgen/amdgpu/CMakeFiles/omptarget.rtl.amdgpu.dir/src/rtl.cpp.o [ 22%] Building CXX object openmp/libomptarget/plugins-nextgen/cuda/CMakeFiles/omptarget.rtl.cuda.dir/src/rtl.cpp.o [ 22%] Building LLVM bitcode LibC.cpp-gfx940.bc [ 22%] Building LLVM bitcode LibC.cpp-sm_35.bc [ 22%] Building LLVM bitcode LibC.cpp-sm_37.bc [ 22%] Building CXX object openmp/libomptarget/plugins-nextgen/amdgpu/CMakeFiles/omptarget.rtl.amdgpu.dir/dynamic_hsa/hsa.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 627 1.43705k/s 1.6k [ 22%] Linking CXX executable /scratch/llvm-project/build/bin/llvm-omp-device-info [ 25%] Building LLVM bitcode LibC.cpp-sm_50.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_52.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_53.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_60.bc [ 25%] Built target llvm-omp-device-info [ 25%] Building LLVM bitcode LibC.cpp-sm_61.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_62.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_70.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_72.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_75.bc [ 25%] Building LLVM bitcode LibC.cpp-sm_80.bc [ 27%] Building LLVM bitcode LibC.cpp-sm_87.bc [ 27%] Building LLVM bitcode LibC.cpp-sm_86.bc [ 27%] Building LLVM bitcode LibC.cpp-sm_89.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1010.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1030.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1031.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1032.bc 32: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 627 1.44124k/s 1.6k [ 27%] Building LLVM bitcode Mapping.cpp-gfx1033.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1034.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1035.bc [ 27%] Building LLVM bitcode Mapping.cpp-gfx1036.bc [ 30%] Building LLVM bitcode Mapping.cpp-gfx1100.bc [ 30%] Linking CXX executable /scratch/llvm-project/build/bin/llvm-omp-kernel-replay [ 30%] Building LLVM bitcode Mapping.cpp-gfx1101.bc [ 30%] Building LLVM bitcode Mapping.cpp-gfx1102.bc [ 30%] Building LLVM bitcode Mapping.cpp-gfx1103.bc [ 30%] Building LLVM bitcode Mapping.cpp-gfx1150.bc [ 30%] Building LLVM bitcode Mapping.cpp-gfx1151.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx700.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx701.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx801.bc [ 32%] Built target llvm-omp-kernel-replay [ 32%] Building LLVM bitcode Mapping.cpp-gfx803.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx902.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx900.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx906.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx908.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx90a.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx90c.bc [ 32%] Building LLVM bitcode Mapping.cpp-gfx940.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_35.bc 32: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 631 1.47316k/s 1.6k [ 32%] Building LLVM bitcode Mapping.cpp-sm_37.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_50.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_52.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_53.bc [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 32%] Building LLVM bitcode Mapping.cpp-sm_60.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_61.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_70.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_62.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_72.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_75.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_80.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_86.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_87.bc [ 32%] Building LLVM bitcode Mapping.cpp-sm_89.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1010.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1031.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1030.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1032.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1033.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1034.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1035.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1100.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1036.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1101.bc 32: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 631 1.47293k/s 1.6k [ 35%] Building LLVM bitcode Misc.cpp-gfx1102.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1103.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1150.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx1151.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx700.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx701.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx803.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx801.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx902.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx900.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx906.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx908.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx90a.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx940.bc [ 35%] Building LLVM bitcode Misc.cpp-gfx90c.bc [ 35%] Building LLVM bitcode Misc.cpp-sm_35.bc [ 35%] Building LLVM bitcode Misc.cpp-sm_37.bc [ 35%] Building LLVM bitcode Misc.cpp-sm_50.bc [ 35%] Building LLVM bitcode Misc.cpp-sm_53.bc [ 35%] Building LLVM bitcode Misc.cpp-sm_52.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_60.bc 32: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 631 1.47295k/s 1.6k -- SIMD: AVX512 detected [ 37%] Building LLVM bitcode Misc.cpp-sm_62.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_61.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_70.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_72.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_75.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_86.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_80.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_87.bc [ 37%] Building LLVM bitcode Misc.cpp-sm_89.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1010.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1030.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1031.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1032.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1033.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1034.bc 32: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 631 1.4732k/s 1.6k [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1035.bc [ 37%] Building LLVM bitcode Parallelism.cpp-gfx1036.bc [ 40%] Linking CXX shared library /scratch/llvm-project/build/lib/libomptarget.rtl.cuda.so [ 40%] Building LLVM bitcode Parallelism.cpp-gfx1100.bc [ 40%] Building LLVM bitcode Parallelism.cpp-gfx1101.bc [ 40%] Building LLVM bitcode Parallelism.cpp-gfx1102.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx1103.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx1150.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx1151.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx700.bc [100%] Built target c-index-test [ 42%] Building LLVM bitcode Parallelism.cpp-gfx701.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx801.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx803.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx900.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx902.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx906.bc 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 298 681.563/s 1.6k -- Detected CUDA Compute Capability 70 -- Setting Kokkos_ARCH_VOLTA70=ON -- 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.6.124") -- Looking for C++ include pthread.h [ 42%] Building LLVM bitcode Parallelism.cpp-gfx908.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx90a.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx90c.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_35.bc [ 42%] Building LLVM bitcode Parallelism.cpp-gfx940.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_37.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_50.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_53.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_52.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_60.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_61.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_62.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_70.bc -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 42%] Building LLVM bitcode Parallelism.cpp-sm_72.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_80.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_86.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_75.bc [ 42%] Linking CXX shared library /scratch/llvm-project/build/lib/libomptarget.rtl.amdgpu.so 32: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 183 417.209/s 1.6k [ 42%] Building LLVM bitcode Reduction.cpp-gfx1010.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_87.bc [ 42%] Building LLVM bitcode Parallelism.cpp-sm_89.bc [ 42%] Building LLVM bitcode Reduction.cpp-gfx1030.bc [ 42%] Building LLVM bitcode Reduction.cpp-gfx1031.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1032.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1033.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1034.bc -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan [ 45%] Building LLVM bitcode Reduction.cpp-gfx1035.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1036.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1101.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1100.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1103.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1102.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1151.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx1150.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx700.bc [ 45%] Building LLVM bitcode Reduction.cpp-gfx701.bc -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6770/core/src/../../tpls/mdspan/include 32: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 630 1.47315k/s 1.6k [ 47%] Building LLVM bitcode Reduction.cpp-gfx801.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx803.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx900.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx902.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx906.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx908.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx90a.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx90c.bc [ 47%] Building LLVM bitcode Reduction.cpp-gfx940.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_35.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_37.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_50.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_53.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_60.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_52.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_61.bc [ 47%] Building LLVM bitcode Reduction.cpp-sm_62.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_70.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_72.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_75.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_80.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_86.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_87.bc [ 50%] Building LLVM bitcode Reduction.cpp-sm_89.bc [ 50%] Building LLVM bitcode State.cpp-gfx1010.bc [ 50%] Building LLVM bitcode State.cpp-gfx1030.bc [ 50%] Building LLVM bitcode State.cpp-gfx1031.bc [ 50%] Building LLVM bitcode State.cpp-gfx1032.bc [ 50%] Building LLVM bitcode State.cpp-gfx1034.bc [ 50%] Building LLVM bitcode State.cpp-gfx1033.bc -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- No installed google benchmark found, fetching from GitHub 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 299 683.924/s 1.6k 32: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 399 921.388/s 1.6k 32: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 631 1.47298k/s 1.6k [ 50%] Building LLVM bitcode State.cpp-gfx1035.bc [ 50%] Building LLVM bitcode State.cpp-gfx1100.bc [ 50%] Building LLVM bitcode State.cpp-gfx1036.bc [ 50%] Building LLVM bitcode State.cpp-gfx1101.bc [ 50%] Building LLVM bitcode State.cpp-gfx1102.bc [ 50%] Building LLVM bitcode State.cpp-gfx1103.bc [ 50%] Building LLVM bitcode State.cpp-gfx1151.bc [ 50%] Building LLVM bitcode State.cpp-gfx1150.bc -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.6.2 -- [benchmark] Looking for shm_open in rt [ 50%] Building LLVM bitcode State.cpp-gfx700.bc [ 50%] Building LLVM bitcode State.cpp-gfx701.bc [ 50%] Building LLVM bitcode State.cpp-gfx801.bc [ 50%] Building LLVM bitcode State.cpp-gfx803.bc [ 50%] Building LLVM bitcode State.cpp-gfx900.bc [ 50%] Building LLVM bitcode State.cpp-gfx902.bc [ 50%] Building LLVM bitcode State.cpp-gfx906.bc [ 50%] Building LLVM bitcode State.cpp-gfx908.bc [ 50%] Building LLVM bitcode State.cpp-gfx90a.bc [ 50%] Building LLVM bitcode State.cpp-gfx90c.bc [ 50%] Building LLVM bitcode State.cpp-gfx940.bc [ 52%] Building LLVM bitcode State.cpp-sm_35.bc 32: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 631 1.473k/s 1.6k [ 52%] Building LLVM bitcode State.cpp-sm_37.bc [ 52%] Building LLVM bitcode State.cpp-sm_50.bc [ 52%] Building LLVM bitcode State.cpp-sm_53.bc [ 52%] Building LLVM bitcode State.cpp-sm_52.bc [ 52%] Building LLVM bitcode State.cpp-sm_60.bc [ 52%] Building LLVM bitcode State.cpp-sm_61.bc -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 [ 52%] Building LLVM bitcode State.cpp-sm_62.bc [ 52%] Building LLVM bitcode State.cpp-sm_72.bc [ 52%] Building LLVM bitcode State.cpp-sm_75.bc [ 52%] Building LLVM bitcode State.cpp-sm_80.bc [ 52%] Building LLVM bitcode State.cpp-sm_70.bc 32: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 631 1.47286k/s 1.6k [ 52%] Building LLVM bitcode State.cpp-sm_86.bc [ 52%] Building LLVM bitcode State.cpp-sm_87.bc [ 52%] Building LLVM bitcode State.cpp-sm_89.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1010.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1030.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1031.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1032.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1033.bc [ 52%] Building LLVM bitcode Synchronization.cpp-gfx1034.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1035.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1036.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1100.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1103.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1101.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1102.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1150.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx1151.bc 32: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 631 1.473k/s 1.6k [ 55%] Building LLVM bitcode Synchronization.cpp-gfx700.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx701.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx801.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx803.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx900.bc [ 55%] Building LLVM bitcode Synchronization.cpp-gfx902.bc 32: ViewDeepCopy_Rank4/N:10/manual_time 0.004 s 0.004 s 181 417.858/s 1.6k [ 57%] Building LLVM bitcode Synchronization.cpp-gfx906.bc [ 57%] Building LLVM bitcode Synchronization.cpp-gfx90c.bc [ 57%] Building LLVM bitcode Synchronization.cpp-gfx908.bc [ 57%] Building LLVM bitcode Synchronization.cpp-gfx90a.bc [ 57%] Building LLVM bitcode Synchronization.cpp-gfx940.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_35.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 57%] Building LLVM bitcode Synchronization.cpp-sm_37.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_50.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_53.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_52.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_61.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_60.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_70.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_72.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_62.bc [ 57%] Building LLVM bitcode Synchronization.cpp-sm_75.bc [ 60%] Building LLVM bitcode Synchronization.cpp-sm_80.bc [ 60%] Building LLVM bitcode Synchronization.cpp-sm_86.bc 32: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 179 410.811/s 1.6k -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 60%] Building LLVM bitcode Synchronization.cpp-sm_87.bc [ 60%] Building LLVM bitcode Synchronization.cpp-sm_89.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1010.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1030.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1031.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1032.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1033.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1034.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1035.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1100.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1101.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1036.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1102.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1103.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1150.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx1151.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx700.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx701.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx801.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx803.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx900.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx902.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx906.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx908.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx90a.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx90c.bc [ 60%] Building LLVM bitcode Tasking.cpp-sm_35.bc [ 60%] Building LLVM bitcode Tasking.cpp-gfx940.bc [ 60%] Building LLVM bitcode Tasking.cpp-sm_50.bc [ 60%] Building LLVM bitcode Tasking.cpp-sm_37.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_52.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_53.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_60.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_62.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_61.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_70.bc 32: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 375 872.639/s 1.6k [ 62%] Building LLVM bitcode Tasking.cpp-sm_75.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_72.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_80.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_86.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_87.bc [ 62%] Building LLVM bitcode Tasking.cpp-sm_89.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1010.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1030.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1031.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1032.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1034.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1033.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1035.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1036.bc [ 62%] Building LLVM bitcode Utils.cpp-gfx1100.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx1103.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx1101.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx1102.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 65%] Building LLVM bitcode Utils.cpp-gfx1150.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx1151.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx700.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx701.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx801.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx803.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx900.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx902.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx906.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx908.bc [ 65%] Building LLVM bitcode Utils.cpp-gfx90a.bc [ 67%] Building LLVM bitcode Utils.cpp-gfx90c.bc [ 67%] Building LLVM bitcode Utils.cpp-gfx940.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_35.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_37.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_50.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_52.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_53.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_60.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_61.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_62.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_70.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_72.bc 32: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 312 714.594/s 1.6k [ 67%] Building LLVM bitcode Utils.cpp-sm_75.bc [ 67%] Building LLVM bitcode Utils.cpp-sm_80.bc [ 70%] Building LLVM bitcode Utils.cpp-sm_89.bc [ 70%] Building LLVM bitcode Utils.cpp-sm_86.bc [ 70%] Building LLVM bitcode Utils.cpp-sm_87.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1010.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1030.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1031.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 70%] Building LLVM bitcode Workshare.cpp-gfx1032.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1033.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1034.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1035.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1036.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1100.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1101.bc 32: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 631 1.47319k/s 1.6k [ 70%] Building LLVM bitcode Workshare.cpp-gfx1102.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1103.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1150.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx1151.bc [ 70%] Building LLVM bitcode Workshare.cpp-gfx700.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx701.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx803.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx801.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx900.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx902.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 32: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 631 1.47288k/s 1.6k [ 72%] Building LLVM bitcode Workshare.cpp-gfx906.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx908.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx90a.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx940.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_35.bc [ 72%] Building LLVM bitcode Workshare.cpp-gfx90c.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_50.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_52.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_53.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_37.bc [ 72%] Building LLVM bitcode Workshare.cpp-sm_60.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_61.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_62.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_72.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_70.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_75.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_80.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_87.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_89.bc [ 75%] Building LLVM bitcode Workshare.cpp-sm_86.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC 32: ViewDeepCopy_Rank6/N:10/manual_time 0.004 s 0.004 s 168 382.799/s 1.6k [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1010.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1030.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1031.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1032.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1033.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1034.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1035.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1036.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1100.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1101.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1102.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1103.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1151.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx700.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx1150.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx801.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx701.bc [ 75%] Linking LLVM bitcode libomptarget-amdgpu-gfx803.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx900.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx902.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx906.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx908.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx90a.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx90c.bc [ 77%] Linking LLVM bitcode libomptarget-amdgpu-gfx940.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_35.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_37.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_50.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_52.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_60.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_53.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_61.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_62.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_72.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_70.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_75.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_80.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_86.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_87.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_89.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1010.bc [ 80%] Linking LLVM bitcode libomptarget-nvptx-sm_90.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1030.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1031.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1032.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1034.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1033.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1035.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1036.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1100.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1101.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1102.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1103.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1151.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx1150.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx700.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx801.bc [ 80%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx701.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx902.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx900.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx803.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx906.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx90a.bc [ 82%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx908.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_35.bc [ 85%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx90c.bc [ 85%] Internalizing LLVM bitcode libomptarget-amdgpu-gfx940.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_37.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_52.bc 32: ViewDeepCopy_Rank6/N:10/manual_time 0.003 s 0.003 s 226 517.572/s 1.6k [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_50.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_60.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_53.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_61.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_62.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_70.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_72.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_75.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_80.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_86.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_87.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_89.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1010.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1030.bc [ 85%] Internalizing LLVM bitcode libomptarget-nvptx-sm_90.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1031.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1032.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1033.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1034.bc 32: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 630 1.47332k/s 1.6k [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1035.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1036.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1100.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1101.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1102.bc -- [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 [ 85%] Built target omptarget.rtl.amdgpu 32: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 631 1.47274k/s 1.6k [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1103.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1150.bc [ 85%] Built target omptarget.rtl.cuda [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx1151.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx700.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx701.bc [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx801.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 85%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx803.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx900.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx902.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx908.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx906.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx90a.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx90c.bc [ 87%] Optimizing LLVM bitcode libomptarget-amdgpu-gfx940.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 32: ViewDeepCopy_Rank7/N:10/manual_time 0.004 s 0.004 s 182 413.567/s 1.6k [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_35.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_37.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_50.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_52.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_60.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_53.bc -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 32: ViewDeepCopy_Rank7/N:10/manual_time 0.003 s 0.003 s 223 511.855/s 1.6k [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_61.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_62.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_70.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_75.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_72.bc 32: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 631 1.47322k/s 1.6k [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_86.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_87.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_80.bc -- [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 32: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 631 1.47317k/s 1.6k [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_89.bc [ 90%] Optimizing LLVM bitcode libomptarget-nvptx-sm_90.bc [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1010.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1030.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1031.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1032.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1033.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1034.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1035.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1036.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1100.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1101.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1102.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1103.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1150.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx1151.bc.out [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx701.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx700.bc.out [ 90%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx801.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx902.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx900.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx906.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx908.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx803.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx90c.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx90a.bc.out [ 92%] Packaging LLVM offloading binary libomptarget-amdgpu-gfx940.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_35.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_37.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_50.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_52.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_61.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_53.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_60.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_62.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_70.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_72.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_80.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_75.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_86.bc.out [ 95%] Packaging LLVM offloading binary libomptarget-nvptx-sm_87.bc.out [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1010.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1030.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1031.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1032.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1033.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1034.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1035.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1036.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1100.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1101.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1102.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1103.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1150.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx1151.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx700.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx701.o [ 95%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx803.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx900.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx801.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx902.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx906.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx90a.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx908.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx90c.o [ 97%] Embedding LLVM offloading binary in devicertl-amdgpu-gfx940.o [ 97%] Embedding LLVM offloading binary in devicertl-nvptx-sm_37.o [ 97%] Embedding LLVM offloading binary in devicertl-nvptx-sm_50.o [ 97%] Embedding LLVM offloading binary in devicertl-nvptx-sm_52.o [ 97%] Embedding LLVM offloading binary in devicertl-nvptx-sm_53.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_35.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_60.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_61.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_62.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_70.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_72.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_75.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_80.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_87.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_86.o [100%] Packaging LLVM offloading binary libomptarget-nvptx-sm_89.bc.out [100%] Packaging LLVM offloading binary libomptarget-nvptx-sm_90.bc.out [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_90.o [100%] Embedding LLVM offloading binary in devicertl-nvptx-sm_89.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [100%] Linking CXX static library ../libomptarget.devicertl.a 32: ViewDeepCopy_Rank8/N:10/manual_time 0.004 s 0.004 s 173 394.069/s 1.6k [100%] Built target omptarget.devicertl [100%] No install step for 'runtimes' [100%] Completed 'runtimes' [100%] Built target runtimes 32: ViewDeepCopy_Rank8/N:10/manual_time 0.003 s 0.003 s 250 573.381/s 1.6k [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 32: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 693 1.6157k/s 1.6k 32: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 693 1.61517k/s 1.6k [ 0%] Built target LLVMDemangle [ 0%] Built target LLVMSupportBlake3 32: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 693 1.61575k/s 1.6k [ 3%] Built target LLVMSupport [ 3%] Built target LLVMTableGen [ 3%] Built target obj.LLVMTableGenCommon [ 3%] Built target LLVMTableGenCommon [ 3%] Built target llvm-min-tblgen [ 3%] Built target vt_gen [ 3%] Built target LLVMCodeGenTypes [ 3%] Built target LLVMTableGenGlobalISel [ 3%] Built target intrinsics_gen 32: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 693 1.61575k/s 1.6k [ 3%] Built target llvm-tblgen [ 3%] Built target llvm_vcsrevision_h [ 3%] Built target RISCVTargetParserTableGen [ 3%] Built target LLVMTargetParser [ 4%] Built target LLVMBinaryFormat [ 4%] Built target LLVMBitstreamReader [ 4%] Built target LLVMRemarks -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp [benchmark] [benchmark] Run Build Command(s):/usr/bin/make cmTC_477bc/fast && /usr/bin/make -f CMakeFiles/cmTC_477bc.dir/build.make CMakeFiles/cmTC_477bc.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_477bc.dir/gnu_posix_regex.cpp.o [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/bin/nvcc_wrapper -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -o CMakeFiles/cmTC_477bc.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: gnuregex.h: No such file or directory [benchmark] 1 | #include [benchmark] | ^~~~~~~~~~~~ [benchmark] compilation terminated. [benchmark] make[1]: *** [CMakeFiles/cmTC_477bc.dir/build.make:69: CMakeFiles/cmTC_477bc.dir/gnu_posix_regex.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:124: cmTC_477bc/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK [ 6%] Built target LLVMCore [ 6%] Built target LLVMFuzzerCLI [ 7%] Built target LLVMTextAPI 32: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1519 1.73917k/s 800 [ 7%] Built target LLVMBitReader [ 7%] Built target LLVMAsmParser [ 7%] Built target LLVMIRReader -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY [ 9%] Built target LLVMDebugInfoCodeView [ 10%] Built target LLVMMC [ 10%] Built target LLVMMCParser 32: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1521 1.73869k/s 800 [ 10%] Built target LLVMObject [ 10%] Built target LLVMDebugInfoDWARF [ 10%] Built target LLVMDebugInfoMSF -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY 32: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1520 1.73809k/s 800 [ 12%] Built target LLVMDebugInfoPDB [ 12%] Built target LLVMDebugInfoBTF [ 12%] Built target LLVMSymbolize [ 12%] Built target LLVMProfileData -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR 32: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1521 1.73929k/s 800 -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o -- Sources TestCuda.cpp -- Kokkos Devices: CUDA;SERIAL, Kokkos Backends: CUDA;SERIAL -- Configuring done [ 15%] Built target LLVMAnalysis [ 15%] Built target LLVMBitWriter [ 16%] Built target LLVMTransformUtils [ 16%] Built target LLVMAggressiveInstCombine 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (61196 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix [ 16%] Built target LLVMInstCombine 32: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1521 1.73896k/s 800 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkos_gtest Scanning dependencies of target kokkossimd [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Built target AlwaysCheckGit Scanning dependencies of target benchmark Scanning dependencies of target impl_git_version [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 18%] Built target LLVMScalarOpts [ 18%] Built target LLVMFuzzMutate [ 18%] Built target LLVMFileCheck [ 18%] Built target LLVMInterfaceStub [ 18%] Built target LLVMIRPrinter [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o Scanning dependencies of target kokkoscore [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o 32: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1520 1.73885k/s 800 [ 18%] Built target LLVMObjCARCOpts [ 18%] Built target LLVMTarget 32: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1521 1.73793k/s 800 [ 3%] Linking CXX static library libkokkossimd.a [ 3%] Built target kokkossimd [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 22%] Built target LLVMCodeGen [ 24%] Built target LLVMSelectionDAG 32: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1520 1.73895k/s 800 [ 24%] Built target LLVMAsmPrinter [ 24%] Built target LLVMMIRParser [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 25%] Built target LLVMGlobalISel [ 25%] Built target LLVMDWARFLinker [ 25%] Built target LLVMDWARFLinkerParallel [ 25%] Built target LLVMExtensions [ 25%] Built target LLVMFrontendHLSL [ 25%] Built target acc_gen [ 25%] Built target LLVMFrontendOpenACC [ 25%] Built target omp_gen [ 25%] Built target LLVMFrontendOpenMP nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 25%] Built target LLVMInstrumentation [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o 32: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1520 1.73928k/s 800 [ 25%] Built target LLVMVectorize [ 25%] Built target LLVMLinker [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 25%] Built target LLVMipo [ 25%] Built target LLVMHello_exports [ 25%] Built target LLVMHello [ 25%] Built target LLVMCoroutines [ 25%] Built target LLVMCFGuard [ 25%] Built target LLVMPasses [ 25%] Built target LLVMLTO [ 25%] Built target LLVMMCDisassembler 32: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1520 1.73802k/s 800 [ 25%] Built target LLVMMCA [ 27%] Built target LLVMObjCopy nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 3%] Linking CXX static library libimpl_git_version.a [ 3%] Built target impl_git_version [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 27%] Built target LLVMObjectYAML [ 28%] Built target LLVMOption [ 28%] Built target LLVMDebuginfod [ 28%] Built target LLVMDebugInfoGSYM [ 30%] Built target LLVMDebugInfoLogicalView [ 30%] Built target LLVMDWP [ 30%] Built target LLVMOrcShared [ 30%] Built target LLVMOrcTargetProcess 32: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1521 1.73802k/s 800 [ 30%] Built target LLVMRuntimeDyld [ 30%] Built target LLVMExecutionEngine [ 30%] Built target LLVMInterpreter [ 30%] Built target JITLinkTableGen [ 31%] Built target LLVMJITLink [ 31%] Built target LLVMMCJIT [ 31%] Built target LLVMWindowsDriver [ 31%] Built target LLVMOrcJIT [ 31%] Built target AArch64CommonTableGen [ 31%] Built target LLVMAArch64Info [ 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/benchmark_runner.cc.o [ 31%] Built target LLVMAArch64Utils [ 33%] Built target LLVMAArch64Desc 32: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1521 1.73847k/s 800 [ 33%] Built target LLVMAArch64CodeGen [ 33%] Built target LLVMAArch64AsmParser [ 33%] Built target LLVMAArch64Disassembler [ 33%] Built target AMDGPUCommonTableGen [ 33%] Built target InstCombineTableGen [ 34%] Built target LLVMAMDGPUInfo [ 34%] Built target LLVMAMDGPUUtils 32: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1521 1.73794k/s 800 [ 34%] Built target LLVMAMDGPUDesc nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 32: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1521 1.73903k/s 800 [ 36%] Built target LLVMAMDGPUCodeGen [ 36%] Built target LLVMAMDGPUAsmParser [ 36%] Built target LLVMAMDGPUDisassembler [ 36%] Built target LLVMAMDGPUTargetMCA [ 37%] Built target ARMCommonTableGen [ 37%] Built target LLVMARMInfo [ 37%] Built target LLVMARMUtils [ 37%] Built target LLVMARMDesc nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 37%] Built target LLVMARMCodeGen [ 37%] Built target LLVMARMAsmParser [ 39%] Built target LLVMARMDisassembler [ 39%] Built target AVRCommonTableGen [ 39%] Built target LLVMAVRInfo [ 39%] Built target LLVMAVRDesc [ 39%] Built target LLVMAVRCodeGen [ 39%] Built target LLVMAVRAsmParser [ 39%] Built target LLVMAVRDisassembler [ 39%] Built target BPFCommonTableGen 32: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1521 1.73845k/s 800 [ 39%] Built target LLVMBPFInfo [ 39%] Built target LLVMBPFDesc [ 39%] Built target LLVMBPFCodeGen [ 39%] Built target LLVMBPFAsmParser [ 39%] Built target LLVMBPFDisassembler [ 39%] Built target HexagonCommonTableGen [ 39%] Built target LLVMHexagonInfo [ 3%] Linking CXX static library libkokkos_gtest.a [ 3%] Built target kokkos_gtest [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 40%] Built target LLVMHexagonDesc [ 40%] Built target LLVMHexagonAsmParser [ 40%] Built target LLVMHexagonCodeGen [ 40%] Built target LLVMHexagonDisassembler 32: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1521 1.73822k/s 800 [ 40%] Built target LanaiCommonTableGen [ 40%] Built target LLVMLanaiInfo [ 40%] Built target LLVMLanaiDesc [ 40%] Built target LLVMLanaiAsmParser [ 40%] Built target LLVMLanaiCodeGen [ 40%] Built target LLVMLanaiDisassembler [ 40%] Built target LoongArchCommonTableGen [ 40%] Built target LLVMLoongArchInfo [ 40%] Built target LLVMLoongArchDesc 32: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1543 1.76433k/s 800 [ 42%] Built target LLVMLoongArchCodeGen [ 42%] Built target LLVMLoongArchAsmParser [ 42%] Built target LLVMLoongArchDisassembler [ 43%] Built target MipsCommonTableGen [ 43%] Built target LLVMMipsInfo [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 45%] Built target LLVMMipsDesc [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 45%] Built target LLVMMipsCodeGen [ 45%] Built target LLVMMipsAsmParser [ 45%] Built target LLVMMipsDisassembler [ 45%] Built target MSP430CommonTableGen [ 45%] Built target LLVMMSP430Info [ 45%] Built target LLVMMSP430Desc [ 46%] Built target LLVMMSP430CodeGen [ 46%] Built target LLVMMSP430AsmParser 32: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1544 1.7646k/s 800 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.99297k/s 1.6k 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.97556k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.54439k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.54544k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.69535k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.91538k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.90832k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.92315k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.99368k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.98336k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.54943k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.50928k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.19347k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.89166k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.31358k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.32244k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.8277k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.46175k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.76228k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.77448k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.80977k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.78422k/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.12287k/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.09184k/s 1.6k 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.69987k/s 1.6k 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.95541k/s 1.6k 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.2447k/s 1.6k 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.30526k/s 1.6k 32: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 806.093k/s 688 32: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 838.411k/s 688 32: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 806.093k/s 688 32: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 841.693k/s 688 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.003 s 10 669.147/s 1.6k [ 46%] Built target LLVMMSP430Disassembler [ 46%] Built target NVPTXCommonTableGen [ 46%] Built target LLVMNVPTXInfo [ 46%] Built target LLVMNVPTXDesc 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.003 s 10 654.522/s 1.6k [ 46%] Built target LLVMNVPTXCodeGen [ 46%] Built target PowerPCCommonTableGen [ 46%] Built target LLVMPowerPCInfo [ 46%] Built target LLVMPowerPCDesc [ 48%] Built target LLVMPowerPCCodeGen [ 48%] Built target LLVMPowerPCAsmParser [ 48%] Built target LLVMPowerPCDisassembler [ 48%] Built target RISCVCommonTableGen [ 48%] Built target LLVMRISCVInfo [ 48%] Built target LLVMRISCVDesc nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 50%] Built target LLVMRISCVCodeGen [ 50%] Built target LLVMRISCVAsmParser nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 50%] Built target LLVMRISCVDisassembler [ 50%] Built target LLVMRISCVTargetMCA [ 50%] Built target SparcCommonTableGen [ 50%] Built target LLVMSparcInfo [ 50%] Built target LLVMSparcDesc [ 50%] Built target LLVMSparcCodeGen [ 50%] Built target LLVMSparcAsmParser [ 50%] Built target LLVMSparcDisassembler [ 50%] Built target SystemZCommonTableGen [ 50%] Built target LLVMSystemZInfo 32/58 Test #32: Kokkos_PerformanceTest_Benchmark .............. Passed 140.79 sec test 33 Start 33: Kokkos_Benchmark_Atomic_MinMax 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-31_T21-37-35.json" 33: Test timeout computed to be: 1500 [ 50%] Built target LLVMSystemZDesc [ 51%] Built target LLVMSystemZCodeGen [ 51%] Built target LLVMSystemZAsmParser [ 51%] Built target LLVMSystemZDisassembler [ 51%] Built target VECommonTableGen [ 51%] Built target LLVMVEInfo [ 51%] Built target LLVMVEDesc [ 51%] Built target LLVMVECodeGen [ 51%] Built target LLVMVEAsmParser [ 51%] Built target LLVMVEDisassembler [ 51%] Built target WebAssemblyCommonTableGen [ 51%] Built target LLVMWebAssemblyInfo [ 51%] Built target LLVMWebAssemblyDesc [ 51%] Built target LLVMWebAssemblyUtils [ 53%] Built target LLVMWebAssemblyCodeGen [ 53%] Built target LLVMWebAssemblyAsmParser [ 53%] Built target LLVMWebAssemblyDisassembler [ 53%] Built target X86CommonTableGen 33: 2024-01-31T22:27:12+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 33: Run on (20 X 2345.59 MHz CPU s) 33: CPU Caches: 33: L1 Data 64 KiB (x20) 33: L1 Instruction 64 KiB (x20) 33: L2 Unified 512 KiB (x20) 33: L3 Unified 16384 KiB (x20) 33: Load Average: 0.81, 2.40, 5.31 33: Address Bits: 64 33: CPU architecture: none 33: Default Device: N6Kokkos12Experimental4SYCLE 33: Driver Version: CUDA 12.3 33: Error Correction Support: 1 33: GIT_BRANCH: HEAD 33: GIT_CLEAN_STATUS: CLEAN 33: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 33: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 33: GIT_COMMIT_HASH: 92307a5ec 33: GPU architecture: AMPERE80 33: Global Cache Mem Line Size: 128 33: Global Mem Cache Size: 41943040 33: Global Mem Size: 84986691584 33: Image Max Array Size: 0 33: Image Max Buffer Size: 140733193420800 33: Image2d Max Height: 140733193453568 33: Image2d Max Width: 140733193519104 33: Image3d Max Depth: 140733193404416 33: Image3d Max Height: 140733193404416 33: Image3d Max Width: 140733193404416 33: Is Accelerator: 0 33: Is Available: 1 33: Is CPU: 0 33: Is GPU: 1 33: KOKKOS_COMPILER_INTEL_LLVM: 20230000 33: KOKKOS_ENABLE_ASM: yes 33: KOKKOS_ENABLE_CXX17: yes 33: KOKKOS_ENABLE_CXX20: no 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HBWSPACE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_LIBRT: no 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: KOKKOS_ENABLE_SYCL: yes 33: Kokkos Version: 4.2.1 33: Local Mem Size: 49152 33: Max Compute Units: 108 33: Max Mem Alloc Size: 1073741824 33: Max Parameter Size: 4000 33: Max Read Image Args: 128 33: Max Samplers: 128 33: Max Work Group Size: 1024 33: Max Work Item Dimensions: 3 33: Mem Base Addr Align: 4096 33: Name: NVIDIA A100 80GB PCIe 33: Native Vector Width Char: 1 33: Native Vector Width Double: 1 33: Native Vector Width Float: 1 33: Native Vector Width Half: 0 33: Native Vector Width Int: 1 33: Native Vector Width Long: 1 33: Native Vector Width Short: 1 33: Partition Max Sub Devices: 0 33: Preferred Vector Width Char: 1 33: Preferred Vector Width Double: 1 33: Preferred Vector Width Float: 1 33: Preferred Vector Width Half: 0 33: Preferred Vector Width Int: 1 33: Preferred Vector Width Long: 1 33: Preferred Vector Width Short: 1 33: Profiling Timer Resolution: 1000 33: Reference Count: 1 33: Vendor: NVIDIA Corporation 33: Vendor Id: 4318 33: Version: 0.0 33: macro KOKKOS_ENABLE_SYCL: defined 33: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 33: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 33: platform: 64bit 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 [ 53%] Built target LLVMX86Info [ 53%] Built target LLVMX86Desc [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o 33/58 Test #33: Kokkos_Benchmark_Atomic_MinMax ................ Passed 2.16 sec test 34 Start 34: Kokkos_PerformanceTest_Mempool 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-31_T21-37-35.json" 34: Test timeout computed to be: 1500 [ 54%] Built target LLVMX86CodeGen [ 54%] Built target LLVMX86AsmParser [ 54%] Built target LLVMX86Disassembler [ 54%] Built target LLVMX86TargetMCA [ 54%] Built target XCoreCommonTableGen [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 54%] Built target LLVMXCoreInfo [ 54%] Built target LLVMXCoreDesc [ 56%] Built target LLVMXCoreCodeGen [ 56%] Built target LLVMXCoreDisassembler [ 56%] Built target LLVMLineEditor [ 56%] Built target LLVMCoverage [ 56%] Built target DllOptionsTableGen [ 56%] Built target LLVMDlltoolDriver [ 56%] Built target LibOptionsTableGen [ 56%] Built target LLVMLibDriver [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 56%] Built target LLVMXRay [ 56%] Built target LLVMWindowsManifest [ 56%] Built target FileCheck [ 56%] Built target llvm-PerfectShuffle [ 56%] Built target count 34: 2024-01-31T22:27:14+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool 34: Run on (20 X 2345.59 MHz CPU s) 34: CPU Caches: 34: L1 Data 64 KiB (x20) 34: L1 Instruction 64 KiB (x20) 34: L2 Unified 512 KiB (x20) 34: L3 Unified 16384 KiB (x20) 34: Load Average: 0.81, 2.40, 5.31 34: Address Bits: 64 34: CPU architecture: none 34: Default Device: N6Kokkos12Experimental4SYCLE 34: Driver Version: CUDA 12.3 34: Error Correction Support: 1 34: GIT_BRANCH: HEAD 34: GIT_CLEAN_STATUS: CLEAN 34: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 34: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 34: GIT_COMMIT_HASH: 92307a5ec 34: GPU architecture: AMPERE80 34: Global Cache Mem Line Size: 128 34: Global Mem Cache Size: 41943040 34: Global Mem Size: 84986691584 34: Image Max Array Size: 0 34: Image Max Buffer Size: 140733193420800 34: Image2d Max Height: 140733193453568 34: Image2d Max Width: 140733193519104 34: Image3d Max Depth: 140733193404416 34: Image3d Max Height: 140733193404416 34: Image3d Max Width: 140733193404416 34: Is Accelerator: 0 34: Is Available: 1 34: Is CPU: 0 34: Is GPU: 1 34: KOKKOS_COMPILER_INTEL_LLVM: 20230000 34: KOKKOS_ENABLE_ASM: yes 34: KOKKOS_ENABLE_CXX17: yes 34: KOKKOS_ENABLE_CXX20: no 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HBWSPACE: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_LIBRT: no 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: KOKKOS_ENABLE_SYCL: yes 34: Kokkos Version: 4.2.1 34: Local Mem Size: 49152 34: Max Compute Units: 108 34: Max Mem Alloc Size: 1073741824 34: Max Parameter Size: 4000 34: Max Read Image Args: 128 34: Max Samplers: 128 34: Max Work Group Size: 1024 34: Max Work Item Dimensions: 3 34: Mem Base Addr Align: 4096 34: Name: NVIDIA A100 80GB PCIe 34: Native Vector Width Char: 1 34: Native Vector Width Double: 1 34: Native Vector Width Float: 1 34: Native Vector Width Half: 0 34: Native Vector Width Int: 1 34: Native Vector Width Long: 1 34: Native Vector Width Short: 1 34: Partition Max Sub Devices: 0 34: Preferred Vector Width Char: 1 34: Preferred Vector Width Double: 1 34: Preferred Vector Width Float: 1 34: Preferred Vector Width Half: 0 34: Preferred Vector Width Int: 1 34: Preferred Vector Width Long: 1 34: Preferred Vector Width Short: 1 34: Profiling Timer Resolution: 1000 34: Reference Count: 1 34: Vendor: NVIDIA Corporation 34: Vendor Id: 4318 34: Version: 0.0 34: macro KOKKOS_ENABLE_SYCL: defined 34: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 34: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 34: platform: 64bit [ 56%] Built target not [ 56%] Built target UnicodeNameMappingGenerator [ 56%] Built target yaml-bench [ 56%] Built target split-file [ 56%] Built target LTO_exports [ 57%] Built target LTO [ 57%] Built target llvm-ar [ 57%] Built target llvm-ranlib [ 57%] Built target llvm-lib [ 57%] Built target llvm-dlltool [ 57%] Built target llvm-config [ 57%] Built target llvm-lto [ 57%] Built target llvm-profdata [ 57%] Built target obj.clangSupport [ 59%] Built target clang-tblgen [ 59%] Built target utility-resource-headers [ 59%] Built target core-resource-headers [ 59%] Built target arm-common-resource-headers [ 59%] Built target arm-resource-headers [ 59%] Built target aarch64-resource-headers [ 60%] Built target cuda-resource-headers [ 60%] Built target hexagon-resource-headers [ 60%] Built target hip-resource-headers [ 60%] Built target loongarch-resource-headers [ 60%] Built target mips-resource-headers [ 60%] Built target ppc-resource-headers [ 60%] Built target ppc-htm-resource-headers [ 60%] Built target riscv-resource-headers [ 60%] Built target systemz-resource-headers [ 60%] Built target ve-resource-headers [ 60%] Built target webassembly-resource-headers [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 62%] Built target x86-resource-headers [ 62%] Built target hlsl-resource-headers [ 62%] Built target opencl-resource-headers [ 62%] Built target llvm-libc-resource-headers [ 62%] Built target openmp-resource-headers [ 62%] Built target windows-resource-headers [ 62%] Built target clang-resource-headers [ 62%] Built target ClangSyntaxNodeClasses [ 62%] Built target ClangAttrClasses [ 62%] Built target ClangAttrImpl [ 62%] Built target ClangAttrTextDump [ 62%] Built target ClangAttrTraverse [ 62%] Built target ClangAttrVisitor [ 62%] Built target ClangStmtNodes [ 62%] Built target ClangDeclNodes [ 62%] Built target ClangTypeNodes [ 62%] Built target ClangAbstractBasicReader [ 62%] Built target ClangAbstractBasicWriter [ 62%] Built target ClangAbstractTypeReader [ 62%] Built target ClangAbstractTypeWriter [ 62%] Built target ClangCommentNodes [ 62%] Built target ClangCommentHTMLTags [ 62%] Built target ClangCommentHTMLTagsProperties [ 62%] Built target ClangCommentHTMLNamedCharacterReferences [ 62%] Built target ClangCommentCommandInfo [ 62%] Built target ClangCommentCommandList [ 62%] Built target StmtDataCollectors [ 62%] Built target ClangDiagnosticAnalysis [ 62%] Built target ClangDiagnosticAST [ 62%] Built target ClangDiagnosticComment [ 62%] Built target ClangDiagnosticCommon [ 62%] Built target ClangDiagnosticCrossTU [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 62%] Built target ClangDiagnosticDriver [ 62%] Built target ClangDiagnosticFrontend [ 62%] Built target ClangDiagnosticLex [ 62%] Built target ClangDiagnosticParse [ 62%] Built target ClangDiagnosticRefactoring [ 62%] Built target ClangDiagnosticSema [ 62%] Built target ClangDiagnosticSerialization [ 62%] Built target ClangDiagnosticGroups [ 62%] Built target ClangDiagnosticIndexName [ 62%] Built target ClangAttrList [ 62%] Built target ClangAttrSubjectMatchRuleList [ 62%] Built target ClangAttrTokenKinds [ 62%] Built target ClangAttrHasAttributeImpl [ 62%] Built target ClangARMNeon [ 62%] Built target ClangARMFP16 [ 62%] Built target ClangARMMveBuiltinsDef [ 62%] Built target ClangARMMveBuiltinCG [ 62%] Built target ClangARMMveBuiltinSema [ 62%] Built target ClangARMMveBuiltinAliases [ 62%] Built target ClangARMSveBuiltins [ 62%] Built target ClangARMSveBuiltinCG [ 62%] Built target ClangARMSveTypeFlags [ 62%] Built target ClangARMSveSemaRangeChecks [ 62%] Built target ClangARMSmeBuiltins [ 62%] Built target ClangARMSmeBuiltinCG [ 62%] Built target ClangARMSmeSemaRangeChecks [ 62%] Built target ClangARMCdeBuiltinsDef [ 62%] Built target ClangARMCdeBuiltinCG [ 62%] Built target ClangARMCdeBuiltinSema [ 62%] Built target ClangARMCdeBuiltinAliases 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: fill ops per second 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: 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 2357 18.7658M/s [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 62%] Built target ClangRISCVVectorBuiltins [ 62%] Built target ClangRISCVVectorBuiltinCG [ 62%] Built target ClangRISCVVectorBuiltinSema [ 62%] Built target ClangRISCVSiFiveVectorBuiltins [ 62%] Built target ClangRISCVSiFiveVectorBuiltinCG [ 62%] Built target ClangRISCVSiFiveVectorBuiltinSema [ 62%] Built target ClangAttrParserStringSwitches [ 62%] Built target ClangAttrSubMatchRulesParserStringSwitches [ 62%] Built target ClangAttrTemplateInstantiate [ 63%] Built target ClangAttrParsedAttrList [ 63%] Built target ClangAttrParsedAttrKinds [ 63%] Built target ClangAttrSpellingListIndex [ 63%] Built target ClangAttrParsedAttrImpl [ 63%] Built target ClangAttrPCHRead [ 63%] Built target ClangAttrPCHWrite [ 63%] Built target ClangSACheckers [ 63%] Built target ClangSyntaxNodeList [ 63%] Built target clang-tablegen-targets [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 65%] Built target obj.clangBasic [ 65%] Built target clangBasic [ 65%] Built target obj.clangAPINotes [ 65%] Built target clangAPINotes [ 65%] Built target obj.clangLex [ 65%] Built target clangLex [ 65%] Built target clangSupport [ 65%] Built target obj.clangParse [ 65%] Built target ClangAttrDocTable [ 65%] Built target Opcodes 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: cycle ops per second 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: 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 3570 56.5297M/s 34/58 Test #34: Kokkos_PerformanceTest_Mempool ................ Passed 4.52 sec test 35 Start 35: Kokkos_PerformanceTest_Atomic 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-31_T21-37-35.json" 35: Test timeout computed to be: 1500 [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 68%] Built target obj.clangAST [ 68%] Built target clangAST [ 68%] Built target obj.clangASTMatchers [ 68%] Built target clangASTMatchers [ 68%] Built target ClangOpenCLBuiltinsImpl [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 69%] Built target obj.clangSema [ 69%] Built target obj.clangAnalysis [ 69%] Built target clangAnalysis [ 69%] Built target obj.clangEdit [ 69%] Built target clangEdit [ 69%] Built target clangSema [ 69%] Built target clangParse nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 71%] Built target obj.clangDynamicASTMatchers [ 71%] Built target clangDynamicASTMatchers [ 71%] Built target obj.clangCrossTU [ 71%] Built target obj.clangRewrite [ 71%] Built target clangRewrite [ 71%] Built target ClangDriverOptions 35: 2024-01-31T22:27:18+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic 35: Run on (20 X 2345.59 MHz CPU s) 35: CPU Caches: 35: L1 Data 64 KiB (x20) 35: L1 Instruction 64 KiB (x20) 35: L2 Unified 512 KiB (x20) 35: L3 Unified 16384 KiB (x20) 35: Load Average: 0.82, 2.38, 5.29 35: Address Bits: 64 35: CPU architecture: none 35: Default Device: N6Kokkos12Experimental4SYCLE 35: Driver Version: CUDA 12.3 35: Error Correction Support: 1 35: GIT_BRANCH: HEAD 35: GIT_CLEAN_STATUS: CLEAN 35: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 35: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 35: GIT_COMMIT_HASH: 92307a5ec 35: GPU architecture: AMPERE80 35: Global Cache Mem Line Size: 128 35: Global Mem Cache Size: 41943040 35: Global Mem Size: 84986691584 35: Image Max Array Size: 0 35: Image Max Buffer Size: 140733193420800 35: Image2d Max Height: 140733193453568 35: Image2d Max Width: 140733193519104 35: Image3d Max Depth: 140733193404416 35: Image3d Max Height: 140733193404416 35: Image3d Max Width: 140733193404416 35: Is Accelerator: 0 35: Is Available: 1 35: Is CPU: 0 35: Is GPU: 1 35: KOKKOS_COMPILER_INTEL_LLVM: 20230000 35: KOKKOS_ENABLE_ASM: yes 35: KOKKOS_ENABLE_CXX17: yes 35: KOKKOS_ENABLE_CXX20: no 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HBWSPACE: no 35: KOKKOS_ENABLE_HWLOC: no 35: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 35: KOKKOS_ENABLE_LIBDL: yes 35: KOKKOS_ENABLE_LIBRT: no 35: KOKKOS_ENABLE_PRAGMA_IVDEP: no 35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 35: KOKKOS_ENABLE_PRAGMA_UNROLL: no 35: KOKKOS_ENABLE_PRAGMA_VECTOR: no 35: KOKKOS_ENABLE_SERIAL: yes 35: KOKKOS_ENABLE_SYCL: yes 35: Kokkos Version: 4.2.1 35: Local Mem Size: 49152 35: Max Compute Units: 108 35: Max Mem Alloc Size: 1073741824 35: Max Parameter Size: 4000 35: Max Read Image Args: 128 35: Max Samplers: 128 35: Max Work Group Size: 1024 35: Max Work Item Dimensions: 3 35: Mem Base Addr Align: 4096 35: Name: NVIDIA A100 80GB PCIe 35: Native Vector Width Char: 1 35: Native Vector Width Double: 1 35: Native Vector Width Float: 1 35: Native Vector Width Half: 0 35: Native Vector Width Int: 1 35: Native Vector Width Long: 1 35: Native Vector Width Short: 1 35: Partition Max Sub Devices: 0 35: Preferred Vector Width Char: 1 35: Preferred Vector Width Double: 1 35: Preferred Vector Width Float: 1 35: Preferred Vector Width Half: 0 35: Preferred Vector Width Int: 1 35: Preferred Vector Width Long: 1 35: Preferred Vector Width Short: 1 35: Profiling Timer Resolution: 1000 35: Reference Count: 1 35: Vendor: NVIDIA Corporation 35: Vendor Id: 4318 35: Version: 0.0 35: macro KOKKOS_ENABLE_SYCL: defined 35: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 35: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 35: platform: 64bit [ 72%] Built target obj.clangDriver [ 72%] Built target clangDriver [ 72%] Built target obj.clangSerialization [ 72%] Built target clangSerialization [ 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 nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 72%] Built target obj.clangFrontend [ 72%] Built target clangFrontend [ 72%] Built target obj.clangToolingCore [ 72%] Built target clangToolingCore [ 72%] Built target obj.clangToolingInclusions [ 72%] Built target clangToolingInclusions nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 74%] Built target obj.clangIndex [ 74%] Built target obj.clangFormat [ 74%] Built target clangFormat [ 74%] Built target clangIndex [ 74%] Built target clangCrossTU [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 75%] Built target obj.clangCodeGen [ 75%] Built target clangCodeGen [ 75%] Built target SampleAnalyzerPlugin_exports [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 77%] Built target obj.clangStaticAnalyzerCore [ 77%] Built target clangStaticAnalyzerCore [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 80%] Built target obj.clangStaticAnalyzerCheckers [ 80%] Built target clangStaticAnalyzerCheckers [ 80%] Built target obj.clangStaticAnalyzerFrontend [ 80%] Built target clangStaticAnalyzerFrontend [ 80%] Built target SampleAnalyzerPlugin [ 80%] Built target CheckerDependencyHandlingAnalyzerPlugin_exports [ 80%] Built target CheckerDependencyHandlingAnalyzerPlugin [ 80%] Built target CheckerOptionHandlingAnalyzerPlugin_exports [ 80%] Built target CheckerOptionHandlingAnalyzerPlugin [ 80%] Built target clangAnalysisFlowSensitiveResources [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 80%] Built target obj.clangAnalysisFlowSensitive [ 80%] Built target clangAnalysisFlowSensitive [ 80%] Built target obj.clangAnalysisFlowSensitiveModels [ 80%] Built target clangAnalysisFlowSensitiveModels [ 80%] Built target obj.clangExtractAPI [ 80%] Built target clangExtractAPI [ 80%] Built target obj.clangARCMigrate [ 80%] Built target clangARCMigrate [ 80%] Built target obj.clangRewriteFrontend [ 80%] Built target clangRewriteFrontend [ 80%] Built target obj.clangFrontendTool [ 80%] Built target clangFrontendTool [ 80%] Built target clang-ast-dump [ 80%] Built target obj.clangTooling [ 80%] Built target clangTooling [ 80%] Built target obj.clangToolingInclusionsStdlib [ 80%] Built target clangToolingInclusionsStdlib [ 80%] Built target obj.clangToolingRefactoring [ 80%] Built target clangToolingRefactoring [ 80%] Built target obj.clangToolingASTDiff [ 80%] Built target clangToolingASTDiff [ 80%] Built target obj.clangToolingSyntax [ 80%] Built target clangToolingSyntax [ 80%] Built target obj.clangDependencyScanning [ 80%] Built target clangDependencyScanning [ 80%] Built target obj.clangTransformer [ 80%] Built target clangTransformer [ 80%] Built target obj.clangDirectoryWatcher [ 80%] Built target clangDirectoryWatcher [ 80%] Built target obj.clangIndexSerialization [ 80%] Built target clangIndexSerialization [ 80%] Built target obj.clangInterpreter [ 80%] Built target clangInterpreter [ 80%] Built target diagtool [ 80%] Built target clang [ 80%] Built target apinotes-test [ 80%] Built target clang-diff [ 80%] Built target clang-format [ 80%] Built target obj.clangHandleCXX [ 80%] Built target clangHandleCXX [ 80%] Built target obj.clangHandleLLVM [ 80%] Built target clangHandleLLVM [ 80%] Built target clang-fuzzer-dictionary [ 80%] Built target clang-import-test [ 80%] Built target LinkerWrapperOpts [ 80%] Built target clang-linker-wrapper [ 80%] Built target clang-offload-packager [ 80%] Built target clang-offload-bundler [ 80%] Built target ScanDepsOptsTableGen [ 80%] Built target clang-scan-deps [ 80%] Built target clang-repl [ 81%] Built target libclang [ 81%] Built target c-index-test [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 81%] Built target clang-rename [ 81%] Built target clang-refactor [ 81%] Built target clang-cpp [ 81%] Built target arcmt-test [ 81%] Built target c-arcmt-test [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 81%] Built target clang-check [ 83%] Built target clang-extdef-mapping [ 83%] Built target scan-build [ 84%] Built target scan-build-py [ 84%] Built target scan-view [ 84%] Built target amdgpu-arch [ 84%] Built target nvptx-arch [ 84%] Built target hmaptool [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 84%] Built target bugpoint [ 84%] Built target BugpointPasses_exports [ 84%] Built target BugpointPasses [ 84%] Built target DsymutilTableGen [ 84%] Built target dsymutil [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 84%] Built target llc [ 84%] Built target lli [ 84%] Built target lli-child-target [ 84%] Built target llvm-as [ 84%] Built target llvm-bcanalyzer [ 84%] Built target llvm-c-test [ 84%] Built target llvm-cat [ 84%] Built target LLVMCFIVerify [ 84%] Built target llvm-cfi-verify [ 84%] Built target llvm-cov [ 84%] Built target CvtResTableGen [ 84%] Built target llvm-cvtres [ 84%] Built target llvm-cxxdump [ 84%] Built target CxxfiltOptsTableGen [ 84%] Built target llvm-cxxfilt [ 84%] Built target llvm-cxxmap [ 84%] Built target llvm-debuginfo-analyzer [ 84%] Built target DebugInfodOptsTableGen nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 84%] Built target llvm-debuginfod [ 86%] Built target llvm-debuginfod-find [ 86%] Built target LLVMDiff [ 86%] Built target llvm-diff [ 86%] Built target llvm-dis [ 86%] Built target llvm-dlang-demangle-fuzzer [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 86%] Built target llvm-dwarfdump [ 86%] Built target DwarfutilTableGen [ 86%] Built target llvm-dwarfutil [ 86%] Built target DwpOptsTableGen [ 86%] Built target llvm-dwp [ 87%] Built target LLVMExegesis [ 87%] Built target LLVMExegesisMips [ 87%] Built target LLVMExegesisX86 [ 87%] Built target LLVMExegesisAArch64 [ 87%] Built target LLVMExegesisPowerPC [ 87%] Built target llvm-exegesis [ 87%] Built target llvm-extract [ 87%] Built target GSYMUtilOptsTableGen [ 87%] Built target llvm-gsymutil [ 87%] Built target IFSOptsTableGen [ 87%] Built target llvm-ifs [ 87%] Built target llvm-isel-fuzzer [ 87%] Built target llvm-itanium-demangle-fuzzer [ 87%] Built target llvm-jitlink [ 87%] Built target llvm-jitlink-executor [ 87%] Built target LibtoolDarwinOptsTableGen [ 87%] Built target llvm-libtool-darwin [ 87%] Built target llvm-link [ 87%] Built target LipoOptsTableGen [ 87%] Built target llvm-lipo [ 87%] Built target llvm-lto2 [ 87%] Built target llvm-mc [ 89%] Built target llvm-mca [ 89%] Built target llvm-microsoft-demangle-fuzzer [ 89%] Built target MLTableGen [ 89%] Built target llvm-ml [ 89%] Built target llvm-modextract [ 89%] Built target MtTableGen [ 89%] Built target llvm-mt [ 89%] Built target NmOptsTableGen [ 89%] Built target llvm-nm [ 89%] Built target ObjcopyOptsTableGen [ 89%] Built target InstallNameToolOptsTableGen [ 89%] Built target BitcodeStripOptsTableGen [ 89%] Built target StripOptsTableGen [ 89%] Built target llvm-objcopy [ 89%] Built target llvm-install-name-tool [ 89%] Built target llvm-bitcode-strip [ 89%] Built target llvm-strip [ 89%] Built target ObjdumpOptsTableGen [ 89%] Built target OtoolOptsTableGen [ 89%] Built target llvm-objdump [ 89%] Built target llvm-otool nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 89%] Built target llvm-opt-fuzzer [ 89%] Built target llvm-opt-report [ 89%] Built target llvm-pdbutil -- Testing 1-D histogram Density 1D: 0.000245179 -0.99999 -48243.2 || 0.051031 0 194834 || 2.92852e+09 28674.4 || -6.66915e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000734383 -0.314423 0.14837 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties [ 89%] Built target llvm-profgen [ 89%] Built target RcOptsTableGen [ 89%] Built target WindresOptsTableGen [ 90%] Built target llvm-rc [ 90%] Built target llvm-windres [ 90%] Built target ReadobjOptsTableGen [ 90%] Built target llvm-readobj [ 90%] Built target llvm-readelf [ 90%] Built target llvm-reduce [ 90%] Built target llvm-remark-size-diff [ 90%] Built target llvm-remarkutil [ 90%] Built target llvm-rtdyld [ 90%] Built target llvm-rust-demangle-fuzzer [ 90%] Built target llvm-sim [ 90%] Built target SizeOptsTableGen [ 90%] Built target llvm-size [ 90%] Built target llvm-special-case-list-fuzzer [ 92%] Built target llvm-split [ 92%] Built target llvm-stress [ 92%] Built target StringsOptsTableGen [ 92%] Built target llvm-strings [ 92%] Built target SymbolizerOptsTableGen [ 92%] Built target llvm-symbolizer [ 92%] Built target llvm-addr2line [ 92%] Built target llvm-tapi-diff [ 92%] Built target TLICheckerOptsTableGen [ 92%] Built target llvm-tli-checker [ 92%] Built target llvm-undname [ 93%] Built target llvm-xray [ 93%] Built target llvm-yaml-numeric-parser-fuzzer [ 93%] Built target llvm-yaml-parser-fuzzer [ 95%] Built target obj2yaml [ 95%] Built target opt [ 95%] Built target Remarks_exports [ 95%] Built target Remarks [ 95%] Built target sancov [ 95%] Built target sanstats [ 95%] Built target verify-uselistorder [ 96%] Built target yaml2obj [ 96%] Built target runtimes-clobber [ 96%] Performing build step for 'runtimes' [ 2%] Built target libomp-needed-headers [ 7%] Built target omp [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 7%] Built target omptarget [ 7%] Built target elf_common [ 7%] Built target OMPT [ 7%] Built target PluginInterface [ 7%] Built target omptarget.rtl.amdgpu [ 10%] Built target omptarget.rtl.cuda [100%] Built target omptarget.devicertl [100%] Built target llvm-omp-device-info [100%] Built target llvm-omp-kernel-replay [100%] Built target archer [100%] Built target archer_static [100%] Built target ompd [ 96%] No install step for 'runtimes' [ 96%] Completed 'runtimes' [ 96%] Built target runtimes [ 96%] Built target ExampleIRTransforms [ 98%] Built target Bye [ 98%] Built target InlineAdvisorPlugin [ 98%] Built target InlineOrderPlugin [ 98%] Built target TestPlugin [ 98%] Built target DoublerPlugin [ 98%] Built target DynamicLibraryLib [ 98%] Built target PipSqueak [ 98%] Built target SecondLib [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [100%] Built target benchmark [100%] Built target benchmark_main [100%] Built target llvm-locstats nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o Install the project... -- Install configuration: "Release" -- Installing: /opt/llvm/lib/libLLVMDemangle.a -- Installing: /opt/llvm/lib/libLLVMSupport.a -- Installing: /opt/llvm/lib/libLLVMTableGen.a -- Installing: /opt/llvm/lib/libLLVMTableGenGlobalISel.a -- Installing: /opt/llvm/lib/libLLVMTableGenCommon.a -- Installing: /opt/llvm/bin/llvm-tblgen -- Set runtime path of "/opt/llvm/bin/llvm-tblgen" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libLLVMCore.a -- Installing: /opt/llvm/lib/libLLVMFuzzerCLI.a -- Installing: /opt/llvm/lib/libLLVMFuzzMutate.a -- Installing: /opt/llvm/lib/libLLVMFileCheck.a -- Installing: /opt/llvm/lib/libLLVMInterfaceStub.a -- Installing: /opt/llvm/lib/libLLVMIRPrinter.a -- Installing: /opt/llvm/lib/libLLVMIRReader.a -- Installing: /opt/llvm/lib/libLLVMCodeGenTypes.a -- Installing: /opt/llvm/lib/libLLVMCodeGen.a -- Installing: /opt/llvm/lib/libLLVMSelectionDAG.a -- Installing: /opt/llvm/lib/libLLVMAsmPrinter.a -- Installing: /opt/llvm/lib/libLLVMMIRParser.a -- Installing: /opt/llvm/lib/libLLVMGlobalISel.a -- Installing: /opt/llvm/lib/libLLVMBinaryFormat.a -- Installing: /opt/llvm/lib/libLLVMBitReader.a -- Installing: /opt/llvm/lib/libLLVMBitWriter.a -- Installing: /opt/llvm/lib/libLLVMBitstreamReader.a -- Installing: /opt/llvm/lib/libLLVMDWARFLinker.a -- Installing: /opt/llvm/lib/libLLVMDWARFLinkerParallel.a -- Installing: /opt/llvm/lib/libLLVMExtensions.a -- Installing: /opt/llvm/lib/libLLVMFrontendHLSL.a -- Installing: /opt/llvm/lib/libLLVMFrontendOpenACC.a -- Installing: /opt/llvm/lib/libLLVMFrontendOpenMP.a -- Installing: /opt/llvm/lib/libLLVMTransformUtils.a -- Installing: /opt/llvm/lib/libLLVMInstrumentation.a -- Installing: /opt/llvm/lib/libLLVMAggressiveInstCombine.a -- Installing: /opt/llvm/lib/libLLVMInstCombine.a -- Installing: /opt/llvm/lib/libLLVMScalarOpts.a -- Installing: /opt/llvm/lib/libLLVMipo.a [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o -- Installing: /opt/llvm/lib/libLLVMVectorize.a -- Installing: /opt/llvm/lib/libLLVMObjCARCOpts.a -- Installing: /opt/llvm/lib/libLLVMCoroutines.a -- Installing: /opt/llvm/lib/libLLVMCFGuard.a -- Installing: /opt/llvm/lib/libLLVMLinker.a -- Installing: /opt/llvm/lib/libLLVMAnalysis.a -- Installing: /opt/llvm/lib/libLLVMLTO.a -- Installing: /opt/llvm/lib/libLLVMMC.a -- Installing: /opt/llvm/lib/libLLVMMCParser.a -- Installing: /opt/llvm/lib/libLLVMMCDisassembler.a -- Installing: /opt/llvm/lib/libLLVMMCA.a -- Installing: /opt/llvm/lib/libLLVMObjCopy.a -- Installing: /opt/llvm/lib/libLLVMObject.a -- Installing: /opt/llvm/lib/libLLVMObjectYAML.a -- Installing: /opt/llvm/lib/libLLVMOption.a -- Installing: /opt/llvm/lib/libLLVMRemarks.a -- Installing: /opt/llvm/lib/libLLVMDebuginfod.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoDWARF.a [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o -- Installing: /opt/llvm/lib/libLLVMDebugInfoGSYM.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoLogicalView.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoMSF.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoCodeView.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoPDB.a -- Installing: /opt/llvm/lib/libLLVMSymbolize.a -- Installing: /opt/llvm/lib/libLLVMDebugInfoBTF.a -- Installing: /opt/llvm/lib/libLLVMDWP.a -- Installing: /opt/llvm/lib/libLLVMExecutionEngine.a -- Installing: /opt/llvm/lib/libLLVMInterpreter.a -- Installing: /opt/llvm/lib/libLLVMJITLink.a -- Installing: /opt/llvm/lib/libLLVMMCJIT.a -- Installing: /opt/llvm/lib/libLLVMOrcJIT.a -- Installing: /opt/llvm/lib/libLLVMOrcShared.a -- Installing: /opt/llvm/lib/libLLVMOrcTargetProcess.a -- Installing: /opt/llvm/lib/libLLVMRuntimeDyld.a -- Installing: /opt/llvm/lib/libLLVMTarget.a -- Installing: /opt/llvm/lib/libLLVMAArch64CodeGen.a -- Installing: /opt/llvm/lib/libLLVMAArch64AsmParser.a -- Installing: /opt/llvm/lib/libLLVMAArch64Disassembler.a -- Installing: /opt/llvm/lib/libLLVMAArch64Desc.a -- Installing: /opt/llvm/lib/libLLVMAArch64Info.a -- Installing: /opt/llvm/lib/libLLVMAArch64Utils.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUCodeGen.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUAsmParser.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUDisassembler.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUTargetMCA.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUDesc.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUInfo.a -- Installing: /opt/llvm/lib/libLLVMAMDGPUUtils.a -- Installing: /opt/llvm/lib/libLLVMARMCodeGen.a -- Installing: /opt/llvm/lib/libLLVMARMAsmParser.a -- Installing: /opt/llvm/lib/libLLVMARMDisassembler.a -- Installing: /opt/llvm/lib/libLLVMARMDesc.a -- Installing: /opt/llvm/lib/libLLVMARMInfo.a -- Installing: /opt/llvm/lib/libLLVMARMUtils.a -- Installing: /opt/llvm/lib/libLLVMAVRCodeGen.a -- Installing: /opt/llvm/lib/libLLVMAVRAsmParser.a -- Installing: /opt/llvm/lib/libLLVMAVRDisassembler.a -- Installing: /opt/llvm/lib/libLLVMAVRDesc.a -- Installing: /opt/llvm/lib/libLLVMAVRInfo.a -- Installing: /opt/llvm/lib/libLLVMBPFCodeGen.a -- Installing: /opt/llvm/lib/libLLVMBPFAsmParser.a -- Installing: /opt/llvm/lib/libLLVMBPFDisassembler.a -- Installing: /opt/llvm/lib/libLLVMBPFDesc.a -- Installing: /opt/llvm/lib/libLLVMBPFInfo.a -- Installing: /opt/llvm/lib/libLLVMHexagonCodeGen.a -- Installing: /opt/llvm/lib/libLLVMHexagonAsmParser.a -- Installing: /opt/llvm/lib/libLLVMHexagonDisassembler.a -- Installing: /opt/llvm/lib/libLLVMHexagonDesc.a -- Installing: /opt/llvm/lib/libLLVMHexagonInfo.a -- Installing: /opt/llvm/lib/libLLVMLanaiCodeGen.a -- Installing: /opt/llvm/lib/libLLVMLanaiAsmParser.a -- Installing: /opt/llvm/lib/libLLVMLanaiDisassembler.a -- Installing: /opt/llvm/lib/libLLVMLanaiDesc.a -- Installing: /opt/llvm/lib/libLLVMLanaiInfo.a -- Installing: /opt/llvm/lib/libLLVMLoongArchCodeGen.a -- Installing: /opt/llvm/lib/libLLVMLoongArchAsmParser.a -- Installing: /opt/llvm/lib/libLLVMLoongArchDisassembler.a -- Installing: /opt/llvm/lib/libLLVMLoongArchDesc.a -- Installing: /opt/llvm/lib/libLLVMLoongArchInfo.a -- Installing: /opt/llvm/lib/libLLVMMipsCodeGen.a -- Installing: /opt/llvm/lib/libLLVMMipsAsmParser.a -- Installing: /opt/llvm/lib/libLLVMMipsDisassembler.a -- Installing: /opt/llvm/lib/libLLVMMipsDesc.a -- Installing: /opt/llvm/lib/libLLVMMipsInfo.a -- Installing: /opt/llvm/lib/libLLVMMSP430CodeGen.a -- Installing: /opt/llvm/lib/libLLVMMSP430Desc.a -- Installing: /opt/llvm/lib/libLLVMMSP430Info.a -- Installing: /opt/llvm/lib/libLLVMMSP430AsmParser.a -- Installing: /opt/llvm/lib/libLLVMMSP430Disassembler.a -- Installing: /opt/llvm/lib/libLLVMNVPTXCodeGen.a -- Installing: /opt/llvm/lib/libLLVMNVPTXDesc.a [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o -- Installing: /opt/llvm/lib/libLLVMNVPTXInfo.a -- Installing: /opt/llvm/lib/libLLVMPowerPCCodeGen.a -- Installing: /opt/llvm/lib/libLLVMPowerPCAsmParser.a -- Installing: /opt/llvm/lib/libLLVMPowerPCDisassembler.a -- Installing: /opt/llvm/lib/libLLVMPowerPCDesc.a -- Installing: /opt/llvm/lib/libLLVMPowerPCInfo.a -- Installing: /opt/llvm/lib/libLLVMRISCVCodeGen.a -- Installing: /opt/llvm/lib/libLLVMRISCVAsmParser.a -- Installing: /opt/llvm/lib/libLLVMRISCVDisassembler.a -- Installing: /opt/llvm/lib/libLLVMRISCVDesc.a -- Installing: /opt/llvm/lib/libLLVMRISCVTargetMCA.a -- Installing: /opt/llvm/lib/libLLVMRISCVInfo.a -- Installing: /opt/llvm/lib/libLLVMSparcCodeGen.a -- Installing: /opt/llvm/lib/libLLVMSparcAsmParser.a -- Installing: /opt/llvm/lib/libLLVMSparcDisassembler.a -- Installing: /opt/llvm/lib/libLLVMSparcDesc.a -- Installing: /opt/llvm/lib/libLLVMSparcInfo.a -- Installing: /opt/llvm/lib/libLLVMSystemZCodeGen.a -- Installing: /opt/llvm/lib/libLLVMSystemZAsmParser.a -- Installing: /opt/llvm/lib/libLLVMSystemZDisassembler.a -- Installing: /opt/llvm/lib/libLLVMSystemZDesc.a -- Installing: /opt/llvm/lib/libLLVMSystemZInfo.a -- Installing: /opt/llvm/lib/libLLVMVECodeGen.a -- Installing: /opt/llvm/lib/libLLVMVEAsmParser.a -- Installing: /opt/llvm/lib/libLLVMVEDisassembler.a -- Installing: /opt/llvm/lib/libLLVMVEInfo.a -- Installing: /opt/llvm/lib/libLLVMVEDesc.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyCodeGen.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyAsmParser.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyDisassembler.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyDesc.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyInfo.a -- Installing: /opt/llvm/lib/libLLVMWebAssemblyUtils.a -- Installing: /opt/llvm/lib/libLLVMX86CodeGen.a [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- Installing: /opt/llvm/lib/libLLVMX86AsmParser.a -- Installing: /opt/llvm/lib/libLLVMX86Disassembler.a -- Installing: /opt/llvm/lib/libLLVMX86TargetMCA.a -- Installing: /opt/llvm/lib/libLLVMX86Desc.a -- Installing: /opt/llvm/lib/libLLVMX86Info.a -- Installing: /opt/llvm/lib/libLLVMXCoreCodeGen.a -- Installing: /opt/llvm/lib/libLLVMXCoreDisassembler.a -- Installing: /opt/llvm/lib/libLLVMXCoreDesc.a -- Installing: /opt/llvm/lib/libLLVMXCoreInfo.a -- Installing: /opt/llvm/lib/libLLVMAsmParser.a -- Installing: /opt/llvm/lib/libLLVMLineEditor.a -- Installing: /opt/llvm/lib/libLLVMProfileData.a -- Installing: /opt/llvm/lib/libLLVMCoverage.a -- Installing: /opt/llvm/lib/libLLVMPasses.a -- Installing: /opt/llvm/lib/libLLVMTargetParser.a -- Installing: /opt/llvm/lib/libLLVMTextAPI.a -- Installing: /opt/llvm/lib/libLLVMDlltoolDriver.a -- Installing: /opt/llvm/lib/libLLVMLibDriver.a -- Installing: /opt/llvm/lib/libLLVMXRay.a -- Installing: /opt/llvm/lib/libLLVMWindowsDriver.a -- Installing: /opt/llvm/lib/libLLVMWindowsManifest.a -- Installing: /opt/llvm/lib/libLTO.so.17 -- Set runtime path of "/opt/llvm/lib/libLTO.so.17" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libLTO.so -- Installing: /opt/llvm/include/llvm-c/lto.h -- Installing: /opt/llvm/bin/llvm-ar -- Set runtime path of "/opt/llvm/bin/llvm-ar" to "$ORIGIN/../lib" -- Creating llvm-ranlib -- Creating llvm-lib -- Creating llvm-dlltool -- Installing: /opt/llvm/bin/llvm-config -- Set runtime path of "/opt/llvm/bin/llvm-config" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-lto 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 1 4 3.83726m 3.10129m 299.77u 704.983M 1098.26k 704.983M -- Set runtime path of "/opt/llvm/bin/llvm-lto" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-profdata -- Set runtime path of "/opt/llvm/bin/llvm-profdata" to "$ORIGIN/../lib" -- Installing: /opt/llvm/include/clang -- Installing: /opt/llvm/include/clang/StaticAnalyzer -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend/FrontendActions.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers/Taint.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers/SValExplainer.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/Analyses.def -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/BugReporter -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/Checker.h -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Core/CheckerManager.h -- Installing: /opt/llvm/include/clang/Analysis -- Installing: /opt/llvm/include/clang/Analysis/ProgramPoint.h -- Installing: /opt/llvm/include/clang/Analysis/MacroExpansionContext.h -- Installing: /opt/llvm/include/clang/Analysis/CFG.h -- Installing: /opt/llvm/include/clang/Analysis/Support -- Installing: /opt/llvm/include/clang/Analysis/Support/BumpVector.h -- Installing: /opt/llvm/include/clang/Analysis/PathDiagnostic.h -- Installing: /opt/llvm/include/clang/Analysis/CFGStmtMap.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Logger.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowLattice.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Formula.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Transfer.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DebugSupport.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/RecordOps.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/ControlFlowContext.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/NoopAnalysis.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/NoopLattice.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowValues.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Arena.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowWorklist.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/MatchSwitch.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Value.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Solver.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/MapLattice.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Models -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h -- Installing: /opt/llvm/include/clang/Analysis/FlowSensitive/StorageLocation.h -- Installing: /opt/llvm/include/clang/Analysis/CallGraph.h -- Installing: /opt/llvm/include/clang/Analysis/BodyFarm.h -- Installing: /opt/llvm/include/clang/Analysis/SelectorExtras.h -- Installing: /opt/llvm/include/clang/Analysis/IssueHash.h -- Installing: /opt/llvm/include/clang/Analysis/AnyCall.h -- Installing: /opt/llvm/include/clang/Analysis/CloneDetection.h -- Installing: /opt/llvm/include/clang/Analysis/ConstructionContext.h -- Installing: /opt/llvm/include/clang/Analysis/DomainSpecific -- Installing: /opt/llvm/include/clang/Analysis/DomainSpecific/CocoaConventions.h -- Installing: /opt/llvm/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h -- Installing: /opt/llvm/include/clang/Analysis/AnalysisDeclContext.h -- Installing: /opt/llvm/include/clang/Analysis/CodeInjector.h -- Installing: /opt/llvm/include/clang/Analysis/RetainSummaryManager.h [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting -- Installing: /opt/llvm/include/clang/Analysis/Analyses -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyCommon.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyLogical.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyUtil.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/UninitializedValues.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/CalledOnceCheck.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/PostOrderCFGView.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ReachableCode.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/Dominators.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def -- Installing: /opt/llvm/include/clang/Analysis/Analyses/UnsafeBufferUsage.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/Consumed.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyTIL.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyOps.def -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafety.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/LiveVariables.h -- Installing: /opt/llvm/include/clang/Analysis/Analyses/IntervalPartition.h -- Installing: /opt/llvm/include/clang/DirectoryWatcher -- Installing: /opt/llvm/include/clang/DirectoryWatcher/DirectoryWatcher.h -- Installing: /opt/llvm/include/clang/Interpreter -- Installing: /opt/llvm/include/clang/Interpreter/PartialTranslationUnit.h -- Installing: /opt/llvm/include/clang/Interpreter/Value.h -- Installing: /opt/llvm/include/clang/Interpreter/Interpreter.h -- Installing: /opt/llvm/include/clang/Edit -- Installing: /opt/llvm/include/clang/Edit/EditsReceiver.h -- Installing: /opt/llvm/include/clang/Edit/Rewriters.h -- Installing: /opt/llvm/include/clang/Edit/EditedSource.h -- Installing: /opt/llvm/include/clang/Edit/Commit.h -- Installing: /opt/llvm/include/clang/Edit/FileOffset.h -- Installing: /opt/llvm/include/clang/Parse -- Installing: /opt/llvm/include/clang/Parse/ParseDiagnostic.h -- Installing: /opt/llvm/include/clang/Parse/LoopHint.h -- Installing: /opt/llvm/include/clang/Parse/ParseAST.h -- Installing: /opt/llvm/include/clang/Parse/Parser.h -- Installing: /opt/llvm/include/clang/Parse/RAIIObjectsForParser.h -- Installing: /opt/llvm/include/clang/Support -- Installing: /opt/llvm/include/clang/Support/RISCVVIntrinsicUtils.h -- Installing: /opt/llvm/include/clang/Sema -- Installing: /opt/llvm/include/clang/Sema/SemaDiagnostic.h -- Installing: /opt/llvm/include/clang/Sema/SemaInternal.h -- Installing: /opt/llvm/include/clang/Sema/RISCVIntrinsicManager.h -- Installing: /opt/llvm/include/clang/Sema/SemaFixItUtils.h -- Installing: /opt/llvm/include/clang/Sema/ObjCMethodList.h -- Installing: /opt/llvm/include/clang/Sema/HLSLExternalSemaSource.h -- Installing: /opt/llvm/include/clang/Sema/Designator.h -- Installing: /opt/llvm/include/clang/Sema/Sema.h -- Installing: /opt/llvm/include/clang/Sema/ParsedTemplate.h -- Installing: /opt/llvm/include/clang/Sema/Ownership.h -- Installing: /opt/llvm/include/clang/Sema/DeclSpec.h -- Installing: /opt/llvm/include/clang/Sema/Initialization.h -- Installing: /opt/llvm/include/clang/Sema/CodeCompleteConsumer.h -- Installing: /opt/llvm/include/clang/Sema/Overload.h -- Installing: /opt/llvm/include/clang/Sema/CXXFieldCollector.h -- Installing: /opt/llvm/include/clang/Sema/AnalysisBasedWarnings.h -- Installing: /opt/llvm/include/clang/Sema/CodeCompleteOptions.h -- Installing: /opt/llvm/include/clang/Sema/Weak.h -- Installing: /opt/llvm/include/clang/Sema/TemplateDeduction.h -- Installing: /opt/llvm/include/clang/Sema/CleanupInfo.h -- Installing: /opt/llvm/include/clang/Sema/SemaConsumer.h -- Installing: /opt/llvm/include/clang/Sema/TypoCorrection.h -- Installing: /opt/llvm/include/clang/Sema/ParsedAttr.h -- Installing: /opt/llvm/include/clang/Sema/ScopeInfo.h -- Installing: /opt/llvm/include/clang/Sema/MultiplexExternalSemaSource.h -- Installing: /opt/llvm/include/clang/Sema/DelayedDiagnostic.h -- Installing: /opt/llvm/include/clang/Sema/EnterExpressionEvaluationContext.h -- Installing: /opt/llvm/include/clang/Sema/IdentifierResolver.h -- Installing: /opt/llvm/include/clang/Sema/Template.h -- Installing: /opt/llvm/include/clang/Sema/Lookup.h -- Installing: /opt/llvm/include/clang/Sema/SemaLambda.h -- Installing: /opt/llvm/include/clang/Sema/ExternalSemaSource.h -- Installing: /opt/llvm/include/clang/Sema/TemplateInstCallback.h -- Installing: /opt/llvm/include/clang/Sema/Scope.h -- Installing: /opt/llvm/include/clang/Sema/SemaConcept.h -- Installing: /opt/llvm/include/clang/AST -- Installing: /opt/llvm/include/clang/AST/ASTImportError.h -- Installing: /opt/llvm/include/clang/AST/ASTDiagnostic.h -- Installing: /opt/llvm/include/clang/AST/ODRDiagsEmitter.h -- Installing: /opt/llvm/include/clang/AST/CommentVisitor.h -- Installing: /opt/llvm/include/clang/AST/OperationKinds.h -- Installing: /opt/llvm/include/clang/AST/AttrVisitor.h -- Installing: /opt/llvm/include/clang/AST/TypeVisitor.h -- Installing: /opt/llvm/include/clang/AST/DeclBase.h -- Installing: /opt/llvm/include/clang/AST/ASTNodeTraverser.h -- Installing: /opt/llvm/include/clang/AST/LambdaCapture.h -- Installing: /opt/llvm/include/clang/AST/ASTLambda.h -- Installing: /opt/llvm/include/clang/AST/AbstractBasicWriter.h -- Installing: /opt/llvm/include/clang/AST/TypeLocVisitor.h -- Installing: /opt/llvm/include/clang/AST/ASTDumper.h -- Installing: /opt/llvm/include/clang/AST/ComparisonCategories.h -- Installing: /opt/llvm/include/clang/AST/TypeLoc.h -- Installing: /opt/llvm/include/clang/AST/StmtGraphTraits.h -- Installing: /opt/llvm/include/clang/AST/ASTVector.h -- Installing: /opt/llvm/include/clang/AST/ComputeDependence.h -- Installing: /opt/llvm/include/clang/AST/TypeOrdering.h -- Installing: /opt/llvm/include/clang/AST/EvaluatedExprVisitor.h -- Installing: /opt/llvm/include/clang/AST/APValue.h -- Installing: /opt/llvm/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h -- Installing: /opt/llvm/include/clang/AST/DeclAccessPair.h -- Installing: /opt/llvm/include/clang/AST/CanonicalType.h -- Installing: /opt/llvm/include/clang/AST/DeclLookups.h -- Installing: /opt/llvm/include/clang/AST/CommentCommandTraits.h -- Installing: /opt/llvm/include/clang/AST/ASTFwd.h -- Installing: /opt/llvm/include/clang/AST/ASTStructuralEquivalence.h -- Installing: /opt/llvm/include/clang/AST/ASTConcept.h -- Installing: /opt/llvm/include/clang/AST/TemplateBase.h -- Installing: /opt/llvm/include/clang/AST/StmtIterator.h -- Installing: /opt/llvm/include/clang/AST/TextNodeDumper.h -- Installing: /opt/llvm/include/clang/AST/VTTBuilder.h -- Installing: /opt/llvm/include/clang/AST/ASTImporterLookupTable.h -- Installing: /opt/llvm/include/clang/AST/JSONNodeDumper.h -- Installing: /opt/llvm/include/clang/AST/CommentDiagnostic.h -- Installing: /opt/llvm/include/clang/AST/AbstractTypeReader.h -- Installing: /opt/llvm/include/clang/AST/ParentMap.h -- Installing: /opt/llvm/include/clang/AST/ExprConcepts.h -- Installing: /opt/llvm/include/clang/AST/Stmt.h -- Installing: /opt/llvm/include/clang/AST/DependentDiagnostic.h -- Installing: /opt/llvm/include/clang/AST/QualTypeNames.h -- Installing: /opt/llvm/include/clang/AST/ASTMutationListener.h -- Installing: /opt/llvm/include/clang/AST/DataCollection.h -- Installing: /opt/llvm/include/clang/AST/StmtObjC.h -- Installing: /opt/llvm/include/clang/AST/TypeLocNodes.def -- Installing: /opt/llvm/include/clang/AST/DeclContextInternals.h -- Installing: /opt/llvm/include/clang/AST/AbstractTypeWriter.h -- Installing: /opt/llvm/include/clang/AST/TemplateName.h -- Installing: /opt/llvm/include/clang/AST/DeclVisitor.h -- Installing: /opt/llvm/include/clang/AST/ASTContext.h -- Installing: /opt/llvm/include/clang/AST/DeclOpenMP.h -- Installing: /opt/llvm/include/clang/AST/ParentMapContext.h -- Installing: /opt/llvm/include/clang/AST/OpenMPClause.h -- Installing: /opt/llvm/include/clang/AST/RecursiveASTVisitor.h -- Installing: /opt/llvm/include/clang/AST/CommentSema.h -- Installing: /opt/llvm/include/clang/AST/OSLog.h -- Installing: /opt/llvm/include/clang/AST/GlobalDecl.h -- Installing: /opt/llvm/include/clang/AST/CommentParser.h -- Installing: /opt/llvm/include/clang/AST/Redeclarable.h -- Installing: /opt/llvm/include/clang/AST/CXXRecordDeclDefinitionBits.def -- Installing: /opt/llvm/include/clang/AST/ODRHash.h -- Installing: /opt/llvm/include/clang/AST/DeclFriend.h -- Installing: /opt/llvm/include/clang/AST/Randstruct.h -- Installing: /opt/llvm/include/clang/AST/RawCommentList.h -- Installing: /opt/llvm/include/clang/AST/IgnoreExpr.h -- Installing: /opt/llvm/include/clang/AST/LocInfoType.h -- Installing: /opt/llvm/include/clang/AST/Comment.h -- Installing: /opt/llvm/include/clang/AST/ExternalASTMerger.h -- Installing: /opt/llvm/include/clang/AST/DeclTemplate.h -- Installing: /opt/llvm/include/clang/AST/Mangle.h -- Installing: /opt/llvm/include/clang/AST/DependenceFlags.h -- Installing: /opt/llvm/include/clang/AST/StmtOpenMP.h -- Installing: /opt/llvm/include/clang/AST/PrettyPrinter.h -- Installing: /opt/llvm/include/clang/AST/NestedNameSpecifier.h -- Installing: /opt/llvm/include/clang/AST/Availability.h -- Installing: /opt/llvm/include/clang/AST/Expr.h -- Installing: /opt/llvm/include/clang/AST/Decl.h -- Installing: /opt/llvm/include/clang/AST/CharUnits.h -- Installing: /opt/llvm/include/clang/AST/ASTTypeTraits.h -- Installing: /opt/llvm/include/clang/AST/TemplateArgumentVisitor.h -- Installing: /opt/llvm/include/clang/AST/DeclObjCCommon.h -- Installing: /opt/llvm/include/clang/AST/RecordLayout.h -- Installing: /opt/llvm/include/clang/AST/SelectorLocationsKind.h -- Installing: /opt/llvm/include/clang/AST/MangleNumberingContext.h -- Installing: /opt/llvm/include/clang/AST/DeclarationName.h -- Installing: /opt/llvm/include/clang/AST/Attr.h -- Installing: /opt/llvm/include/clang/AST/ExternalASTSource.h -- Installing: /opt/llvm/include/clang/AST/AttrIterator.h -- Installing: /opt/llvm/include/clang/AST/CXXInheritance.h -- Installing: /opt/llvm/include/clang/AST/StmtCXX.h -- Installing: /opt/llvm/include/clang/AST/AST.h -- Installing: /opt/llvm/include/clang/AST/ASTImporter.h -- Installing: /opt/llvm/include/clang/AST/PrettyDeclStackTrace.h -- Installing: /opt/llvm/include/clang/AST/NSAPI.h -- Installing: /opt/llvm/include/clang/AST/CommentBriefParser.h -- Installing: /opt/llvm/include/clang/AST/CurrentSourceLocExprScope.h -- Installing: /opt/llvm/include/clang/AST/OptionalDiagnostic.h -- Installing: /opt/llvm/include/clang/AST/ExprOpenMP.h -- Installing: /opt/llvm/include/clang/AST/FormatString.h -- Installing: /opt/llvm/include/clang/AST/Type.h -- Installing: /opt/llvm/include/clang/AST/DeclGroup.h -- Installing: /opt/llvm/include/clang/AST/ASTConsumer.h -- Installing: /opt/llvm/include/clang/AST/UnresolvedSet.h -- Installing: /opt/llvm/include/clang/AST/ASTContextAllocate.h -- Installing: /opt/llvm/include/clang/AST/NonTrivialTypeVisitor.h -- Installing: /opt/llvm/include/clang/AST/VTableBuilder.h -- Installing: /opt/llvm/include/clang/AST/CommentLexer.h -- Installing: /opt/llvm/include/clang/AST/DeclCXX.h -- Installing: /opt/llvm/include/clang/AST/ExprObjC.h -- Installing: /opt/llvm/include/clang/AST/ExprCXX.h -- Installing: /opt/llvm/include/clang/AST/DeclObjC.h -- Installing: /opt/llvm/include/clang/AST/BuiltinTypes.def -- Installing: /opt/llvm/include/clang/AST/OperationKinds.def -- Installing: /opt/llvm/include/clang/AST/ASTImporterSharedState.h -- Installing: /opt/llvm/include/clang/AST/StmtVisitor.h -- Installing: /opt/llvm/include/clang/AST/BaseSubobject.h -- Installing: /opt/llvm/include/clang/AST/ASTUnresolvedSet.h -- Installing: /opt/llvm/include/clang/AST/ASTDumperUtils.h -- Installing: /opt/llvm/include/clang/AST/AbstractBasicReader.h -- Installing: /opt/llvm/include/clang/Lex -- Installing: /opt/llvm/include/clang/Lex/HeaderSearch.h -- Installing: /opt/llvm/include/clang/Lex/ModuleLoader.h -- Installing: /opt/llvm/include/clang/Lex/MultipleIncludeOpt.h -- Installing: /opt/llvm/include/clang/Lex/Preprocessor.h -- Installing: /opt/llvm/include/clang/Lex/PreprocessingRecord.h -- Installing: /opt/llvm/include/clang/Lex/DependencyDirectivesScanner.h -- Installing: /opt/llvm/include/clang/Lex/DirectoryLookup.h -- Installing: /opt/llvm/include/clang/Lex/MacroArgs.h -- Installing: /opt/llvm/include/clang/Lex/Pragma.h -- Installing: /opt/llvm/include/clang/Lex/TokenConcatenation.h -- Installing: /opt/llvm/include/clang/Lex/VariadicMacroSupport.h -- Installing: /opt/llvm/include/clang/Lex/MacroInfo.h -- Installing: /opt/llvm/include/clang/Lex/PPCallbacks.h -- Installing: /opt/llvm/include/clang/Lex/TokenLexer.h -- Installing: /opt/llvm/include/clang/Lex/CodeCompletionHandler.h -- Installing: /opt/llvm/include/clang/Lex/ModuleMap.h -- Installing: /opt/llvm/include/clang/Lex/HeaderMap.h -- Installing: /opt/llvm/include/clang/Lex/HeaderSearchOptions.h -- Installing: /opt/llvm/include/clang/Lex/ScratchBuffer.h -- Installing: /opt/llvm/include/clang/Lex/PreprocessorLexer.h -- Installing: /opt/llvm/include/clang/Lex/PPConditionalDirectiveRecord.h -- Installing: /opt/llvm/include/clang/Lex/ExternalPreprocessorSource.h -- Installing: /opt/llvm/include/clang/Lex/Lexer.h -- Installing: /opt/llvm/include/clang/Lex/LiteralSupport.h -- Installing: /opt/llvm/include/clang/Lex/Token.h -- Installing: /opt/llvm/include/clang/Lex/LexDiagnostic.h -- Installing: /opt/llvm/include/clang/Lex/HeaderMapTypes.h -- Installing: /opt/llvm/include/clang/Lex/PreprocessorOptions.h -- Installing: /opt/llvm/include/clang/Testing -- Installing: /opt/llvm/include/clang/Testing/TestAST.h -- Installing: /opt/llvm/include/clang/Testing/CommandLineArgs.h -- Installing: /opt/llvm/include/clang/Testing/TestClangConfig.h -- Installing: /opt/llvm/include/clang/CodeGen -- Installing: /opt/llvm/include/clang/CodeGen/ModuleBuilder.h -- Installing: /opt/llvm/include/clang/CodeGen/CodeGenAction.h -- Installing: /opt/llvm/include/clang/CodeGen/BackendUtil.h -- Installing: /opt/llvm/include/clang/CodeGen/ObjectFilePCHContainerOperations.h -- Installing: /opt/llvm/include/clang/CodeGen/ConstantInitBuilder.h -- Installing: /opt/llvm/include/clang/CodeGen/CGFunctionInfo.h -- Installing: /opt/llvm/include/clang/CodeGen/CodeGenABITypes.h -- Installing: /opt/llvm/include/clang/CodeGen/SwiftCallingConv.h -- Installing: /opt/llvm/include/clang/CodeGen/ConstantInitFuture.h -- Installing: /opt/llvm/include/clang/Frontend -- Installing: /opt/llvm/include/clang/Frontend/MigratorOptions.h -- Installing: /opt/llvm/include/clang/Frontend/DiagnosticRenderer.h -- Installing: /opt/llvm/include/clang/Frontend/ChainedDiagnosticConsumer.h -- Installing: /opt/llvm/include/clang/Frontend/TextDiagnosticBuffer.h -- Installing: /opt/llvm/include/clang/Frontend/FrontendActions.h -- Installing: /opt/llvm/include/clang/Frontend/PrecompiledPreamble.h -- Installing: /opt/llvm/include/clang/Frontend/ASTUnit.h -- Installing: /opt/llvm/include/clang/Frontend/Utils.h -- Installing: /opt/llvm/include/clang/Frontend/FrontendAction.h -- Installing: /opt/llvm/include/clang/Frontend/FrontendOptions.h -- Installing: /opt/llvm/include/clang/Frontend/LayoutOverrideSource.h -- Installing: /opt/llvm/include/clang/Frontend/MultiplexConsumer.h -- Installing: /opt/llvm/include/clang/Frontend/PCHContainerOperations.h -- Installing: /opt/llvm/include/clang/Frontend/VerifyDiagnosticConsumer.h -- Installing: /opt/llvm/include/clang/Frontend/CompilerInvocation.h -- Installing: /opt/llvm/include/clang/Frontend/SARIFDiagnosticPrinter.h -- Installing: /opt/llvm/include/clang/Frontend/CommandLineSourceLoc.h -- Installing: /opt/llvm/include/clang/Frontend/LogDiagnosticPrinter.h -- Installing: /opt/llvm/include/clang/Frontend/CompilerInstance.h -- Installing: /opt/llvm/include/clang/Frontend/PreprocessorOutputOptions.h -- Installing: /opt/llvm/include/clang/Frontend/TextDiagnosticPrinter.h -- Installing: /opt/llvm/include/clang/Frontend/DependencyOutputOptions.h -- Installing: /opt/llvm/include/clang/Frontend/FrontendPluginRegistry.h -- Installing: /opt/llvm/include/clang/Frontend/ASTConsumers.h -- Installing: /opt/llvm/include/clang/Frontend/TextDiagnostic.h -- Installing: /opt/llvm/include/clang/Frontend/SerializedDiagnosticReader.h -- Installing: /opt/llvm/include/clang/Frontend/SARIFDiagnostic.h -- Installing: /opt/llvm/include/clang/Frontend/SerializedDiagnostics.h -- Installing: /opt/llvm/include/clang/Frontend/SerializedDiagnosticPrinter.h -- Installing: /opt/llvm/include/clang/Frontend/FrontendDiagnostic.h -- Installing: /opt/llvm/include/clang/ASTMatchers -- Installing: /opt/llvm/include/clang/ASTMatchers/ASTMatchFinder.h -- Installing: /opt/llvm/include/clang/ASTMatchers/ASTMatchers.h -- Installing: /opt/llvm/include/clang/ASTMatchers/Dynamic -- Installing: /opt/llvm/include/clang/ASTMatchers/Dynamic/Parser.h -- Installing: /opt/llvm/include/clang/ASTMatchers/Dynamic/Registry.h -- Installing: /opt/llvm/include/clang/ASTMatchers/Dynamic/VariantValue.h -- Installing: /opt/llvm/include/clang/ASTMatchers/Dynamic/Diagnostics.h -- Installing: /opt/llvm/include/clang/ASTMatchers/GtestMatchers.h -- Installing: /opt/llvm/include/clang/ASTMatchers/ASTMatchersMacros.h -- Installing: /opt/llvm/include/clang/ASTMatchers/ASTMatchersInternal.h -- Installing: /opt/llvm/include/clang/Format -- Installing: /opt/llvm/include/clang/Format/Format.h -- Installing: /opt/llvm/include/clang/IndexSerialization -- Installing: /opt/llvm/include/clang/IndexSerialization/SerializablePathCollection.h -- Installing: /opt/llvm/include/clang/Config -- Installing: /opt/llvm/include/clang/Tooling -- Installing: /opt/llvm/include/clang/Tooling/Inclusions -- Installing: /opt/llvm/include/clang/Tooling/Inclusions/HeaderAnalysis.h -- Installing: /opt/llvm/include/clang/Tooling/Inclusions/StandardLibrary.h -- Installing: /opt/llvm/include/clang/Tooling/Inclusions/IncludeStyle.h -- Installing: /opt/llvm/include/clang/Tooling/Inclusions/HeaderIncludes.h -- Installing: /opt/llvm/include/clang/Tooling/FixIt.h -- Installing: /opt/llvm/include/clang/Tooling/ASTDiff -- Installing: /opt/llvm/include/clang/Tooling/ASTDiff/ASTDiff.h -- Installing: /opt/llvm/include/clang/Tooling/ASTDiff/ASTDiffInternal.h -- Installing: /opt/llvm/include/clang/Tooling/ArgumentsAdjusters.h -- Installing: /opt/llvm/include/clang/Tooling/ReplacementsYaml.h -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningService.h -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h -- Installing: /opt/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h -- Installing: /opt/llvm/include/clang/Tooling/FileMatchTrie.h -- Installing: /opt/llvm/include/clang/Tooling/NodeIntrospection.h -- Installing: /opt/llvm/include/clang/Tooling/DiagnosticsYaml.h -- Installing: /opt/llvm/include/clang/Tooling/CompilationDatabasePluginRegistry.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer -- Installing: /opt/llvm/include/clang/Tooling/Transformer/Parsing.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/RewriteRule.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/MatchConsumer.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/Stencil.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/Transformer.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/RangeSelector.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/SourceCodeBuilders.h -- Installing: /opt/llvm/include/clang/Tooling/Transformer/SourceCode.h -- Installing: /opt/llvm/include/clang/Tooling/CompilationDatabase.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring.h -- Installing: /opt/llvm/include/clang/Tooling/AllTUsExecution.h -- Installing: /opt/llvm/include/clang/Tooling/JSONCompilationDatabase.h -- Installing: /opt/llvm/include/clang/Tooling/Execution.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringActionRules.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringOption.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/ASTSelection.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringActionRule.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringOptions.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringRuleContext.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringAction.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/AtomicChange.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/USRFinder.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/SymbolName.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Rename/RenamingAction.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Lookup.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Extract -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Extract/Extract.h -- Installing: /opt/llvm/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h -- Installing: /opt/llvm/include/clang/Tooling/StandaloneExecution.h -- Installing: /opt/llvm/include/clang/Tooling/ToolExecutorPluginRegistry.h -- Installing: /opt/llvm/include/clang/Tooling/Core -- Installing: /opt/llvm/include/clang/Tooling/Core/Diagnostic.h -- Installing: /opt/llvm/include/clang/Tooling/Core/Replacement.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax -- Installing: /opt/llvm/include/clang/Tooling/Syntax/TokenBufferTokenManager.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/Nodes.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/TokenManager.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/Tree.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/BuildTree.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/Mutations.h -- Installing: /opt/llvm/include/clang/Tooling/Syntax/Tokens.h -- Installing: /opt/llvm/include/clang/Tooling/CommonOptionsParser.h -- Installing: /opt/llvm/include/clang/Tooling/RefactoringCallbacks.h -- Installing: /opt/llvm/include/clang/Tooling/Tooling.h -- Installing: /opt/llvm/include/clang/Driver -- Installing: /opt/llvm/include/clang/Driver/Types.h -- Installing: /opt/llvm/include/clang/Driver/Compilation.h -- Installing: /opt/llvm/include/clang/Driver/Phases.h -- Installing: /opt/llvm/include/clang/Driver/Multilib.h -- Installing: /opt/llvm/include/clang/Driver/Distro.h -- Installing: /opt/llvm/include/clang/Driver/Util.h -- Installing: /opt/llvm/include/clang/Driver/ToolChain.h -- Installing: /opt/llvm/include/clang/Driver/InputInfo.h -- Installing: /opt/llvm/include/clang/Driver/OptionUtils.h -- Installing: /opt/llvm/include/clang/Driver/Action.h -- Installing: /opt/llvm/include/clang/Driver/MultilibBuilder.h -- Installing: /opt/llvm/include/clang/Driver/Types.def -- Installing: /opt/llvm/include/clang/Driver/Job.h -- Installing: /opt/llvm/include/clang/Driver/DriverDiagnostic.h -- Installing: /opt/llvm/include/clang/Driver/XRayArgs.h -- Installing: /opt/llvm/include/clang/Driver/Tool.h -- Installing: /opt/llvm/include/clang/Driver/SanitizerArgs.h -- Installing: /opt/llvm/include/clang/Driver/Driver.h -- Installing: /opt/llvm/include/clang/Driver/OffloadBundler.h -- Installing: /opt/llvm/include/clang/Driver/Options.h -- Installing: /opt/llvm/include/clang/Serialization -- Installing: /opt/llvm/include/clang/Serialization/SourceLocationEncoding.h -- Installing: /opt/llvm/include/clang/Serialization/ASTWriter.h -- Installing: /opt/llvm/include/clang/Serialization/GlobalModuleIndex.h -- Installing: /opt/llvm/include/clang/Serialization/ContinuousRangeMap.h -- Installing: /opt/llvm/include/clang/Serialization/ASTBitCodes.h -- Installing: /opt/llvm/include/clang/Serialization/InMemoryModuleCache.h -- Installing: /opt/llvm/include/clang/Serialization/ModuleFile.h -- Installing: /opt/llvm/include/clang/Serialization/ModuleFileExtension.h -- Installing: /opt/llvm/include/clang/Serialization/PCHContainerOperations.h -- Installing: /opt/llvm/include/clang/Serialization/ModuleManager.h -- Installing: /opt/llvm/include/clang/Serialization/ASTDeserializationListener.h -- Installing: /opt/llvm/include/clang/Serialization/TypeBitCodes.def -- Installing: /opt/llvm/include/clang/Serialization/ASTRecordReader.h -- Installing: /opt/llvm/include/clang/Serialization/SerializationDiagnostic.h -- Installing: /opt/llvm/include/clang/Serialization/ASTRecordWriter.h -- Installing: /opt/llvm/include/clang/Serialization/ASTReader.h -- Installing: /opt/llvm/include/clang/Index -- Installing: /opt/llvm/include/clang/Index/IndexSymbol.h -- Installing: /opt/llvm/include/clang/Index/IndexingOptions.h -- Installing: /opt/llvm/include/clang/Index/IndexingAction.h -- Installing: /opt/llvm/include/clang/Index/IndexDataConsumer.h -- Installing: /opt/llvm/include/clang/Index/DeclOccurrence.h -- Installing: /opt/llvm/include/clang/Index/USRGeneration.h -- Installing: /opt/llvm/include/clang/Index/CommentToXML.h -- Installing: /opt/llvm/include/clang/APINotes -- Installing: /opt/llvm/include/clang/APINotes/Types.h -- Installing: /opt/llvm/include/clang/APINotes/APINotesYAMLCompiler.h -- Installing: /opt/llvm/include/clang/ExtractAPI -- Installing: /opt/llvm/include/clang/ExtractAPI/AvailabilityInfo.h -- Installing: /opt/llvm/include/clang/ExtractAPI/APIIgnoresList.h -- Installing: /opt/llvm/include/clang/ExtractAPI/API.h -- Installing: /opt/llvm/include/clang/ExtractAPI/FrontendActions.h -- Installing: /opt/llvm/include/clang/ExtractAPI/Serialization -- Installing: /opt/llvm/include/clang/ExtractAPI/Serialization/SerializerBase.h -- Installing: /opt/llvm/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h -- Installing: /opt/llvm/include/clang/ExtractAPI/ExtractAPIVisitor.h -- Installing: /opt/llvm/include/clang/ExtractAPI/DeclarationFragments.h -- Installing: /opt/llvm/include/clang/ExtractAPI/TypedefUnderlyingTypeResolver.h -- Installing: /opt/llvm/include/clang/ExtractAPI/ExtractAPIActionBase.h -- Installing: /opt/llvm/include/clang/Rewrite -- Installing: /opt/llvm/include/clang/Rewrite/Frontend -- Installing: /opt/llvm/include/clang/Rewrite/Frontend/Rewriters.h -- Installing: /opt/llvm/include/clang/Rewrite/Frontend/FrontendActions.h -- Installing: /opt/llvm/include/clang/Rewrite/Frontend/FixItRewriter.h -- Installing: /opt/llvm/include/clang/Rewrite/Frontend/ASTConsumers.h -- Installing: /opt/llvm/include/clang/Rewrite/Core -- Installing: /opt/llvm/include/clang/Rewrite/Core/DeltaTree.h -- Installing: /opt/llvm/include/clang/Rewrite/Core/RewriteBuffer.h -- Installing: /opt/llvm/include/clang/Rewrite/Core/RewriteRope.h -- Installing: /opt/llvm/include/clang/Rewrite/Core/TokenRewriter.h -- Installing: /opt/llvm/include/clang/Rewrite/Core/Rewriter.h -- Installing: /opt/llvm/include/clang/Rewrite/Core/HTMLRewrite.h -- Installing: /opt/llvm/include/clang/ARCMigrate -- Installing: /opt/llvm/include/clang/ARCMigrate/FileRemapper.h -- Installing: /opt/llvm/include/clang/ARCMigrate/ARCMT.h -- Installing: /opt/llvm/include/clang/ARCMigrate/ARCMTActions.h -- Installing: /opt/llvm/include/clang/Basic -- Installing: /opt/llvm/include/clang/Basic/MacroBuilder.h -- Installing: /opt/llvm/include/clang/Basic/TargetBuiltins.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsVE.def -- Installing: /opt/llvm/include/clang/Basic/SyncScope.h -- Installing: /opt/llvm/include/clang/Basic/FileSystemOptions.h -- Installing: /opt/llvm/include/clang/Basic/Sanitizers.h -- Installing: /opt/llvm/include/clang/Basic/AttrSubjectMatchRules.h -- Installing: /opt/llvm/include/clang/Basic/MSP430Target.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsWebAssembly.def -- Installing: /opt/llvm/include/clang/Basic/TargetInfo.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticFrontend.h -- Installing: /opt/llvm/include/clang/Basic/XRayLists.h -- Installing: /opt/llvm/include/clang/Basic/OpenCLExtensionTypes.def -- Installing: /opt/llvm/include/clang/Basic/PrettyStackTrace.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticAST.h -- Installing: /opt/llvm/include/clang/Basic/ParsedAttrInfo.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsVEVL.gen.def -- Installing: /opt/llvm/include/clang/Basic/Features.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticParse.h -- Installing: /opt/llvm/include/clang/Basic/OperatorKinds.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticLex.h -- Installing: /opt/llvm/include/clang/Basic/Specifiers.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsX86.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticCategories.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsSystemZ.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticSema.h -- Installing: /opt/llvm/include/clang/Basic/LLVM.h -- Installing: /opt/llvm/include/clang/Basic/Visibility.h -- Installing: /opt/llvm/include/clang/Basic/TypeTraits.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticSerialization.h -- Installing: /opt/llvm/include/clang/Basic/Lambda.h -- Installing: /opt/llvm/include/clang/Basic/Sanitizers.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsAMDGPU.def -- Installing: /opt/llvm/include/clang/Basic/LangStandard.h -- Installing: /opt/llvm/include/clang/Basic/TargetCXXABI.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsNEON.def -- Installing: /opt/llvm/include/clang/Basic/PlistSupport.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticCrossTU.h -- Installing: /opt/llvm/include/clang/Basic/PragmaKinds.h -- Installing: /opt/llvm/include/clang/Basic/SanitizerSpecialCaseList.h -- Installing: /opt/llvm/include/clang/Basic/PPCTypes.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsARM.def -- Installing: /opt/llvm/include/clang/Basic/OperatorPrecedence.h -- Installing: /opt/llvm/include/clang/Basic/LangStandards.def -- Installing: /opt/llvm/include/clang/Basic/CommentOptions.h -- Installing: /opt/llvm/include/clang/Basic/JsonSupport.h -- Installing: /opt/llvm/include/clang/Basic/TransformTypeTraits.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticDriver.h -- Installing: /opt/llvm/include/clang/Basic/FPOptions.def -- Installing: /opt/llvm/include/clang/Basic/AArch64SVEACLETypes.def -- Installing: /opt/llvm/include/clang/Basic/TokenKinds.def -- Installing: /opt/llvm/include/clang/Basic/NoSanitizeList.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsHexagonMapCustomDep.def -- Installing: /opt/llvm/include/clang/Basic/XRayInstr.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticOptions.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticAnalysis.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsLoongArch.def -- Installing: /opt/llvm/include/clang/Basic/CodeGenOptions.h -- Installing: /opt/llvm/include/clang/Basic/CapturedStmt.h -- Installing: /opt/llvm/include/clang/Basic/WebAssemblyReferenceTypes.def -- Installing: /opt/llvm/include/clang/Basic/RISCVVTypes.def -- Installing: /opt/llvm/include/clang/Basic/DarwinSDKInfo.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsHexagon.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsSME.def -- Installing: /opt/llvm/include/clang/Basic/OpenMPKinds.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsX86_64.def -- Installing: /opt/llvm/include/clang/Basic/CustomizableOptional.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def -- Installing: /opt/llvm/include/clang/Basic/PartialDiagnostic.h -- Installing: /opt/llvm/include/clang/Basic/HeaderInclude.h -- Installing: /opt/llvm/include/clang/Basic/ExpressionTraits.h -- Installing: /opt/llvm/include/clang/Basic/LangOptions.h -- Installing: /opt/llvm/include/clang/Basic/Attributes.h -- Installing: /opt/llvm/include/clang/Basic/Thunk.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsAArch64.def -- Installing: /opt/llvm/include/clang/Basic/Builtins.h -- Installing: /opt/llvm/include/clang/Basic/Diagnostic.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsNVPTX.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticComment.h -- Installing: /opt/llvm/include/clang/Basic/LangOptions.def -- Installing: /opt/llvm/include/clang/Basic/OpenCLExtensions.def -- Installing: /opt/llvm/include/clang/Basic/TargetID.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsMips.def -- Installing: /opt/llvm/include/clang/Basic/BitmaskEnum.h -- Installing: /opt/llvm/include/clang/Basic/FileSystemStatCache.h -- Installing: /opt/llvm/include/clang/Basic/SourceLocation.h -- Installing: /opt/llvm/include/clang/Basic/HLSLRuntime.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsSVE.def -- Installing: /opt/llvm/include/clang/Basic/Cuda.h -- Installing: /opt/llvm/include/clang/Basic/TokenKinds.h -- Installing: /opt/llvm/include/clang/Basic/AttrKinds.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticRefactoring.h -- Installing: /opt/llvm/include/clang/Basic/Module.h -- Installing: /opt/llvm/include/clang/Basic/CodeGenOptions.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsRISCVVector.def -- Installing: /opt/llvm/include/clang/Basic/ABI.h -- Installing: /opt/llvm/include/clang/Basic/TemplateKinds.h -- Installing: /opt/llvm/include/clang/Basic/AddressSpaces.h -- Installing: /opt/llvm/include/clang/Basic/FileManager.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsBPF.def -- Installing: /opt/llvm/include/clang/Basic/AllDiagnostics.h -- Installing: /opt/llvm/include/clang/Basic/Sarif.h -- Installing: /opt/llvm/include/clang/Basic/Linkage.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsHexagonDep.def -- Installing: /opt/llvm/include/clang/Basic/TargetCXXABI.def -- Installing: /opt/llvm/include/clang/Basic/MakeSupport.h -- Installing: /opt/llvm/include/clang/Basic/OpenMPKinds.def -- Installing: /opt/llvm/include/clang/Basic/BuiltinsXCore.def -- Installing: /opt/llvm/include/clang/Basic/SourceManager.h -- Installing: /opt/llvm/include/clang/Basic/ProfileList.h -- Installing: /opt/llvm/include/clang/Basic/IdentifierTable.h -- Installing: /opt/llvm/include/clang/Basic/OpenCLOptions.h -- Installing: /opt/llvm/include/clang/Basic/OpenCLImageTypes.def -- Installing: /opt/llvm/include/clang/Basic/ExceptionSpecificationType.h -- Installing: /opt/llvm/include/clang/Basic/AlignedAllocation.h -- Installing: /opt/llvm/include/clang/Basic/ObjCRuntime.h -- Installing: /opt/llvm/include/clang/Basic/FileEntry.h -- Installing: /opt/llvm/include/clang/Basic/TargetOptions.h -- Installing: /opt/llvm/include/clang/Basic/CharInfo.h -- Installing: /opt/llvm/include/clang/Basic/Stack.h -- Installing: /opt/llvm/include/clang/Basic/Builtins.def -- Installing: /opt/llvm/include/clang/Basic/SourceManagerInternals.h -- Installing: /opt/llvm/include/clang/Basic/DirectoryEntry.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsRISCV.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticIDs.h -- Installing: /opt/llvm/include/clang/Basic/AttributeCommonInfo.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsPPC.def -- Installing: /opt/llvm/include/clang/Basic/CLWarnings.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def -- Installing: /opt/llvm/include/clang/Basic/Version.h -- Installing: /opt/llvm/include/clang/Basic/BuiltinHeaders.def -- Installing: /opt/llvm/include/clang/Basic/DiagnosticError.h -- Installing: /opt/llvm/include/clang/Basic/DiagnosticOptions.def -- Installing: /opt/llvm/include/clang/Basic/OperatorKinds.h -- Installing: /opt/llvm/include/clang/FrontendTool -- Installing: /opt/llvm/include/clang/FrontendTool/Utils.h -- Installing: /opt/llvm/include/clang/CrossTU -- Installing: /opt/llvm/include/clang/CrossTU/CrossTUDiagnostic.h -- Installing: /opt/llvm/include/clang/CrossTU/CrossTranslationUnit.h -- Installing: /opt/llvm/include/clang-c -- Installing: /opt/llvm/include/clang-c/CXSourceLocation.h -- Installing: /opt/llvm/include/clang-c/Platform.h -- Installing: /opt/llvm/include/clang-c/CXString.h -- Installing: /opt/llvm/include/clang-c/CXDiagnostic.h -- Installing: /opt/llvm/include/clang-c/Rewrite.h -- Installing: /opt/llvm/include/clang-c/CXFile.h -- Installing: /opt/llvm/include/clang-c/FatalErrorHandler.h -- Installing: /opt/llvm/include/clang-c/Index.h -- Installing: /opt/llvm/include/clang-c/CXCompilationDatabase.h -- Installing: /opt/llvm/include/clang-c/BuildSystem.h -- Installing: /opt/llvm/include/clang-c/Documentation.h -- Installing: /opt/llvm/include/clang-c/ExternC.h -- Installing: /opt/llvm/include/clang-c/CXErrorCode.h -- Up-to-date: /opt/llvm/include/clang -- Up-to-date: /opt/llvm/include/clang/StaticAnalyzer -- Up-to-date: /opt/llvm/include/clang/StaticAnalyzer/Checkers -- Installing: /opt/llvm/include/clang/StaticAnalyzer/Checkers/Checkers.inc -- Up-to-date: /opt/llvm/include/clang/Parse -- Installing: /opt/llvm/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc -- Installing: /opt/llvm/include/clang/Parse/AttrParserStringSwitches.inc -- Up-to-date: /opt/llvm/include/clang/Sema -- Installing: /opt/llvm/include/clang/Sema/AttrSpellingListIndex.inc -- Installing: /opt/llvm/include/clang/Sema/AttrTemplateInstantiate.inc -- Installing: /opt/llvm/include/clang/Sema/AttrParsedAttrList.inc -- Installing: /opt/llvm/include/clang/Sema/AttrParsedAttrImpl.inc -- Installing: /opt/llvm/include/clang/Sema/AttrParsedAttrKinds.inc -- Up-to-date: /opt/llvm/include/clang/AST -- Installing: /opt/llvm/include/clang/AST/AbstractBasicReader.inc -- Installing: /opt/llvm/include/clang/AST/AbstractTypeReader.inc -- Installing: /opt/llvm/include/clang/AST/CommentCommandList.inc -- Installing: /opt/llvm/include/clang/AST/AttrTextNodeDump.inc -- Installing: /opt/llvm/include/clang/AST/CommentCommandInfo.inc -- Installing: /opt/llvm/include/clang/AST/AbstractTypeWriter.inc -- Installing: /opt/llvm/include/clang/AST/CommentHTMLTags.inc -- Installing: /opt/llvm/include/clang/AST/DeclNodes.inc -- Installing: /opt/llvm/include/clang/AST/CommentHTMLNamedCharacterReferences.inc -- Installing: /opt/llvm/include/clang/AST/CommentHTMLTagsProperties.inc -- Installing: /opt/llvm/include/clang/AST/AttrNodeTraverse.inc -- Installing: /opt/llvm/include/clang/AST/StmtDataCollectors.inc -- Installing: /opt/llvm/include/clang/AST/AttrImpl.inc -- Installing: /opt/llvm/include/clang/AST/AbstractBasicWriter.inc -- Installing: /opt/llvm/include/clang/AST/AttrVisitor.inc -- Installing: /opt/llvm/include/clang/AST/Attrs.inc -- Installing: /opt/llvm/include/clang/AST/StmtNodes.inc -- Installing: /opt/llvm/include/clang/AST/CommentNodes.inc -- Installing: /opt/llvm/include/clang/AST/TypeNodes.inc -- Up-to-date: /opt/llvm/include/clang/Config -- Installing: /opt/llvm/include/clang/Config/config.h -- Up-to-date: /opt/llvm/include/clang/Tooling -- Installing: /opt/llvm/include/clang/Tooling/NodeIntrospection.inc -- Up-to-date: /opt/llvm/include/clang/Tooling/Syntax -- Installing: /opt/llvm/include/clang/Tooling/Syntax/NodeClasses.inc -- Installing: /opt/llvm/include/clang/Tooling/Syntax/Nodes.inc -- Up-to-date: /opt/llvm/include/clang/Driver -- Installing: /opt/llvm/include/clang/Driver/Options.inc -- Up-to-date: /opt/llvm/include/clang/Serialization -- Installing: /opt/llvm/include/clang/Serialization/AttrPCHRead.inc -- Installing: /opt/llvm/include/clang/Serialization/AttrPCHWrite.inc -- Up-to-date: /opt/llvm/include/clang/Basic -- Installing: /opt/llvm/include/clang/Basic/DiagnosticDriverKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_cde_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sve_sema_rangechecks.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc -- Installing: /opt/llvm/include/clang/Basic/arm_neon.inc -- Installing: /opt/llvm/include/clang/Basic/arm_mve_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticCommonKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_cde_builtin_aliases.inc -- Installing: /opt/llvm/include/clang/Basic/AttrHasAttributeImpl.inc -- Installing: /opt/llvm/include/clang/Basic/AttrTokenKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_mve_builtin_aliases.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticSerializationKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_mve_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/arm_mve_builtin_sema.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_vector_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticASTKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticLexKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticCommentKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticGroups.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_vector_builtin_sema.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_vector_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticIndexName.inc -- Installing: /opt/llvm/include/clang/Basic/AttrList.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticRefactoringKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticFrontendKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticCrossTUKinds.inc -- Installing: /opt/llvm/include/clang/Basic/riscv_sifive_vector_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sme_sema_rangechecks.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticParseKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sme_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sme_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticSemaKinds.inc -- Installing: /opt/llvm/include/clang/Basic/DiagnosticAnalysisKinds.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sve_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/Version.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sve_typeflags.inc -- Installing: /opt/llvm/include/clang/Basic/arm_cde_builtins.inc -- Installing: /opt/llvm/include/clang/Basic/arm_sve_builtin_cg.inc -- Installing: /opt/llvm/include/clang/Basic/arm_fp16.inc -- Installing: /opt/llvm/include/clang/Basic/arm_cde_builtin_sema.inc -- Installing: /opt/llvm/include/clang/Basic/AttrSubMatchRulesList.inc -- Installing: /opt/llvm/share/clang/bash-autocomplete.sh -- Installing: /opt/llvm/bin/clang-tblgen -- Set runtime path of "/opt/llvm/bin/clang-tblgen" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/clang/17/include/builtins.h -- Installing: /opt/llvm/lib/clang/17/include/float.h -- Installing: /opt/llvm/lib/clang/17/include/inttypes.h -- Installing: /opt/llvm/lib/clang/17/include/iso646.h -- Installing: /opt/llvm/lib/clang/17/include/limits.h -- Installing: /opt/llvm/lib/clang/17/include/module.modulemap -- Installing: /opt/llvm/lib/clang/17/include/stdalign.h -- Installing: /opt/llvm/lib/clang/17/include/stdarg.h -- Installing: /opt/llvm/lib/clang/17/include/stdatomic.h -- Installing: /opt/llvm/lib/clang/17/include/stdbool.h -- Installing: /opt/llvm/lib/clang/17/include/stddef.h -- Installing: /opt/llvm/lib/clang/17/include/__stddef_max_align_t.h -- Installing: /opt/llvm/lib/clang/17/include/stdint.h -- Installing: /opt/llvm/lib/clang/17/include/stdnoreturn.h -- Installing: /opt/llvm/lib/clang/17/include/tgmath.h -- Installing: /opt/llvm/lib/clang/17/include/unwind.h -- Installing: /opt/llvm/lib/clang/17/include/varargs.h -- Installing: /opt/llvm/lib/clang/17/include/arm_acle.h -- Installing: /opt/llvm/lib/clang/17/include/arm_cmse.h -- Installing: /opt/llvm/lib/clang/17/include/armintr.h -- Installing: /opt/llvm/lib/clang/17/include/arm64intr.h -- Installing: /opt/llvm/lib/clang/17/include/arm_neon_sve_bridge.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_builtin_vars.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_math.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_cmath.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_complex_builtins.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_device_functions.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_intrinsics.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_texture_intrinsics.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_libdevice_declares.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_math_forward_declares.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_cuda_runtime_wrapper.h -- Installing: /opt/llvm/lib/clang/17/include/hexagon_circ_brev_intrinsics.h -- Installing: /opt/llvm/lib/clang/17/include/hexagon_protos.h -- Installing: /opt/llvm/lib/clang/17/include/hexagon_types.h -- Installing: /opt/llvm/lib/clang/17/include/hvx_hexagon_protos.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_hip_libdevice_declares.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_hip_cmath.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_hip_math.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_hip_stdlib.h -- Installing: /opt/llvm/lib/clang/17/include/__clang_hip_runtime_wrapper.h -- Installing: /opt/llvm/lib/clang/17/include/larchintrin.h -- Installing: /opt/llvm/lib/clang/17/include/msa.h -- Installing: /opt/llvm/lib/clang/17/include/opencl-c.h -- Installing: /opt/llvm/lib/clang/17/include/opencl-c-base.h -- Installing: /opt/llvm/lib/clang/17/include/altivec.h -- Installing: /opt/llvm/lib/clang/17/include/htmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/htmxlintrin.h -- Installing: /opt/llvm/lib/clang/17/include/riscv_ntlh.h -- Installing: /opt/llvm/lib/clang/17/include/sifive_vector.h -- Installing: /opt/llvm/lib/clang/17/include/s390intrin.h -- Installing: /opt/llvm/lib/clang/17/include/vecintrin.h -- Installing: /opt/llvm/lib/clang/17/include/velintrin.h -- Installing: /opt/llvm/lib/clang/17/include/velintrin_gen.h -- Installing: /opt/llvm/lib/clang/17/include/velintrin_approx.h -- Installing: /opt/llvm/lib/clang/17/include/adxintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ammintrin.h -- Installing: /opt/llvm/lib/clang/17/include/amxcomplexintrin.h -- Installing: /opt/llvm/lib/clang/17/include/amxfp16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/amxintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx2intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512bf16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512bitalgintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512bwintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512cdintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512dqintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512erintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512fintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512fp16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512ifmaintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512ifmavlintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512pfintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vbmi2intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vbmiintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vbmivlintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlbf16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlbitalgintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlbwintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlcdintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vldqintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlfp16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlvbmi2intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlvnniintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vlvp2intersectintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vnniintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vp2intersectintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vpopcntdqintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avx512vpopcntdqvlintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxifmaintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxneconvertintrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxvnniint16intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxvnniint8intrin.h -- Installing: /opt/llvm/lib/clang/17/include/avxvnniintrin.h -- Installing: /opt/llvm/lib/clang/17/include/bmi2intrin.h -- Installing: /opt/llvm/lib/clang/17/include/bmiintrin.h -- Installing: /opt/llvm/lib/clang/17/include/cetintrin.h -- Installing: /opt/llvm/lib/clang/17/include/cldemoteintrin.h -- Installing: /opt/llvm/lib/clang/17/include/clflushoptintrin.h -- Installing: /opt/llvm/lib/clang/17/include/clwbintrin.h -- Installing: /opt/llvm/lib/clang/17/include/clzerointrin.h -- Installing: /opt/llvm/lib/clang/17/include/cmpccxaddintrin.h -- Installing: /opt/llvm/lib/clang/17/include/crc32intrin.h -- Installing: /opt/llvm/lib/clang/17/include/emmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/enqcmdintrin.h -- Installing: /opt/llvm/lib/clang/17/include/f16cintrin.h -- Installing: /opt/llvm/lib/clang/17/include/fma4intrin.h -- Installing: /opt/llvm/lib/clang/17/include/fmaintrin.h -- Installing: /opt/llvm/lib/clang/17/include/fxsrintrin.h -- Installing: /opt/llvm/lib/clang/17/include/gfniintrin.h -- Installing: /opt/llvm/lib/clang/17/include/hresetintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ia32intrin.h -- Installing: /opt/llvm/lib/clang/17/include/immintrin.h -- Installing: /opt/llvm/lib/clang/17/include/invpcidintrin.h -- Installing: /opt/llvm/lib/clang/17/include/keylockerintrin.h -- Installing: /opt/llvm/lib/clang/17/include/lwpintrin.h -- Installing: /opt/llvm/lib/clang/17/include/lzcntintrin.h -- Installing: /opt/llvm/lib/clang/17/include/mm3dnow.h -- Installing: /opt/llvm/lib/clang/17/include/mmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/movdirintrin.h -- Installing: /opt/llvm/lib/clang/17/include/mwaitxintrin.h -- Installing: /opt/llvm/lib/clang/17/include/nmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/pconfigintrin.h -- Installing: /opt/llvm/lib/clang/17/include/pkuintrin.h -- Installing: /opt/llvm/lib/clang/17/include/pmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/popcntintrin.h -- Installing: /opt/llvm/lib/clang/17/include/prfchiintrin.h -- Installing: /opt/llvm/lib/clang/17/include/prfchwintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ptwriteintrin.h -- Installing: /opt/llvm/lib/clang/17/include/raointintrin.h -- Installing: /opt/llvm/lib/clang/17/include/rdpruintrin.h -- Installing: /opt/llvm/lib/clang/17/include/rdseedintrin.h -- Installing: /opt/llvm/lib/clang/17/include/rtmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/serializeintrin.h -- Installing: /opt/llvm/lib/clang/17/include/sgxintrin.h -- Installing: /opt/llvm/lib/clang/17/include/sha512intrin.h -- Installing: /opt/llvm/lib/clang/17/include/shaintrin.h -- Installing: /opt/llvm/lib/clang/17/include/sm3intrin.h -- Installing: /opt/llvm/lib/clang/17/include/sm4intrin.h -- Installing: /opt/llvm/lib/clang/17/include/smmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/tbmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/tmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/tsxldtrkintrin.h -- Installing: /opt/llvm/lib/clang/17/include/uintrintrin.h -- Installing: /opt/llvm/lib/clang/17/include/vaesintrin.h -- Installing: /opt/llvm/lib/clang/17/include/vpclmulqdqintrin.h -- Installing: /opt/llvm/lib/clang/17/include/waitpkgintrin.h -- Installing: /opt/llvm/lib/clang/17/include/wbnoinvdintrin.h -- Installing: /opt/llvm/lib/clang/17/include/__wmmintrin_aes.h -- Installing: /opt/llvm/lib/clang/17/include/wmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/__wmmintrin_pclmul.h -- Installing: /opt/llvm/lib/clang/17/include/x86gprintrin.h -- Installing: /opt/llvm/lib/clang/17/include/x86intrin.h -- Installing: /opt/llvm/lib/clang/17/include/xmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xopintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xsavecintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xsaveintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xsaveoptintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xsavesintrin.h -- Installing: /opt/llvm/lib/clang/17/include/xtestintrin.h -- Installing: /opt/llvm/lib/clang/17/include/cet.h -- Installing: /opt/llvm/lib/clang/17/include/cpuid.h -- Installing: /opt/llvm/lib/clang/17/include/wasm_simd128.h -- Installing: /opt/llvm/lib/clang/17/include/intrin.h -- Installing: /opt/llvm/lib/clang/17/include/vadefs.h -- Installing: /opt/llvm/lib/clang/17/include/mm_malloc.h -- Installing: /opt/llvm/lib/clang/17/include/arm_neon.h -- Installing: /opt/llvm/lib/clang/17/include/arm_fp16.h -- Installing: /opt/llvm/lib/clang/17/include/arm_sve.h -- Installing: /opt/llvm/lib/clang/17/include/arm_sme_draft_spec_subject_to_change.h -- Installing: /opt/llvm/lib/clang/17/include/arm_bf16.h -- Installing: /opt/llvm/lib/clang/17/include/arm_mve.h -- Installing: /opt/llvm/lib/clang/17/include/arm_cde.h -- Installing: /opt/llvm/lib/clang/17/include/riscv_vector.h -- Installing: /opt/llvm/lib/clang/17/include/cuda_wrappers/algorithm -- Installing: /opt/llvm/lib/clang/17/include/cuda_wrappers/cmath -- Installing: /opt/llvm/lib/clang/17/include/cuda_wrappers/complex -- Installing: /opt/llvm/lib/clang/17/include/cuda_wrappers/new -- Installing: /opt/llvm/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/mmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/xmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/mm_malloc.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/emmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/pmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/tmmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/smmintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/bmiintrin.h nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/bmi2intrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/immintrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/x86intrin.h -- Installing: /opt/llvm/lib/clang/17/include/ppc_wrappers/x86gprintrin.h -- Installing: /opt/llvm/lib/clang/17/include/llvm_libc_wrappers/stdio.h -- Installing: /opt/llvm/lib/clang/17/include/llvm_libc_wrappers/stdlib.h -- Installing: /opt/llvm/lib/clang/17/include/llvm_libc_wrappers/string.h -- Installing: /opt/llvm/lib/clang/17/include/llvm_libc_wrappers/ctype.h -- Installing: /opt/llvm/lib/clang/17/include/llvm_libc_wrappers/inttypes.h -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/math.h -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/cmath -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/complex.h -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/complex -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/__clang_openmp_device_functions.h -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/complex_cmath.h -- Installing: /opt/llvm/lib/clang/17/include/openmp_wrappers/new -- Installing: /opt/llvm/lib/libclangBasic.a -- Installing: /opt/llvm/lib/libclangAPINotes.a -- Installing: /opt/llvm/lib/libclangLex.a -- Installing: /opt/llvm/lib/libclangParse.a -- Installing: /opt/llvm/lib/libclangAST.a -- Installing: /opt/llvm/lib/libclangDynamicASTMatchers.a -- Installing: /opt/llvm/lib/libclangASTMatchers.a -- Installing: /opt/llvm/lib/libclangCrossTU.a -- Installing: /opt/llvm/lib/libclangSema.a -- Installing: /opt/llvm/lib/libclangCodeGen.a [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o -- Installing: /opt/llvm/lib/libclangAnalysis.a -- Installing: /opt/llvm/lib/libclangAnalysisFlowSensitive.a -- Installing: /opt/llvm/lib/libclangAnalysisFlowSensitiveModels.a -- Installing: /opt/llvm/lib/libclangEdit.a -- Installing: /opt/llvm/lib/libclangExtractAPI.a -- Installing: /opt/llvm/lib/libclangRewrite.a -- Installing: /opt/llvm/lib/libclangARCMigrate.a -- Installing: /opt/llvm/lib/libclangDriver.a -- Installing: /opt/llvm/lib/libclangSerialization.a -- Installing: /opt/llvm/lib/libclangRewriteFrontend.a -- Installing: /opt/llvm/lib/libclangFrontend.a -- Installing: /opt/llvm/lib/libclangFrontendTool.a -- Installing: /opt/llvm/lib/libclangToolingCore.a -- Installing: /opt/llvm/lib/libclangToolingInclusions.a -- Installing: /opt/llvm/lib/libclangToolingInclusionsStdlib.a -- Installing: /opt/llvm/lib/libclangToolingRefactoring.a -- Installing: /opt/llvm/lib/libclangToolingASTDiff.a -- Installing: /opt/llvm/lib/libclangToolingSyntax.a -- Installing: /opt/llvm/lib/libclangDependencyScanning.a -- Installing: /opt/llvm/lib/libclangTransformer.a -- Installing: /opt/llvm/lib/libclangTooling.a -- Installing: /opt/llvm/lib/libclangDirectoryWatcher.a -- Installing: /opt/llvm/lib/libclangIndex.a -- Installing: /opt/llvm/lib/libclangIndexSerialization.a -- Installing: /opt/llvm/lib/libclangStaticAnalyzerCore.a -- Installing: /opt/llvm/lib/libclangStaticAnalyzerCheckers.a -- Installing: /opt/llvm/lib/libclangStaticAnalyzerFrontend.a -- Installing: /opt/llvm/lib/libclangFormat.a -- Installing: /opt/llvm/lib/libclangInterpreter.a -- Installing: /opt/llvm/lib/libclangSupport.a -- Installing: /opt/llvm/bin/diagtool -- Set runtime path of "/opt/llvm/bin/diagtool" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-17 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting -- Installing: /opt/llvm/bin/clang -- Set runtime path of "/opt/llvm/bin/clang-17" to "$ORIGIN/../lib" -- Creating clang++ -- Creating clang-cl -- Creating clang-cpp -- Installing: /opt/llvm/bin/clang-format -- Set runtime path of "/opt/llvm/bin/clang-format" to "$ORIGIN/../lib" -- Installing: /opt/llvm/share/clang/clang-format-bbedit.applescript -- Installing: /opt/llvm/share/clang/clang-format-diff.py -- Installing: /opt/llvm/share/clang/clang-format-sublime.py -- Installing: /opt/llvm/share/clang/clang-format.el -- Installing: /opt/llvm/share/clang/clang-format.py -- Installing: /opt/llvm/bin/git-clang-format -- Installing: /opt/llvm/lib/libclangHandleCXX.a -- Installing: /opt/llvm/lib/libclangHandleLLVM.a -- Installing: /opt/llvm/bin/clang-linker-wrapper -- Set runtime path of "/opt/llvm/bin/clang-linker-wrapper" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-offload-packager -- Set runtime path of "/opt/llvm/bin/clang-offload-packager" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-offload-bundler -- Set runtime path of "/opt/llvm/bin/clang-offload-bundler" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-scan-deps [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o -- Set runtime path of "/opt/llvm/bin/clang-scan-deps" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-repl 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (61660 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment -- Set runtime path of "/opt/llvm/bin/clang-repl" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/c-index-test -- Set runtime path of "/opt/llvm/bin/c-index-test" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-rename -- Set runtime path of "/opt/llvm/bin/clang-rename" to "$ORIGIN/../lib" -- Installing: /opt/llvm/share/clang/clang-rename.py -- Installing: /opt/llvm/share/clang/clang-rename.el -- Installing: /opt/llvm/bin/clang-refactor -- Set runtime path of "/opt/llvm/bin/clang-refactor" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libclang-cpp.so.17 nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o -- Set runtime path of "/opt/llvm/lib/libclang-cpp.so.17" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libclang-cpp.so -- Installing: /opt/llvm/bin/clang-check -- Set runtime path of "/opt/llvm/bin/clang-check" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/clang-extdef-mapping -- Set runtime path of "/opt/llvm/bin/clang-extdef-mapping" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/scan-build -- Installing: /opt/llvm/libexec/ccc-analyzer -- Installing: /opt/llvm/libexec/c++-analyzer -- Installing: /opt/llvm/share/man/man1/scan-build.1 -- Installing: /opt/llvm/share/scan-build/scanview.css -- Installing: /opt/llvm/share/scan-build/sorttable.js -- Installing: /opt/llvm/bin/analyze-build -- Installing: /opt/llvm/bin/intercept-build -- Installing: /opt/llvm/bin/scan-build-py -- Installing: /opt/llvm/libexec/analyze-c++ -- Installing: /opt/llvm/libexec/analyze-cc -- Installing: /opt/llvm/libexec/intercept-c++ -- Installing: /opt/llvm/libexec/intercept-cc -- Installing: /opt/llvm/lib/libscanbuild/__init__.py -- Installing: /opt/llvm/lib/libscanbuild/analyze.py -- Installing: /opt/llvm/lib/libscanbuild/arguments.py -- Installing: /opt/llvm/lib/libscanbuild/clang.py -- Installing: /opt/llvm/lib/libscanbuild/compilation.py -- Installing: /opt/llvm/lib/libscanbuild/intercept.py -- Installing: /opt/llvm/lib/libscanbuild/report.py -- Installing: /opt/llvm/lib/libscanbuild/shell.py -- Installing: /opt/llvm/lib/libscanbuild/resources/scanview.css -- Installing: /opt/llvm/lib/libscanbuild/resources/selectable.js -- Installing: /opt/llvm/lib/libscanbuild/resources/sorttable.js -- Installing: /opt/llvm/lib/libear/__init__.py -- Installing: /opt/llvm/lib/libear/config.h.in -- Installing: /opt/llvm/lib/libear/ear.c -- Installing: /opt/llvm/bin/scan-view -- Installing: /opt/llvm/share/scan-view/ScanView.py -- Installing: /opt/llvm/share/scan-view/Reporter.py -- Installing: /opt/llvm/share/scan-view/startfile.py -- Installing: /opt/llvm/share/scan-view/bugcatcher.ico -- Installing: /opt/llvm/lib/libclang.so.17.0.1 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 7%] Linking CXX static library libbenchmark.a [ 7%] Built target benchmark Scanning dependencies of target benchmark_main [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- Installing: /opt/llvm/lib/libclang.so.17 -- Set runtime path of "/opt/llvm/lib/libclang.so.17.0.1" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libclang.so -- Up-to-date: /opt/llvm/include/clang-c -- Up-to-date: /opt/llvm/include/clang-c/CXSourceLocation.h -- Up-to-date: /opt/llvm/include/clang-c/Platform.h -- Up-to-date: /opt/llvm/include/clang-c/CXString.h -- Up-to-date: /opt/llvm/include/clang-c/CXDiagnostic.h -- Up-to-date: /opt/llvm/include/clang-c/Rewrite.h -- Up-to-date: /opt/llvm/include/clang-c/CXFile.h -- Up-to-date: /opt/llvm/include/clang-c/FatalErrorHandler.h -- Up-to-date: /opt/llvm/include/clang-c/Index.h -- Up-to-date: /opt/llvm/include/clang-c/CXCompilationDatabase.h -- Up-to-date: /opt/llvm/include/clang-c/BuildSystem.h -- Up-to-date: /opt/llvm/include/clang-c/Documentation.h -- Up-to-date: /opt/llvm/include/clang-c/ExternC.h -- Up-to-date: /opt/llvm/include/clang-c/CXErrorCode.h -- Installing: /opt/llvm/bin/amdgpu-arch -- Set runtime path of "/opt/llvm/bin/amdgpu-arch" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/nvptx-arch -- Set runtime path of "/opt/llvm/bin/nvptx-arch" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/cmake/clang/ClangTargets.cmake -- Installing: /opt/llvm/lib/cmake/clang/ClangTargets-release.cmake -- Installing: /opt/llvm/lib/cmake/clang/ClangConfig.cmake -- Installing: /opt/llvm/lib/cmake/clang/ClangConfigVersion.cmake -- Installing: /opt/llvm/lib/cmake/clang/AddClang.cmake -- Installing: /opt/llvm/bin/hmaptool -- Installing: /opt/llvm/bin/bugpoint -- Set runtime path of "/opt/llvm/bin/bugpoint" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/dsymutil -- Set runtime path of "/opt/llvm/bin/dsymutil" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llc [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Linking CXX static library libkokkoscontainers.a [ 8%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs -- Set runtime path of "/opt/llvm/bin/llc" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/lli -- Set runtime path of "/opt/llvm/bin/lli" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-as [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_LogicalSpaces Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LogicalSpaces.dir/tools/TestLogicalSpaces.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o -- Set runtime path of "/opt/llvm/bin/llvm-as" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-bcanalyzer -- Set runtime path of "/opt/llvm/bin/llvm-bcanalyzer" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-c-test nvcc_wrapper - *warning* you have set multiple standard flags (-std=c++1* or --std=c++1*), only the last is used because nvcc can only accept a single std setting -- Set runtime path of "/opt/llvm/bin/llvm-c-test" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cat -- Set runtime path of "/opt/llvm/bin/llvm-cat" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cfi-verify Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 -- Set runtime path of "/opt/llvm/bin/llvm-cfi-verify" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libLLVMCFIVerify.a -- Installing: /opt/llvm/bin/llvm-cov -- Set runtime path of "/opt/llvm/bin/llvm-cov" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cvtres -- Set runtime path of "/opt/llvm/bin/llvm-cvtres" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cxxdump -- Set runtime path of "/opt/llvm/bin/llvm-cxxdump" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cxxfilt -- Set runtime path of "/opt/llvm/bin/llvm-cxxfilt" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-cxxmap -- Set runtime path of "/opt/llvm/bin/llvm-cxxmap" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-debuginfo-analyzer 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8723 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o -- Set runtime path of "/opt/llvm/bin/llvm-debuginfo-analyzer" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-debuginfod -- Set runtime path of "/opt/llvm/bin/llvm-debuginfod" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-debuginfod-find -- Set runtime path of "/opt/llvm/bin/llvm-debuginfod-find" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-diff -- Set runtime path of "/opt/llvm/bin/llvm-diff" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libLLVMDiff.a -- Installing: /opt/llvm/bin/llvm-dis -- Set runtime path of "/opt/llvm/bin/llvm-dis" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-dwarfdump -- Set runtime path of "/opt/llvm/bin/llvm-dwarfdump" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-dwarfutil -- Set runtime path of "/opt/llvm/bin/llvm-dwarfutil" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-dwp -- Set runtime path of "/opt/llvm/bin/llvm-dwp" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-exegesis -- Set runtime path of "/opt/llvm/bin/llvm-exegesis" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libLLVMExegesisX86.a -- Installing: /opt/llvm/lib/libLLVMExegesisAArch64.a -- Installing: /opt/llvm/lib/libLLVMExegesisPowerPC.a -- Installing: /opt/llvm/lib/libLLVMExegesisMips.a -- Installing: /opt/llvm/lib/libLLVMExegesis.a -- Installing: /opt/llvm/bin/llvm-extract -- Set runtime path of "/opt/llvm/bin/llvm-extract" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-gsymutil -- Set runtime path of "/opt/llvm/bin/llvm-gsymutil" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-ifs -- Set runtime path of "/opt/llvm/bin/llvm-ifs" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-jitlink -- Set runtime path of "/opt/llvm/bin/llvm-jitlink" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-libtool-darwin -- Set runtime path of "/opt/llvm/bin/llvm-libtool-darwin" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-link -- Set runtime path of "/opt/llvm/bin/llvm-link" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-lipo -- Set runtime path of "/opt/llvm/bin/llvm-lipo" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-lto2 [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 10%] Linking CXX static library libbenchmark_main.a -- Set runtime path of "/opt/llvm/bin/llvm-lto2" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-mc -- Set runtime path of "/opt/llvm/bin/llvm-mc" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-mca -- Set runtime path of "/opt/llvm/bin/llvm-mca" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-ml -- Set runtime path of "/opt/llvm/bin/llvm-ml" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-modextract -- Set runtime path of "/opt/llvm/bin/llvm-modextract" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-mt -- Set runtime path of "/opt/llvm/bin/llvm-mt" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-nm [ 10%] Built target benchmark_main Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o -- Set runtime path of "/opt/llvm/bin/llvm-nm" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-objcopy -- Set runtime path of "/opt/llvm/bin/llvm-objcopy" to "$ORIGIN/../lib" -- Creating llvm-install-name-tool -- Creating llvm-bitcode-strip -- Creating llvm-strip -- Installing: /opt/llvm/bin/llvm-objdump -- Set runtime path of "/opt/llvm/bin/llvm-objdump" to "$ORIGIN/../lib" -- Creating llvm-otool -- Installing: /opt/llvm/bin/llvm-opt-report -- Set runtime path of "/opt/llvm/bin/llvm-opt-report" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-pdbutil -- Set runtime path of "/opt/llvm/bin/llvm-pdbutil" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-profgen -- Set runtime path of "/opt/llvm/bin/llvm-profgen" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-rc -- Set runtime path of "/opt/llvm/bin/llvm-rc" to "$ORIGIN/../lib" -- Creating llvm-windres -- Installing: /opt/llvm/bin/llvm-readobj -- Set runtime path of "/opt/llvm/bin/llvm-readobj" to "$ORIGIN/../lib" -- Creating llvm-readelf -- Installing: /opt/llvm/bin/llvm-reduce [ 10%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o -- Set runtime path of "/opt/llvm/bin/llvm-reduce" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-remark-size-diff -- Set runtime path of "/opt/llvm/bin/llvm-remark-size-diff" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-remarkutil -- Set runtime path of "/opt/llvm/bin/llvm-remarkutil" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-rtdyld -- Set runtime path of "/opt/llvm/bin/llvm-rtdyld" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-sim -- Set runtime path of "/opt/llvm/bin/llvm-sim" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-size -- Set runtime path of "/opt/llvm/bin/llvm-size" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-split -- Set runtime path of "/opt/llvm/bin/llvm-split" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-stress -- Set runtime path of "/opt/llvm/bin/llvm-stress" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-strings -- Set runtime path of "/opt/llvm/bin/llvm-strings" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-symbolizer 35: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 4.69477m 3.04749m 299.76u 4.99995G 722.392k 4.99995G -- Set runtime path of "/opt/llvm/bin/llvm-symbolizer" to "$ORIGIN/../lib" -- Creating llvm-addr2line -- Installing: /opt/llvm/bin/llvm-tapi-diff -- Set runtime path of "/opt/llvm/bin/llvm-tapi-diff" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-tli-checker -- Set runtime path of "/opt/llvm/bin/llvm-tli-checker" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-undname -- Set runtime path of "/opt/llvm/bin/llvm-undname" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-xray -- Set runtime path of "/opt/llvm/bin/llvm-xray" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/opt [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o -- Set runtime path of "/opt/llvm/bin/opt" to "$ORIGIN/../lib" -- Installing: /opt/llvm/share/opt-viewer/opt-diff.py -- Installing: /opt/llvm/share/opt-viewer/opt-stats.py -- Installing: /opt/llvm/share/opt-viewer/opt-viewer.py -- Installing: /opt/llvm/share/opt-viewer/optpmap.py -- Installing: /opt/llvm/share/opt-viewer/optrecord.py -- Installing: /opt/llvm/share/opt-viewer/style.css -- Installing: /opt/llvm/lib/libRemarks.so.17 -- Set runtime path of "/opt/llvm/lib/libRemarks.so.17" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/libRemarks.so -- Installing: /opt/llvm/include/llvm-c/Remarks.h -- Installing: /opt/llvm/bin/sancov -- Set runtime path of "/opt/llvm/bin/sancov" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/sanstats -- Set runtime path of "/opt/llvm/bin/sanstats" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/verify-uselistorder -- Set runtime path of "/opt/llvm/bin/verify-uselistorder" to "$ORIGIN/../lib" -- Install configuration: "Release" -- Installing: /opt/llvm/lib/libomp.so -- Installing: /opt/llvm/lib/clang/17/include/omp.h -- Installing: /opt/llvm/lib/clang/17/include/omp-tools.h -- Installing: /opt/llvm/lib/clang/17/include/ompt.h -- Installing: /opt/llvm/lib/libomptarget.so.17 -- Set runtime path of "/opt/llvm/lib/libomptarget.so.17" to "$ORIGIN" -- Installing: /opt/llvm/lib/libomptarget.so -- Up-to-date: /opt/llvm/lib/libomptarget.so.17 -- Up-to-date: /opt/llvm/lib/libomptarget.so -- Installing: /opt/llvm/lib/libomptarget.rtl.amdgpu.so.17 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (8751 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o -- Installing: /opt/llvm/lib/libomptarget.rtl.amdgpu.so -- Installing: /opt/llvm/lib/libomptarget.rtl.cuda.so.17 -- Set runtime path of "/opt/llvm/lib/libomptarget.rtl.cuda.so.17" to "$ORIGIN" -- Installing: /opt/llvm/lib/libomptarget.rtl.cuda.so -- Up-to-date: /opt/llvm/lib/libomptarget.rtl.cuda.so.17 -- Up-to-date: /opt/llvm/lib/libomptarget.rtl.cuda.so -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx700.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx701.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx801.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx803.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx900.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx902.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx906.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx908.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx90a.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx90c.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx940.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1010.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1030.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1031.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1032.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1033.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1034.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1035.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1036.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1100.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1101.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1102.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1103.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1150.bc -- Installing: /opt/llvm/lib/libomptarget-amdgpu-gfx1151.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_35.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_37.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_50.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_52.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_53.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_60.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_61.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_62.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_70.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_72.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_75.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_80.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_86.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_87.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_89.bc -- Installing: /opt/llvm/lib/libomptarget-nvptx-sm_90.bc -- Installing: /opt/llvm/lib/libomptarget.devicertl.a -- Installing: /opt/llvm/bin/llvm-omp-device-info -- Set runtime path of "/opt/llvm/bin/llvm-omp-device-info" to "$ORIGIN/../lib" -- Installing: /opt/llvm/bin/llvm-omp-kernel-replay -- Set runtime path of "/opt/llvm/bin/llvm-omp-kernel-replay" to "$ORIGIN/../lib" -- Installing: /opt/llvm/lib/cmake/openmp/FindOpenMPTarget.cmake -- Installing: /opt/llvm/lib/libarcher.so -- Installing: /opt/llvm/lib/libarcher_static.a -- Installing: /opt/llvm/lib/clang/17/include/ompt-multiplex.h -- Installing: /opt/llvm/lib/libompd.so -- Set runtime path of "/opt/llvm/lib/libompd.so" to "" -- Installing: /opt/llvm/lib/cmake/llvm/LLVMExports.cmake -- Installing: /opt/llvm/lib/cmake/llvm/LLVMExports-release.cmake -- Installing: /opt/llvm/lib/cmake/llvm/LLVMConfig.cmake -- Installing: /opt/llvm/lib/cmake/llvm/LLVMConfigVersion.cmake -- Installing: /opt/llvm/lib/cmake/llvm/LLVM-Config.cmake -- Up-to-date: /opt/llvm/lib/cmake/llvm/. -- Installing: /opt/llvm/lib/cmake/llvm/./CoverageReport.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVMProcessSources.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./AddLLVM.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./UseLibtool.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindSphinx.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./ChooseMSVCCRT.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./CrossCompile.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindZ3.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVMExternalProjectUtils.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./CheckCompilerVersion.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./VersionFromVCS.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVMInstallSymlink.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVMDistributionSupport.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./AddOCaml.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindLibEdit.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./DetermineGCCCompatible.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./SetTargetTriple.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVM-Build.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./TableGen.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./HandleLLVMStdlib.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./LLVMCheckLinkerFlag.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./GetErrcMessages.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./AddSphinxTarget.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./GenerateVersionFromVCS.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./GetLibraryName.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./CheckAtomic.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindOCaml.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./CheckProblematicConfigurations.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindTerminfo.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./HandleLLVMOptions.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./FindFFI.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./llvm-driver-template.cpp.in -- Installing: /opt/llvm/lib/cmake/llvm/./FindLibpfm.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./Findzstd.cmake -- Installing: /opt/llvm/lib/cmake/llvm/./TensorFlowCompile.cmake -- Installing: /opt/llvm/include/llvm -- Installing: /opt/llvm/include/llvm/Analysis -- Installing: /opt/llvm/include/llvm/Analysis/CFGSCCPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarEvolution.h -- Installing: /opt/llvm/include/llvm/Analysis/MemoryLocation.h -- Installing: /opt/llvm/include/llvm/Analysis/ConstantFolding.h -- Installing: /opt/llvm/include/llvm/Analysis/BasicAliasAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/CGSCCPassManager.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopAnalysisManager.h -- Installing: /opt/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/CFG.h -- Installing: /opt/llvm/include/llvm/Analysis/InlineAdvisor.h -- Installing: /opt/llvm/include/llvm/Analysis/InteractiveModelRunner.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopNestAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/AliasAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/AssumeBundleQueries.h -- Installing: /opt/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopCacheAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/DomTreeUpdater.h -- Installing: /opt/llvm/include/llvm/Analysis/VecFuncs.def -- Installing: /opt/llvm/include/llvm/Analysis/VectorUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopAccessAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/CodeMetrics.h -- Installing: /opt/llvm/include/llvm/Analysis/TargetTransformInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/Trace.h -- Installing: /opt/llvm/include/llvm/Analysis/MustExecute.h -- Installing: /opt/llvm/include/llvm/Analysis/RegionInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h -- Installing: /opt/llvm/include/llvm/Analysis/TypeMetadataUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/SparsePropagation.h -- Installing: /opt/llvm/include/llvm/Analysis/AliasSetTracker.h -- Installing: /opt/llvm/include/llvm/Analysis/TargetFolder.h -- Installing: /opt/llvm/include/llvm/Analysis/ConstraintSystem.h -- Installing: /opt/llvm/include/llvm/Analysis/GlobalsModRef.h -- Installing: /opt/llvm/include/llvm/Analysis/IndirectCallVisitor.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarFuncs.def -- Installing: /opt/llvm/include/llvm/Analysis/ObjCARCUtil.h -- Installing: /opt/llvm/include/llvm/Analysis/IntervalIterator.h -- Installing: /opt/llvm/include/llvm/Analysis/OverflowInstAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/MLModelRunner.h -- Installing: /opt/llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/DDGPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/DomPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h -- Installing: /opt/llvm/include/llvm/Analysis/LazyCallGraph.h -- Installing: /opt/llvm/include/llvm/Analysis/BlockFrequencyInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/LazyValueInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/RegionPass.h -- Installing: /opt/llvm/include/llvm/Analysis/PtrUseVisitor.h -- Installing: /opt/llvm/include/llvm/Analysis/DominanceFrontier.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h -- Installing: /opt/llvm/include/llvm/Analysis/MemoryProfileInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/RegionIterator.h -- Installing: /opt/llvm/include/llvm/Analysis/PhiValues.h -- Installing: /opt/llvm/include/llvm/Analysis/CallGraph.h -- Installing: /opt/llvm/include/llvm/Analysis/InlineCost.h -- Installing: /opt/llvm/include/llvm/Analysis/DDG.h -- Installing: /opt/llvm/include/llvm/Analysis/CostModel.h -- Installing: /opt/llvm/include/llvm/Analysis/InstructionSimplify.h -- Installing: /opt/llvm/include/llvm/Analysis/UniformityAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h -- Installing: /opt/llvm/include/llvm/Analysis/InstSimplifyFolder.h -- Installing: /opt/llvm/include/llvm/Analysis/DominanceFrontierImpl.h -- Installing: /opt/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/PostDominators.h -- Installing: /opt/llvm/include/llvm/Analysis/DependenceGraphBuilder.h -- Installing: /opt/llvm/include/llvm/Analysis/ValueLatticeUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/MemorySSA.h -- Installing: /opt/llvm/include/llvm/Analysis/HeatUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/ScopedNoAliasAA.h -- Installing: /opt/llvm/include/llvm/Analysis/GuardUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/MemDerefPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/CallGraphSCCPass.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarEvolutionDivision.h -- Installing: /opt/llvm/include/llvm/Analysis/StackLifetime.h -- Installing: /opt/llvm/include/llvm/Analysis/TargetLibraryInfo.def -- Installing: /opt/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h -- Installing: /opt/llvm/include/llvm/Analysis/InstCount.h -- Installing: /opt/llvm/include/llvm/Analysis/RegionPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopPass.h -- Installing: /opt/llvm/include/llvm/Analysis/DependenceAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/IVDescriptors.h -- Installing: /opt/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h -- Installing: /opt/llvm/include/llvm/Analysis/Interval.h -- Installing: /opt/llvm/include/llvm/Analysis/StackSafetyAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/IVUsers.h -- Installing: /opt/llvm/include/llvm/Analysis/CaptureTracking.h -- Installing: /opt/llvm/include/llvm/Analysis/PHITransAddr.h -- Installing: /opt/llvm/include/llvm/Analysis/Delinearization.h -- Installing: /opt/llvm/include/llvm/Analysis/CallPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/ModelUnderTrainingRunner.h -- Installing: /opt/llvm/include/llvm/Analysis/Lint.h -- Installing: /opt/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/RegionInfoImpl.h -- Installing: /opt/llvm/include/llvm/Analysis/NoInferenceModelRunner.h -- Installing: /opt/llvm/include/llvm/Analysis/ValueTracking.h -- Installing: /opt/llvm/include/llvm/Analysis/AssumptionCache.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopIterator.h -- Installing: /opt/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/CycleAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/SyntheticCountsUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/Utils -- Installing: /opt/llvm/include/llvm/Analysis/Utils/TrainingLogger.h -- Installing: /opt/llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h -- Installing: /opt/llvm/include/llvm/Analysis/Utils/TFUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/Utils/Local.h -- Installing: /opt/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h -- Installing: /opt/llvm/include/llvm/Analysis/Loads.h -- Installing: /opt/llvm/include/llvm/Analysis/IntervalPartition.h -- Installing: /opt/llvm/include/llvm/Analysis/CFGPrinter.h -- Installing: /opt/llvm/include/llvm/Analysis/MLInlineAdvisor.h -- Installing: /opt/llvm/include/llvm/Analysis/ValueLattice.h -- Installing: /opt/llvm/include/llvm/Analysis/Passes.h -- Installing: /opt/llvm/include/llvm/Analysis/ObjCARCInstKind.h -- Installing: /opt/llvm/include/llvm/Analysis/CmpInstAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h -- Installing: /opt/llvm/include/llvm/Analysis/MemorySSAUpdater.h -- Installing: /opt/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h -- Installing: /opt/llvm/include/llvm/Analysis/ReplayInlineAdvisor.h -- Installing: /opt/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h -- Installing: /opt/llvm/include/llvm/Analysis/EHUtils.h -- Installing: /opt/llvm/include/llvm/Analysis/ReleaseModeModelRunner.h -- Installing: /opt/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h -- Installing: /opt/llvm/include/llvm/Analysis/DemandedBits.h -- Installing: /opt/llvm/include/llvm/Analysis/BranchProbabilityInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/InlineOrder.h -- Installing: /opt/llvm/include/llvm/Analysis/MemoryBuiltins.h -- Installing: /opt/llvm/include/llvm/Analysis/ProfileSummaryInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/TensorSpec.h -- Installing: /opt/llvm/include/llvm/Analysis/TargetLibraryInfo.h -- Installing: /opt/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h -- Installing: /opt/llvm/include/llvm/BinaryFormat -- Installing: /opt/llvm/include/llvm/BinaryFormat/MsgPackReader.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/DXContainer.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/MsgPackWriter.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/DXContainerConstants.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/Dwarf.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/MsgPack.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/WasmRelocs.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/MachO.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/XCOFF.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/M68k.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/Sparc.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/Lanai.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/Mips.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/x86_64.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/i386.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/AVR.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/ARC.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/MinidumpConstants.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/Swift.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/GOFF.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/MachO.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/Wasm.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/MsgPack.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/WasmTraits.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/Magic.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/MsgPackDocument.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/Minidump.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/Dwarf.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/DynamicTags.def -- Installing: /opt/llvm/include/llvm/BinaryFormat/COFF.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/ELF.h -- Installing: /opt/llvm/include/llvm/BinaryFormat/Swift.def -- Installing: /opt/llvm/include/llvm/Demangle -- Installing: /opt/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h -- Installing: /opt/llvm/include/llvm/Demangle/Demangle.h -- Installing: /opt/llvm/include/llvm/Demangle/StringViewExtras.h -- Installing: /opt/llvm/include/llvm/Demangle/DemangleConfig.h -- Installing: /opt/llvm/include/llvm/Demangle/Utility.h -- Installing: /opt/llvm/include/llvm/Demangle/ItaniumDemangle.h -- Installing: /opt/llvm/include/llvm/Demangle/MicrosoftDemangle.h -- Installing: /opt/llvm/include/llvm/Demangle/ItaniumNodes.def -- Installing: /opt/llvm/include/llvm/Bitcode -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeWriterPass.h -- Installing: /opt/llvm/include/llvm/Bitcode/LLVMBitCodes.h -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeConvenience.h -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeReader.h -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeWriter.h -- Installing: /opt/llvm/include/llvm/Bitcode/BitcodeCommon.h -- Installing: /opt/llvm/include/llvm/LinkAllPasses.h -- Installing: /opt/llvm/include/llvm/TableGen -- Installing: /opt/llvm/include/llvm/TableGen/Error.h -- Installing: /opt/llvm/include/llvm/TableGen/SearchableTable.td -- Installing: /opt/llvm/include/llvm/TableGen/Record.h -- Installing: /opt/llvm/include/llvm/TableGen/Main.h -- Installing: /opt/llvm/include/llvm/TableGen/Parser.h -- Installing: /opt/llvm/include/llvm/TableGen/StringToOffsetTable.h -- Installing: /opt/llvm/include/llvm/TableGen/StringMatcher.h -- Installing: /opt/llvm/include/llvm/TableGen/TableGenBackend.h -- Installing: /opt/llvm/include/llvm/TableGen/DirectiveEmitter.h -- Installing: /opt/llvm/include/llvm/TableGen/Automaton.td -- Installing: /opt/llvm/include/llvm/TableGen/SetTheory.h -- Installing: /opt/llvm/include/llvm/ProfileData -- Installing: /opt/llvm/include/llvm/ProfileData/InstrProfData.inc -- Installing: /opt/llvm/include/llvm/ProfileData/SampleProfReader.h -- Installing: /opt/llvm/include/llvm/ProfileData/SymbolRemappingReader.h -- Installing: /opt/llvm/include/llvm/ProfileData/Coverage -- Installing: /opt/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h -- Installing: /opt/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h -- Installing: /opt/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h -- Installing: /opt/llvm/include/llvm/ProfileData/MemProfData.inc -- Installing: /opt/llvm/include/llvm/ProfileData/SampleProfWriter.h -- Installing: /opt/llvm/include/llvm/ProfileData/MIBEntryDef.inc -- Installing: /opt/llvm/include/llvm/ProfileData/RawMemProfReader.h -- Installing: /opt/llvm/include/llvm/ProfileData/SampleProf.h -- Installing: /opt/llvm/include/llvm/ProfileData/MemProf.h -- Installing: /opt/llvm/include/llvm/ProfileData/InstrProfCorrelator.h -- Installing: /opt/llvm/include/llvm/ProfileData/InstrProfReader.h -- Installing: /opt/llvm/include/llvm/ProfileData/ProfileCommon.h -- Installing: /opt/llvm/include/llvm/ProfileData/InstrProf.h -- Installing: /opt/llvm/include/llvm/ProfileData/InstrProfWriter.h -- Installing: /opt/llvm/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h -- Installing: /opt/llvm/include/llvm/ProfileData/GCOV.h -- Installing: /opt/llvm/include/llvm/Target -- Installing: /opt/llvm/include/llvm/Target/CodeGenCWrappers.h -- Installing: /opt/llvm/include/llvm/Target/TargetMachine.h -- Installing: /opt/llvm/include/llvm/Target/TargetCallingConv.td -- Installing: /opt/llvm/include/llvm/Target/GlobalISel -- Installing: /opt/llvm/include/llvm/Target/GlobalISel/RegisterBank.td -- Installing: /opt/llvm/include/llvm/Target/GlobalISel/Target.td -- Installing: /opt/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td -- Installing: /opt/llvm/include/llvm/Target/GlobalISel/Combine.td -- Installing: /opt/llvm/include/llvm/Target/TargetLoweringObjectFile.h -- Installing: /opt/llvm/include/llvm/Target/Target.td -- Installing: /opt/llvm/include/llvm/Target/TargetPfmCounters.td -- Installing: /opt/llvm/include/llvm/Target/TargetInstrPredicate.td -- Installing: /opt/llvm/include/llvm/Target/TargetSchedule.td -- Installing: /opt/llvm/include/llvm/Target/TargetItinerary.td -- Installing: /opt/llvm/include/llvm/Target/GenericOpcodes.td -- Installing: /opt/llvm/include/llvm/Target/TargetSelectionDAG.td -- Installing: /opt/llvm/include/llvm/Target/CGPassBuilderOption.h -- Installing: /opt/llvm/include/llvm/Target/TargetOptions.h -- Installing: /opt/llvm/include/llvm/Target/TargetIntrinsicInfo.h -- Installing: /opt/llvm/include/llvm/Remarks -- Installing: /opt/llvm/include/llvm/Remarks/HotnessThresholdParser.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkParser.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkStreamer.h -- Installing: /opt/llvm/include/llvm/Remarks/Remark.h -- Installing: /opt/llvm/include/llvm/Remarks/BitstreamRemarkSerializer.h -- Installing: /opt/llvm/include/llvm/Remarks/BitstreamRemarkContainer.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkSerializer.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkLinker.h -- Installing: /opt/llvm/include/llvm/Remarks/YAMLRemarkSerializer.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkStringTable.h -- Installing: /opt/llvm/include/llvm/Remarks/BitstreamRemarkParser.h -- Installing: /opt/llvm/include/llvm/Remarks/RemarkFormat.h -- Installing: /opt/llvm/include/llvm/DebugInfo -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/UDTLayout.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDB.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBContext.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBSourceFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/DIA/DIATable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/Formatters.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/PublicsStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/Hash.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/SymbolStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/InfoStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/EnumTables.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/RawConstants.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/GenericError.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/PDB/IPDBTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/Markup.h -- Installing: /opt/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Readers -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h -- Installing: /opt/llvm/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF/MSFError.h -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h -- Installing: /opt/llvm/include/llvm/DebugInfo/MSF/IMSFFile.h -- Installing: /opt/llvm/include/llvm/DebugInfo/BTF -- Installing: /opt/llvm/include/llvm/DebugInfo/BTF/BTFContext.h -- Installing: /opt/llvm/include/llvm/DebugInfo/BTF/BTFParser.h -- Installing: /opt/llvm/include/llvm/DebugInfo/BTF/BTF.h -- Installing: /opt/llvm/include/llvm/DebugInfo/BTF/BTF.def -- Installing: /opt/llvm/include/llvm/DebugInfo/DIContext.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/Line.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/GUID.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeView.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/Formatters.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeViewTypes.def -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/RecordName.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/FunctionId.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeTableCollection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/LineEntry.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/StringTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/Header.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/LineTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/LookupResult.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/FileWriter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/GsymReader.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/FileEntry.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h -- Installing: /opt/llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFAttribute.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h -- Installing: /opt/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h -- Installing: /opt/llvm/include/llvm/Support -- Installing: /opt/llvm/include/llvm/Support/AtomicOrdering.h -- Installing: /opt/llvm/include/llvm/Support/UnicodeCharRanges.h -- Installing: /opt/llvm/include/llvm/Support/FormatVariadicDetails.h -- Installing: /opt/llvm/include/llvm/Support/ARMAttributeParser.h -- Installing: /opt/llvm/include/llvm/Support/SuffixTreeNode.h -- Installing: /opt/llvm/include/llvm/Support/Win64EH.h -- Installing: /opt/llvm/include/llvm/Support/BalancedPartitioning.h -- Installing: /opt/llvm/include/llvm/Support/DivisionByConstantInfo.h -- Installing: /opt/llvm/include/llvm/Support/DebugCounter.h -- Installing: /opt/llvm/include/llvm/Support/SuffixTree.h -- Installing: /opt/llvm/include/llvm/Support/SpecialCaseList.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStreamArray.h -- Installing: /opt/llvm/include/llvm/Support/MemoryBuffer.h -- Installing: /opt/llvm/include/llvm/Support/HashBuilder.h -- Installing: /opt/llvm/include/llvm/Support/Error.h -- Installing: /opt/llvm/include/llvm/Support/type_traits.h -- Installing: /opt/llvm/include/llvm/Support/LICENSE.TXT -- Installing: /opt/llvm/include/llvm/Support/GlobPattern.h -- Installing: /opt/llvm/include/llvm/Support/FileOutputBuffer.h -- Installing: /opt/llvm/include/llvm/Support/PrettyStackTrace.h -- Installing: /opt/llvm/include/llvm/Support/MSP430AttributeParser.h -- Installing: /opt/llvm/include/llvm/Support/GenericDomTree.h -- Installing: /opt/llvm/include/llvm/Support/LockFileManager.h -- Installing: /opt/llvm/include/llvm/Support/Capacity.h -- Installing: /opt/llvm/include/llvm/Support/Errc.h -- Installing: /opt/llvm/include/llvm/Support/Timer.h -- Installing: /opt/llvm/include/llvm/Support/TarWriter.h -- Installing: /opt/llvm/include/llvm/Support/EndianStream.h -- Installing: /opt/llvm/include/llvm/Support/DynamicLibrary.h -- Installing: /opt/llvm/include/llvm/Support/ScaledNumber.h -- Installing: /opt/llvm/include/llvm/Support/CFGDiff.h -- Installing: /opt/llvm/include/llvm/Support/GraphWriter.h -- Installing: /opt/llvm/include/llvm/Support/PointerLikeTypeTraits.h -- Installing: /opt/llvm/include/llvm/Support/Compression.h -- Installing: /opt/llvm/include/llvm/Support/JSON.h -- Installing: /opt/llvm/include/llvm/Support/BuryPointer.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStream.h -- Installing: /opt/llvm/include/llvm/Support/AllocatorBase.h -- Installing: /opt/llvm/include/llvm/Support/raw_os_ostream.h -- Installing: /opt/llvm/include/llvm/Support/TypeName.h -- Installing: /opt/llvm/include/llvm/Support/PGOOptions.h -- Installing: /opt/llvm/include/llvm/Support/Printable.h -- Installing: /opt/llvm/include/llvm/Support/Program.h -- Installing: /opt/llvm/include/llvm/Support/ARMEHABI.h -- Installing: /opt/llvm/include/llvm/Support/BranchProbability.h -- Installing: /opt/llvm/include/llvm/Support/Allocator.h -- Installing: /opt/llvm/include/llvm/Support/Process.h -- Installing: /opt/llvm/include/llvm/Support/SwapByteOrder.h -- Installing: /opt/llvm/include/llvm/Support/ARMBuildAttributes.h -- Installing: /opt/llvm/include/llvm/Support/AMDGPUMetadata.h -- Installing: /opt/llvm/include/llvm/Support/YAMLTraits.h -- Installing: /opt/llvm/include/llvm/Support/Recycler.h -- Installing: /opt/llvm/include/llvm/Support/Atomic.h -- Installing: /opt/llvm/include/llvm/Support/OnDiskHashTable.h -- Installing: /opt/llvm/include/llvm/Support/ErrorOr.h -- Installing: /opt/llvm/include/llvm/Support/RandomNumberGenerator.h -- Installing: /opt/llvm/include/llvm/Support/CrashRecoveryContext.h -- Installing: /opt/llvm/include/llvm/Support/Format.h -- Installing: /opt/llvm/include/llvm/Support/CSKYAttributes.h -- Installing: /opt/llvm/include/llvm/Support/RWMutex.h -- Installing: /opt/llvm/include/llvm/Support/TrailingObjects.h -- Installing: /opt/llvm/include/llvm/Support/Base64.h -- Installing: /opt/llvm/include/llvm/Support/OptimizedStructLayout.h -- Installing: /opt/llvm/include/llvm/Support/ModRef.h -- Installing: /opt/llvm/include/llvm/Support/MemAlloc.h -- Installing: /opt/llvm/include/llvm/Support/ConvertUTF.h -- Installing: /opt/llvm/include/llvm/Support/LineIterator.h -- Installing: /opt/llvm/include/llvm/Support/DOTGraphTraits.h -- Installing: /opt/llvm/include/llvm/Support/AutoConvert.h -- Installing: /opt/llvm/include/llvm/Support/BCD.h -- Installing: /opt/llvm/include/llvm/Support/FormatAdapters.h -- Installing: /opt/llvm/include/llvm/Support/SHA256.h -- Installing: /opt/llvm/include/llvm/Support/circular_raw_ostream.h -- Installing: /opt/llvm/include/llvm/Support/Regex.h -- Installing: /opt/llvm/include/llvm/Support/SmallVectorMemoryBuffer.h -- Installing: /opt/llvm/include/llvm/Support/BlockFrequency.h -- Installing: /opt/llvm/include/llvm/Support/FileUtilities.h -- Installing: /opt/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h -- Installing: /opt/llvm/include/llvm/Support/xxhash.h -- Installing: /opt/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h -- Installing: /opt/llvm/include/llvm/Support/WithColor.h -- Installing: /opt/llvm/include/llvm/Support/MipsABIFlags.h -- Installing: /opt/llvm/include/llvm/Support/Discriminator.h -- Installing: /opt/llvm/include/llvm/Support/CBindingWrapping.h -- Installing: /opt/llvm/include/llvm/Support/FileSystem -- Installing: /opt/llvm/include/llvm/Support/FileSystem/UniqueID.h -- Installing: /opt/llvm/include/llvm/Support/CachePruning.h -- Installing: /opt/llvm/include/llvm/Support/BinaryByteStream.h -- Installing: /opt/llvm/include/llvm/Support/ReverseIteration.h -- Installing: /opt/llvm/include/llvm/Support/MSP430Attributes.h -- Installing: /opt/llvm/include/llvm/Support/KnownBits.h -- Installing: /opt/llvm/include/llvm/Support/GenericLoopInfoImpl.h -- Installing: /opt/llvm/include/llvm/Support/SourceMgr.h -- Installing: /opt/llvm/include/llvm/Support/ExitCodes.h -- Installing: /opt/llvm/include/llvm/Support/MemoryBufferRef.h -- Installing: /opt/llvm/include/llvm/Support/Chrono.h -- Installing: /opt/llvm/include/llvm/Support/ScopedPrinter.h -- Installing: /opt/llvm/include/llvm/Support/SaveAndRestore.h -- Installing: /opt/llvm/include/llvm/Support/MathExtras.h -- Installing: /opt/llvm/include/llvm/Support/CodeGenCoverage.h -- Installing: /opt/llvm/include/llvm/Support/Alignment.h -- Installing: /opt/llvm/include/llvm/Support/ManagedStatic.h -- Installing: /opt/llvm/include/llvm/Support/Debug.h -- Installing: /opt/llvm/include/llvm/Support/Automaton.h -- Installing: /opt/llvm/include/llvm/Support/WindowsError.h -- Installing: /opt/llvm/include/llvm/Support/ARMWinEH.h -- Installing: /opt/llvm/include/llvm/Support/raw_ostream.h -- Installing: /opt/llvm/include/llvm/Support/ELFAttributeParser.h -- Installing: /opt/llvm/include/llvm/Support/Errno.h -- Installing: /opt/llvm/include/llvm/Support/Caching.h -- Installing: /opt/llvm/include/llvm/Support/FormattedStream.h -- Installing: /opt/llvm/include/llvm/Support/ToolOutputFile.h -- Installing: /opt/llvm/include/llvm/Support/CommandLine.h -- Installing: /opt/llvm/include/llvm/Support/ELFAttributes.h -- Installing: /opt/llvm/include/llvm/Support/TypeSize.h -- Installing: /opt/llvm/include/llvm/Support/FileSystem.h -- Installing: /opt/llvm/include/llvm/Support/Mutex.h -- Installing: /opt/llvm/include/llvm/Support/GenericDomTreeConstruction.h -- Installing: /opt/llvm/include/llvm/Support/Signposts.h -- Installing: /opt/llvm/include/llvm/Support/CRC.h -- Installing: /opt/llvm/include/llvm/Support/LEB128.h -- Installing: /opt/llvm/include/llvm/Support/InstructionCost.h -- Installing: /opt/llvm/include/llvm/Support/Compiler.h -- Installing: /opt/llvm/include/llvm/Support/Solaris -- Installing: /opt/llvm/include/llvm/Support/Solaris/sys -- Installing: /opt/llvm/include/llvm/Support/Solaris/sys/regset.h -- Installing: /opt/llvm/include/llvm/Support/PluginLoader.h -- Installing: /opt/llvm/include/llvm/Support/ConvertEBCDIC.h -- Installing: /opt/llvm/include/llvm/Support/FormatCommon.h -- Installing: /opt/llvm/include/llvm/Support/CheckedArithmetic.h -- Installing: /opt/llvm/include/llvm/Support/NativeFormatting.h -- Installing: /opt/llvm/include/llvm/Support/FormatProviders.h -- Installing: /opt/llvm/include/llvm/Support/FileCollector.h -- Installing: /opt/llvm/include/llvm/Support/RecyclingAllocator.h -- Installing: /opt/llvm/include/llvm/Support/ArrayRecycler.h -- Installing: /opt/llvm/include/llvm/Support/thread.h -- Installing: /opt/llvm/include/llvm/Support/DJB.h -- Installing: /opt/llvm/include/llvm/Support/DataExtractor.h -- Installing: /opt/llvm/include/llvm/Support/Host.h -- Installing: /opt/llvm/include/llvm/Support/Path.h -- Installing: /opt/llvm/include/llvm/Support/Watchdog.h -- Installing: /opt/llvm/include/llvm/Support/FormatVariadic.h -- Installing: /opt/llvm/include/llvm/Support/CFGUpdate.h -- Installing: /opt/llvm/include/llvm/Support/RISCVISAInfo.h -- Installing: /opt/llvm/include/llvm/Support/ErrorHandling.h -- Installing: /opt/llvm/include/llvm/Support/Locale.h -- Installing: /opt/llvm/include/llvm/Support/SHA1.h -- Installing: /opt/llvm/include/llvm/Support/BLAKE3.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStreamReader.h -- Installing: /opt/llvm/include/llvm/Support/Valgrind.h -- Installing: /opt/llvm/include/llvm/Support/MD5.h -- Installing: /opt/llvm/include/llvm/Support/SystemUtils.h -- Installing: /opt/llvm/include/llvm/Support/InitLLVM.h -- Installing: /opt/llvm/include/llvm/Support/Registry.h -- Installing: /opt/llvm/include/llvm/Support/raw_sha1_ostream.h -- Installing: /opt/llvm/include/llvm/Support/Threading.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStreamError.h -- Installing: /opt/llvm/include/llvm/Support/YAMLParser.h -- Installing: /opt/llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStreamRef.h -- Installing: /opt/llvm/include/llvm/Support/CSKYAttributeParser.h -- Installing: /opt/llvm/include/llvm/Support/Signals.h -- Installing: /opt/llvm/include/llvm/Support/VirtualFileSystem.h -- Installing: /opt/llvm/include/llvm/Support/ThreadPool.h -- Installing: /opt/llvm/include/llvm/Support/Unicode.h -- Installing: /opt/llvm/include/llvm/Support/BinaryStreamWriter.h -- Installing: /opt/llvm/include/llvm/Support/COM.h -- Installing: /opt/llvm/include/llvm/Support/SMLoc.h -- Installing: /opt/llvm/include/llvm/Support/SMTAPI.h -- Installing: /opt/llvm/include/llvm/Support/Endian.h -- Installing: /opt/llvm/include/llvm/Support/TimeProfiler.h -- Installing: /opt/llvm/include/llvm/Support/StringSaver.h -- Installing: /opt/llvm/include/llvm/Support/DXILOperationCommon.h -- Installing: /opt/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h -- Installing: /opt/llvm/include/llvm/Support/AlignOf.h -- Installing: /opt/llvm/include/llvm/Support/MSVCErrorWorkarounds.h -- Installing: /opt/llvm/include/llvm/Support/LLVMDriver.h -- Installing: /opt/llvm/include/llvm/Support/Parallel.h -- Installing: /opt/llvm/include/llvm/Support/TargetOpcodes.def -- Installing: /opt/llvm/include/llvm/Support/X86FoldTablesUtils.h -- Installing: /opt/llvm/include/llvm/Support/DataTypes.h -- Installing: /opt/llvm/include/llvm/Support/Windows -- Installing: /opt/llvm/include/llvm/Support/Windows/WindowsSupport.h -- Installing: /opt/llvm/include/llvm/Support/CodeGen.h -- Installing: /opt/llvm/include/llvm/Support/RISCVAttributes.h -- Installing: /opt/llvm/include/llvm/Support/VersionTuple.h -- Installing: /opt/llvm/include/llvm/Support/TargetSelect.h -- Installing: /opt/llvm/include/llvm/Support/Casting.h -- Installing: /opt/llvm/include/llvm/Support/Duration.h -- Installing: /opt/llvm/include/llvm/Support/BinaryItemStream.h -- Installing: /opt/llvm/include/llvm/Support/ExtensibleRTTI.h -- Installing: /opt/llvm/include/llvm/Support/Memory.h -- Installing: /opt/llvm/include/llvm/Support/GenericLoopInfo.h -- Installing: /opt/llvm/include/llvm/Support/RISCVAttributeParser.h -- Installing: /opt/llvm/include/llvm/ToolDrivers -- Installing: /opt/llvm/include/llvm/ToolDrivers/llvm-lib -- Installing: /opt/llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h -- Installing: /opt/llvm/include/llvm/ToolDrivers/llvm-dlltool -- Installing: /opt/llvm/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h -- Installing: /opt/llvm/include/llvm/InitializePasses.h -- Installing: /opt/llvm/include/llvm/Testing -- Installing: /opt/llvm/include/llvm/Testing/Annotations -- Installing: /opt/llvm/include/llvm/Testing/Annotations/Annotations.h -- Installing: /opt/llvm/include/llvm/Testing/Support -- Installing: /opt/llvm/include/llvm/Testing/Support/Error.h -- Installing: /opt/llvm/include/llvm/Testing/Support/SupportHelpers.h -- Installing: /opt/llvm/include/llvm/Testing/ADT -- Installing: /opt/llvm/include/llvm/Testing/ADT/StringMap.h -- Installing: /opt/llvm/include/llvm/Testing/ADT/StringMapEntry.h -- Installing: /opt/llvm/include/llvm/CodeGen -- Installing: /opt/llvm/include/llvm/CodeGen/MachinePipeliner.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRPrinter.h -- Installing: /opt/llvm/include/llvm/CodeGen/ValueTypes.td -- Installing: /opt/llvm/include/llvm/CodeGen/RegAllocRegistry.h -- Installing: /opt/llvm/include/llvm/CodeGen/ByteProvider.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRParser -- Installing: /opt/llvm/include/llvm/CodeGen/MIRParser/MIParser.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h -- Installing: /opt/llvm/include/llvm/CodeGen/ExpandReductions.h -- Installing: /opt/llvm/include/llvm/CodeGen/TileShapeInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineSizeOpts.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineSSAContext.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineTraceMetrics.h -- Installing: /opt/llvm/include/llvm/CodeGen/RDFGraph.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineInstrBuilder.h -- Installing: /opt/llvm/include/llvm/CodeGen/StableHashing.h -- Installing: /opt/llvm/include/llvm/CodeGen/MultiHazardRecognizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachORelocation.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineRegisterInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineBasicBlock.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterClassInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRYamlMapping.h -- Installing: /opt/llvm/include/llvm/CodeGen/AsmPrinter.h -- Installing: /opt/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveRangeEdit.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP/Solution.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP/Graph.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP/Math.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveRegMatrix.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveIntervalUnion.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineCombinerPattern.h -- Installing: /opt/llvm/include/llvm/CodeGen/ExecutionDomainFix.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineInstrBundle.h -- Installing: /opt/llvm/include/llvm/CodeGen/IndirectThunks.h -- Installing: /opt/llvm/include/llvm/CodeGen/HardwareLoops.h -- Installing: /opt/llvm/include/llvm/CodeGen/AccelTable.h -- Installing: /opt/llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRFormatter.h -- Installing: /opt/llvm/include/llvm/CodeGen/DetectDeadLanes.h -- Installing: /opt/llvm/include/llvm/CodeGen/DIE.h -- Installing: /opt/llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h -- Installing: /opt/llvm/include/llvm/CodeGen/Spiller.h -- Installing: /opt/llvm/include/llvm/CodeGen/ISDOpcodes.h -- Installing: /opt/llvm/include/llvm/CodeGen/RuntimeLibcalls.h -- Installing: /opt/llvm/include/llvm/CodeGen/GCMetadata.h -- Installing: /opt/llvm/include/llvm/CodeGen/LowLevelTypeUtils.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetRegisterInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineCFGPrinter.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineScheduler.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetPassConfig.h -- Installing: /opt/llvm/include/llvm/CodeGen/AtomicExpandUtils.h -- Installing: /opt/llvm/include/llvm/CodeGen/PseudoSourceValue.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegAllocCommon.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterBankInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/UnreachableBlockElim.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineStableHash.h -- Installing: /opt/llvm/include/llvm/CodeGen/ParallelCG.h -- Installing: /opt/llvm/include/llvm/CodeGen/FastISel.h -- Installing: /opt/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/SelectionDAGNodes.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h -- Installing: /opt/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetInstrInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineCycleAnalysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/LoopTraversal.h -- Installing: /opt/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h -- Installing: /opt/llvm/include/llvm/CodeGen/DebugHandlerBase.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/Utils.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h -- Installing: /opt/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h -- Installing: /opt/llvm/include/llvm/CodeGen/CalcSpillWeights.h -- Installing: /opt/llvm/include/llvm/CodeGen/SelectionDAG.h -- Installing: /opt/llvm/include/llvm/CodeGen/CommandFlags.h -- Installing: /opt/llvm/include/llvm/CodeGen/ReachingDefAnalysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/SDNodeProperties.td -- Installing: /opt/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineFunction.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/ValueTypes.h -- Installing: /opt/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineFrameInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineConstantPool.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachinePassManager.h -- Installing: /opt/llvm/include/llvm/CodeGen/EdgeBundles.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegAllocPBQP.h -- Installing: /opt/llvm/include/llvm/CodeGen/StackProtector.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineOperand.h -- Installing: /opt/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/LowLevelType.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetCallingConv.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/CodeGenCommonISel.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineLoopInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/LexicalScopes.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineInstr.h -- Installing: /opt/llvm/include/llvm/CodeGen/TailDuplicator.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterUsageInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h -- Installing: /opt/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineLoopUtils.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveRegUnits.h -- Installing: /opt/llvm/include/llvm/CodeGen/FaultMaps.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveRangeCalc.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineRegionInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/LivePhysRegs.h -- Installing: /opt/llvm/include/llvm/CodeGen/SelectionDAGISel.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineOutliner.h -- Installing: /opt/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveIntervals.h -- Installing: /opt/llvm/include/llvm/CodeGen/StackMaps.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachinePassRegistry.def -- Installing: /opt/llvm/include/llvm/CodeGen/RDFLiveness.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterPressure.h -- Installing: /opt/llvm/include/llvm/CodeGen/AntiDepBreaker.h -- Installing: /opt/llvm/include/llvm/CodeGen/Register.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveStacks.h -- Installing: /opt/llvm/include/llvm/CodeGen/RDFRegisters.h -- Installing: /opt/llvm/include/llvm/CodeGen/SchedulerRegistry.h -- Installing: /opt/llvm/include/llvm/CodeGen/CSEConfigBase.h -- Installing: /opt/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterScavenging.h -- Installing: /opt/llvm/include/llvm/CodeGen/ReplaceWithVeclib.h -- Installing: /opt/llvm/include/llvm/CodeGen/DFAPacketizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveInterval.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetOpcodes.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScheduleDFS.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScheduleDAG.h -- Installing: /opt/llvm/include/llvm/CodeGen/DIEValue.def -- Installing: /opt/llvm/include/llvm/CodeGen/LiveIntervalCalc.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h -- Installing: /opt/llvm/include/llvm/CodeGen/WinEHFuncInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/BasicTTIImpl.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineModuleInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRSampleProfile.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetSchedule.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineDominators.h -- Installing: /opt/llvm/include/llvm/CodeGen/VLIWMachineScheduler.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachinePostDominators.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineMemOperand.h -- Installing: /opt/llvm/include/llvm/CodeGen/CFIFixup.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineFunctionPass.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineSSAUpdater.h -- Installing: /opt/llvm/include/llvm/CodeGen/Analysis.h -- Installing: /opt/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h -- Installing: /opt/llvm/include/llvm/CodeGen/ExpandVectorPredication.h -- Installing: /opt/llvm/include/llvm/CodeGen/WasmAddressSpaces.h -- Installing: /opt/llvm/include/llvm/CodeGen/CostTable.h -- Installing: /opt/llvm/include/llvm/CodeGen/VirtRegMap.h -- Installing: /opt/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h -- Installing: /opt/llvm/include/llvm/CodeGen/LiveVariables.h -- Installing: /opt/llvm/include/llvm/CodeGen/MacroFusion.h -- Installing: /opt/llvm/include/llvm/CodeGen/GCMetadataPrinter.h -- Installing: /opt/llvm/include/llvm/CodeGen/MIRFSDiscriminator.h -- Installing: /opt/llvm/include/llvm/CodeGen/PBQPRAConstraint.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachineValueType.h -- Installing: /opt/llvm/include/llvm/CodeGen/Passes.h -- Installing: /opt/llvm/include/llvm/CodeGen/ModuloSchedule.h -- Installing: /opt/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h -- Installing: /opt/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h -- Installing: /opt/llvm/include/llvm/CodeGen/IntrinsicLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/CallingConvLower.h -- Installing: /opt/llvm/include/llvm/CodeGen/SlotIndexes.h -- Installing: /opt/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetFrameLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/TargetLowering.h -- Installing: /opt/llvm/include/llvm/CodeGen/AsmPrinterHandler.h -- Installing: /opt/llvm/include/llvm/CodeGen/DAGCombine.h -- Installing: /opt/llvm/include/llvm/CodeGen/MBFIWrapper.h -- Installing: /opt/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h -- Installing: /opt/llvm/include/llvm/CodeGen/MachinePassRegistry.h -- Installing: /opt/llvm/include/llvm/CodeGen/TypePromotion.h -- Installing: /opt/llvm/include/llvm/CodeGen/RegisterBank.h -- Installing: /opt/llvm/include/llvm/PassAnalysisSupport.h -- Installing: /opt/llvm/include/llvm/PassRegistry.h -- Installing: /opt/llvm/include/llvm/WindowsDriver -- Installing: /opt/llvm/include/llvm/WindowsDriver/MSVCPaths.h -- Installing: /opt/llvm/include/llvm/WindowsDriver/MSVCSetupApi.h -- Installing: /opt/llvm/include/llvm/LinkAllIR.h -- Installing: /opt/llvm/include/llvm/Frontend -- Installing: /opt/llvm/include/llvm/Frontend/HLSL -- Installing: /opt/llvm/include/llvm/Frontend/HLSL/HLSLResource.h -- Installing: /opt/llvm/include/llvm/Frontend/Directive -- Installing: /opt/llvm/include/llvm/Frontend/Directive/DirectiveBase.td -- Installing: /opt/llvm/include/llvm/Frontend/OpenACC -- Installing: /opt/llvm/include/llvm/Frontend/OpenACC/ACC.td -- Installing: /opt/llvm/include/llvm/Frontend/Debug -- Installing: /opt/llvm/include/llvm/Frontend/Debug/Options.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMP.td -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPContext.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMPAssume.h -- Installing: /opt/llvm/include/llvm/TextAPI -- Installing: /opt/llvm/include/llvm/TextAPI/Platform.h -- Installing: /opt/llvm/include/llvm/TextAPI/TextAPIReader.h -- Installing: /opt/llvm/include/llvm/TextAPI/Target.h -- Installing: /opt/llvm/include/llvm/TextAPI/ArchitectureSet.h -- Installing: /opt/llvm/include/llvm/TextAPI/TextAPIWriter.h -- Installing: /opt/llvm/include/llvm/TextAPI/InterfaceFile.h -- Installing: /opt/llvm/include/llvm/TextAPI/PackedVersion.h -- Installing: /opt/llvm/include/llvm/TextAPI/Architecture.def -- Installing: /opt/llvm/include/llvm/TextAPI/SymbolSet.h -- Installing: /opt/llvm/include/llvm/TextAPI/Symbol.h -- Installing: /opt/llvm/include/llvm/TextAPI/Architecture.h -- Installing: /opt/llvm/include/llvm/Debuginfod -- Installing: /opt/llvm/include/llvm/Debuginfod/HTTPServer.h -- Installing: /opt/llvm/include/llvm/Debuginfod/Debuginfod.h -- Installing: /opt/llvm/include/llvm/Debuginfod/HTTPClient.h -- Installing: /opt/llvm/include/llvm/Debuginfod/BuildIDFetcher.h -- Installing: /opt/llvm/include/llvm/IRReader -- Installing: /opt/llvm/include/llvm/IRReader/IRReader.h -- Installing: /opt/llvm/include/llvm/Linker -- Installing: /opt/llvm/include/llvm/Linker/IRMover.h -- Installing: /opt/llvm/include/llvm/Linker/Linker.h -- Installing: /opt/llvm/include/llvm/Pass.h -- Installing: /opt/llvm/include/llvm/ADT -- Installing: /opt/llvm/include/llvm/ADT/APFixedPoint.h -- Installing: /opt/llvm/include/llvm/ADT/CoalescingBitVector.h -- Installing: /opt/llvm/include/llvm/ADT/SparseMultiSet.h -- Installing: /opt/llvm/include/llvm/ADT/DenseMapInfo.h -- Installing: /opt/llvm/include/llvm/ADT/PointerSumType.h -- Installing: /opt/llvm/include/llvm/ADT/AddressRanges.h -- Installing: /opt/llvm/include/llvm/ADT/ImmutableMap.h -- Installing: /opt/llvm/include/llvm/ADT/FoldingSet.h -- Installing: /opt/llvm/include/llvm/ADT/SmallPtrSet.h -- Installing: /opt/llvm/include/llvm/ADT/ScopedHashTable.h -- Installing: /opt/llvm/include/llvm/ADT/APSInt.h -- Installing: /opt/llvm/include/llvm/ADT/SparseSet.h -- Installing: /opt/llvm/include/llvm/ADT/ArrayRef.h -- Installing: /opt/llvm/include/llvm/ADT/STLFunctionalExtras.h -- Installing: /opt/llvm/include/llvm/ADT/StringMap.h -- Installing: /opt/llvm/include/llvm/ADT/ADL.h -- Installing: /opt/llvm/include/llvm/ADT/ImmutableList.h -- Installing: /opt/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h -- Installing: /opt/llvm/include/llvm/ADT/CombinationGenerator.h -- Installing: /opt/llvm/include/llvm/ADT/SparseBitVector.h -- Installing: /opt/llvm/include/llvm/ADT/SmallString.h -- Installing: /opt/llvm/include/llvm/ADT/SmallBitVector.h -- Installing: /opt/llvm/include/llvm/ADT/identity.h -- Installing: /opt/llvm/include/llvm/ADT/UniqueVector.h -- Installing: /opt/llvm/include/llvm/ADT/BitVector.h -- Installing: /opt/llvm/include/llvm/ADT/ilist_node.h -- Installing: /opt/llvm/include/llvm/ADT/GenericUniformityImpl.h -- Installing: /opt/llvm/include/llvm/ADT/SmallVectorExtras.h -- Installing: /opt/llvm/include/llvm/ADT/EpochTracker.h -- Installing: /opt/llvm/include/llvm/ADT/PriorityWorklist.h -- Installing: /opt/llvm/include/llvm/ADT/CachedHashString.h -- Installing: /opt/llvm/include/llvm/ADT/StringRef.h -- Installing: /opt/llvm/include/llvm/ADT/StringMapEntry.h -- Installing: /opt/llvm/include/llvm/ADT/AllocatorList.h -- Installing: /opt/llvm/include/llvm/ADT/IntervalTree.h -- Installing: /opt/llvm/include/llvm/ADT/ScopeExit.h -- Installing: /opt/llvm/include/llvm/ADT/MapVector.h -- Installing: /opt/llvm/include/llvm/ADT/StringSwitch.h -- Installing: /opt/llvm/include/llvm/ADT/PostOrderIterator.h -- Installing: /opt/llvm/include/llvm/ADT/fallible_iterator.h -- Installing: /opt/llvm/include/llvm/ADT/iterator_range.h -- Installing: /opt/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h -- Installing: /opt/llvm/include/llvm/ADT/SCCIterator.h -- Installing: /opt/llvm/include/llvm/ADT/GenericCycleImpl.h -- Installing: /opt/llvm/include/llvm/ADT/ilist_node_base.h -- Installing: /opt/llvm/include/llvm/ADT/DepthFirstIterator.h -- Installing: /opt/llvm/include/llvm/ADT/edit_distance.h -- Installing: /opt/llvm/include/llvm/ADT/iterator.h -- Installing: /opt/llvm/include/llvm/ADT/TypeSwitch.h -- Installing: /opt/llvm/include/llvm/ADT/IntEqClasses.h -- Installing: /opt/llvm/include/llvm/ADT/GenericUniformityInfo.h -- Installing: /opt/llvm/include/llvm/ADT/FloatingPointMode.h -- Installing: /opt/llvm/include/llvm/ADT/DenseSet.h -- Installing: /opt/llvm/include/llvm/ADT/FunctionExtras.h -- Installing: /opt/llvm/include/llvm/ADT/APInt.h -- Installing: /opt/llvm/include/llvm/ADT/DeltaAlgorithm.h -- Installing: /opt/llvm/include/llvm/ADT/ilist_node_options.h -- Installing: /opt/llvm/include/llvm/ADT/GenericCycleInfo.h -- Installing: /opt/llvm/include/llvm/ADT/STLExtras.h -- Installing: /opt/llvm/include/llvm/ADT/PointerEmbeddedInt.h -- Installing: /opt/llvm/include/llvm/ADT/PointerIntPair.h -- Installing: /opt/llvm/include/llvm/ADT/EquivalenceClasses.h -- Installing: /opt/llvm/include/llvm/ADT/BitmaskEnum.h -- Installing: /opt/llvm/include/llvm/ADT/BreadthFirstIterator.h -- Installing: /opt/llvm/include/llvm/ADT/Sequence.h -- Installing: /opt/llvm/include/llvm/ADT/PriorityQueue.h -- Installing: /opt/llvm/include/llvm/ADT/Uniformity.h -- Installing: /opt/llvm/include/llvm/ADT/Twine.h -- Installing: /opt/llvm/include/llvm/ADT/IndexedMap.h -- Installing: /opt/llvm/include/llvm/ADT/ImmutableSet.h -- Installing: /opt/llvm/include/llvm/ADT/PackedVector.h -- Installing: /opt/llvm/include/llvm/ADT/ilist_iterator.h -- Installing: /opt/llvm/include/llvm/ADT/ilist_base.h -- Installing: /opt/llvm/include/llvm/ADT/Statistic.h -- Installing: /opt/llvm/include/llvm/ADT/simple_ilist.h -- Installing: /opt/llvm/include/llvm/ADT/EnumeratedArray.h -- Installing: /opt/llvm/include/llvm/ADT/StringSet.h -- Installing: /opt/llvm/include/llvm/ADT/Any.h -- Installing: /opt/llvm/include/llvm/ADT/DirectedGraph.h -- Installing: /opt/llvm/include/llvm/ADT/Hashing.h -- Installing: /opt/llvm/include/llvm/ADT/ilist.h -- Installing: /opt/llvm/include/llvm/ADT/DenseMapInfoVariant.h -- Installing: /opt/llvm/include/llvm/ADT/Bitfields.h -- Installing: /opt/llvm/include/llvm/ADT/GraphTraits.h -- Installing: /opt/llvm/include/llvm/ADT/DenseMap.h -- Installing: /opt/llvm/include/llvm/ADT/SmallVector.h -- Installing: /opt/llvm/include/llvm/ADT/GenericSSAContext.h -- Installing: /opt/llvm/include/llvm/ADT/SetVector.h -- Installing: /opt/llvm/include/llvm/ADT/ConcurrentHashtable.h -- Installing: /opt/llvm/include/llvm/ADT/IntervalMap.h -- Installing: /opt/llvm/include/llvm/ADT/TinyPtrVector.h -- Installing: /opt/llvm/include/llvm/ADT/StringExtras.h -- Installing: /opt/llvm/include/llvm/ADT/PointerUnion.h -- Installing: /opt/llvm/include/llvm/ADT/bit.h -- Installing: /opt/llvm/include/llvm/ADT/SmallSet.h -- Installing: /opt/llvm/include/llvm/ADT/STLForwardCompat.h -- Installing: /opt/llvm/include/llvm/ADT/APFloat.h -- Installing: /opt/llvm/include/llvm/ADT/SetOperations.h -- Installing: /opt/llvm/include/llvm/ObjCopy -- Installing: /opt/llvm/include/llvm/ObjCopy/XCOFF -- Installing: /opt/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/ObjCopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/MultiFormatConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/wasm -- Installing: /opt/llvm/include/llvm/ObjCopy/wasm/WasmConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/wasm/WasmObjcopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/CommonConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/COFF -- Installing: /opt/llvm/include/llvm/ObjCopy/COFF/COFFConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/COFF/COFFObjcopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/ELF -- Installing: /opt/llvm/include/llvm/ObjCopy/ELF/ELFObjcopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/MachO -- Installing: /opt/llvm/include/llvm/ObjCopy/MachO/MachOConfig.h -- Installing: /opt/llvm/include/llvm/ObjCopy/MachO/MachOObjcopy.h -- Installing: /opt/llvm/include/llvm/ObjCopy/ConfigManager.h -- Installing: /opt/llvm/include/llvm/ObjectYAML -- Installing: /opt/llvm/include/llvm/ObjectYAML/MachOYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/XCOFFYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/yaml2obj.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/ArchiveYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/WasmYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/OffloadYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/COFFYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/DXContainerYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/DWARFEmitter.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/YAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/ELFYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/DWARFYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/ObjectYAML.h -- Installing: /opt/llvm/include/llvm/ObjectYAML/MinidumpYAML.h -- Installing: /opt/llvm/include/llvm/Config -- Installing: /opt/llvm/include/llvm/PassInfo.h -- Installing: /opt/llvm/include/llvm/LineEditor -- Installing: /opt/llvm/include/llvm/LineEditor/LineEditor.h -- Installing: /opt/llvm/include/llvm/Transforms -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation.h -- Installing: /opt/llvm/include/llvm/Transforms/AggressiveInstCombine -- Installing: /opt/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/CFGMST.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/KCFI.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h -- Installing: /opt/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize/VectorCombine.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h -- Installing: /opt/llvm/include/llvm/Transforms/InstCombine -- Installing: /opt/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h -- Installing: /opt/llvm/include/llvm/Transforms/InstCombine/InstCombine.h -- Installing: /opt/llvm/include/llvm/Transforms/ObjCARC.h -- Installing: /opt/llvm/include/llvm/Transforms/Vectorize.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopPredication.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/DFAJumpThreading.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LICM.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopInterchange.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/FlattenCFG.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopFuse.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/GVNExpression.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/Reg2Mem.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopLoadElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/CallSiteSplitting.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SCCP.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/StructurizeCFG.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/GVN.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/MergeICmps.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SROA.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/BDCE.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopBoundSplit.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopReroll.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/DivRemPairs.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/DCE.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/ADCE.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/Sink.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/Scalarizer.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/AnnotationRemarks.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerAtomicPass.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopVersioningLICM.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/GuardWidening.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/JumpThreading.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/NewGVN.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopSink.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopRotation.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/PlaceSafepoints.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/Reassociate.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/Float2Int.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopFlatten.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h -- Installing: /opt/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils -- Installing: /opt/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/Mem2Reg.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/InjectTLIMappings.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerSwitch.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/EntryExitInstrumenter.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/StripGCRelocates.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/UnrollLoop.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CtorUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerAtomic.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LoopSimplify.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/PredicateInfo.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MetaRenamer.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MatrixUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SampleProfileInference.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/RelLookupTableConverter.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/HelloWorld.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SSAUpdater.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/Debugify.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SplitModule.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SCCPSolver.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SanitizerStats.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CountVisits.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/FixIrreducible.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MisExpect.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/GuardUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CodeExtractor.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/MoveAutoInit.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/FunctionComparator.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/ValueMapper.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/Cloning.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LoopPeel.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerGlobalDtors.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/GlobalStatus.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LoopVersioning.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LCSSA.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LoopUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/ModuleUtils.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/InstructionNamer.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/UnifyLoopExits.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerInvoke.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/LowerIFunc.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/IntegerDivision.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/SizeOpts.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/VNCoercion.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/Evaluator.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/CodeLayout.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/Local.h -- Installing: /opt/llvm/include/llvm/Transforms/Utils/InstructionWorklist.h -- Installing: /opt/llvm/include/llvm/Transforms/CFGuard.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO -- Installing: /opt/llvm/include/llvm/Transforms/IPO/BlockExtractor.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/SCCP.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/Internalize.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/LoopExtractor.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/Annotation2Metadata.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/PartialInlining.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/SampleContextTracker.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ExtractGV.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/IROutliner.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/FunctionImport.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/SampleProfile.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/GlobalOpt.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/Attributor.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ConstantMerge.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/Inliner.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/MergeFunctions.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ModuleInliner.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/EmbedBitcodePass.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/StripSymbols.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/GlobalDCE.h -- Installing: /opt/llvm/include/llvm/Transforms/IPO/GlobalSplit.h -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines/CoroSplit.h -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines/CoroEarly.h -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h -- Installing: /opt/llvm/include/llvm/Transforms/Coroutines/CoroElide.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITEventListener.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITSymbol.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/MachO.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/i386.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/riscv.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/COFF.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/MCJIT.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/GenericValue.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/ObjectCache.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Interpreter.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Core.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/Layer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h -- Installing: /opt/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h -- Installing: /opt/llvm/include/llvm/FileCheck -- Installing: /opt/llvm/include/llvm/FileCheck/FileCheck.h -- Installing: /opt/llvm/include/llvm/DWARFLinker -- Installing: /opt/llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h -- Installing: /opt/llvm/include/llvm/DWARFLinker/DWARFStreamer.h -- Installing: /opt/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h -- Installing: /opt/llvm/include/llvm/DWARFLinker/DWARFLinker.h -- Installing: /opt/llvm/include/llvm/TargetParser -- Installing: /opt/llvm/include/llvm/TargetParser/SubtargetFeature.h -- Installing: /opt/llvm/include/llvm/TargetParser/ARMTargetParser.def -- Installing: /opt/llvm/include/llvm/TargetParser/AArch64TargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/X86TargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/LoongArchTargetParser.def -- Installing: /opt/llvm/include/llvm/TargetParser/Triple.h -- Installing: /opt/llvm/include/llvm/TargetParser/CSKYTargetParser.def -- Installing: /opt/llvm/include/llvm/TargetParser/ARMTargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/X86TargetParser.def -- Installing: /opt/llvm/include/llvm/TargetParser/TargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/Host.h -- Installing: /opt/llvm/include/llvm/TargetParser/CSKYTargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/LoongArchTargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/RISCVTargetParser.h -- Installing: /opt/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h -- Installing: /opt/llvm/include/llvm/Object -- Installing: /opt/llvm/include/llvm/Object/Error.h -- Installing: /opt/llvm/include/llvm/Object/DXContainer.h -- Installing: /opt/llvm/include/llvm/Object/OffloadBinary.h -- Installing: /opt/llvm/include/llvm/Object/MachOUniversal.h -- Installing: /opt/llvm/include/llvm/Object/MachOUniversalWriter.h -- Installing: /opt/llvm/include/llvm/Object/BuildID.h -- Installing: /opt/llvm/include/llvm/Object/MachO.h -- Installing: /opt/llvm/include/llvm/Object/WindowsResource.h -- Installing: /opt/llvm/include/llvm/Object/SymbolicFile.h -- Installing: /opt/llvm/include/llvm/Object/COFFImportFile.h -- Installing: /opt/llvm/include/llvm/Object/RelocationResolver.h -- Installing: /opt/llvm/include/llvm/Object/CVDebugRecord.h -- Installing: /opt/llvm/include/llvm/Object/IRSymtab.h -- Installing: /opt/llvm/include/llvm/Object/GOFFObjectFile.h -- Installing: /opt/llvm/include/llvm/Object/IRObjectFile.h -- Installing: /opt/llvm/include/llvm/Object/GOFF.h -- Installing: /opt/llvm/include/llvm/Object/ArchiveWriter.h -- Installing: /opt/llvm/include/llvm/Object/WindowsMachineFlag.h -- Installing: /opt/llvm/include/llvm/Object/ModuleSymbolTable.h -- Installing: /opt/llvm/include/llvm/Object/FaultMapParser.h -- Installing: /opt/llvm/include/llvm/Object/StackMapParser.h -- Installing: /opt/llvm/include/llvm/Object/COFFModuleDefinition.h -- Installing: /opt/llvm/include/llvm/Object/Wasm.h -- Installing: /opt/llvm/include/llvm/Object/Archive.h -- Installing: /opt/llvm/include/llvm/Object/ELFTypes.h -- Installing: /opt/llvm/include/llvm/Object/Minidump.h -- Installing: /opt/llvm/include/llvm/Object/Binary.h -- Installing: /opt/llvm/include/llvm/Object/SymbolSize.h -- Installing: /opt/llvm/include/llvm/Object/COFF.h -- Installing: /opt/llvm/include/llvm/Object/XCOFFObjectFile.h -- Installing: /opt/llvm/include/llvm/Object/TapiFile.h -- Installing: /opt/llvm/include/llvm/Object/ELF.h -- Installing: /opt/llvm/include/llvm/Object/ELFObjectFile.h -- Installing: /opt/llvm/include/llvm/Object/ObjectFile.h -- Installing: /opt/llvm/include/llvm/Object/Decompressor.h -- Installing: /opt/llvm/include/llvm/Object/TapiUniversal.h -- Installing: /opt/llvm/include/llvm/LTO -- Installing: /opt/llvm/include/llvm/LTO/LTO.h -- Installing: /opt/llvm/include/llvm/LTO/LTOBackend.h -- Installing: /opt/llvm/include/llvm/LTO/SummaryBasedOptimizations.h -- Installing: /opt/llvm/include/llvm/LTO/Config.h -- Installing: /opt/llvm/include/llvm/LTO/legacy -- Installing: /opt/llvm/include/llvm/LTO/legacy/UpdateCompilerUsed.h -- Installing: /opt/llvm/include/llvm/LTO/legacy/LTOModule.h -- Installing: /opt/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h -- Installing: /opt/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h -- Installing: /opt/llvm/include/llvm/IRPrinter -- Installing: /opt/llvm/include/llvm/IRPrinter/IRPrintingPasses.h -- Installing: /opt/llvm/include/llvm/InterfaceStub -- Installing: /opt/llvm/include/llvm/InterfaceStub/ELFObjHandler.h -- Installing: /opt/llvm/include/llvm/InterfaceStub/IFSHandler.h -- Installing: /opt/llvm/include/llvm/InterfaceStub/IFSStub.h -- Installing: /opt/llvm/include/llvm/Passes -- Installing: /opt/llvm/include/llvm/Passes/PassPlugin.h -- Installing: /opt/llvm/include/llvm/Passes/StandardInstrumentations.h -- Installing: /opt/llvm/include/llvm/Passes/OptimizationLevel.h -- Installing: /opt/llvm/include/llvm/Passes/PassBuilder.h -- Installing: /opt/llvm/include/llvm/WindowsResource -- Installing: /opt/llvm/include/llvm/WindowsResource/ResourceScriptToken.h -- Installing: /opt/llvm/include/llvm/WindowsResource/ResourceScriptTokenList.h -- Installing: /opt/llvm/include/llvm/WindowsResource/ResourceProcessor.h -- Installing: /opt/llvm/include/llvm/WindowsManifest -- Installing: /opt/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h -- Installing: /opt/llvm/include/llvm/AsmParser -- Installing: /opt/llvm/include/llvm/AsmParser/LLLexer.h -- Installing: /opt/llvm/include/llvm/AsmParser/LLToken.h -- Installing: /opt/llvm/include/llvm/AsmParser/SlotMapping.h -- Installing: /opt/llvm/include/llvm/AsmParser/Parser.h -- Installing: /opt/llvm/include/llvm/AsmParser/LLParser.h -- Installing: /opt/llvm/include/llvm/MCA -- Installing: /opt/llvm/include/llvm/MCA/CustomBehaviour.h -- Installing: /opt/llvm/include/llvm/MCA/Support.h -- Installing: /opt/llvm/include/llvm/MCA/Stages -- Installing: /opt/llvm/include/llvm/MCA/Stages/DispatchStage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/ExecuteStage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/InstructionTables.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/EntryStage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/InOrderIssueStage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/Stage.h -- Installing: /opt/llvm/include/llvm/MCA/Stages/RetireStage.h -- Installing: /opt/llvm/include/llvm/MCA/InstrBuilder.h -- Installing: /opt/llvm/include/llvm/MCA/SourceMgr.h -- Installing: /opt/llvm/include/llvm/MCA/View.h -- Installing: /opt/llvm/include/llvm/MCA/HWEventListener.h -- Installing: /opt/llvm/include/llvm/MCA/Context.h -- Installing: /opt/llvm/include/llvm/MCA/IncrementalSourceMgr.h -- Installing: /opt/llvm/include/llvm/MCA/Pipeline.h -- Installing: /opt/llvm/include/llvm/MCA/Instruction.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/LSUnit.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/HardwareUnit.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/RetireControlUnit.h -- Installing: /opt/llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h -- Installing: /opt/llvm/include/llvm/MCA/CodeEmitter.h -- Installing: /opt/llvm/include/llvm/Option -- Installing: /opt/llvm/include/llvm/Option/ArgList.h -- Installing: /opt/llvm/include/llvm/Option/OptSpecifier.h -- Installing: /opt/llvm/include/llvm/Option/Option.h -- Installing: /opt/llvm/include/llvm/Option/Arg.h -- Installing: /opt/llvm/include/llvm/Option/OptTable.h -- Installing: /opt/llvm/include/llvm/Option/OptParser.td -- Installing: /opt/llvm/include/llvm/FuzzMutate -- Installing: /opt/llvm/include/llvm/FuzzMutate/Random.h -- Installing: /opt/llvm/include/llvm/FuzzMutate/OpDescriptor.h -- Installing: /opt/llvm/include/llvm/FuzzMutate/Operations.h -- Installing: /opt/llvm/include/llvm/FuzzMutate/FuzzerCLI.h -- Installing: /opt/llvm/include/llvm/FuzzMutate/IRMutator.h -- Installing: /opt/llvm/include/llvm/FuzzMutate/RandomIRBuilder.h -- Installing: /opt/llvm/include/llvm/IR -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsRISCVXsf.td -- Installing: /opt/llvm/include/llvm/IR/ProfileSummary.h -- Installing: /opt/llvm/include/llvm/IR/VectorBuilder.h -- Installing: /opt/llvm/include/llvm/IR/ConstantRange.h -- Installing: /opt/llvm/include/llvm/IR/Intrinsics.h -- Installing: /opt/llvm/include/llvm/IR/Instruction.def -- Installing: /opt/llvm/include/llvm/IR/ValueHandle.h -- Installing: /opt/llvm/include/llvm/IR/GetElementPtrTypeIterator.h -- Installing: /opt/llvm/include/llvm/IR/Intrinsics.td -- Installing: /opt/llvm/include/llvm/IR/AutoUpgrade.h -- Installing: /opt/llvm/include/llvm/IR/Argument.h -- Installing: /opt/llvm/include/llvm/IR/PatternMatch.h -- Installing: /opt/llvm/include/llvm/IR/Constant.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsNVVM.td -- Installing: /opt/llvm/include/llvm/IR/LegacyPassManagers.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsHexagonDep.td -- Installing: /opt/llvm/include/llvm/IR/ReplaceConstant.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsPowerPC.td -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsXCore.td -- Installing: /opt/llvm/include/llvm/IR/DebugInfoMetadata.h -- Installing: /opt/llvm/include/llvm/IR/Use.h -- Installing: /opt/llvm/include/llvm/IR/CFG.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsVEVL.gen.td -- Installing: /opt/llvm/include/llvm/IR/OperandTraits.h -- Installing: /opt/llvm/include/llvm/IR/User.h -- Installing: /opt/llvm/include/llvm/IR/PassInstrumentation.h -- Installing: /opt/llvm/include/llvm/IR/Operator.h -- Installing: /opt/llvm/include/llvm/IR/DerivedUser.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsMips.td -- Installing: /opt/llvm/include/llvm/IR/MatrixBuilder.h -- Installing: /opt/llvm/include/llvm/IR/DiagnosticInfo.h -- Installing: /opt/llvm/include/llvm/IR/FMF.h -- Installing: /opt/llvm/include/llvm/IR/TypedPointerType.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsSystemZ.td -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsARM.td -- Installing: /opt/llvm/include/llvm/IR/RuntimeLibcalls.def -- Installing: /opt/llvm/include/llvm/IR/PassManager.h -- Installing: /opt/llvm/include/llvm/IR/VPIntrinsics.def -- Installing: /opt/llvm/include/llvm/IR/Constants.h -- Installing: /opt/llvm/include/llvm/IR/GlobalIFunc.h -- Installing: /opt/llvm/include/llvm/IR/GlobalAlias.h -- Installing: /opt/llvm/include/llvm/IR/CallingConv.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsHexagon.td -- Installing: /opt/llvm/include/llvm/IR/ProfDataUtils.h -- Installing: /opt/llvm/include/llvm/IR/DebugInfo.h -- Installing: /opt/llvm/include/llvm/IR/Function.h -- Installing: /opt/llvm/include/llvm/IR/PassTimingInfo.h -- Installing: /opt/llvm/include/llvm/IR/FixedMetadataKinds.def -- Installing: /opt/llvm/include/llvm/IR/MDBuilder.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsRISCV.td -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsDirectX.td -- Installing: /opt/llvm/include/llvm/IR/Dominators.h -- Installing: /opt/llvm/include/llvm/IR/Comdat.h -- Installing: /opt/llvm/include/llvm/IR/DebugLoc.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsSPIRV.td -- Installing: /opt/llvm/include/llvm/IR/PseudoProbe.h -- Installing: /opt/llvm/include/llvm/IR/InlineAsm.h -- Installing: /opt/llvm/include/llvm/IR/PrintPasses.h -- Installing: /opt/llvm/include/llvm/IR/LegacyPassManager.h -- Installing: /opt/llvm/include/llvm/IR/IRBuilderFolder.h -- Installing: /opt/llvm/include/llvm/IR/DebugInfoFlags.def -- Installing: /opt/llvm/include/llvm/IR/Mangler.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsX86.td -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsAArch64.td -- Installing: /opt/llvm/include/llvm/IR/Attributes.td -- Installing: /opt/llvm/include/llvm/IR/DIBuilder.h -- Installing: /opt/llvm/include/llvm/IR/Statepoint.h -- Installing: /opt/llvm/include/llvm/IR/FixedPointBuilder.h -- Installing: /opt/llvm/include/llvm/IR/InstIterator.h -- Installing: /opt/llvm/include/llvm/IR/AbstractCallSite.h -- Installing: /opt/llvm/include/llvm/IR/FPEnv.h -- Installing: /opt/llvm/include/llvm/IR/GCStrategy.h -- Installing: /opt/llvm/include/llvm/IR/PredIteratorCache.h -- Installing: /opt/llvm/include/llvm/IR/SafepointIRVerifier.h -- Installing: /opt/llvm/include/llvm/IR/DataLayout.h -- Installing: /opt/llvm/include/llvm/IR/Attributes.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsAMDGPU.td -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsVE.td -- Installing: /opt/llvm/include/llvm/IR/LegacyPassNameParser.h -- Installing: /opt/llvm/include/llvm/IR/ModuleSummaryIndex.h -- Installing: /opt/llvm/include/llvm/IR/NoFolder.h -- Installing: /opt/llvm/include/llvm/IR/ValueMap.h -- Installing: /opt/llvm/include/llvm/IR/StructuralHash.h -- Installing: /opt/llvm/include/llvm/IR/SymbolTableListTraits.h -- Installing: /opt/llvm/include/llvm/IR/IRPrintingPasses.h -- Installing: /opt/llvm/include/llvm/IR/Metadata.h -- Installing: /opt/llvm/include/llvm/IR/Value.def -- Installing: /opt/llvm/include/llvm/IR/GlobalObject.h -- Installing: /opt/llvm/include/llvm/IR/Module.h -- Installing: /opt/llvm/include/llvm/IR/SSAContext.h -- Installing: /opt/llvm/include/llvm/IR/Verifier.h -- Installing: /opt/llvm/include/llvm/IR/CycleInfo.h -- Installing: /opt/llvm/include/llvm/IR/PassManagerInternal.h -- Installing: /opt/llvm/include/llvm/IR/LLVMContext.h -- Installing: /opt/llvm/include/llvm/IR/DerivedTypes.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsWebAssembly.td -- Installing: /opt/llvm/include/llvm/IR/Value.h -- Installing: /opt/llvm/include/llvm/IR/BasicBlock.h -- Installing: /opt/llvm/include/llvm/IR/ConstantFold.h -- Installing: /opt/llvm/include/llvm/IR/AssemblyAnnotationWriter.h -- Installing: /opt/llvm/include/llvm/IR/AttributeMask.h -- Installing: /opt/llvm/include/llvm/IR/Instructions.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td -- Installing: /opt/llvm/include/llvm/IR/IRBuilder.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicInst.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsBPF.td -- Installing: /opt/llvm/include/llvm/IR/GlobalValue.h -- Installing: /opt/llvm/include/llvm/IR/TrackingMDRef.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsLoongArch.td -- Installing: /opt/llvm/include/llvm/IR/ValueSymbolTable.h -- Installing: /opt/llvm/include/llvm/IR/Type.h -- Installing: /opt/llvm/include/llvm/IR/OptBisect.h -- Installing: /opt/llvm/include/llvm/IR/TypeFinder.h -- Installing: /opt/llvm/include/llvm/IR/PassManagerImpl.h -- Installing: /opt/llvm/include/llvm/IR/ConstrainedOps.def -- Installing: /opt/llvm/include/llvm/IR/InstrTypes.h -- Installing: /opt/llvm/include/llvm/IR/Instruction.h -- Installing: /opt/llvm/include/llvm/IR/DiagnosticPrinter.h -- Installing: /opt/llvm/include/llvm/IR/UseListOrder.h -- Installing: /opt/llvm/include/llvm/IR/LLVMRemarkStreamer.h -- Installing: /opt/llvm/include/llvm/IR/Metadata.def -- Installing: /opt/llvm/include/llvm/IR/EHPersonalities.h -- Installing: /opt/llvm/include/llvm/IR/GVMaterializer.h -- Installing: /opt/llvm/include/llvm/IR/GlobalVariable.h -- Installing: /opt/llvm/include/llvm/IR/DiagnosticHandler.h -- Installing: /opt/llvm/include/llvm/IR/InstVisitor.h -- Installing: /opt/llvm/include/llvm/IR/ModuleSlotTracker.h -- Installing: /opt/llvm/include/llvm/IR/Assumptions.h -- Installing: /opt/llvm/include/llvm/IR/BuiltinGCs.h -- Installing: /opt/llvm/include/llvm/IR/ConstantFolder.h -- Installing: /opt/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel/StringTable.h -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel/StringPool.h -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel/DWARFFile.h -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel/DWARFLinker.h -- Installing: /opt/llvm/include/llvm/DWARFLinkerParallel/AddressesMap.h -- Installing: /opt/llvm/include/llvm/DWP -- Installing: /opt/llvm/include/llvm/DWP/DWPStringPool.h -- Installing: /opt/llvm/include/llvm/DWP/DWP.h -- Installing: /opt/llvm/include/llvm/DWP/DWPError.h -- Installing: /opt/llvm/include/llvm/MC -- Installing: /opt/llvm/include/llvm/MC/MCObjectStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCCodeEmitter.h -- Installing: /opt/llvm/include/llvm/MC/MCSection.h -- Installing: /opt/llvm/include/llvm/MC/MCInstrInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCDXContainerStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionELF.h -- Installing: /opt/llvm/include/llvm/MC/MCWin64EH.h -- Installing: /opt/llvm/include/llvm/MC/MCAssembler.h -- Installing: /opt/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h -- Installing: /opt/llvm/include/llvm/MC/MCInstrAnalysis.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoDarwin.h -- Installing: /opt/llvm/include/llvm/MC/MCFixup.h -- Installing: /opt/llvm/include/llvm/MC/MCWinEH.h -- Installing: /opt/llvm/include/llvm/MC/MCExpr.h -- Installing: /opt/llvm/include/llvm/MC/TargetRegistry.h -- Installing: /opt/llvm/include/llvm/MC/MCSPIRVObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCDirectives.h -- Installing: /opt/llvm/include/llvm/MC/MCInstrDesc.h -- Installing: /opt/llvm/include/llvm/MC/MCELFStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCParser -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCAsmParser.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/AsmCond.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/AsmLexer.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCAsmLexer.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h -- Installing: /opt/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmBackend.h -- Installing: /opt/llvm/include/llvm/MC/MCDecoderOps.h -- Installing: /opt/llvm/include/llvm/MC/MCValue.h -- Installing: /opt/llvm/include/llvm/MC/MCXCOFFStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCSubtargetInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmMacro.h -- Installing: /opt/llvm/include/llvm/MC/MCDisassembler -- Installing: /opt/llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h -- Installing: /opt/llvm/include/llvm/MC/MCDisassembler/MCSymbolizer.h -- Installing: /opt/llvm/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h -- Installing: /opt/llvm/include/llvm/MC/MCCodeView.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoXCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCRegisterInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCELFObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCLabel.h -- Installing: /opt/llvm/include/llvm/MC/DXContainerPSVInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCWinCOFFStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCSchedule.h -- Installing: /opt/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCWasmObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCLinkerOptimizationHint.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoELF.h -- Installing: /opt/llvm/include/llvm/MC/MCInstBuilder.h -- Installing: /opt/llvm/include/llvm/MC/MCPseudoProbe.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoGOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionGOFF.h -- Installing: /opt/llvm/include/llvm/MC/SectionKind.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolMachO.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbol.h -- Installing: /opt/llvm/include/llvm/MC/ConstantPools.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolXCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmLayout.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolELF.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionSPIRV.h -- Installing: /opt/llvm/include/llvm/MC/MCTargetOptions.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoWasm.h -- Installing: /opt/llvm/include/llvm/MC/MCMachObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolGOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCDXContainerWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionWasm.h -- Installing: /opt/llvm/include/llvm/MC/MachineLocation.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionDXContainer.h -- Installing: /opt/llvm/include/llvm/MC/MCDwarf.h -- Installing: /opt/llvm/include/llvm/MC/LaneBitmask.h -- Installing: /opt/llvm/include/llvm/MC/MCRegister.h -- Installing: /opt/llvm/include/llvm/MC/MCFragment.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionMachO.h -- Installing: /opt/llvm/include/llvm/MC/MCInstrItineraries.h -- Installing: /opt/llvm/include/llvm/MC/MCObjectFileInfo.h -- Installing: /opt/llvm/include/llvm/MC/MCXCOFFObjectWriter.h -- Installing: /opt/llvm/include/llvm/MC/MCSymbolWasm.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionXCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCInstPrinter.h -- Installing: /opt/llvm/include/llvm/MC/MCInst.h -- Installing: /opt/llvm/include/llvm/MC/StringTableBuilder.h -- Installing: /opt/llvm/include/llvm/MC/MCAsmInfoCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCSPIRVStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCContext.h -- Installing: /opt/llvm/include/llvm/MC/MCSectionCOFF.h -- Installing: /opt/llvm/include/llvm/MC/MCWasmStreamer.h -- Installing: /opt/llvm/include/llvm/MC/MCFixupKindInfo.h -- Installing: /opt/llvm/include/llvm/PassSupport.h -- Installing: /opt/llvm/include/llvm/XRay -- Installing: /opt/llvm/include/llvm/XRay/InstrumentationMap.h -- Installing: /opt/llvm/include/llvm/XRay/XRayRecord.h -- Installing: /opt/llvm/include/llvm/XRay/FDRLogBuilder.h -- Installing: /opt/llvm/include/llvm/XRay/BlockIndexer.h -- Installing: /opt/llvm/include/llvm/XRay/Profile.h -- Installing: /opt/llvm/include/llvm/XRay/Trace.h -- Installing: /opt/llvm/include/llvm/XRay/BlockPrinter.h -- Installing: /opt/llvm/include/llvm/XRay/FDRRecordConsumer.h -- Installing: /opt/llvm/include/llvm/XRay/FDRTraceWriter.h -- Installing: /opt/llvm/include/llvm/XRay/FDRRecordProducer.h -- Installing: /opt/llvm/include/llvm/XRay/RecordPrinter.h -- Installing: /opt/llvm/include/llvm/XRay/FDRRecords.h -- Installing: /opt/llvm/include/llvm/XRay/Graph.h -- Installing: /opt/llvm/include/llvm/XRay/FDRTraceExpander.h -- Installing: /opt/llvm/include/llvm/XRay/YAMLXRayRecord.h -- Installing: /opt/llvm/include/llvm/XRay/BlockVerifier.h -- Installing: /opt/llvm/include/llvm/XRay/FileHeaderReader.h -- Installing: /opt/llvm/include/llvm/Bitstream -- Installing: /opt/llvm/include/llvm/Bitstream/BitCodeEnums.h -- Installing: /opt/llvm/include/llvm/Bitstream/BitCodes.h -- Installing: /opt/llvm/include/llvm/Bitstream/BitstreamReader.h -- Installing: /opt/llvm/include/llvm/Bitstream/BitstreamWriter.h -- Up-to-date: /opt/llvm/include/llvm-c -- Installing: /opt/llvm/include/llvm-c/Types.h -- Installing: /opt/llvm/include/llvm-c/Error.h -- Installing: /opt/llvm/include/llvm-c/BitReader.h -- Installing: /opt/llvm/include/llvm-c/TargetMachine.h -- Installing: /opt/llvm/include/llvm-c/Target.h -- Installing: /opt/llvm/include/llvm-c/Support.h -- Installing: /opt/llvm/include/llvm-c/BitWriter.h -- Installing: /opt/llvm/include/llvm-c/DisassemblerTypes.h -- Installing: /opt/llvm/include/llvm-c/Linker.h -- Installing: /opt/llvm/include/llvm-c/Object.h -- Installing: /opt/llvm/include/llvm-c/OrcEE.h -- Installing: /opt/llvm/include/llvm-c/IRReader.h -- Installing: /opt/llvm/include/llvm-c/DebugInfo.h -- Installing: /opt/llvm/include/llvm-c/Disassembler.h -- Installing: /opt/llvm/include/llvm-c/Orc.h -- Installing: /opt/llvm/include/llvm-c/Comdat.h -- Installing: /opt/llvm/include/llvm-c/ExecutionEngine.h -- Installing: /opt/llvm/include/llvm-c/Core.h -- Installing: /opt/llvm/include/llvm-c/Transforms -- Installing: /opt/llvm/include/llvm-c/Transforms/PassBuilder.h -- Installing: /opt/llvm/include/llvm-c/LLJIT.h -- Installing: /opt/llvm/include/llvm-c/blake3.h -- Up-to-date: /opt/llvm/include/llvm-c/Remarks.h -- Installing: /opt/llvm/include/llvm-c/Deprecated.h -- Installing: /opt/llvm/include/llvm-c/ErrorHandling.h -- Installing: /opt/llvm/include/llvm-c/Analysis.h -- Up-to-date: /opt/llvm/include/llvm-c/lto.h -- Installing: /opt/llvm/include/llvm-c/DataTypes.h -- Installing: /opt/llvm/include/llvm-c/ExternC.h -- Up-to-date: /opt/llvm/include/llvm -- Up-to-date: /opt/llvm/include/llvm/Support -- Installing: /opt/llvm/include/llvm/Support/VCSRevision.h -- Installing: /opt/llvm/include/llvm/Support/Extension.def -- Up-to-date: /opt/llvm/include/llvm/CodeGen -- Installing: /opt/llvm/include/llvm/CodeGen/GenVT.inc -- Up-to-date: /opt/llvm/include/llvm/Frontend -- Up-to-date: /opt/llvm/include/llvm/Frontend/OpenACC -- Installing: /opt/llvm/include/llvm/Frontend/OpenACC/ACC.inc -- Installing: /opt/llvm/include/llvm/Frontend/OpenACC/ACC.h.inc -- Up-to-date: /opt/llvm/include/llvm/Frontend/OpenMP -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMP.h.inc -- Installing: /opt/llvm/include/llvm/Frontend/OpenMP/OMP.inc -- Up-to-date: /opt/llvm/include/llvm/Config -- Installing: /opt/llvm/include/llvm/Config/Targets.def -- Installing: /opt/llvm/include/llvm/Config/llvm-config.h -- Installing: /opt/llvm/include/llvm/Config/abi-breaking.h -- Installing: /opt/llvm/include/llvm/Config/Disassemblers.def -- Installing: /opt/llvm/include/llvm/Config/TargetMCAs.def -- Installing: /opt/llvm/include/llvm/Config/AsmPrinters.def -- Installing: /opt/llvm/include/llvm/Config/TargetExegesis.def -- Installing: /opt/llvm/include/llvm/Config/AsmParsers.def -- Up-to-date: /opt/llvm/include/llvm/TargetParser -- Installing: /opt/llvm/include/llvm/TargetParser/RISCVTargetParserDef.inc -- Up-to-date: /opt/llvm/include/llvm/IR -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsMips.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsARM.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsAArch64.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicEnums.inc -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsDirectX.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsXCore.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsRISCV.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicImpl.inc -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsPowerPC.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsSPIRV.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsS390.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsLoongArch.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsAMDGPU.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsHexagon.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsR600.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsNVPTX.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsVE.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsX86.h -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsBPF.h -- Installing: /opt/llvm/include/llvm/IR/Attributes.inc -- Installing: /opt/llvm/include/llvm/IR/IntrinsicsWebAssembly.h -- Installing: /opt/llvm/lib/cmake/llvm/LLVMConfigExtensions.cmake [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_LogicalSpaces [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_LogicalSpaces Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 11%] Built target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o 35: Test_Atomic/100000/iterations:10 2.03 s 2.03 s 10 1 8 4.74005m 3.06643m 299.77u 4.99995G 1070.51k 4.99995G [ 13%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 13%] Built target Kokkos_CoreUnitTest_SerialGraph Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (23873 ms) 5: [----------] 7 tests from cuda_DeathTest (233604 ms total) 5: 5: [----------] 88 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (10 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (1 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (277 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (50 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: [ OK ] cuda.large_team_scratch_size (2 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (0 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (60 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (224 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: [ OK ] cuda.parallel_scan_with_reducers (130 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (1 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (1 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (24 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (24 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (22 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (19 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (15 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan 5: [ OK ] cuda.team_reduction_scan (1519 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (10 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (10 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (10 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (258 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (306 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (0 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (1 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (7 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 5: [ OK ] cuda.team_policy_max_recommended (107 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: [ OK ] cuda.team_teamvector_range (9 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (4 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (4 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (17 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (20 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (26 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (1 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (5 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestLegionInitialization.cpp(30): warning #177-D: member "::initialization_legion_initialization_Test::test_info_" was declared but never referenced [ 13%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] cuda.view_allocation_large_rank (1125 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (7 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (22 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (4 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (60 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (58 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (0 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (56 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (20 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (1 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (3 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (39 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (7 ms) 5: [ RUN ] cuda.workgraph_fib [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o 5: [ OK ] cuda.workgraph_fib (1410 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (1 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:78: Skipped 5: skipping since CudaUVMSpace requires additional fences 5: [ SKIPPED ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 5: skipping since the fence checked for isn't necessary 5: [ SKIPPED ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:321: Skipped 5: skipping since the CudaUVMSpace requires additiional fences 5: [ SKIPPED ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 88 tests from cuda (6039 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (1 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (58 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (60 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (59 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (150 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (153 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (146 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (154 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (153 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess [ 13%] Built target Kokkos_CoreUnitTest_LegionInitialization 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (150 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (1129 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 123 tests from 3 test suites ran. (240773 ms total) 5: [ PASSED ] 119 tests. 5: [ SKIPPED ] 4 tests, listed below: 5: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host 5: [ SKIPPED ] cuda.realloc_exec_space 5: [ SKIPPED ] cuda.view_allocation_int 5: [ SKIPPED ] cuda.view_allocation_exec_space_int [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o 5/66 Test #5: Kokkos_CoreUnitTest_Cuda2 ................... Passed 243.71 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3 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 91 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 41 tests from cuda 6: [ RUN ] cuda.task_fib_deprecated [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o 6: [ OK ] cuda.task_fib_deprecated (3421 ms) 6: [ RUN ] cuda.task_depend_deprecated 6: [ OK ] cuda.task_depend_deprecated (179 ms) 6: [ RUN ] cuda.task_team_deprecated 6: [ OK ] cuda.task_team_deprecated (19 ms) 6: [ RUN ] cuda.task_with_mempool_deprecated 6: [ OK ] cuda.task_with_mempool_deprecated (4 ms) 6: [ RUN ] cuda.task_multiple_depend_deprecated 6: [ OK ] cuda.task_multiple_depend_deprecated (81 ms) 6: [ RUN ] cuda.task_scheduler_ctors_deprecated 6: [ OK ] cuda.task_scheduler_ctors_deprecated (0 ms) 6: [ RUN ] cuda.task_scheduer_ctors_device_deprecated 6: [ OK ] cuda.task_scheduer_ctors_device_deprecated (5 ms) 6: [ RUN ] cuda.task_fib_deprecated_multiple 35: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 1 4 3.84248m 3.04107m 299.77u 704.983M 992.176k 704.983M 6: [ OK ] cuda.task_fib_deprecated_multiple (1221 ms) 6: [ RUN ] cuda.task_depend_deprecated_multiple 6: [ OK ] cuda.task_depend_deprecated_multiple (216 ms) 6: [ RUN ] cuda.task_team_deprecated_multiple 6: [ OK ] cuda.task_team_deprecated_multiple (23 ms) 6: [ RUN ] cuda.task_with_mempool_deprecated_multiple 6: [ OK ] cuda.task_with_mempool_deprecated_multiple (7 ms) 6: [ RUN ] cuda.task_multiple_depend_deprecated_multiple 6: [ OK ] cuda.task_multiple_depend_deprecated_multiple (80 ms) 6: [ RUN ] cuda.task_scheduler_ctors_deprecated_multiple 6: [ OK ] cuda.task_scheduler_ctors_deprecated_multiple (0 ms) 6: [ RUN ] cuda.task_scheduer_ctors_device_deprecated_multiple 6: [ OK ] cuda.task_scheduer_ctors_device_deprecated_multiple (7 ms) 6: [ RUN ] cuda.task_fib_single 6: [ OK ] cuda.task_fib_single (2830 ms) 6: [ RUN ] cuda.task_depend_single 6: [ OK ] cuda.task_depend_single (224 ms) 6: [ RUN ] cuda.task_team_single 6: [ OK ] cuda.task_team_single (21 ms) 6: [ RUN ] cuda.task_with_mempool_single 6: [ OK ] cuda.task_with_mempool_single (7 ms) 6: [ RUN ] cuda.task_multiple_depend_single 6: [ OK ] cuda.task_multiple_depend_single (107 ms) 6: [ RUN ] cuda.task_scheduler_ctors_single 6: [ OK ] cuda.task_scheduler_ctors_single (0 ms) 6: [ RUN ] cuda.task_scheduer_ctors_device_single 6: [ OK ] cuda.task_scheduer_ctors_device_single (7 ms) 6: [ RUN ] cuda.task_fib_multiple [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestInitializationSettings.cpp(47): warning #177-D: member "::defaultdevicetype_initialization_settings_Test::test_info_" was declared but never referenced [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o 6: [ OK ] cuda.task_fib_multiple (2146 ms) 6: [ RUN ] cuda.task_depend_multiple 6: [ OK ] cuda.task_depend_multiple (165 ms) 6: [ RUN ] cuda.task_team_multiple 6: [ OK ] cuda.task_team_multiple (14 ms) 6: [ RUN ] cuda.task_with_mempool_multiple 6: [ OK ] cuda.task_with_mempool_multiple (8 ms) 6: [ RUN ] cuda.task_multiple_depend_multiple 6: [ OK ] cuda.task_multiple_depend_multiple (87 ms) 6: [ RUN ] cuda.task_scheduler_ctors_multiple 6: [ OK ] cuda.task_scheduler_ctors_multiple (0 ms) 6: [ RUN ] cuda.task_scheduer_ctors_device_multiple 6: [ OK ] cuda.task_scheduer_ctors_device_multiple (8 ms) 6: [ RUN ] cuda.task_fib_chase_lev [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaGraph [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o 6: [ OK ] cuda.task_fib_chase_lev (2506 ms) 6: [ RUN ] cuda.task_depend_chase_lev Scanning dependencies of target Kokkos_push_finalize_hook_terminate 6: [ OK ] cuda.task_depend_chase_lev (482 ms) 6: [ RUN ] cuda.task_team_chase_lev 6: [ OK ] cuda.task_team_chase_lev (29 ms) 6: [ RUN ] cuda.task_with_mempool_chase_lev 6: [ OK ] cuda.task_with_mempool_chase_lev (16 ms) 6: [ RUN ] cuda.task_multiple_depend_chase_lev [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o 6: [ OK ] cuda.task_multiple_depend_chase_lev (156 ms) 6: [ RUN ] cuda.task_scheduler_ctors_chase_lev 6: [ OK ] cuda.task_scheduler_ctors_chase_lev (0 ms) 6: [ RUN ] cuda.task_scheduer_ctors_device_chase_lev 6: [ OK ] cuda.task_scheduer_ctors_device_chase_lev (23 ms) 6: [ RUN ] cuda.team_scratch_1_streams [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 15%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(143): warning #177-D: member "::defaultdevicetype_cmd_line_args_num_threads_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(156): warning #177-D: member "::defaultdevicetype_cmd_line_args_device_id_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(169): warning #177-D: member "::defaultdevicetype_cmd_line_args_num_devices_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(185): warning #177-D: member "::defaultdevicetype_cmd_line_args_disable_warning_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(197): warning #177-D: member "::defaultdevicetype_cmd_line_args_tune_internals_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(211): warning #177-D: member "::defaultdevicetype_cmd_line_args_help_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(245): warning #177-D: member "::defaultdevicetype_cmd_line_args_tools_arguments_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(271): warning #177-D: member "::defaultdevicetype_cmd_line_args_unrecognized_flag_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(320): warning #177-D: member "::defaultdevicetype_env_vars_num_threads_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(343): warning #177-D: member "::defaultdevicetype_env_vars_device_id_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(354): warning #177-D: member "::defaultdevicetype_env_vars_num_devices_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(368): warning #177-D: member "::defaultdevicetype_env_vars_disable_warnings_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(395): warning #177-D: member "::defaultdevicetype_env_vars_tune_internals_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(422): warning #177-D: member "::defaultdevicetype_visible_devices_Test::test_info_" was declared but never referenced [ 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_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 15%] Linking CXX executable Kokkos_push_finalize_hook_terminate 6: [ OK ] cuda.team_scratch_1_streams (11822 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (0 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (1 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 41 tests from cuda (25938 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (35 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (10 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (7 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (0 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (2 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank 35: Test_Atomic/100000/iterations:10 2.03 s 2.03 s 10 1 8 4.80878m 2.90232m 299.76u 4.99995G 1019.11k 4.99995G [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 15%] Built target Kokkos_push_finalize_hook_terminate [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (5150 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (6 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (51 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (2 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_hostpinned (5269 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (51 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (23 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (32 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (1 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (5 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (0 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 6: [ OK ] cuda_uvm.view_allocation_large_rank (1136 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (7 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (22 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (3 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (53 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (18 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (1 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (4 ms) 6: [----------] 25 tests from cuda_uvm (1365 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 91 tests from 3 test suites ran. (32574 ms total) 6: [ PASSED ] 91 tests. [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F 6/66 Test #6: Kokkos_CoreUnitTest_Cuda3 ................... Passed 34.93 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 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 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 (137 ms) 7: [ RUN ] cuda.debug_pin_um_to_host [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 7: [ OK ] cuda.debug_pin_um_to_host (814 ms) 7: [----------] 2 tests from cuda (952 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (952 ms total) 7: [ PASSED ] 2 tests. [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o 7/66 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ......... Passed 3.05 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/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 /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestSharedSpace.cpp(100): warning #177-D: member "::defaultdevicetype_shared_space_Test::test_info_" was declared but never referenced [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o 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: [ OK ] cuda.raw_cuda_interop (1522 ms) 8: [----------] 1 test from cuda (1522 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (1522 ms total) 8: [ PASSED ] 1 test. 8/66 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ......... Passed 2.06 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/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 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o 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: [ OK ] cuda.raw_cuda_streams (1519 ms) 9: [----------] 1 test from cuda (1519 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (1519 ms total) 9: [ PASSED ] 1 test. 9/66 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...... Passed 2.06 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaGraph 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 10: Test timeout computed to be: 1500 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o 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: [==========] Running 5 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 5 tests from cuda_count_bugs 10: [ RUN ] cuda_count_bugs.launch_one 10: [ OK ] cuda_count_bugs.launch_one (2 ms) 10: [ RUN ] cuda_count_bugs.launch_one_rvalue 10: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 10: [ RUN ] cuda_count_bugs.launch_six 10: [ OK ] cuda_count_bugs.launch_six (0 ms) 10: [ RUN ] cuda_count_bugs.when_all_cycle 10: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 10: [ RUN ] cuda_count_bugs.zero_work_reduce 10: [ OK ] cuda_count_bugs.zero_work_reduce (0 ms) 10: [----------] 5 tests from cuda_count_bugs (5 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 5 tests from 1 test suite ran. (5 ms total) 10: [ PASSED ] 5 tests. 10: 10: YOU HAVE 1 DISABLED TEST 10: 10/66 Test #10: Kokkos_CoreUnitTest_CudaGraph ............... Passed 2.07 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 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: [==========] Running 74 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 34 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.init_arguments_implicit_conversion_to_initialization_settings 11: [ OK ] defaultdevicetype.init_arguments_implicit_conversion_to_initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.initialization_settings 11: [ OK ] defaultdevicetype.initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 11: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_device_id 11: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_devices 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.cmd_line_args_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 11: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 11: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_help 11: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 11: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 11: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (10 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_threads 11: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_device_id 11: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.env_vars_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_disable_warnings 11: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_tune_internals 11: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.visible_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.visible_devices (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: [ OK ] defaultdevicetype.shared_space (98 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 (3 ms) 11: [ RUN ] defaultdevicetype.bhalf_conversion 11: [ OK ] defaultdevicetype.bhalf_conversion (3 ms) 11: [ RUN ] defaultdevicetype.half_operators 11: [ OK ] defaultdevicetype.half_operators (6 ms) 11: [ RUN ] defaultdevicetype.bhalf_operators 11: [ OK ] defaultdevicetype.bhalf_operators (5 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 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (36 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (13 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (18 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (50 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (16 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (54 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (18 ms) 11: [ RUN ] defaultdevicetype.malloc 11: [ OK ] defaultdevicetype.malloc (0 ms) 11: [----------] 34 tests from defaultdevicetype (379 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (39 ms) 11: [----------] 1 test from kokkosresize (39 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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: [==========] 74 tests from 41 test suites ran. (431 ms total) 11: [ PASSED ] 74 tests. [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o 11/66 Test #11: Kokkos_CoreUnitTest_Default ................. Passed 2.58 sec test 12 Start 12: Kokkos_CoreUnitTest_LegionInitialization 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 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 initialization 12: [ RUN ] initialization.legion_initialization -- Testing 1-D histogram Density 1D: 0.00195319 -0.999999 -57857.4 || 0.051031 0 1.55078e+06 || 2.86891e+10 28674.4 || -7.9982e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00587075 -0.967891 10.3342 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 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: [ OK ] initialization.legion_initialization (1509 ms) 12: [----------] 1 test from initialization (1509 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (1509 ms total) 12: [ PASSED ] 1 test. 12/66 Test #12: Kokkos_CoreUnitTest_LegionInitialization .... Passed 2.05 sec test 13 Start 13: Kokkos_CoreUnitTest_PushFinalizeHook 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 13: Test timeout computed to be: 1500 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o 35: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 4.84095m 2.97947m 299.77u 4.99995G 890.024k 4.99995G 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: SUCCESS 13/66 Test #13: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 2.07 sec test 14 Start 14: Kokkos_CoreUnitTest_Develop 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_Develop 14: Test timeout computed to be: 1500 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestSharedHostPinnedSpace.cpp(60): warning #177-D: member "::defaultdevicetype_shared_host_pinned_space_Test::test_info_" was declared but never referenced [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o 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 defaultdevicetype 14: [ RUN ] defaultdevicetype.development_test 14: [ OK ] defaultdevicetype.development_test (0 ms) 14: [----------] 1 test from defaultdevicetype (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o 14/66 Test #14: Kokkos_CoreUnitTest_Develop ................. Passed 2.07 sec test 15 Start 15: Kokkos_CoreUnitTest_LogicalSpaces 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 15: Test timeout computed to be: 1500 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.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 6 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.access_forbidden 15: [ OK ] defaultdevicetype_DeathTest.access_forbidden (566 ms) 15: [----------] 1 test from defaultdevicetype_DeathTest (566 ms total) 15: 15: [----------] 5 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.logical_space_views 15: [ OK ] defaultdevicetype.logical_space_views (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_malloc 15: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_alloc 15: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 15: [ RUN ] defaultdevicetype.chained_logical_spaces 15: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 15: [ RUN ] defaultdevicetype.access_allowed 15: [ OK ] defaultdevicetype.access_allowed (0 ms) 15: [----------] 5 tests from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 6 tests from 2 test suites ran. (566 ms total) 15: [ PASSED ] 6 tests. [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o 15/66 Test #15: Kokkos_CoreUnitTest_LogicalSpaces ........... Passed 2.63 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 16: 16: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 16: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 16: setting CUDA_VISIBLE_DEVICES. 16: This could on multi GPU systems lead to severe performance" 16: penalties. 16: [==========] Running 28 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 26 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 0 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: 0 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: 0 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554432 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554433 16: test_kernel 16: [ OK ] kokkosp.test_kernel_sequence (0 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 (1 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 (5 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence 16: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence_view 16: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 16: [ RUN ] kokkosp.regions 16: [ OK ] kokkosp.regions (0 ms) 16: [ RUN ] kokkosp.fences 16: [ OK ] kokkosp.fences (0 ms) 16: [ RUN ] kokkosp.raw_allocation 16: [ OK ] kokkosp.raw_allocation (0 ms) 16: [ RUN ] kokkosp.view 16: [ OK ] kokkosp.view (0 ms) 16: [ RUN ] kokkosp.sections 16: [ OK ] kokkosp.sections (0 ms) 16: [ RUN ] kokkosp.metadata 16: [ OK ] kokkosp.metadata (0 ms) 16: [ RUN ] kokkosp.profile_events 16: [ OK ] kokkosp.profile_events (0 ms) 16: [ RUN ] kokkosp.no_init_kernel 16: [ OK ] kokkosp.no_init_kernel (0 ms) 16: [ RUN ] kokkosp.get_events 16: [ OK ] kokkosp.get_events (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped 16: skipping since the CudaUVMSpace requires additional fences 16: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 26 tests from kokkosp (10 ms total) 16: 16: [----------] 2 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.profiling_section 16: [ OK ] defaultdevicetype.profiling_section (0 ms) 16: [ RUN ] defaultdevicetype.scoped_profile_region 16: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 16: [----------] 2 tests from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 2 test suites ran. (10 ms total) 16: [ PASSED ] 27 tests. 16: [ SKIPPED ] 1 test, listed below: 16: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 16/66 Test #16: Kokkos_CoreUnitTest_KokkosP ................. Passed 2.10 sec test 17 Start 17: Kokkos_CoreUnitTest_ToolIndependence 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 17: Test timeout computed to be: 1500 17/66 Test #17: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.01 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoadHelp 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 18: Environment variables: 18: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 1500 18: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 18: 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: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 18/66 Test #18: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 2.07 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLineHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o 19: 19: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 19: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 19: setting CUDA_VISIBLE_DEVICES. 19: This could on multi GPU systems lead to severe performance" 19: penalties. 19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 19/66 Test #19: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 2.07 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoad 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 20: Environment variables: 20: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/libkokkosprinter-tool.so 20: Test timeout computed to be: 1500 20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o 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_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x5555561bd400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555561bd640:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555561bd6c0:Host:source:0x5555561bd480: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:0x5555561bd7c0: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:0x5555561bd640:40::kokkosp_deallocate_data:Host:source:0x5555561bd400:40::kokkosp_finalize_library:: 20/66 Test #20: Kokkos_ProfilingTestLibraryLoad ............. Passed 2.06 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLine 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o -- Testing 1-D histogram Density 1D: 6.68478e-07 0.00942779 -0.0203186 || 0.051031 27897 29329 || 28406.6 28674.4 || -280.884 -2.0744 -- Testing 3-D histogram Density 3D: 7.18929e-07 -0.0045927 -0.0016446 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 21: 21: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 21: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 21: setting CUDA_VISIBLE_DEVICES. 21: This could on multi GPU systems lead to severe performance" 21: penalties. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x5555561bd400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555561bd640:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555561bd6c0:Host:source:0x5555561bd480: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:0x5555561bd7c0: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:0x5555561bd640:40::kokkosp_deallocate_data:Host:source:0x5555561bd400:40::kokkosp_finalize_library:: 21/66 Test #21: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 2.04 sec test 22 Start 22: Kokkos_CoreUnitTest_StackTraceTest 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec 22: Test timeout computed to be: 1500 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o 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: [==========] Running 3 tests from 2 test suites. 22: [----------] Global test environment set-up. 22: [----------] 2 tests from defaultdevicetype_DeathTest 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a3550] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5555555a553f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f1: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555a3550] Test::test_stacktrace(bool, bool) 22: [0x5555555a553f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aa7f8] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a3e3e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5555555a553f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f3: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555aa7f8] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x5555555a3e3e] Test::test_stacktrace(bool, bool) 22: [0x5555555a553f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (296 ms) 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a3550] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5555555a589c] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f1: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555a3550] Test::test_stacktrace(bool, bool) 22: [0x5555555a589c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aa7f8] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a3e3e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5555555a589c] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f3: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555aa7f8] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x5555555a3e3e] Test::test_stacktrace(bool, bool) 22: [0x5555555a589c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (311 ms) 22: [----------] 2 tests from defaultdevicetype_DeathTest (608 ms total) 22: 22: [----------] 1 test from defaultdevicetype 22: [ RUN ] defaultdevicetype.stacktrace_normal 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a3550] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f1: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555a3550] Test::test_stacktrace(bool, bool) 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x555555605265] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa3d5] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aa7f8] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a3e3e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555daefa] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7880f) [0x5555555cc80f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78c5a) [0x5555555ccc5a] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7923d) [0x5555555cd23d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cf738] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555cfc08] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559fee2] 22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff6a23c87] 22: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a182a] 22: 22: demangled test_f3: 22: [0x555555605265] Kokkos::Impl::save_stacktrace() 22: [0x5555555aa3d5] Test::stacktrace_test_f1(std::ostream&) 22: [0x5555555aa7f8] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x5555555a3e3e] Test::test_stacktrace(bool, bool) 22: [0x5555555daefa] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x5555555cc80f] 22: [0x5555555ccc5a] 22: [0x5555555cd23d] 22: [0x5555555cf738] testing::internal::UnitTestImpl::RunAllTests() 22: [0x5555555cfc08] testing::UnitTest::Run() 22: [0x55555559fee2] main 22: [0x7ffff6a23c87] __libc_start_main 22: [0x5555555a182a] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 22: [----------] 1 test from defaultdevicetype (0 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 3 tests from 2 test suites ran. (609 ms total) 22: [ PASSED ] 3 tests. 22/66 Test #22: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 2.69 sec test 23 Start 23: Kokkos_CoreUnitTest_DefaultInit_1 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_1 23: Test timeout computed to be: 1500 23: [==========] Running 1 test from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 1 test from defaultdevicetypeinit 23: [ RUN ] defaultdevicetypeinit.no_args [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o 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: [ OK ] defaultdevicetypeinit.no_args (1515 ms) 23: [----------] 1 test from defaultdevicetypeinit (1515 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 1 test from 1 test suite ran. (1515 ms total) 23: [ PASSED ] 1 test. 23/66 Test #23: Kokkos_CoreUnitTest_DefaultInit_1 ........... Passed 2.05 sec test 24 Start 24: Kokkos_CoreUnitTest_DefaultInit_2 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_2 24: Test timeout computed to be: 1500 24: [==========] Running 1 test from 1 test suite. 24: [----------] Global test environment set-up. 24: [----------] 1 test from defaultdevicetypeinit 24: [ RUN ] defaultdevicetypeinit.commandline_args_empty [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o 35: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 0 4 6.01212m 2.93158m 897.58u 5.00001G 1.111M 4.99989G 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: [ OK ] defaultdevicetypeinit.commandline_args_empty (1521 ms) 24: [----------] 1 test from defaultdevicetypeinit (1521 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 1 test from 1 test suite ran. (1521 ms total) 24: [ PASSED ] 1 test. 24/66 Test #24: Kokkos_CoreUnitTest_DefaultInit_2 ........... Passed 2.08 sec test 25 Start 25: Kokkos_CoreUnitTest_DefaultInit_3 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_3 25: Test timeout computed to be: 1500 25: [==========] Running 1 test from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 1 test from defaultdevicetypeinit 25: [ RUN ] defaultdevicetypeinit.commandline_args_other [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o 25: 25: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 25: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 25: setting CUDA_VISIBLE_DEVICES. 25: This could on multi GPU systems lead to severe performance" 25: penalties. 25: [ OK ] defaultdevicetypeinit.commandline_args_other (1508 ms) 25: [----------] 1 test from defaultdevicetypeinit (1508 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 1 test from 1 test suite ran. (1508 ms total) 25: [ PASSED ] 1 test. [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o 25/66 Test #25: Kokkos_CoreUnitTest_DefaultInit_3 ........... Passed 2.06 sec test 26 Start 26: Kokkos_CoreUnitTest_DefaultInit_4 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_4 26: Test timeout computed to be: 1500 26: [==========] Running 1 test from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 1 test from defaultdevicetypeinit 26: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads 26: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o 26: 26: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 26: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 26: setting CUDA_VISIBLE_DEVICES. 26: This could on multi GPU systems lead to severe performance" 26: penalties. 26: [ OK ] defaultdevicetypeinit.commandline_args_nthreads (1530 ms) 26: [----------] 1 test from defaultdevicetypeinit (1530 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 1 test from 1 test suite ran. (1530 ms total) 26: [ PASSED ] 1 test. 26/66 Test #26: Kokkos_CoreUnitTest_DefaultInit_4 ........... Passed 2.08 sec test 27 Start 27: Kokkos_CoreUnitTest_DefaultInit_5 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_5 27: Test timeout computed to be: 1500 27: [==========] Running 1 test from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 1 test from defaultdevicetypeinit 27: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa 27: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 27: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 27: 27: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 27: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 27: setting CUDA_VISIBLE_DEVICES. 27: This could on multi GPU systems lead to severe performance" 27: penalties. 27: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa (1512 ms) 27: [----------] 1 test from defaultdevicetypeinit (1512 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 1 test from 1 test suite ran. (1512 ms total) 27: [ PASSED ] 1 test. 27/66 Test #27: Kokkos_CoreUnitTest_DefaultInit_5 ........... Passed 2.06 sec test 28 Start 28: Kokkos_CoreUnitTest_DefaultInit_6 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_6 28: Test timeout computed to be: 1500 28: [==========] Running 1 test from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 1 test from defaultdevicetypeinit 28: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device 28: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 28: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 28: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 28: 28: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 28: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 28: setting CUDA_VISIBLE_DEVICES. 28: This could on multi GPU systems lead to severe performance" 28: penalties. 28: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device (1520 ms) 28: [----------] 1 test from defaultdevicetypeinit (1520 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 1 test from 1 test suite ran. (1520 ms total) 28: [ PASSED ] 1 test. [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 28/66 Test #28: Kokkos_CoreUnitTest_DefaultInit_6 ........... Passed 2.07 sec test 29 Start 29: Kokkos_CoreUnitTest_DefaultInit_7 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_7 29: Test timeout computed to be: 1500 29: [==========] Running 1 test from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 1 test from defaultdevicetypeinit 29: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_device 29: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 29: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 29: 29: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 29: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 29: setting CUDA_VISIBLE_DEVICES. 29: This could on multi GPU systems lead to severe performance" 29: penalties. 29: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_device (1516 ms) 29: [----------] 1 test from defaultdevicetypeinit (1516 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 1 test from 1 test suite ran. (1516 ms total) 29: [ PASSED ] 1 test. 29/66 Test #29: Kokkos_CoreUnitTest_DefaultInit_7 ........... Passed 2.07 sec test 30 Start 30: Kokkos_CoreUnitTest_DefaultInit_8 30: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_8 30: Test timeout computed to be: 1500 30: [==========] Running 1 test from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 1 test from defaultdevicetypeinit 30: [ RUN ] defaultdevicetypeinit.commandline_args_numa_device 30: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 30: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 30: 30: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 30: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 30: setting CUDA_VISIBLE_DEVICES. 30: This could on multi GPU systems lead to severe performance" 30: penalties. 30: [ OK ] defaultdevicetypeinit.commandline_args_numa_device (1502 ms) 30: [----------] 1 test from defaultdevicetypeinit (1502 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 1 test from 1 test suite ran. (1502 ms total) 30: [ PASSED ] 1 test. 30/66 Test #30: Kokkos_CoreUnitTest_DefaultInit_8 ........... Passed 2.04 sec test 31 Start 31: Kokkos_CoreUnitTest_DefaultInit_9 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_9 31: Test timeout computed to be: 1500 31: [==========] Running 1 test from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 1 test from defaultdevicetypeinit 31: [ RUN ] defaultdevicetypeinit.commandline_args_device 31: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00794218 -0.0156162 || 0.051031 28067 29303 || 28903.9 28674.4 || -215.879 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00837194 -0.00837596 || 0.051031 1e+64 -1e+64 Test Seed:1706740203481975836 Test Scalar=int -- Testing randomness properties 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: [ OK ] defaultdevicetypeinit.commandline_args_device (1487 ms) 31: [----------] 1 test from defaultdevicetypeinit (1487 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 1 test from 1 test suite ran. (1487 ms total) 31: [ PASSED ] 1 test. [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o 31/66 Test #31: Kokkos_CoreUnitTest_DefaultInit_9 ........... Passed 2.03 sec test 32 Start 32: Kokkos_CoreUnitTest_DefaultInit_10 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_10 32: Test timeout computed to be: 1500 32: [==========] Running 1 test from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 1 test from defaultdevicetypeinit 32: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other 32: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 32: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 32: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 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: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other (1505 ms) 32: [----------] 1 test from defaultdevicetypeinit (1505 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 1 test from 1 test suite ran. (1505 ms total) 32: [ PASSED ] 1 test. [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o 32/66 Test #32: Kokkos_CoreUnitTest_DefaultInit_10 .......... Passed 2.04 sec test 33 Start 33: Kokkos_CoreUnitTest_DefaultInit_11 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_11 33: Test timeout computed to be: 1500 33: [==========] Running 1 test from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 1 test from defaultdevicetypeinit 33: [ RUN ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other_tune 33: Warning: command line argument '--threads' is deprecated. Use '--kokkos-num-threads' instead. Raised by Kokkos::initialize(). 33: Warning: command line argument '--numa' is deprecated. Raised by Kokkos::initialize(). 33: Warning: command line argument '--device-id' is deprecated. Use '--kokkos-device-id' instead. Raised by Kokkos::initialize(). 35: Test_Atomic/100000/iterations:10 2.04 s 2.04 s 10 1 8 5.91294m 3.17303m 897.57u 4.99995G 1033.25k 4.99995G 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: [ OK ] defaultdevicetypeinit.commandline_args_nthreads_numa_device_other_tune (1526 ms) 33: [----------] 1 test from defaultdevicetypeinit (1526 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 1 test from 1 test suite ran. (1526 ms total) 33: [ PASSED ] 1 test. 33/66 Test #33: Kokkos_CoreUnitTest_DefaultInit_11 .......... Passed 2.08 sec test 34 Start 34: Kokkos_CoreUnitTest_DefaultInit_12 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_12 34: Test timeout computed to be: 1500 34: [==========] Running 1 test from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 1 test from defaultdevicetypeinit 34: [ RUN ] defaultdevicetypeinit.initstruct_default [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o 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: [ OK ] defaultdevicetypeinit.initstruct_default (1499 ms) 34: [----------] 1 test from defaultdevicetypeinit (1499 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 1 test from 1 test suite ran. (1499 ms total) 34: [ PASSED ] 1 test. 34/66 Test #34: Kokkos_CoreUnitTest_DefaultInit_12 .......... Passed 2.03 sec test 35 Start 35: Kokkos_CoreUnitTest_DefaultInit_13 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_13 35: Test timeout computed to be: 1500 35: [==========] Running 1 test from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 1 test from defaultdevicetypeinit 35: [ RUN ] defaultdevicetypeinit.initstruct_nthreads [ 18%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o 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: [ OK ] defaultdevicetypeinit.initstruct_nthreads (1528 ms) 35: [----------] 1 test from defaultdevicetypeinit (1528 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 1 test from 1 test suite ran. (1528 ms total) 35: [ PASSED ] 1 test. 35/66 Test #35: Kokkos_CoreUnitTest_DefaultInit_13 .......... Passed 2.08 sec test 36 Start 36: Kokkos_CoreUnitTest_DefaultInit_14 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_14 36: Test timeout computed to be: 1500 36: [==========] Running 1 test from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 1 test from defaultdevicetypeinit 36: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa 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: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa (1517 ms) 36: [----------] 1 test from defaultdevicetypeinit (1517 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 1 test from 1 test suite ran. (1517 ms total) 36: [ PASSED ] 1 test. [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o 36/66 Test #36: Kokkos_CoreUnitTest_DefaultInit_14 .......... Passed 2.08 sec test 37 Start 37: Kokkos_CoreUnitTest_DefaultInit_15 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_15 37: Test timeout computed to be: 1500 37: [==========] Running 1 test from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 1 test from defaultdevicetypeinit 37: [ RUN ] defaultdevicetypeinit.initstruct_device 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: [ OK ] defaultdevicetypeinit.initstruct_device (1512 ms) 37: [----------] 1 test from defaultdevicetypeinit (1512 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 1 test from 1 test suite ran. (1512 ms total) 37: [ PASSED ] 1 test. 37/66 Test #37: Kokkos_CoreUnitTest_DefaultInit_15 .......... Passed 2.06 sec test 38 Start 38: Kokkos_CoreUnitTest_DefaultInit_16 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_16 38: Test timeout computed to be: 1500 38: [==========] Running 1 test from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 1 test from defaultdevicetypeinit 38: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_device 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: [ OK ] defaultdevicetypeinit.initstruct_nthreads_device (1488 ms) 38: [----------] 1 test from defaultdevicetypeinit (1488 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 1 test from 1 test suite ran. (1488 ms total) 38: [ PASSED ] 1 test. 38/66 Test #38: Kokkos_CoreUnitTest_DefaultInit_16 .......... Passed 2.03 sec test 39 Start 39: Kokkos_CoreUnitTest_DefaultInit_17 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_17 39: Test timeout computed to be: 1500 39: [==========] Running 1 test from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 1 test from defaultdevicetypeinit 39: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa_device 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: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa_device (1496 ms) 39: [----------] 1 test from defaultdevicetypeinit (1496 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 1 test from 1 test suite ran. (1496 ms total) 39: [ PASSED ] 1 test. [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o 39/66 Test #39: Kokkos_CoreUnitTest_DefaultInit_17 .......... Passed 2.05 sec test 40 Start 40: Kokkos_CoreUnitTest_DefaultInit_18 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_DefaultInit_18 40: Test timeout computed to be: 1500 40: [==========] Running 1 test from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 1 test from defaultdevicetypeinit 40: [ RUN ] defaultdevicetypeinit.initstruct_nthreads_numa_device_tune 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: [ OK ] defaultdevicetypeinit.initstruct_nthreads_numa_device_tune (1514 ms) 40: [----------] 1 test from defaultdevicetypeinit (1514 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 1 test from 1 test suite ran. (1514 ms total) 40: [ PASSED ] 1 test. 40/66 Test #40: Kokkos_CoreUnitTest_DefaultInit_18 .......... Passed 2.07 sec test 41 Start 41: Kokkos_CoreUnitTest_CTestDevice 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 41: Test timeout computed to be: 1500 41: [==========] Running 8 tests from 1 test suite. 41: [----------] Global test environment set-up. 41: [----------] 8 tests from ctest_environment 41: [ RUN ] ctest_environment.no_device_type 41: [ OK ] ctest_environment.no_device_type (0 ms) 41: [ RUN ] ctest_environment.no_process_count 41: [ OK ] ctest_environment.no_process_count (0 ms) 41: [ RUN ] ctest_environment.invalid_rank 41: [ OK ] ctest_environment.invalid_rank (0 ms) 41: [ RUN ] ctest_environment.no_type_str 41: [ OK ] ctest_environment.no_type_str (0 ms) 41: [ RUN ] ctest_environment.missing_type 41: [ OK ] ctest_environment.missing_type (0 ms) 41: [ RUN ] ctest_environment.no_id_str 41: [ OK ] ctest_environment.no_id_str (0 ms) 41: [ RUN ] ctest_environment.invalid_id_str 41: [ OK ] ctest_environment.invalid_id_str (0 ms) 41: [ RUN ] ctest_environment.good 41: [ OK ] ctest_environment.good (0 ms) 41: [----------] 8 tests from ctest_environment (0 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 8 tests from 1 test suite ran. (0 ms total) 41: [ PASSED ] 8 tests. 41/66 Test #41: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.01 sec test 42 Start 42: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 42: Test timeout computed to be: 1500 42/66 Test #42: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.01 sec test 43 [ 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o Start 43: Kokkos_ContainersUnitTest_Serial 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 43: Test timeout computed to be: 1500 [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o 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 64 tests from 1 test suite. 43: [----------] Global test environment set-up. 43: [----------] 64 tests from serial 43: [ RUN ] serial.bitset -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0105975 0.0203288 || 0.051031 28014 29419 || 28373.7 28674.4 || 281.025 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00447588 -0.00499029 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties 43: [ OK ] serial.bitset (1178 ms) 43: [ RUN ] serial.dualview_combination 43: [ OK ] serial.dualview_combination (0 ms) 43: [ RUN ] serial.dualview_alloc 43: [ OK ] serial.dualview_alloc (0 ms) 43: [ RUN ] serial.test_dualview_copy_construction_and_assignment 43: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 43: [ RUN ] serial.dualview_combinations_without_init 43: [ OK ] serial.dualview_combinations_without_init (0 ms) 43: [ RUN ] serial.dualview_deep_copy 43: [ OK ] serial.dualview_deep_copy (0 ms) 43: [ RUN ] serial.dualview_realloc 43: [ OK ] serial.dualview_realloc (0 ms) 43: [ RUN ] serial.dualview_resize 43: [ OK ] serial.dualview_resize (0 ms) 43: [ RUN ] serial.dualview_device_correct_kokkos_device 43: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 43: [ RUN ] serial.dualview_host_correct_kokkos_device 43: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 43: [ RUN ] serial.dualview_host_modify_template_device_sync 43: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 43: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 43: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 43: [ RUN ] serial.dualview_device_modify_template_host_sync 43: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 43: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 43: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 43: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 43: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 43: [ RUN ] serial.dynamic_view 43: [ OK ] serial.dynamic_view (14 ms) 43: [ RUN ] serial.dyn_rank_view_api_generic 43: [ OK ] serial.dyn_rank_view_api_generic (8 ms) 43: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 43: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 43: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 43: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 43: skipping since not default execution space 43: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 43: [ RUN ] serial.dyn_rank_view_api_operator_rank67 43: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 43: [ RUN ] serial.ErrorReporterViaLambda 43: [ OK ] serial.ErrorReporterViaLambda (0 ms) 43: [ RUN ] serial.ErrorReporter 43: [ OK ] serial.ErrorReporter (0 ms) 43: [ RUN ] serial.offsetview_construction 43: [ OK ] serial.offsetview_construction (39 ms) 43: [ RUN ] serial.offsetview_unmanaged_construction 43: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 43: [ RUN ] serial.offsetview_subview 43: [ OK ] serial.offsetview_subview (7 ms) 43: [ RUN ] serial.offsetview_offsets_rank1 43: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 43: [ RUN ] serial.offsetview_offsets_rank2 43: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 43: [ RUN ] serial.offsetview_offsets_rank3 43: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 43: [ RUN ] serial.scatterview [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o 35: Test_Atomic/100000/iterations:10 2.16 s 2.16 s 10 1 4 3.79348m 3.05211m 299.76u 704.983M 995.656k 704.983M 35/58 Test #35: Kokkos_PerformanceTest_Atomic ................. Passed 190.53 sec test 36 Start 36: Kokkos_ContainersUnitTest_Serial 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 36: Test timeout computed to be: 1500 [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 43: [ OK ] serial.scatterview (1728 ms) 43: [ RUN ] serial.scatterview_devicetype 43: [ OK ] serial.scatterview_devicetype (1 ms) 43: [ RUN ] serial.staticcrsgraph 43: [ OK ] serial.staticcrsgraph (7 ms) 43: [ RUN ] serial.resize_realloc_no_init_dualview 43: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 43: [ RUN ] serial.resize_realloc_no_alloc_dualview 43: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 43: [ RUN ] serial.resize_exec_space_dualview 43: [ OK ] serial.resize_exec_space_dualview (0 ms) 43: [ RUN ] serial.realloc_exec_space_dualview 43: [ OK ] serial.realloc_exec_space_dualview (0 ms) 43: [ RUN ] serial.resize_realloc_no_init_dynrankview 43: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 43: [ RUN ] serial.resize_exec_space_dynrankview 43: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 43: [ RUN ] serial.realloc_exec_space_dynrankview 43: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 43: [ RUN ] serial.resize_realloc_no_init_scatterview 43: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 43: [ RUN ] serial.resize_realloc_no_alloc_scatterview 43: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 43: [ RUN ] serial.resize_exec_space_scatterview 43: [ OK ] serial.resize_exec_space_scatterview (0 ms) 43: [ RUN ] serial.realloc_exec_space_scatterview 43: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_dynrankview 43: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 43: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (1 ms) 43: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 43: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_offsetview 43: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 43: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 43: [ RUN ] serial.create_mirror_view_and_copy_offsetview 43: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_dynamicview 43: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 43: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 43: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 43: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 43: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 43: [ RUN ] serial.UnorderedMap_insert 36: [==========] Running 61 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 61 tests from serial 36: [ RUN ] serial.bitset 36: [ OK ] serial.bitset (1306 ms) 36: [ RUN ] serial.dualview_combination 36: [ OK ] serial.dualview_combination (0 ms) 36: [ RUN ] serial.dualview_alloc 36: [ OK ] serial.dualview_alloc (0 ms) 36: [ RUN ] serial.test_dualview_copy_construction_and_assignment 36: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] serial.dualview_combinations_without_init 36: [ OK ] serial.dualview_combinations_without_init (0 ms) 36: [ RUN ] serial.dualview_deep_copy 36: [ OK ] serial.dualview_deep_copy (0 ms) 36: [ RUN ] serial.dualview_realloc 36: [ OK ] serial.dualview_realloc (0 ms) 36: [ RUN ] serial.dualview_resize 36: [ OK ] serial.dualview_resize (0 ms) 36: [ RUN ] serial.dualview_device_correct_kokkos_device 36: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 36: [ RUN ] serial.dualview_host_correct_kokkos_device 36: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_sync 36: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 36: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_sync 36: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 36: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 36: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] serial.dynamic_view 36: [ OK ] serial.dynamic_view (6 ms) 36: [ RUN ] serial.dyn_rank_view_api_generic 36: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 36: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 36: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 36: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 36: skipping since not default execution space 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank67 36: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] serial.ErrorReporterViaLambda 36: [ OK ] serial.ErrorReporterViaLambda (0 ms) 36: [ RUN ] serial.ErrorReporter 36: [ OK ] serial.ErrorReporter (0 ms) 36: [ RUN ] serial.offsetview_construction 36: [ OK ] serial.offsetview_construction (18 ms) 36: [ RUN ] serial.offsetview_unmanaged_construction 36: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] serial.offsetview_subview 36: [ OK ] serial.offsetview_subview (5 ms) 36: [ RUN ] serial.offsetview_offsets_rank1 36: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank2 36: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank3 36: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] serial.scatterview [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o 36: [ OK ] serial.scatterview (1649 ms) 36: [ RUN ] serial.scatterview_devicetype 36: [ OK ] serial.scatterview_devicetype (1 ms) 36: [ RUN ] serial.staticcrsgraph 36: [ OK ] serial.staticcrsgraph (9 ms) 36: [ RUN ] serial.resize_realloc_no_init_dualview 36: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_dualview 36: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] serial.resize_exec_space_dualview 36: [ OK ] serial.resize_exec_space_dualview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dualview 36: [ OK ] serial.realloc_exec_space_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_dynrankview 36: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] serial.resize_exec_space_dynrankview 36: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dynrankview 36: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_scatterview 36: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_scatterview 36: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] serial.resize_exec_space_scatterview 36: [ OK ] serial.resize_exec_space_scatterview (0 ms) 36: [ RUN ] serial.realloc_exec_space_scatterview 36: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview 36: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 36: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview 36: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_offsetview 36: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview 36: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 36: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] serial.UnorderedMap_insert [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o 43: [ OK ] serial.UnorderedMap_insert (8093 ms) 43: [ RUN ] serial.UnorderedMap_failed_insert [ 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_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o 43: [ OK ] serial.UnorderedMap_failed_insert (3571 ms) 43: [ RUN ] serial.UnorderedMap_deep_copy 43: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 43: [ RUN ] serial.UnorderedMap_valid_empty 43: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 43: [ RUN ] serial.UnorderedMap_clear_zero_size 43: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 43: [ RUN ] serial.UnorderedMap_consistent_size 43: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 43: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 43: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 43: [ RUN ] serial.UnorderedMap_lambda_capturable 43: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 43: [ RUN ] serial.UnorderedMap_constructor_view_alloc 43: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 43: [ RUN ] serial.vector_combination 43: [ OK ] serial.vector_combination (0 ms) 43: [ RUN ] serial.vector_insert 43: [ OK ] serial.vector_insert (0 ms) 43: [ RUN ] serial.vector_push_back_default_exec 43: [ OK ] serial.vector_push_back_default_exec (0 ms) 43: [ RUN ] serial.viewctorprop_embedded_dim 43: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 43: [----------] 64 tests from serial (14664 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 64 tests from 1 test suite ran. (14664 ms total) 43: [ PASSED ] 63 tests. 43: [ SKIPPED ] 1 test, listed below: 43: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 43/66 Test #43: Kokkos_ContainersUnitTest_Serial ............ Passed 16.90 sec test 44 Start 44: Kokkos_ContainersUnitTest_Cuda 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 44: Test timeout computed to be: 1500 36: [ OK ] serial.UnorderedMap_insert (7608 ms) 36: [ RUN ] serial.UnorderedMap_failed_insert [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.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 64 tests from 1 test suite. 44: [----------] Global test environment set-up. 44: [----------] 64 tests from cuda 44: [ RUN ] cuda.bitset 44: [ OK ] cuda.bitset (13 ms) 44: [ RUN ] cuda.dualview_combination 44: [ OK ] cuda.dualview_combination (0 ms) 44: [ RUN ] cuda.dualview_alloc 44: [ OK ] cuda.dualview_alloc (0 ms) 44: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 44: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 44: [ RUN ] cuda.dualview_combinations_without_init 44: [ OK ] cuda.dualview_combinations_without_init (0 ms) 44: [ RUN ] cuda.dualview_deep_copy 44: [ OK ] cuda.dualview_deep_copy (4 ms) 44: [ RUN ] cuda.dualview_realloc 44: [ OK ] cuda.dualview_realloc (0 ms) 44: [ RUN ] cuda.dualview_resize 44: [ OK ] cuda.dualview_resize (1 ms) 44: [ RUN ] cuda.dualview_device_correct_kokkos_device 44: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 44: [ RUN ] cuda.dualview_host_correct_kokkos_device 44: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 44: [ RUN ] cuda.dualview_host_modify_template_device_sync 44: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 44: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 44: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 44: [ RUN ] cuda.dualview_device_modify_template_host_sync 44: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 44: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 44: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 44: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 44: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 44: [ RUN ] cuda.dynamic_view 44: [ OK ] cuda.dynamic_view (92 ms) 44: [ RUN ] cuda.dyn_rank_view_api_generic 44: [ OK ] cuda.dyn_rank_view_api_generic (35 ms) 44: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 44: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (3 ms) 44: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 44: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 44: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 44: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 44: [ RUN ] cuda.ErrorReporterViaLambda 44: [ OK ] cuda.ErrorReporterViaLambda (1 ms) 44: [ RUN ] cuda.ErrorReporter 44: [ OK ] cuda.ErrorReporter (2 ms) 44: [ RUN ] cuda.offsetview_construction 44: [ OK ] cuda.offsetview_construction (9 ms) 44: [ RUN ] cuda.offsetview_unmanaged_construction 44: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 44: [ RUN ] cuda.offsetview_subview 44: [ OK ] cuda.offsetview_subview (12 ms) 44: [ RUN ] cuda.offsetview_offsets_rank1 44: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 44: [ RUN ] cuda.offsetview_offsets_rank2 44: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 44: [ RUN ] cuda.offsetview_offsets_rank3 44: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 44: [ RUN ] cuda.scatterview 36: [ OK ] serial.UnorderedMap_failed_insert (5073 ms) 36: [ RUN ] serial.UnorderedMap_deep_copy 36: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 36: [ RUN ] serial.UnorderedMap_valid_empty 36: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 36: [ RUN ] serial.UnorderedMap_clear_zero_size 36: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] serial.UnorderedMap_consistent_size 36: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 36: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] serial.UnorderedMap_lambda_capturable 36: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] serial.UnorderedMap_constructor_view_alloc 36: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] serial.viewctorprop_embedded_dim 36: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 36: [----------] 61 tests from serial (15697 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 61 tests from 1 test suite ran. (15697 ms total) 36: [ PASSED ] 60 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 36/58 Test #36: Kokkos_ContainersUnitTest_Serial .............. Passed 18.10 sec test 37 Start 37: Kokkos_ContainersUnitTest_SYCL 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL 37: Test timeout computed to be: 1500 -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0243115 -0.0121903 || 0.051031 27966 29353 || 29388.9 28674.4 || -168.519 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00327135 0.00487444 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties 37: [==========] Running 61 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 61 tests from sycl 37: [ RUN ] sycl.bitset 37: [ OK ] sycl.bitset (18 ms) 37: [ RUN ] sycl.dualview_combination 37: [ OK ] sycl.dualview_combination (0 ms) 37: [ RUN ] sycl.dualview_alloc 37: [ OK ] sycl.dualview_alloc (0 ms) 37: [ RUN ] sycl.test_dualview_copy_construction_and_assignment 37: [ OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms) 37: [ RUN ] sycl.dualview_combinations_without_init 37: [ OK ] sycl.dualview_combinations_without_init (0 ms) 37: [ RUN ] sycl.dualview_deep_copy 37: [ OK ] sycl.dualview_deep_copy (1 ms) 37: [ RUN ] sycl.dualview_realloc 37: [ OK ] sycl.dualview_realloc (0 ms) 37: [ RUN ] sycl.dualview_resize 37: [ OK ] sycl.dualview_resize (0 ms) 37: [ RUN ] sycl.dualview_device_correct_kokkos_device 37: [ OK ] sycl.dualview_device_correct_kokkos_device (0 ms) 37: [ RUN ] sycl.dualview_host_correct_kokkos_device 37: [ OK ] sycl.dualview_host_correct_kokkos_device (0 ms) 37: [ RUN ] sycl.dualview_host_modify_template_device_sync 37: [ OK ] sycl.dualview_host_modify_template_device_sync (0 ms) 37: [ RUN ] sycl.dualview_host_modify_template_device_execspace_sync 37: [ OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms) 37: [ RUN ] sycl.dualview_device_modify_template_host_sync 37: [ OK ] sycl.dualview_device_modify_template_host_sync (0 ms) 37: [ RUN ] sycl.dualview_device_modify_template_host_execspace_sync 37: [ OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms) 37: [ RUN ] sycl.dualview_template_views_return_correct_executionspace_views 37: [ OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms) 37: [ RUN ] sycl.dynamic_view 37: [ OK ] sycl.dynamic_view (23 ms) 37: [ RUN ] sycl.dyn_rank_view_api_generic 37: [ OK ] sycl.dyn_rank_view_api_generic (7 ms) 37: [ RUN ] sycl.dyn_rank_view_api_operator_rank12345 37: [ OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms) 37: [ RUN ] sycl.dyn_rank_view_check_fence_resize_realloc 37: [ OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms) 37: [ RUN ] sycl.dyn_rank_view_api_operator_rank67 37: [ OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms) 37: [ RUN ] sycl.ErrorReporterViaLambda 37: [ OK ] sycl.ErrorReporterViaLambda (0 ms) 37: [ RUN ] sycl.ErrorReporter 37: [ OK ] sycl.ErrorReporter (0 ms) 37: [ RUN ] sycl.offsetview_construction 37: [ OK ] sycl.offsetview_construction (2 ms) 37: [ RUN ] sycl.offsetview_unmanaged_construction 37: [ OK ] sycl.offsetview_unmanaged_construction (0 ms) 37: [ RUN ] sycl.offsetview_subview 37: [ OK ] sycl.offsetview_subview (0 ms) 37: [ RUN ] sycl.offsetview_offsets_rank1 37: [ OK ] sycl.offsetview_offsets_rank1 (0 ms) 37: [ RUN ] sycl.offsetview_offsets_rank2 37: [ OK ] sycl.offsetview_offsets_rank2 (0 ms) 37: [ RUN ] sycl.offsetview_offsets_rank3 37: [ OK ] sycl.offsetview_offsets_rank3 (0 ms) 37: [ RUN ] sycl.scatterview [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.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_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 44: [ OK ] cuda.scatterview (15727 ms) 44: [ RUN ] cuda.scatterview_devicetype 44: [ OK ] cuda.scatterview_devicetype (37 ms) 44: [ RUN ] cuda.staticcrsgraph 44: [ OK ] cuda.staticcrsgraph (74 ms) 44: [ RUN ] cuda.resize_realloc_no_init_dualview 44: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 44: [ RUN ] cuda.resize_realloc_no_alloc_dualview 44: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 44: [ RUN ] cuda.resize_exec_space_dualview 44: [ OK ] cuda.resize_exec_space_dualview (0 ms) 44: [ RUN ] cuda.realloc_exec_space_dualview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:141: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.realloc_exec_space_dualview (0 ms) 44: [ RUN ] cuda.resize_realloc_no_init_dynrankview 44: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 44: [ RUN ] cuda.resize_exec_space_dynrankview 44: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 44: [ RUN ] cuda.realloc_exec_space_dynrankview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:233: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms) 44: [ RUN ] cuda.resize_realloc_no_init_scatterview 44: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 44: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 44: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 44: [ RUN ] cuda.resize_exec_space_scatterview 44: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 44: [ RUN ] cuda.realloc_exec_space_scatterview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:372: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.realloc_exec_space_scatterview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_dynrankview 44: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 44: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 44: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:483: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_offsetview 44: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 44: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 44: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:587: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_dynamicview 44: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 44: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 44: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestWithoutInitializing.hpp:659: Skipped 44: skipping since CudaUVMSpace requires additional fences 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 44: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 44: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 44: [ RUN ] cuda.UnorderedMap_insert [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/tools/TestScopedRegion.cpp(34): warning #177-D: member "::defaultdevicetype_scoped_profile_region_Test::test_info_" was declared but never referenced [ 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_Serial2.dir/serial/TestSerial_View_64bit.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00511996 0.00662193 || 0.051031 27985 29290 || 28528.3 28674.4 || 91.5415 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00274385 -0.00680821 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [ 19%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 19%] Built target Kokkos_CoreUnitTest_KokkosP 44: [ OK ] cuda.UnorderedMap_insert (14040 ms) 44: [ RUN ] cuda.UnorderedMap_failed_insert Scanning dependencies of target Kokkos_StackTraceTestExec [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 44: [ OK ] cuda.UnorderedMap_failed_insert (4405 ms) 44: [ RUN ] cuda.UnorderedMap_deep_copy 44: [ OK ] cuda.UnorderedMap_deep_copy (26 ms) 44: [ RUN ] cuda.UnorderedMap_valid_empty 44: [ OK ] cuda.UnorderedMap_valid_empty (6 ms) 44: [ RUN ] cuda.UnorderedMap_clear_zero_size 44: [ OK ] cuda.UnorderedMap_clear_zero_size (2 ms) 44: [ RUN ] cuda.UnorderedMap_consistent_size 44: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 44: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 44: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 44: [ RUN ] cuda.UnorderedMap_lambda_capturable 44: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 44: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 44: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 44: [ RUN ] cuda.vector_combination 44: [ OK ] cuda.vector_combination (1 ms) 44: [ RUN ] cuda.vector_insert 44: [ OK ] cuda.vector_insert (2 ms) 44: [ RUN ] cuda.vector_push_back_default_exec 44: [ OK ] cuda.vector_push_back_default_exec (0 ms) 44: [ RUN ] cuda.viewctorprop_embedded_dim 44: [ OK ] cuda.viewctorprop_embedded_dim (2 ms) 44: [----------] 64 tests from cuda (34525 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 64 tests from 1 test suite ran. (34525 ms total) 44: [ PASSED ] 58 tests. 44: [ SKIPPED ] 6 tests, listed below: 44: [ SKIPPED ] cuda.realloc_exec_space_dualview 44: [ SKIPPED ] cuda.realloc_exec_space_dynrankview 44: [ SKIPPED ] cuda.realloc_exec_space_scatterview 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview 44: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview 44/66 Test #44: Kokkos_ContainersUnitTest_Cuda .............. Passed 37.09 sec test 45 Start 45: Kokkos_ContainersPerformanceTest_Cuda 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 45: Test timeout computed to be: 1500 45: 45: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 45: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 45: setting CUDA_VISIBLE_DEVICES. 45: This could on multi GPU systems lead to severe performance" 45: penalties. 45: [==========] Running 4 tests from 1 test suite. 45: [----------] Global test environment set-up. 45: [----------] 4 tests from TEST_CATEGORY 45: [ RUN ] TEST_CATEGORY.dynrankview_perf 45: Cuda 45: DynRankView vs View: Initialization Only 45: View time (init only): 0.000620088 45: View sum computation time: 0.000620088 45: Strided View time (init only): 0.000629926 45: View Rank7 time (init only): 0.000597596 37: [ OK ] sycl.scatterview (27178 ms) 37: [ RUN ] sycl.scatterview_devicetype 45: DynRankView time (init only): 0.000585884 45: DynRankView sum computation time: 0.0021092 45: Ratio of View to DynRankView time: 1.05838 45: Ratio of View to DynRankView sum computation time: 1.09907 45: Ratio of View to View Rank7 time: 1.03764 45: Ratio of StrideView to DynRankView time: 1.07517 45: Ratio of DynRankView to View Rank7 time: 0.980401 45: [ OK ] TEST_CATEGORY.dynrankview_perf (696 ms) 45: [ RUN ] TEST_CATEGORY.global_2_local 45: Cuda 45: size, create, generate, fill, find 45: 256, 0.00131637, 1.7553e-05, 0.00570282, 0.00198553 45: 512, 0.00133466, 1.2393e-05, 2.2812e-05, 0.00198563 45: 1024, 0.00129572, 1.0749e-05, 2.3033e-05, 0.00204429 45: 2048, 0.00128933, 1.082e-05, 2.6149e-05, 0.00204899 45: 4096, 0.000992573, 1.0849e-05, 2.9195e-05, 0.00208898 45: 8192, 0.0014835, 1.1361e-05, 3.1358e-05, 0.00208349 45: 16384, 0.00147712, 1.0991e-05, 3.0167e-05, 0.00212999 45: 32768, 0.00165218, 1.0409e-05, 0.000179846, 0.00217971 45: 65536, 0.00254191, 1.1381e-05, 4.1418e-05, 0.00229463 45: 131072, 0.00440006, 1.2022e-05, 7.3136e-05, 0.00259136 45: 262144, 0.00539925, 1.3015e-05, 9.651e-05, 0.00319413 45: 524288, 0.00951606, 1.4647e-05, 0.000126777, 0.0060347 45: 1048576, 0.0148142, 2.0799e-05, 0.000240429, 0.0113034 45: 2097152, 0.0258259, 2.5458e-05, 0.000768685, 0.0305644 45: 4194304, 0.0464607, 3.7882e-05, 0.0017143, 0.0736326 45: [ OK ] TEST_CATEGORY.global_2_local (289 ms) 45: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 45: skipping test 45: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 45: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 45: skipping test 45: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 45: [----------] 4 tests from TEST_CATEGORY (986 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 1 test suite ran. (986 ms total) 45: [ PASSED ] 4 tests. 45/66 Test #45: Kokkos_ContainersPerformanceTest_Cuda ....... Passed 3.05 sec test 46 Start 46: Kokkos_UnitTest_Sort 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort 46: Test timeout computed to be: 1500 [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 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 9 tests from 1 test suite. 46: [----------] Global test environment set-up. 46: [----------] 9 tests from cuda 46: [ RUN ] cuda.SortUnsignedValueType 46: [ OK ] cuda.SortUnsignedValueType (31 ms) 46: [ RUN ] cuda.SortEmptyView 46: [ OK ] cuda.SortEmptyView (0 ms) 46: [ RUN ] cuda.SortWithCustomComparator 46: [ OK ] cuda.SortWithCustomComparator (664 ms) 46: [ RUN ] cuda.BinSortGenericTests 46: [ OK ] cuda.BinSortGenericTests (51 ms) 46: [ RUN ] cuda.BinSortEmptyView 46: [ OK ] cuda.BinSortEmptyView (0 ms) 46: [ RUN ] cuda.BinSortEmptyKeysView 46: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 46: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 37: [ OK ] sycl.scatterview_devicetype (8846 ms) 37: [ RUN ] sycl.staticcrsgraph 37: [ OK ] sycl.staticcrsgraph (21 ms) 37: [ RUN ] sycl.resize_realloc_no_init_dualview 37: [ OK ] sycl.resize_realloc_no_init_dualview (0 ms) 37: [ RUN ] sycl.resize_realloc_no_alloc_dualview 37: [ OK ] sycl.resize_realloc_no_alloc_dualview (0 ms) 37: [ RUN ] sycl.resize_exec_space_dualview 37: [ OK ] sycl.resize_exec_space_dualview (0 ms) 37: [ RUN ] sycl.realloc_exec_space_dualview 37: [ OK ] sycl.realloc_exec_space_dualview (0 ms) 37: [ RUN ] sycl.resize_realloc_no_init_dynrankview 37: [ OK ] sycl.resize_realloc_no_init_dynrankview (0 ms) 37: [ RUN ] sycl.resize_exec_space_dynrankview 37: [ OK ] sycl.resize_exec_space_dynrankview (0 ms) 37: [ RUN ] sycl.realloc_exec_space_dynrankview 37: [ OK ] sycl.realloc_exec_space_dynrankview (0 ms) 37: [ RUN ] sycl.resize_realloc_no_init_scatterview 37: [ OK ] sycl.resize_realloc_no_init_scatterview (0 ms) 37: [ RUN ] sycl.resize_realloc_no_alloc_scatterview 37: [ OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms) 37: [ RUN ] sycl.resize_exec_space_scatterview 37: [ OK ] sycl.resize_exec_space_scatterview (0 ms) 37: [ RUN ] sycl.realloc_exec_space_scatterview 37: [ OK ] sycl.realloc_exec_space_scatterview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_dynrankview 37: [ OK ] sycl.create_mirror_no_init_dynrankview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_dynrankview_viewctor 37: [ OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms) 37: [ RUN ] sycl.create_mirror_view_and_copy_dynrankview 37: [ OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_offsetview 37: [ OK ] sycl.create_mirror_no_init_offsetview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_offsetview_view_ctor 37: [ OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms) 37: [ RUN ] sycl.create_mirror_view_and_copy_offsetview 37: [ OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_dynamicview 37: [ OK ] sycl.create_mirror_no_init_dynamicview (0 ms) 37: [ RUN ] sycl.create_mirror_view_and_copy_dynamicview 37: [ OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms) 37: [ RUN ] sycl.create_mirror_no_init_dynamicview_view_ctor 37: [ OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms) 37: [ RUN ] sycl.UnorderedMap_insert [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o 37: [ OK ] sycl.UnorderedMap_insert (2678 ms) 37: [ RUN ] sycl.UnorderedMap_failed_insert [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o 37: [ OK ] sycl.UnorderedMap_failed_insert (2674 ms) 37: [ RUN ] sycl.UnorderedMap_deep_copy 37: [ OK ] sycl.UnorderedMap_deep_copy (4 ms) 37: [ RUN ] sycl.UnorderedMap_valid_empty 37: [ OK ] sycl.UnorderedMap_valid_empty (1 ms) 37: [ RUN ] sycl.UnorderedMap_clear_zero_size 37: [ OK ] sycl.UnorderedMap_clear_zero_size (0 ms) 37: [ RUN ] sycl.UnorderedMap_consistent_size 37: [ OK ] sycl.UnorderedMap_consistent_size (0 ms) 37: [ RUN ] sycl.UnorderedMap_shallow_copyable_on_device 37: [ OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms) 37: [ RUN ] sycl.UnorderedMap_lambda_capturable 37: [ OK ] sycl.UnorderedMap_lambda_capturable (0 ms) 37: [ RUN ] sycl.UnorderedMap_constructor_view_alloc 37: [ OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms) 37: [ RUN ] sycl.viewctorprop_embedded_dim 37: [ OK ] sycl.viewctorprop_embedded_dim (0 ms) 37: [----------] 61 tests from sycl (41477 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 61 tests from 1 test suite ran. (41477 ms total) 37: [ PASSED ] 61 tests. 37/58 Test #37: Kokkos_ContainersUnitTest_SYCL ................ Passed 43.85 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 1500 38: [==========] Running 9 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 9 tests from sycl 38: [ RUN ] sycl.SortUnsignedValueType 38: [ OK ] sycl.SortUnsignedValueType (18 ms) 38: [ RUN ] sycl.SortEmptyView 38: [ OK ] sycl.SortEmptyView (0 ms) 38: [ RUN ] sycl.SortWithCustomComparator [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o 38: [ OK ] sycl.SortWithCustomComparator (674 ms) 38: [ RUN ] sycl.BinSortGenericTests 38: [ OK ] sycl.BinSortGenericTests (12 ms) 38: [ RUN ] sycl.BinSortEmptyView 38: [ OK ] sycl.BinSortEmptyView (0 ms) 38: [ RUN ] sycl.BinSortEmptyKeysView 38: [ OK ] sycl.BinSortEmptyKeysView (0 ms) 38: [ RUN ] sycl.BinSortUnsignedKeyLayoutStrideValues [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0181618 -0.0172198 || 0.051031 27997 29333 || 28162.9 28674.4 || -238.047 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0241931 0.00181926 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_PartitionMaster.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 38: [ OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (11961 ms) 38: [ RUN ] sycl.NestedSort 38: [ OK ] sycl.NestedSort (33 ms) 38: [ RUN ] sycl.NestedSortByKey 38: [ OK ] sycl.NestedSortByKey (97 ms) 38: [----------] 9 tests from sycl (12799 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 9 tests from 1 test suite ran. (12799 ms total) 38: [ PASSED ] 9 tests. 38/58 Test #38: Kokkos_UnitTest_Sort .......................... Passed 14.94 sec test 39 Start 39: Kokkos_UnitTest_Random 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 39: Test timeout computed to be: 1500 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o 46: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (19356 ms) 46: [ RUN ] cuda.NestedSort 46: [ OK ] cuda.NestedSort (76 ms) 46: [ RUN ] cuda.NestedSortByKey 46: [ OK ] cuda.NestedSortByKey (181 ms) 46: [----------] 9 tests from cuda (20363 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 9 tests from 1 test suite ran. (20363 ms total) 46: [ PASSED ] 9 tests. 46/66 Test #46: Kokkos_UnitTest_Sort ........................ Passed 22.49 sec test 47 Start 47: Kokkos_UnitTest_Random 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random 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 3 tests from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 3 tests from cuda 47: [ RUN ] cuda.Random_XorShift64 47: Test Seed:1706740305042588449 47: Test Scalar=int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.017098 0.0105299 || 0.051031 28034 29336 || 28192.4 28674.4 || 145.565 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 0.00526802 0.00282963 || 0.051031 1e+64 -1e+64 47: Test Scalar=unsigned int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.00270458 -0.00277531 || 0.051031 28032 29367 || 28597 28674.4 || -38.3658 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 -0.00526311 0.0067585 || 0.051031 1e+64 -1e+64 47: Test Scalar=int64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.00772912 0.0265914 || 0.051031 27990 29383 || 28454.5 28674.4 || 367.599 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 0.014423 0.00754744 || 0.051031 1e+64 -1e+64 47: Test Scalar=uint64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 -0.0142183 -0.0154187 || 0.051031 28011 29343 || 29088 28674.4 || -213.149 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 0.00307271 -0.00556007 || 0.051031 1e+64 -1e+64 47: Test Scalar=half 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.0002453 -0.99999 -48241.7 || 0.051031 0 194848 || 2.92846e+09 28674.4 || -6.66893e+08 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 0.000734876 -0.323776 0.159805 || 0.051031 1e+64 -1e+64 47: Test Scalar=bhalf 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.00195571 -0.999999 -57857.2 || 0.051031 0 1.55076e+06 || 2.86882e+10 28674.4 || -7.99818e+08 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 0.00587748 -0.967758 10.2177 || 0.051031 1e+64 -1e+64 47: Test Scalar=float 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.73523e-07 -0.000259141 0.0290954 || 0.051031 27889 29283 || 28681.8 28674.4 || 402.215 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 7.34064e-07 0.00814018 -0.0072628 || 0.051031 1e+64 -1e+64 47: Test Scalar=double 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.0180937 -0.0106868 || 0.051031 28023 29350 || 28164.8 28674.4 || -147.734 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 -0.0168763 -0.0029231 || 0.051031 1e+64 -1e+64 47: Test Seed:1706740305202964090 47: Test Scalar=int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.00470713 0.0150873 || 0.051031 27994 29324 || 28540 28674.4 || 208.568 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 -0.00841961 -0.00632382 || 0.051031 1e+64 -1e+64 47: Test Scalar=unsigned int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.00238321 -0.00490126 || 0.051031 27934 29327 || 28606.2 28674.4 || -67.755 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 0.00391953 -0.000240306 || 0.051031 1e+64 -1e+64 47: Test Scalar=int64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.015585 0.0134212 || 0.051031 28042 29318 || 28234.4 28674.4 || 185.534 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 -0.00791176 -0.00181884 || 0.051031 1e+64 -1e+64 47: Test Scalar=uint64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.0121794 0.0130938 || 0.051031 27965 29374 || 28329.4 28674.4 || 181.008 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 0.0181491 -0.00360198 || 0.051031 1e+64 -1e+64 47: Test Scalar=half 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.000246058 -0.99999 -48241.7 || 0.051031 0 194917 || 2.92846e+09 28674.4 || -6.66893e+08 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 0.000737104 -0.300617 0.160814 || 0.051031 1e+64 -1e+64 47: Test Scalar=bhalf 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.00195491 -0.999999 -57857.3 || 0.051031 0 1.55174e+06 || 2.86914e+10 28674.4 || -7.9982e+08 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 0.00587504 -0.967839 10.2942 || 0.051031 1e+64 -1e+64 47: Test Scalar=float 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.71e-07 -0.0151576 0.00162899 || 0.051031 28019 29275 || 29115.7 28674.4 || 22.5192 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 7.26496e-07 -0.0136743 0.00564937 || 0.051031 1e+64 -1e+64 47: Test Scalar=double 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 6.43252e-07 0.00202844 0.0158538 || 0.051031 28054 29294 || 28616.3 28674.4 || 219.162 -2.0744 47: -- Testing 3-D histogram 47: Density 3D: 6.43252e-07 -0.00677273 0.0115152 || 0.051031 1e+64 -1e+64 47: [ OK ] cuda.Random_XorShift64 (325 ms) 47: [ RUN ] cuda.Random_XorShift1024_0 47: Test Seed:1706740305367857378 47: Test Scalar=int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.0252932 0.00730192 || 0.051031 10953 11778 || 11672.2 11377 || 100.942 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 0.00399404 -0.00184068 || 0.051031 1e+64 -1e+64 47: Test Scalar=unsigned int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.00901467 0.00661495 || 0.051031 10960 11798 || 11480.5 11377 || 91.445 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.00353483 -0.000911851 || 0.051031 1e+64 -1e+64 47: Test Scalar=int64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.00487347 0.00352121 || 0.051031 10937 11807 || 11432.7 11377 || 48.6772 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.00537703 0.00193828 || 0.051031 1e+64 -1e+64 47: Test Scalar=uint64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.0112105 0.00387046 || 0.051031 10978 11771 || 11505.9 11377 || 53.5053 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 0.00802367 0.000180523 || 0.051031 1e+64 -1e+64 47: Test Scalar=half 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.000243577 -0.999975 -7594.71 || 0.051031 0 77571 || 4.61042e+08 11377 || -1.04989e+08 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 0.00073038 -0.160196 0.0262624 || 0.051031 1e+64 -1e+64 47: Test Scalar=bhalf 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.00195673 -0.999997 -9108.37 || 0.051031 0 615967 || 4.51659e+09 11377 || -1.25914e+08 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 0.00588032 -0.922705 1.6145 || 0.051031 1e+64 -1e+64 47: Test Scalar=float 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.73387e-07 -0.00413328 -0.0027477 || 0.051031 10983 11785 || 11424.2 11377 || -37.9842 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 3.24249e-07 0.00866375 0.00129133 || 0.051031 1e+64 -1e+64 47: Test Scalar=double 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 0.012051 0.0105925 || 0.051031 11010 11805 || 11241.5 11377 || 146.431 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.014578 -0.00163289 || 0.051031 1e+64 -1e+64 47: Test Seed:1706740305526075921 47: Test Scalar=int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 0.00658758 0.0213 || 0.051031 10982 11783 || 11302.5 11377 || 294.452 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.0177157 0.0029081 || 0.051031 1e+64 -1e+64 47: Test Scalar=unsigned int 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.0261175 0.00984824 || 0.051031 10946 11826 || 11682.1 11377 || 136.142 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.0190128 -0.000837154 || 0.051031 1e+64 -1e+64 47: Test Scalar=int64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.0123339 -0.00784137 || 0.051031 10942 11789 || 11519 11377 || -108.399 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 0.0128353 0.00233938 || 0.051031 1e+64 -1e+64 47: Test Scalar=uint64_t 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.0185866 0.0120074 || 0.051031 10960 11804 || 11592.4 11377 || 165.99 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 -0.0115257 0.00594552 || 0.051031 1e+64 -1e+64 47: Test Scalar=half 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.000246102 -0.999975 -7594.79 || 0.051031 0 77824 || 4.61017e+08 11377 || -1.0499e+08 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 0.00073802 -0.151217 0.0261541 || 0.051031 1e+64 -1e+64 47: Test Scalar=bhalf 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 0.00195861 -0.999997 -9107.79 || 0.051031 0 616025 || 4.51566e+09 11377 || -1.25906e+08 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 0.00588681 -0.922314 1.62019 || 0.051031 1e+64 -1e+64 47: Test Scalar=float 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.60671e-07 -0.0102856 0.0014663 || 0.051031 10986 11831 || 11495.2 11377 || 20.2701 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.86102e-07 -0.00850616 -0.00138274 || 0.051031 1e+64 -1e+64 47: Test Scalar=double 47: -- Testing randomness properties 47: -- Testing 1-D histogram 47: Density 1D: 2.47955e-07 -0.00418561 0.0072148 || 0.051031 11014 11790 || 11424.8 11377 || 99.7373 -0.823045 47: -- Testing 3-D histogram 47: Density 3D: 2.47955e-07 0.000406095 0.00163019 || 0.051031 1e+64 -1e+64 47: [ OK ] cuda.Random_XorShift1024_0 (393 ms) 47: [ RUN ] cuda.Multi_streams 47: [ OK ] cuda.Multi_streams (399 ms) 47: [----------] 3 tests from cuda (1118 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 3 tests from 1 test suite ran. (1119 ms total) 47: [ PASSED ] 3 tests. 39: [==========] Running 3 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from sycl 39: [ RUN ] sycl.Random_XorShift64 39: Test Seed:1706740306393739085 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00912772 0.0199493 || 0.051031 27985 29430 || 28415 28674.4 || 275.779 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0366456 0.00556909 || 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.00456982 0.0164617 || 0.051031 27945 29311 || 28806 28674.4 || 227.567 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0151808 0.0115883 || 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.0229427 -0.00713016 || 0.051031 28025 29410 || 28031.3 28674.4 || -98.5673 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00758545 -0.00419958 || 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.00606401 0.00546929 || 0.051031 28043 29310 || 28849.3 28674.4 || 75.6075 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00476908 0.00281744 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00024579 -0.99999 -48243.7 || 0.051031 0 194843 || 2.92834e+09 28674.4 || -6.66921e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000736338 -0.318897 0.153816 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.76045e-07 -0.00708719 0.0176419 || 0.051031 27928 29313 || 28879.1 28674.4 || 243.882 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.41632e-07 -0.00976907 0.00641847 || 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.00740067 0.0151119 || 0.051031 28039 29350 || 28888.2 28674.4 || 208.908 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.41632e-07 0.00873563 0.000971882 || 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.00406801 -0.00679776 || 0.051031 27961 29388 || 28791.5 28674.4 || -93.9722 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00351854 0.0121656 || 0.051031 1e+64 -1e+64 39: Test Seed:1706740306566593392 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.0147521 0.00979189 || 0.051031 28048 29536 || 29103.7 28674.4 || 135.363 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0115322 -0.00702424 || 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.0201006 0.0342626 || 0.051031 27986 29255 || 28109.4 28674.4 || 473.647 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00217195 -0.000606765 || 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.0032955 0.00855383 || 0.051031 27961 29390 || 28580.2 28674.4 || 118.248 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0172544 0.00497305 || 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.0103135 -0.0304961 || 0.051031 28019 29394 || 28381.7 28674.4 || -421.579 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00119135 0.00211982 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244346 -0.99999 -48245.8 || 0.051031 0 194890 || 2.92861e+09 28674.4 || -6.6695e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000731965 -0.305133 0.162398 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.76045e-07 0.00803309 -0.0154622 || 0.051031 28043 29290 || 28445.9 28674.4 || -213.75 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.41632e-07 0.00849768 -0.00584162 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.88658e-07 0.00776431 -0.000356061 || 0.051031 28032 29360 || 28453.5 28674.4 || -4.92219 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.7947e-07 -0.00395029 -0.00611245 || 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.0173209 0.00331121 || 0.051031 28029 29284 || 28186.2 28674.4 || 45.7741 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00727104 -0.00140929 || 0.051031 1e+64 -1e+64 39: [ OK ] sycl.Random_XorShift64 (377 ms) 39: [ RUN ] sycl.Random_XorShift1024_0 39: Test Seed:1706740306771028980 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.00731832 0.00465306 || 0.051031 10967 11789 || 11294.3 11377 || 64.3238 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.016481 -0.000310132 || 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.00698216 0.00183399 || 0.051031 10940 11771 || 11457 11377 || 25.353 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0113149 0.00095101 || 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.0232191 0.00187268 || 0.051031 10962 11770 || 11647.4 11377 || 25.8879 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00250102 0.00631639 || 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.00742501 0.00094489 || 0.051031 11000 11785 || 11293.1 11377 || 13.0622 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0136771 -0.000177322 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244219 -0.999975 -7594.7 || 0.051031 0 77658 || 4.61051e+08 11377 || -1.04989e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000732214 -0.172918 0.0243284 || 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.0275057 0.00123276 || 0.051031 10949 11822 || 11698.7 11377 || 17.0417 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.86102e-07 -0.00193809 -0.00121729 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.86102e-07 -0.00362145 0.00418988 || 0.051031 10992 11945 || 11418.3 11377 || 57.921 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.62396e-07 0.0173731 -0.000266146 || 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.0263 0.00114749 || 0.051031 10949 11796 || 11085.4 11377 || 15.8628 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.000712036 0.000472315 || 0.051031 1e+64 -1e+64 39: Test Seed:1706740306918561427 39: Test Scalar=int 39: -- Testing randomness properties 47/66 Test #47: Kokkos_UnitTest_Random ...................... Passed 3.21 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_A 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 48: Test timeout computed to be: 1500 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.0147953 0.000991056 || 0.051031 10988 11793 || 11547.8 11377 || 13.7004 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00212423 -0.000514893 || 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.00896809 0.00199896 || 0.051031 10925 11779 || 11479.9 11377 || 27.6337 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00548024 0.00401173 || 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.0154654 -0.00133465 || 0.051031 10957 11785 || 11203.7 11377 || -18.4501 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00393295 -0.000421284 || 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.00469491 -0.00419285 || 0.051031 10928 11799 || 11323.8 11377 || -57.962 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00190586 0.00352729 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000246757 -0.999975 -7594.79 || 0.051031 0 77614 || 4.61056e+08 11377 || -1.0499e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000739892 -0.153759 0.0223489 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.9246e-07 0.0115926 -0.024519 || 0.051031 10942 11733 || 11246.6 11377 || -338.95 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.8147e-07 0.0254532 0.002377 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.54313e-07 0.0100441 -0.000571741 || 0.051031 11001 11833 || 11263.8 11377 || -7.90374 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.67029e-07 -0.013413 -0.0050574 || 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.00282754 0.00218398 || 0.051031 10999 11805 || 11344.9 11377 || 30.1913 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00683242 -0.00103771 || 0.051031 1e+64 -1e+64 39: [ OK ] sycl.Random_XorShift1024_0 (322 ms) 39: [ RUN ] sycl.Multi_streams 39: /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/TestRandom.hpp:593: Skipped 39: Failing on NVIDIA GPUs 39: [ SKIPPED ] sycl.Multi_streams (0 ms) 39: [----------] 3 tests from sycl (699 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (699 ms total) 39: [ PASSED ] 2 tests. 39: [ SKIPPED ] 1 test, listed below: 39: [ SKIPPED ] sycl.Multi_streams 39/58 Test #39: Kokkos_UnitTest_Random ........................ Passed 2.81 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test timeout computed to be: 1500 48: 48: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 48: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 48: setting CUDA_VISIBLE_DEVICES. 48: This could on multi GPU systems lead to severe performance" 48: penalties. 48: [==========] Running 14 tests from 3 test suites. 48: [----------] Global test environment set-up. 48: [----------] 3 tests from std_algorithms_reducers 48: [ RUN ] std_algorithms_reducers.max_first_loc 48: checking reduction with order: LeftToRight 48: checking reduction with order: RightToLeft 48: checking reduction with order: Random 48: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 48: [ RUN ] std_algorithms_reducers.min_first_loc 48: checking reduction with order: LeftToRight 48: checking reduction with order: RightToLeft 48: checking reduction with order: Random 48: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 48: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 48: checking reduction with order: LeftToRight 48: checking reduction with order: RightToLeft 48: checking reduction with order: Random 48: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 48: [----------] 3 tests from std_algorithms_reducers (0 ms total) 48: 48: [----------] 1 test from std_algorithms 48: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 48: [ OK ] std_algorithms.is_admissible_to_std_algorithms (1 ms) 48: [----------] 1 test from std_algorithms (1 ms total) 48: 48: [----------] 10 tests from random_access_iterator_test 48: [ RUN ] random_access_iterator_test.constructor 48: [ OK ] random_access_iterator_test.constructor (0 ms) 48: [ RUN ] random_access_iterator_test.dereference 48: [ OK ] random_access_iterator_test.dereference (3 ms) 48: [ RUN ] random_access_iterator_test.subscript_operator 48: [ OK ] random_access_iterator_test.subscript_operator (1 ms) 48: [ RUN ] random_access_iterator_test.operatorsSet1 48: [ OK ] random_access_iterator_test.operatorsSet1 (2 ms) 48: [ RUN ] random_access_iterator_test.operatorsSet2 48: [ OK ] random_access_iterator_test.operatorsSet2 (2 ms) 48: [ RUN ] random_access_iterator_test.operatorsSet3 48: [ OK ] random_access_iterator_test.operatorsSet3 (3 ms) 48: [ RUN ] random_access_iterator_test.operatorsSet4 48: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 48: [ RUN ] random_access_iterator_test.assignment_operator 48: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 48: [ RUN ] random_access_iterator_test.distance 48: [ OK ] random_access_iterator_test.distance (0 ms) 48: [ RUN ] random_access_iterator_test.traits_helpers 48: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 48: [----------] 10 tests from random_access_iterator_test (16 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 14 tests from 3 test suites ran. (18 ms total) 48: [ PASSED ] 14 tests. 48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 2.06 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_B 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 49: Test timeout computed to be: 1500 40: [==========] Running 14 tests from 3 test suites. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from std_algorithms_reducers 40: [ RUN ] std_algorithms_reducers.max_first_loc 40: checking reduction with order: LeftToRight 40: checking reduction with order: RightToLeft 40: checking reduction with order: Random 40: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_first_loc 40: checking reduction with order: LeftToRight 40: checking reduction with order: RightToLeft 40: checking reduction with order: Random 40: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 40: checking reduction with order: LeftToRight 40: checking reduction with order: RightToLeft 40: checking reduction with order: Random 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: [----------] 10 tests from random_access_iterator_test 40: [ RUN ] random_access_iterator_test.constructor 40: [ OK ] random_access_iterator_test.constructor (2 ms) 40: [ RUN ] random_access_iterator_test.dereference 40: [ OK ] random_access_iterator_test.dereference (0 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: [----------] 10 tests from random_access_iterator_test (7 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 14 tests from 3 test suites ran. (7 ms total) 40: [ PASSED ] 14 tests. 40/58 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ............ Passed 2.09 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 1500 [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o 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 7 tests from 1 test suite. 49: [----------] Global test environment set-up. 49: [----------] 7 tests from std_algorithms_min_max_element_test 49: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 49: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (1 ms) 49: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 49: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 49: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 49: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (14 ms) 49: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 49: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (12 ms) 49: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 49: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (12 ms) 49: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 49: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (13 ms) 49: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 49: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (16 ms) 49: [----------] 7 tests from std_algorithms_min_max_element_test (71 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 7 tests from 1 test suite ran. (71 ms total) 49: [ PASSED ] 7 tests. 49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 2.15 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_C 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 50: 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 (9 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (42 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (42 ms total) 41: [ PASSED ] 7 tests. 41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ............ Passed 2.14 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: 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 13 tests from 10 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_lexicographical_compare_test 50: [ RUN ] std_algorithms_lexicographical_compare_test.test 50: [ OK ] std_algorithms_lexicographical_compare_test.test (235 ms) 50: [----------] 1 test from std_algorithms_lexicographical_compare_test (235 ms total) 50: 50: [----------] 1 test from std_algorithms_for_each_test 50: [ RUN ] std_algorithms_for_each_test.test 50: [ OK ] std_algorithms_for_each_test.test (229 ms) 50: [----------] 1 test from std_algorithms_for_each_test (229 ms total) 50: 50: [----------] 1 test from std_algorithms_find_test 50: [ RUN ] std_algorithms_find_test.test 50: [ OK ] std_algorithms_find_test.test (117 ms) 50: [----------] 1 test from std_algorithms_find_test (117 ms total) 50: 50: [----------] 4 tests from std_algorithms_non_mod_seq_ops 50: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 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 (189 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (189 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 (120 ms) 42: [----------] 1 test from std_algorithms_for_each_test (120 ms total) 42: 42: [----------] 1 test from std_algorithms_find_test 42: [ RUN ] std_algorithms_find_test.test [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o 42: [ OK ] std_algorithms_find_test.test (73 ms) 42: [----------] 1 test from std_algorithms_find_test (73 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (465 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 50: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1786 ms) 50: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1004 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 99%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP 42: [ OK ] std_algorithms_non_mod_seq_ops.search (611 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (450 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2531 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 (93 ms) 42: [----------] 1 test from std_algorithms_count_test (94 ms total) 42: 42: [----------] 1 test from std_algorithms_equal_test 42: [ RUN ] std_algorithms_equal_test.test 42: [ OK ] std_algorithms_equal_test.test (19 ms) 42: [----------] 1 test from std_algorithms_equal_test (19 ms total) 42: 42: [----------] 1 test from std_algorithms_all_any_none_of_test 42: [ RUN ] std_algorithms_all_any_none_of_test.test 42: [ OK ] std_algorithms_all_any_none_of_test.test (80 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (80 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 (99 ms) 42: [----------] 1 test from std_algorithms_nonmod_seq_ops (99 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 (180 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (180 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 (57 ms) 42: [----------] 1 test from std_algorithms_mod_seq_ops (57 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 13 tests from 10 test suites ran. (3446 ms total) 42: [ PASSED ] 13 tests. 50: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1972 ms) 50: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o 42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ............ Passed 5.56 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 1500 50: [ OK ] std_algorithms_non_mod_seq_ops.search (1500 ms) 50: [ RUN ] std_algorithms_non_mod_seq_ops.search_n [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o 43: [==========] Running 33 tests from 5 test suites. 43: [----------] Global test environment set-up. 43: [----------] 5 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.swap 43: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 43: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 43: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 43: [----------] 5 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 (0 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 (40 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (157 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (82 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (59 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (339 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 (32 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique 43: [ OK ] std_algorithms_mod_seq_ops.unique (235 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 50: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1180 ms) 50: [----------] 4 tests from std_algorithms_non_mod_seq_ops (6439 ms total) 50: 50: [----------] 1 test from std_algorithms_count_test 50: [ RUN ] std_algorithms_count_test.test 50: [ OK ] std_algorithms_count_test.test (123 ms) 50: [----------] 1 test from std_algorithms_count_test (123 ms total) 50: 50: [----------] 1 test from std_algorithms_equal_test 50: [ RUN ] std_algorithms_equal_test.test 50: [ OK ] std_algorithms_equal_test.test (48 ms) 50: [----------] 1 test from std_algorithms_equal_test (48 ms total) 50: 50: [----------] 1 test from std_algorithms_all_any_none_of_test 50: [ RUN ] std_algorithms_all_any_none_of_test.test 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (76 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (55 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (56 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy [ 99%] Built target Kokkos_CoreUnitTest_OpenMP 50: [ OK ] std_algorithms_all_any_none_of_test.test (125 ms) 50: [----------] 1 test from std_algorithms_all_any_none_of_test (125 ms total) 50: 50: [----------] 1 test from std_algorithms_nonmod_seq_ops 50: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 50: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (196 ms) 50: [----------] 1 test from std_algorithms_nonmod_seq_ops (196 ms total) 50: 50: [----------] 1 test from std_algorithms_mismatch_test 50: [ RUN ] std_algorithms_mismatch_test.test 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (177 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (53 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o 50: [ OK ] std_algorithms_mismatch_test.test (334 ms) 50: [----------] 1 test from std_algorithms_mismatch_test (334 ms total) 50: 50: [----------] 1 test from std_algorithms_mod_seq_ops 50: [ RUN ] std_algorithms_mod_seq_ops.move_backward 50: [ OK ] std_algorithms_mod_seq_ops.move_backward (307 ms) 50: [----------] 1 test from std_algorithms_mod_seq_ops (307 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 13 tests from 10 test suites ran. (8158 ms total) 50: [ PASSED ] 13 tests. 50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 10.24 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_D 51: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 51: Test timeout computed to be: 1500 43: [ OK ] std_algorithms_mod_seq_ops.rotate (1364 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (466 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left 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 33 tests from 5 test suites. 51: [----------] Global test environment set-up. 51: [----------] 5 tests from std_algorithms_mod_ops_test 51: [ RUN ] std_algorithms_mod_ops_test.move 51: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 51: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 51: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (1 ms) 51: [ RUN ] std_algorithms_mod_ops_test.swap 51: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 51: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 51: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 51: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 51: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 51: [----------] 5 tests from std_algorithms_mod_ops_test (3 ms total) 51: 51: [----------] 12 tests from std_algorithms_mod_seq_ops_test 51: [ RUN ] std_algorithms_mod_seq_ops_test.copy 51: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 51: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 51: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 51: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 51: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.fill 51: [ OK ] std_algorithms_mod_seq_ops_test.fill (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 51: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 51: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 51: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.generate 51: [ OK ] std_algorithms_mod_seq_ops_test.generate (1 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 51: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 51: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 51: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (3 ms) 51: [----------] 12 tests from std_algorithms_mod_seq_ops_test (18 ms total) 51: 51: [----------] 4 tests from std_algorithms_replace_ops_test 51: [ RUN ] std_algorithms_replace_ops_test.replace 51: [ OK ] std_algorithms_replace_ops_test.replace (124 ms) 51: [ RUN ] std_algorithms_replace_ops_test.replace_if 51: [ OK ] std_algorithms_replace_ops_test.replace_if (333 ms) 51: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (1342 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right 51: [ OK ] std_algorithms_replace_ops_test.replace_copy (292 ms) 51: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 51: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (236 ms) 51: [----------] 4 tests from std_algorithms_replace_ops_test (986 ms total) 51: 51: [----------] 11 tests from std_algorithms_mod_seq_ops 51: [ RUN ] std_algorithms_mod_seq_ops.copy_if 51: [ OK ] std_algorithms_mod_seq_ops.copy_if (127 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.unique [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o 51: [ OK ] std_algorithms_mod_seq_ops.unique (453 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 51: [ OK ] std_algorithms_mod_seq_ops.unique_copy (221 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.remove 51: [ OK ] std_algorithms_mod_seq_ops.remove (169 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (1313 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (5174 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 (47 ms) 43: [----------] 1 test from std_algorithms_modseq_test (47 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 33 tests from 5 test suites ran. (5574 ms total) 43: [ PASSED ] 33 tests. 51: [ OK ] std_algorithms_mod_seq_ops.remove_if (172 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 51: [ OK ] std_algorithms_mod_seq_ops.remove_copy (361 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ............ Passed 7.69 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test timeout computed to be: 1500 51: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (171 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.rotate 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: is_sorted: dynamic_view, all overloads 44: is_sorted: stride2_view, all overloads 44: is_sorted: stride3_view, all overloads 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted (15 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: is_sorted_until: dynamic_view, all overloads 44: is_sorted_until: stride2_view, all overloads 44: is_sorted_until: stride3_view, all overloads 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (14 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (30 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 (1 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 (21 ms) 44: [----------] 1 test from std_algorithms_partitioning_ops (21 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 (2 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 (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 (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 (17 ms total) 44: 44: [----------] 1 test from std_algorithms_numerics_ops_test 44: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 44: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (93 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (93 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 51: [ OK ] std_algorithms_mod_seq_ops.rotate (1893 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (497 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 (364 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 (136 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 (45 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 (1043 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 (40 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (40 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (1250 ms total) 44: [ PASSED ] 29 tests. 44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ............ Passed 3.37 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (1147 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.shift_left 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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 (564 ms) 45: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o 45: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (546 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1111 ms total) 45: 45: [----------] 2 tests from std_algorithms_count_team_test 45: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o 51: [ OK ] std_algorithms_mod_seq_ops.shift_left (2853 ms) 51: [ RUN ] std_algorithms_mod_seq_ops.shift_right 45: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (578 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (242 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (820 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 (294 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (294 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 (396 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (396 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 (399 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (400 ms total) 45: 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 51: [ OK ] std_algorithms_mod_seq_ops.shift_right (2844 ms) 51: [----------] 11 tests from std_algorithms_mod_seq_ops (10418 ms total) 51: 51: [----------] 1 test from std_algorithms_modseq_test 51: [ RUN ] std_algorithms_modseq_test.reverse 51: [ OK ] std_algorithms_modseq_test.reverse (256 ms) 51: [----------] 1 test from std_algorithms_modseq_test (256 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 33 tests from 5 test suites ran. (11683 ms total) 51: [ PASSED ] 33 tests. 51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 13.77 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_E 52: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 52: Test timeout computed to be: 1500 [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 45: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2839 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 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 29 tests from 7 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_sorting_ops_test 52: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 52: is_sorted: dynamic_view, all overloads 52: is_sorted: stride2_view, all overloads 52: is_sorted: stride3_view, all overloads 52: [ OK ] std_algorithms_sorting_ops_test.is_sorted (31 ms) 52: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 52: is_sorted_until: dynamic_view, all overloads 52: is_sorted_until: stride2_view, all overloads 52: is_sorted_until: stride3_view, all overloads 52: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (29 ms) 52: [----------] 2 tests from std_algorithms_sorting_ops_test (61 ms total) 52: 52: [----------] 4 tests from std_algorithms_partitioning_test 52: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 52: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 52: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 52: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms) 52: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 52: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms) 52: [ RUN ] std_algorithms_partitioning_test.partition_point 52: [ OK ] std_algorithms_partitioning_test.partition_point (3 ms) 52: [----------] 4 tests from std_algorithms_partitioning_test (9 ms total) 52: 52: [----------] 1 test from std_algorithms_partitioning_ops 52: [ RUN ] std_algorithms_partitioning_ops.partition_copy 52: [ OK ] std_algorithms_partitioning_ops.partition_copy (144 ms) 52: [----------] 1 test from std_algorithms_partitioning_ops (145 ms total) 52: 52: [----------] 12 tests from std_algorithms_numerics_test 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 52: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 52: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 52: [----------] 12 tests from std_algorithms_numerics_test (20 ms total) 52: 52: [----------] 1 test from std_algorithms_numerics_ops_test 52: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o 52: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (326 ms) 52: [----------] 1 test from std_algorithms_numerics_ops_test (326 ms total) 52: 52: [----------] 8 tests from std_algorithms_numeric_ops_test 52: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1689 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 52: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1385 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 52: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1687 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6217 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 52: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1179 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 52: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 52: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (474 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 52: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 52: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (166 ms) 52: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 52: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 52: [----------] 8 tests from std_algorithms_numeric_ops_test (3206 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_ops_test 52: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 52: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (184 ms) 52: [----------] 1 test from std_algorithms_transform_ops_test (184 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 29 tests from 7 test suites ran. (3954 ms total) 52: [ PASSED ] 29 tests. [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 6.08 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 53: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 53: Test timeout computed to be: 1500 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1893 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (858 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (2751 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (11992 ms total) 45: [ PASSED ] 12 tests. [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o 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 12 tests from 7 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_adjacent_find_team_test 53: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....... Passed 14.12 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test timeout computed to be: 1500 [ 23%] 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_BlockSizeDeduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 53: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1552 ms) 53: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 46: [==========] Running 8 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_equal_team_test 46: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (1370 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 53: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1532 ms) 53: [----------] 2 tests from std_algorithms_adjacent_find_team_test (3085 ms total) 53: 53: [----------] 2 tests from std_algorithms_count_team_test 53: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 53: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (1066 ms) 53: [ RUN ] std_algorithms_count_team_test.count_returns_zero 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1261 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (2631 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist 53: [ OK ] std_algorithms_count_team_test.count_returns_zero (716 ms) 53: [----------] 2 tests from std_algorithms_count_team_test (1782 ms total) 53: 53: [----------] 1 test from std_algorithms_count_if_team_test 53: [ RUN ] std_algorithms_count_if_team_test.test [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L 46: [ OK ] std_algorithms_search_team_test.sequences_exist (698 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 53: [ OK ] std_algorithms_count_if_team_test.test (709 ms) 53: [----------] 1 test from std_algorithms_count_if_team_test (709 ms total) 53: 53: [----------] 1 test from std_algorithms_for_each_team_test 53: [ RUN ] std_algorithms_for_each_team_test.test 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (859 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (1558 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 53: [ OK ] std_algorithms_for_each_team_test.test (861 ms) 53: [----------] 1 test from std_algorithms_for_each_team_test (861 ms total) 53: 53: [----------] 1 test from std_algorithms_for_each_n_team_test 53: [ RUN ] std_algorithms_for_each_n_team_test.test [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o 53: [ OK ] std_algorithms_for_each_n_team_test.test (953 ms) 53: [----------] 1 test from std_algorithms_for_each_n_team_test (953 ms total) 53: 53: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 53: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1794 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 (1651 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (3446 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 (1364 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 53: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (4094 ms) 53: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 53: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2845 ms) 53: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 24%] Linking CXX executable Kokkos_StackTraceTestExec [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5325 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (6690 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (14326 ms total) 46: [ PASSED ] 8 tests. 46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....... Passed 16.38 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2853 ms) 53: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (9793 ms total) 53: 53: [----------] 2 tests from std_algorithms_mismatch_team_test 53: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 24%] Built target Kokkos_StackTraceTestExec Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o 47: [ OK ] std_algorithms_find_team_test.searched_values_exist (306 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 (430 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (737 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 (261 ms) 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (430 ms) 47: [----------] 2 tests from std_algorithms_find_if_team_test (692 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 (430 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 (259 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (689 ms total) 47: 47: [----------] 1 test from std_algorithms_all_of_team_test 47: [ RUN ] std_algorithms_all_of_team_test.test 53: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (3139 ms) 53: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 47: [ OK ] std_algorithms_all_of_team_test.test (427 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (428 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 (258 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (258 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 (432 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (432 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 (283 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 (312 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (596 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (3834 ms total) 47: [ PASSED ] 11 tests. [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o 53: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1950 ms) 53: [----------] 2 tests from std_algorithms_mismatch_team_test (5090 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 12 tests from 7 test suites ran. (22276 ms total) 53: [ PASSED ] 12 tests. 47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....... Passed 5.95 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 1500 53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 24.35 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 54: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 54: 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 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 8 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_equal_team_test 54: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o 48: [ OK ] std_algorithms_min_element_team_test.test (1239 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (1239 ms total) 48: 48: [----------] 1 test from std_algorithms_max_element_team_test 48: [ RUN ] std_algorithms_max_element_team_test.test [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 48: [ OK ] std_algorithms_max_element_team_test.test (1225 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (1225 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test 54: [ OK ] std_algorithms_equal_team_test.views_are_equal (3069 ms) 54: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 48: [ OK ] std_algorithms_minmax_element_team_test.test (1668 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (1668 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (4133 ms total) 48: [ PASSED ] 3 tests. 48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....... Passed 6.20 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 1500 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o 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 (327 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (328 ms total) 49: 49: [----------] 1 test from std_algorithms_fill_n_team_test 49: [ RUN ] std_algorithms_fill_n_team_test.test [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o 54: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (2979 ms) 54: [----------] 2 tests from std_algorithms_equal_team_test (6048 ms total) 54: 54: [----------] 2 tests from std_algorithms_search_team_test 54: [ RUN ] std_algorithms_search_team_test.sequences_exist 49: [ OK ] std_algorithms_fill_n_team_test.test (437 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (437 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o 49: [ OK ] std_algorithms_replace_team_test.test (453 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (453 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_if_team_test 49: [ RUN ] std_algorithms_replace_if_team_test.test 54: [ OK ] std_algorithms_search_team_test.sequences_exist (1720 ms) 54: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 49: [ OK ] std_algorithms_replace_if_team_test.test (525 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (525 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 (782 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (782 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 (714 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (714 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (3240 ms total) 49: [ PASSED ] 6 tests. 54: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1894 ms) 54: [----------] 2 tests from std_algorithms_search_team_test (3614 ms total) 54: 54: [----------] 2 tests from std_algorithms_find_end_team_test 54: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....... Passed 5.36 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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 (322 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (323 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 (362 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (362 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o 54: [ OK ] std_algorithms_find_end_team_test.sequences_exist (2935 ms) 54: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o 50: [ OK ] std_algorithms_rotate_team_test.test (792 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (792 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 (662 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (662 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (2140 ms total) 50: [ PASSED ] 4 tests. 50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....... Passed 4.22 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test timeout computed to be: 1500 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o 54: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2742 ms) 54: [----------] 2 tests from std_algorithms_find_end_team_test (5677 ms total) 54: 54: [----------] 2 tests from std_algorithms_find_first_of_team_test 54: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 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 (556 ms) 51: [----------] 1 test from std_algorithms_move_team_test (556 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 (493 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (493 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_left_team_test 51: [ RUN ] std_algorithms_shift_left_team_test.test 54: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (2432 ms) 54: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 51: [ OK ] std_algorithms_shift_left_team_test.test (1675 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1675 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_right_team_test 51: [ RUN ] std_algorithms_shift_right_team_test.test 51: [ OK ] std_algorithms_shift_right_team_test.test (1608 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1608 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (4333 ms total) 51: [ PASSED ] 4 tests. 51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....... Passed 6.40 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test timeout computed to be: 1500 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased 52: [==========] Running 9 tests from 9 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_copy_team_test 52: [ RUN ] std_algorithms_copy_team_test.test 52: [ OK ] std_algorithms_copy_team_test.test (620 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (620 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 (498 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (498 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_backward_team_test 52: [ RUN ] std_algorithms_copy_backward_team_test.test 52: [ OK ] std_algorithms_copy_backward_team_test.test (451 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (451 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_if_team_test 52: [ RUN ] std_algorithms_copy_if_team_test.test [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: [ OK ] std_algorithms_copy_if_team_test.test (547 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (547 ms total) 52: 52: [----------] 1 test from std_algorithms_unique_copy_team_test 52: [ RUN ] std_algorithms_unique_copy_team_test.test 54: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6610 ms) 54: [----------] 2 tests from std_algorithms_find_first_of_team_test (9042 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 8 tests from 4 test suites ran. (24383 ms total) 54: [ PASSED ] 8 tests. [ 26%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o 54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 26.47 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 55: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 55: Test timeout computed to be: 1500 Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o 52: [ OK ] std_algorithms_unique_copy_team_test.test (1159 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (1159 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 (667 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (667 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 (683 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (683 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_copy_team_test 52: [ RUN ] std_algorithms_remove_copy_team_test.test [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o 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: [==========] Running 11 tests from 7 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_find_team_test 55: [ RUN ] std_algorithms_find_team_test.searched_values_exist [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o 55: [ OK ] std_algorithms_find_team_test.searched_values_exist (761 ms) 55: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 52: [ OK ] std_algorithms_remove_copy_team_test.test (744 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (744 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 (713 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (713 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (6087 ms total) 52: [ PASSED ] 9 tests. 55: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (892 ms) 55: [----------] 2 tests from std_algorithms_find_team_test (1653 ms total) 55: 55: [----------] 2 tests from std_algorithms_find_if_team_test 55: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....... Passed 8.17 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test timeout computed to be: 1500 55: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (709 ms) 55: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o 55: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (888 ms) 55: [----------] 2 tests from std_algorithms_find_if_team_test (1598 ms total) 55: 55: [----------] 2 tests from std_algorithms_find_if_not_team_test 55: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 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 55: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (897 ms) 55: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o 55: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (713 ms) 55: [----------] 2 tests from std_algorithms_find_if_not_team_test (1610 ms total) 55: 55: [----------] 1 test from std_algorithms_all_of_team_test 55: [ RUN ] std_algorithms_all_of_team_test.test 53: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1284 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (1284 ms total) 53: 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test 53: [ RUN ] std_algorithms_adjacent_difference_team_test.test 55: [ OK ] std_algorithms_all_of_team_test.test (833 ms) 55: [----------] 1 test from std_algorithms_all_of_team_test (833 ms total) 55: 55: [----------] 1 test from std_algorithms_any_of_team_test 55: [ RUN ] std_algorithms_any_of_team_test.test 53: [ OK ] std_algorithms_adjacent_difference_team_test.test (1168 ms) 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1168 ms total) 53: 53: [----------] 1 test from std_algorithms_reduce_team_test 53: [ RUN ] std_algorithms_reduce_team_test.test 55: [ OK ] std_algorithms_any_of_team_test.test (658 ms) 55: [----------] 1 test from std_algorithms_any_of_team_test (658 ms total) 55: 55: [----------] 1 test from std_algorithms_none_of_team_test 55: [ RUN ] std_algorithms_none_of_team_test.test 53: [ OK ] std_algorithms_reduce_team_test.test (934 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (934 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test 55: [ OK ] std_algorithms_none_of_team_test.test (833 ms) 55: [----------] 1 test from std_algorithms_none_of_team_test (833 ms total) 55: 55: [----------] 2 tests from std_algorithms_search_n_team_test 55: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 55: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (745 ms) 55: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 53: [ OK ] std_algorithms_transform_reduce_team_test.test (1520 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1520 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (4908 ms total) 53: [ PASSED ] 4 tests. 55: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (786 ms) 55: [----------] 2 tests from std_algorithms_search_n_team_test (1531 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 11 tests from 7 test suites ran. (8720 ms total) 55: [ PASSED ] 11 tests. 53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....... Passed 6.99 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test timeout computed to be: 1500 55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 10.78 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 56: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 56: 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 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: [==========] Running 3 tests from 3 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_min_element_team_test 56: [ RUN ] std_algorithms_min_element_team_test.test 54: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (535 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 (1303 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (1838 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 (26 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (29 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o 56: [ OK ] std_algorithms_min_element_team_test.test (2394 ms) 56: [----------] 1 test from std_algorithms_min_element_team_test (2394 ms total) 56: 56: [----------] 1 test from std_algorithms_max_element_team_test 56: [ RUN ] std_algorithms_max_element_team_test.test 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1227 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (694 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1978 ms total) 54: 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test 54: [ RUN ] std_algorithms_is_partitioned_team_test.empty 54: [ OK ] std_algorithms_is_partitioned_team_test.empty (13 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (335 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (336 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 56: [ OK ] std_algorithms_max_element_team_test.test (2378 ms) 56: [----------] 1 test from std_algorithms_max_element_team_test (2378 ms total) 56: 56: [----------] 1 test from std_algorithms_minmax_element_team_test 56: [ RUN ] std_algorithms_minmax_element_team_test.test 54: [ OK ] std_algorithms_is_partitioned_team_test.random (281 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (967 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 (18 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (621 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (631 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o 54: [ OK ] std_algorithms_partition_copy_team_test.random (573 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1844 ms total) 54: 54: [----------] 4 tests from std_algorithms_partition_point_team_test 54: [ RUN ] std_algorithms_partition_point_team_test.empty 54: [ OK ] std_algorithms_partition_point_team_test.empty (13 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true 54: [ OK ] std_algorithms_partition_point_team_test.all_true (220 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (219 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random 54: [ OK ] std_algorithms_partition_point_team_test.random (165 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (619 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (7248 ms total) 54: [ PASSED ] 18 tests. [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o 54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....... Passed 9.35 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test timeout computed to be: 1500 56: [ OK ] std_algorithms_minmax_element_team_test.test (3017 ms) 56: [----------] 1 test from std_algorithms_minmax_element_team_test (3017 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 3 tests from 3 test suites ran. (7790 ms total) 56: [ PASSED ] 3 tests. 56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 9.87 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 57: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 57: Test timeout computed to be: 1500 [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o 55: [==========] Running 5 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_transform_team_test 55: [ RUN ] std_algorithms_transform_team_test.test_unary_op 57: 57: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 57: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 57: setting CUDA_VISIBLE_DEVICES. 57: This could on multi GPU systems lead to severe performance" 57: penalties. 57: [==========] Running 6 tests from 6 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_fill_team_test 57: [ RUN ] std_algorithms_fill_team_test.test 55: [ OK ] std_algorithms_transform_team_test.test_unary_op (914 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 57: [ OK ] std_algorithms_fill_team_test.test (555 ms) 57: [----------] 1 test from std_algorithms_fill_team_test (555 ms total) 57: 57: [----------] 1 test from std_algorithms_fill_n_team_test 57: [ RUN ] std_algorithms_fill_n_team_test.test /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (790 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1704 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_team_test 55: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o 55: [ OK ] std_algorithms_generate_team_test.test_unary_op (1439 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (1439 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_n_team_test 55: [ RUN ] std_algorithms_generate_n_team_test.test [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_UnitTest_SIMD 57: [ OK ] std_algorithms_fill_n_team_test.test (2179 ms) 57: [----------] 1 test from std_algorithms_fill_n_team_test (2179 ms total) 57: 57: [----------] 1 test from std_algorithms_replace_team_test 57: [ RUN ] std_algorithms_replace_team_test.test [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o 55: [ OK ] std_algorithms_generate_n_team_test.test (435 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (435 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test 57: [ OK ] std_algorithms_replace_team_test.test (773 ms) 57: [----------] 1 test from std_algorithms_replace_team_test (773 ms total) 57: 57: [----------] 1 test from std_algorithms_replace_if_team_test 57: [ RUN ] std_algorithms_replace_if_team_test.test 55: [ OK ] std_algorithms_swap_ranges_team_test.test (771 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (771 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (4351 ms total) 55: [ PASSED ] 5 tests. 55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....... Passed 6.43 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test timeout computed to be: 1500 [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 57: [ OK ] std_algorithms_replace_if_team_test.test (823 ms) 57: [----------] 1 test from std_algorithms_replace_if_team_test (823 ms total) 57: 57: [----------] 1 test from std_algorithms_replace_copy_team_test 57: [ RUN ] std_algorithms_replace_copy_team_test.test [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M 57: [ OK ] std_algorithms_replace_copy_team_test.test (1559 ms) 57: [----------] 1 test from std_algorithms_replace_copy_team_test (1559 ms total) 57: 57: [----------] 1 test from std_algorithms_replace_copy_if_team_test 57: [ RUN ] std_algorithms_replace_copy_if_team_test.test 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test 56: [ RUN ] std_algorithms_exclusive_scan_team_test.test [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: [ OK ] std_algorithms_replace_copy_if_team_test.test (1408 ms) 57: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1408 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 6 tests from 6 test suites ran. (7301 ms total) 57: [ PASSED ] 6 tests. 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1481 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1481 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test -- Testing 1-D histogram Density 1D: 0.000243392 -0.99999 -48247.6 || 0.051031 0 194882 || 2.929e+09 28674.4 || -6.66975e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00072907 -0.303137 0.149854 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 9.37 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 58: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 58: Test timeout computed to be: 1500 [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/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-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (720 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (720 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (2202 ms total) 56: [ PASSED ] 2 tests. 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 304 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 11 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host 56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....... Passed 4.31 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test timeout computed to be: 1500 1: [ OK ] openmp_DeathTest.abort_from_host (686 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 58: 58: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 58: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 58: setting CUDA_VISIBLE_DEVICES. 58: This could on multi GPU systems lead to severe performance" 58: penalties. 58: [==========] Running 4 tests from 4 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_reverse_team_test 58: [ RUN ] std_algorithms_reverse_team_test.test [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o 58: [ OK ] std_algorithms_reverse_team_test.test (546 ms) 58: [----------] 1 test from std_algorithms_reverse_team_test (546 ms total) 58: 58: [----------] 1 test from std_algorithms_reverse_copy_team_test 58: [ RUN ] std_algorithms_reverse_copy_team_test.test 1: [ OK ] openmp_DeathTest.abort_from_device (599 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 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 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (559 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 58: [ OK ] std_algorithms_reverse_copy_team_test.test (935 ms) 58: [----------] 1 test from std_algorithms_reverse_copy_team_test (935 ms total) 58: 58: [----------] 1 test from std_algorithms_rotate_team_test 58: [ RUN ] std_algorithms_rotate_team_test.test 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (564 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (2341 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2342 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 58: [ OK ] std_algorithms_rotate_team_test.test (2739 ms) 58: [----------] 1 test from std_algorithms_rotate_team_test (2739 ms total) 58: 58: [----------] 1 test from std_algorithms_rotate_copy_team_test 58: [ RUN ] std_algorithms_rotate_copy_team_test.test 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1539 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1539 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (3881 ms total) 57: [ PASSED ] 2 tests. 57/58 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....... Passed 6.01 sec test 58 Start 58: Kokkos_UnitTest_SIMD 58: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 58: Test timeout computed to be: 1500 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o 58: [==========] Running 14 tests from 1 test suite. 58: [----------] Global test environment set-up. 58: [----------] 14 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 (10 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: [----------] 14 tests from simd (11 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 14 tests from 1 test suite ran. (11 ms total) 58: [ PASSED ] 14 tests. 58: [ OK ] std_algorithms_rotate_copy_team_test.test (2606 ms) 58: [----------] 1 test from std_algorithms_rotate_copy_team_test (2606 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 4 tests from 4 test suites ran. (6827 ms total) 58: [ PASSED ] 4 tests. 58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 8.89 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 59: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 59: Test timeout computed to be: 1500 58/58 Test #58: Kokkos_UnitTest_SIMD .......................... Passed 2.16 sec 100% tests passed, 0 tests failed out of 58 Total Test time (real) = 945.65 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 0 / 737 (0.00 %) Direct: 0 / 737 (0.00 %) Preprocessed: 0 / 737 (0.00 %) Misses: 737 Direct: 737 Preprocessed: 737 Primary storage: Hits: 0 / 1474 (0.00 %) Misses: 1474 Cache size (GB): 4.44 / 5.00 (88.72 %) Cleanups: 1 Use the -v/--verbose option for more details. [Pipeline] } $ docker stop --time=1 ea25c4d9a7ef90a80579d02d3ddbc9201e6d88ef9c572c80aee564f70795ced8 59: 59: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 59: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 59: setting CUDA_VISIBLE_DEVICES. 59: This could on multi GPU systems lead to severe performance" 59: penalties. 59: [==========] Running 4 tests from 4 test suites. 59: [----------] Global test environment set-up. 59: [----------] 1 test from std_algorithms_move_team_test 59: [ RUN ] std_algorithms_move_team_test.test $ docker rm -f --volumes ea25c4d9a7ef90a80579d02d3ddbc9201e6d88ef9c572c80aee564f70795ced8 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o 59: [ OK ] std_algorithms_move_team_test.test (1354 ms) 59: [----------] 1 test from std_algorithms_move_team_test (1354 ms total) 59: 59: [----------] 1 test from std_algorithms_move_backward_team_test 59: [ RUN ] std_algorithms_move_backward_team_test.test 59: [ OK ] std_algorithms_move_backward_team_test.test (1362 ms) 59: [----------] 1 test from std_algorithms_move_backward_team_test (1362 ms total) 59: 59: [----------] 1 test from std_algorithms_shift_left_team_test 59: [ RUN ] std_algorithms_shift_left_team_test.test [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o 59: [ OK ] std_algorithms_shift_left_team_test.test (5076 ms) 59: [----------] 1 test from std_algorithms_shift_left_team_test (5076 ms total) 59: 59: [----------] 1 test from std_algorithms_shift_right_team_test 59: [ RUN ] std_algorithms_shift_right_team_test.test [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o 59: [ OK ] std_algorithms_shift_right_team_test.test (4884 ms) 59: [----------] 1 test from std_algorithms_shift_right_team_test (4884 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 4 tests from 4 test suites ran. (12678 ms total) 59: [ PASSED ] 4 tests. 59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 14.73 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 60: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 60: Test timeout computed to be: 1500 60: 60: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 60: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 60: setting CUDA_VISIBLE_DEVICES. 60: This could on multi GPU systems lead to severe performance" 60: penalties. 60: [==========] Running 9 tests from 9 test suites. 60: [----------] Global test environment set-up. 60: [----------] 1 test from std_algorithms_copy_team_test 60: [ RUN ] std_algorithms_copy_team_test.test [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o 60: [ OK ] std_algorithms_copy_team_test.test (1496 ms) 60: [----------] 1 test from std_algorithms_copy_team_test (1496 ms total) 60: 60: [----------] 1 test from std_algorithms_copy_n_team_test 60: [ RUN ] std_algorithms_copy_n_team_test.test [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o 60: [ OK ] std_algorithms_copy_n_team_test.test (2414 ms) 60: [----------] 1 test from std_algorithms_copy_n_team_test (2414 ms total) 60: 60: [----------] 1 test from std_algorithms_copy_backward_team_test 60: [ RUN ] std_algorithms_copy_backward_team_test.test 60: [ OK ] std_algorithms_copy_backward_team_test.test (1293 ms) 60: [----------] 1 test from std_algorithms_copy_backward_team_test (1293 ms total) 60: 60: [----------] 1 test from std_algorithms_copy_if_team_test 60: [ RUN ] std_algorithms_copy_if_team_test.test 60: [ OK ] std_algorithms_copy_if_team_test.test (1222 ms) 60: [----------] 1 test from std_algorithms_copy_if_team_test (1222 ms total) 60: 60: [----------] 1 test from std_algorithms_unique_copy_team_test 60: [ RUN ] std_algorithms_unique_copy_team_test.test 60: [ OK ] std_algorithms_unique_copy_team_test.test (1824 ms) 60: [----------] 1 test from std_algorithms_unique_copy_team_test (1824 ms total) 60: 60: [----------] 1 test from std_algorithms_remove_team_test 60: [ RUN ] std_algorithms_remove_team_test.test 60: [ OK ] std_algorithms_remove_team_test.test (1280 ms) 60: [----------] 1 test from std_algorithms_remove_team_test (1280 ms total) 60: 60: [----------] 1 test from std_algorithms_remove_if_team_test 60: [ RUN ] std_algorithms_remove_if_team_test.test [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o 60: [ OK ] std_algorithms_remove_if_team_test.test (1252 ms) 60: [----------] 1 test from std_algorithms_remove_if_team_test (1252 ms total) 60: 60: [----------] 1 test from std_algorithms_remove_copy_team_test 60: [ RUN ] std_algorithms_remove_copy_team_test.test [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o 60: [ OK ] std_algorithms_remove_copy_team_test.test (1468 ms) 60: [----------] 1 test from std_algorithms_remove_copy_team_test (1469 ms total) 60: 60: [----------] 1 test from std_algorithms_remove_copy_if_team_test 60: [ RUN ] std_algorithms_remove_copy_if_team_test.test 60: [ OK ] std_algorithms_remove_copy_if_team_test.test (1346 ms) 60: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1346 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 9 tests from 9 test suites ran. (13600 ms total) 60: [ PASSED ] 9 tests. 60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 15.67 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 61: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 61: Test timeout computed to be: 1500 61: 61: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 61: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 61: setting CUDA_VISIBLE_DEVICES. 61: This could on multi GPU systems lead to severe performance" 61: penalties. 61: [==========] Running 4 tests from 4 test suites. 61: [----------] Global test environment set-up. 61: [----------] 1 test from std_algorithms_unique_team_test 61: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (32655 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 61: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1945 ms) 61: [----------] 1 test from std_algorithms_unique_team_test (1945 ms total) 61: 61: [----------] 1 test from std_algorithms_adjacent_difference_team_test 61: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o 61: [ OK ] std_algorithms_adjacent_difference_team_test.test (2524 ms) 61: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2524 ms total) 61: 61: [----------] 1 test from std_algorithms_reduce_team_test 61: [ RUN ] std_algorithms_reduce_team_test.test 61: [ OK ] std_algorithms_reduce_team_test.test (2493 ms) 61: [----------] 1 test from std_algorithms_reduce_team_test (2493 ms total) 61: 61: [----------] 1 test from std_algorithms_transform_reduce_team_test 61: [ RUN ] std_algorithms_transform_reduce_team_test.test 61: [ OK ] std_algorithms_transform_reduce_team_test.test (3562 ms) 61: [----------] 1 test from std_algorithms_transform_reduce_team_test (3562 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 4 tests from 4 test suites ran. (10526 ms total) 61: [ PASSED ] 4 tests. 61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 12.63 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 62: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 62: Test timeout computed to be: 1500 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o 62: 62: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 62: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 62: setting CUDA_VISIBLE_DEVICES. 62: This could on multi GPU systems lead to severe performance" 62: penalties. 62: [==========] Running 18 tests from 5 test suites. 62: [----------] Global test environment set-up. 62: [----------] 2 tests from std_algorithms_is_sorted_team_test 62: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o 62: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1625 ms) 62: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 62: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2453 ms) 62: [----------] 2 tests from std_algorithms_is_sorted_team_test (4078 ms total) 62: 62: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 62: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 62: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (103 ms) 62: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 62: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (158 ms) 62: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o 62: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2076 ms) 62: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 62: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1517 ms) 62: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (3855 ms total) 62: 62: [----------] 4 tests from std_algorithms_is_partitioned_team_test 62: [ RUN ] std_algorithms_is_partitioned_team_test.empty 62: [ OK ] std_algorithms_is_partitioned_team_test.empty (51 ms) 62: [ RUN ] std_algorithms_is_partitioned_team_test.all_true [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o 62: [ OK ] std_algorithms_is_partitioned_team_test.all_true (747 ms) 62: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 62: [ OK ] std_algorithms_is_partitioned_team_test.all_false (753 ms) 62: [ RUN ] std_algorithms_is_partitioned_team_test.random 62: [ OK ] std_algorithms_is_partitioned_team_test.random (707 ms) 62: [----------] 4 tests from std_algorithms_is_partitioned_team_test (2260 ms total) 62: 62: [----------] 4 tests from std_algorithms_partition_copy_team_test 62: [ RUN ] std_algorithms_partition_copy_team_test.empty 62: [ OK ] std_algorithms_partition_copy_team_test.empty (62 ms) 62: [ RUN ] std_algorithms_partition_copy_team_test.all_true 62: [ OK ] std_algorithms_partition_copy_team_test.all_true (1484 ms) 62: [ RUN ] std_algorithms_partition_copy_team_test.all_false 62: [ OK ] std_algorithms_partition_copy_team_test.all_false (1496 ms) 62: [ RUN ] std_algorithms_partition_copy_team_test.random 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (28072 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 62: [ OK ] std_algorithms_partition_copy_team_test.random (1416 ms) 62: [----------] 4 tests from std_algorithms_partition_copy_team_test (4459 ms total) 62: 62: [----------] 4 tests from std_algorithms_partition_point_team_test 62: [ RUN ] std_algorithms_partition_point_team_test.empty 62: [ OK ] std_algorithms_partition_point_team_test.empty (41 ms) 62: [ RUN ] std_algorithms_partition_point_team_test.all_true 62: [ OK ] std_algorithms_partition_point_team_test.all_true (646 ms) 62: [ RUN ] std_algorithms_partition_point_team_test.all_false 62: [ OK ] std_algorithms_partition_point_team_test.all_false (640 ms) 62: [ RUN ] std_algorithms_partition_point_team_test.random 62: [ OK ] std_algorithms_partition_point_team_test.random (559 ms) 62: [----------] 4 tests from std_algorithms_partition_point_team_test (1887 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 18 tests from 5 test suites ran. (16541 ms total) 62: [ PASSED ] 18 tests. [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o 62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 18.60 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 63: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 63: Test timeout computed to be: 1500 [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o 63: 63: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 63: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 63: setting CUDA_VISIBLE_DEVICES. 63: This could on multi GPU systems lead to severe performance" 63: penalties. 63: [==========] Running 5 tests from 4 test suites. 63: [----------] Global test environment set-up. 63: [----------] 2 tests from std_algorithms_transform_team_test 63: [ RUN ] std_algorithms_transform_team_test.test_unary_op 63: [ OK ] std_algorithms_transform_team_test.test_unary_op (1741 ms) 63: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o 63: [ OK ] std_algorithms_transform_team_test.test_binary_op (1752 ms) 63: [----------] 2 tests from std_algorithms_transform_team_test (3493 ms total) 63: 63: [----------] 1 test from std_algorithms_generate_team_test 63: [ RUN ] std_algorithms_generate_team_test.test_unary_op 63: [ OK ] std_algorithms_generate_team_test.test_unary_op (2086 ms) 63: [----------] 1 test from std_algorithms_generate_team_test (2086 ms total) 63: 63: [----------] 1 test from std_algorithms_generate_n_team_test 63: [ RUN ] std_algorithms_generate_n_team_test.test [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o 63: [ OK ] std_algorithms_generate_n_team_test.test (2212 ms) 63: [----------] 1 test from std_algorithms_generate_n_team_test (2212 ms total) 63: 63: [----------] 1 test from std_algorithms_swap_ranges_team_test 63: [ RUN ] std_algorithms_swap_ranges_team_test.test 63: [ OK ] std_algorithms_swap_ranges_team_test.test (1682 ms) 63: [----------] 1 test from std_algorithms_swap_ranges_team_test (1682 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 5 tests from 4 test suites ran. (9475 ms total) 63: [ PASSED ] 5 tests. 63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 11.54 sec test 64 Start 64: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 64: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 64: Test timeout computed to be: 1500 [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 64: 64: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 64: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 64: setting CUDA_VISIBLE_DEVICES. 64: This could on multi GPU systems lead to severe performance" 64: penalties. 64: [==========] Running 2 tests from 2 test suites. 64: [----------] Global test environment set-up. 64: [----------] 1 test from std_algorithms_exclusive_scan_team_test 64: [ RUN ] std_algorithms_exclusive_scan_team_test.test 64: [ OK ] std_algorithms_exclusive_scan_team_test.test (2902 ms) 64: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2903 ms total) 64: 64: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 64: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 64: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1455 ms) 64: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1455 ms total) 64: 64: [----------] Global test environment tear-down 64: [==========] 2 tests from 2 test suites ran. (4358 ms total) 64: [ PASSED ] 2 tests. 64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 6.45 sec test 65 Start 65: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 65: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 65: Test timeout computed to be: 1500 65: 65: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 65: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 65: setting CUDA_VISIBLE_DEVICES. 65: This could on multi GPU systems lead to severe performance" 65: penalties. 65: [==========] Running 2 tests from 2 test suites. 65: [----------] Global test environment set-up. 65: [----------] 1 test from std_algorithms_inclusive_scan_team_test 65: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (29024 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 65: [ OK ] std_algorithms_inclusive_scan_team_test.test (4254 ms) 65: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4254 ms total) 65: 65: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 65: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 65: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2808 ms) 65: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2808 ms total) 65: 65: [----------] Global test environment tear-down 65: [==========] 2 tests from 2 test suites ran. (7063 ms total) 65: [ PASSED ] 2 tests. 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4218 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 65/66 Test #65: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 9.14 sec test 66 Start 66: Kokkos_UnitTest_SIMD 66: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD 66: Test timeout computed to be: 1500 66: 66: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 66: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 66: setting CUDA_VISIBLE_DEVICES. 66: This could on multi GPU systems lead to severe performance" 66: penalties. 66: [==========] Running 14 tests from 1 test suite. 66: [----------] Global test environment set-up. 66: [----------] 14 tests from simd 66: [ RUN ] simd.host_math_ops 66: [ OK ] simd.host_math_ops (0 ms) 66: [ RUN ] simd.device_math_ops 66: [ OK ] simd.device_math_ops (4 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: [----------] 14 tests from simd (5 ms total) 66: 66: [----------] Global test environment tear-down 66: [==========] 14 tests from 1 test suite ran. (5 ms total) 66: [ PASSED ] 14 tests. 66/66 Test #66: Kokkos_UnitTest_SIMD ........................ Passed 2.04 sec 100% tests passed, 0 tests failed out of 66 Total Test time (real) = 837.05 sec + cd ../example/build_cmake_installed + rm -rf build + mkdir -p build [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o + cd build + cmake -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 .. 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4106 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [----------] 11 tests from openmp_DeathTest (100487 ms total) 1: 1: [----------] 293 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.array_contiguous_capacity 1: [ OK ] openmp.array_contiguous_capacity (0 ms) 1: [ RUN ] openmp.array_contiguous_element_access 1: [ OK ] openmp.array_contiguous_element_access (0 ms) 1: [ RUN ] openmp.array_contiguous_assignment 1: [ OK ] openmp.array_contiguous_assignment (0 ms) 1: [ RUN ] openmp.array_strided_capacity 1: [ OK ] openmp.array_strided_capacity (0 ms) 1: [ RUN ] openmp.array_strided_element_access 1: [ OK ] openmp.array_strided_element_access (0 ms) 1: [ RUN ] openmp.array_strided_assignment 1: [ OK ] openmp.array_strided_assignment (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (2 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (2 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (1 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (1 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (3 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (5 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (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 (5 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (6 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (25 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 (236 ms) 1: [ RUN ] openmp.atomic_views_nonintegral -- The CXX compiler identification is GNU 8.4.0 1: [ OK ] openmp.atomic_views_nonintegral (167 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (2 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (3 ms) 1: [ RUN ] openmp.deep_copy_conversion 1: [ OK ] openmp.deep_copy_conversion (35 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.init 1: [ OK ] openmp.init (0 ms) 1: [ RUN ] openmp.dispatch 1: [ OK ] openmp.dispatch (67 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft -- The Fortran compiler identification is GNU 7.5.0 -- Check for working CXX compiler: /usr/bin/g++-8 -- Check for working CXX compiler: /usr/bin/g++-8 - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 -- Checking whether /usr/bin/gfortran supports Fortran 90 - yes [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o -- Enabled Kokkos devices: CUDA;SERIAL CMake Warning at /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (MESSAGE): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (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-6770/example/build_cmake_installed/build + make -j8 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1492 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1397 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 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 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (1021 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (1042 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (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 (26 ms) 1: [ RUN ] openmp.mdrange_6d 1: [ OK ] openmp.mdrange_6d (82 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (1 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (9 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (43 ms) 1: [ RUN ] openmp.mdrange_4d 1: [ OK ] openmp.mdrange_4d (6 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o 1: [ OK ] openmp.mdrange_large_deep_copy (899 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (1475 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: [ OK ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (0 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (1 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (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.view_aggregate 1: [ OK ] openmp.view_aggregate (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (45 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.view_layouttiled 1: [ OK ] openmp.view_layouttiled (1 ms) 1: [ RUN ] openmp.view_layouttiled_subtile 1: [ OK ] openmp.view_layouttiled_subtile (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (7 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (6 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (0 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (2 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (2 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (0 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (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 (1 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (1 ms) 1: [ RUN ] openmp.reducers_point_t 1: [ OK ] openmp.reducers_point_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 (82 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (84 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (323 ms) 1: [ RUN ] openmp.double_reduce_dynamic [ 32%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 1: [ OK ] openmp.double_reduce_dynamic (342 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (85 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (40 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 1: [ OK ] openmp.reduce_device_view_mdrange_policy (53 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 1: [ OK ] openmp.reduce_device_view_team_policy (467 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (8 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (18 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (16 ms) 1: [ RUN ] openmp.team_reduce_large 1: [ OK ] openmp.team_reduce_large (309 ms) 1: [ RUN ] openmp.team_parallel_single [100%] Linking CXX executable example 1: [ OK ] openmp.team_parallel_single (1739 ms) 1: [ RUN ] openmp.large_team_scratch_size 1: [ OK ] openmp.large_team_scratch_size (0 ms) 1: [ RUN ] openmp.team_broadcast_long 1: [ OK ] openmp.team_broadcast_long (57 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 1: [ OK ] openmp.team_broadcast_long_wrapper (55 ms) 1: [ RUN ] openmp.team_broadcast_char 1: [ OK ] openmp.team_broadcast_char (53 ms) 1: [ RUN ] openmp.team_broadcast_float 1: [ OK ] openmp.team_broadcast_float (54 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (57 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_installed/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_installed/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/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-6770/example/build_cmake_installed/build/example "10" 1: Test timeout computed to be: 10000000 1: [ OK ] openmp.team_vector (255 ms) 1: [ RUN ] openmp.triple_nested_parallelism 1: [ OK ] openmp.triple_nested_parallelism (312 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 1: [ OK ] openmp.parallel_scan_with_reducers (103 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (7 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (7 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (7 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (9 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (9 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan 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_LAMBDA: yes 1: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 1: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 1: KOKKOS_ENABLE_CUDA_UVM: yes 1: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 1: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 1: 1: Cuda Runtime Configuration: 1: macro KOKKOS_ENABLE_CUDA : defined 1: macro CUDA_VERSION = 11000 = version 11.0 1: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.15 G, Shared Memory per Block: 48 K : Selected 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000040 1: Sequential: 5 0.000000 1: Hello World from Fortran [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o 1/1 Test #1: KokkosInTree_Verify .............. Passed 2.05 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 2.05 sec + cd ../.. + cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 build_cmake_installed_different_compiler [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o -- The CXX compiler identification is Clang 6.0.0 -- The Fortran compiler identification is GNU 7.5.0 -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working Fortran compiler: /usr/bin/f95 [ 32%] Built target Kokkos_CoreUnitTest_Cuda3 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o -- Check for working Fortran compiler: /usr/bin/f95 - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/f95 supports Fortran 90 -- Checking whether /usr/bin/f95 supports Fortran 90 - yes -- Enabled Kokkos devices: CUDA;SERIAL CMake Warning at /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (MESSAGE): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): /var/jenkins/workspace/Kokkos_PR-6770/install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE) CMakeLists.txt:15 (find_package) -- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_installed_different_compiler/build + cmake --build build_cmake_installed_different_compiler/build --target all Scanning dependencies of target example_no_kokkos [ 25%] Building CXX object CMakeFiles/example_no_kokkos.dir/bar.cpp.o [ 50%] Linking CXX executable example_no_kokkos [ 50%] Built target example_no_kokkos Scanning dependencies of target example_with_kokkos [ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o 1: [ OK ] openmp.team_reduction_scan (8060 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (50 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (49 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 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o 1: [ OK ] openmp.repeated_team_reduce (1898 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (138 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (131 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (37 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (34 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (16 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (6 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 [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-6770/example/build_cmake_installed_different_compiler/build Start 1: KokkosLauncher_NoKokkos_Verify 1/2 Test #1: KokkosLauncher_NoKokkos_Verify ..... Passed 0.00 sec Start 2: KokkosLauncher_WithKokkos_Verify [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o -- Testing 1-D histogram Density 1D: 0.00195734 -0.999999 -57858.7 || 0.051031 0 1.55114e+06 || 2.86892e+10 28674.4 || -7.99838e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588235 -0.967789 10.1937 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 1: [ OK ] openmp.team_policy_max_recommended (2563 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 (73 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (13 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (39 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (1 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (7 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_allocation_error 1: [ OK ] openmp.view_allocation_error (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 2/2 Test #2: KokkosLauncher_WithKokkos_Verify ... Passed 2.04 sec 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 2.05 sec Post stage [Pipeline] sh + ccache --show-stats 1: [ OK ] openmp.view_allocation_large_rank (1110 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (0 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_copy_tests 1: [ OK ] openmp.view_copy_tests (4 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_hooks 1: [ OK ] openmp.view_hooks (0 ms) 1: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats zero time Wed Jan 31 22:03:37 2024 cache hit (direct) 67 cache hit (preprocessed) 0 cache miss 500 cache hit rate 11.82 % compiler produced stdout 1 cleanups performed 6 files in cache 3655 cache size 4.3 GB max cache size 5.0 GB [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 1b9966a141ce20ef95256c2ce6ed0d7008751fdbdf2c2340acfbd2e78446043a 1: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (56 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (50 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 1: [ OK ] openmp.view_mapping (59 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (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_resize 1: [ OK ] openmp.view_resize (7 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib 1: [ OK ] openmp.workgraph_fib (419 ms) 1: [ RUN ] openmp.resize_realloc_no_init 1: [ OK ] openmp.resize_realloc_no_init (0 ms) 1: [ RUN ] openmp.resize_realloc_no_alloc 1: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 1: [ RUN ] openmp.realloc_exec_space 1: [ OK ] openmp.realloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc 1: [ OK ] openmp.view_alloc (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space 1: [ OK ] openmp.view_alloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc_int 1: [ OK ] openmp.view_alloc_int (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space_int 1: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 1: [ RUN ] openmp.deep_copy_zero_memset 1: [ OK ] openmp.deep_copy_zero_memset (0 ms) 1: [ RUN ] openmp.resize_exec_space 1: [ OK ] openmp.resize_exec_space (0 ms) 1: [ RUN ] openmp.view_allocation_int 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 1: skipping since the fence checked for isn't necessary 1: [ SKIPPED ] openmp.view_allocation_int (0 ms) 1: [ RUN ] openmp.view_allocation_exec_space_int 1: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 1: [ RUN ] openmp.view_not_default_constructible 1: [ OK ] openmp.view_not_default_constructible (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_left 1: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_right 1: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_stride 1: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 1: [ RUN ] openmp.view_subview_assign_strided 1: [ OK ] openmp.view_subview_assign_strided (0 ms) 1: [ RUN ] openmp.view_subview_left_0 1: [ OK ] openmp.view_subview_left_0 (0 ms) 1: [ RUN ] openmp.view_subview_left_1 1: [ OK ] openmp.view_subview_left_1 (0 ms) 1: [ RUN ] openmp.view_subview_left_2 1: [ OK ] openmp.view_subview_left_2 (0 ms) 1: [ RUN ] openmp.view_subview_left_3 1: [ OK ] openmp.view_subview_left_3 (0 ms) 1: [ RUN ] openmp.view_subview_right_0 1: [ OK ] openmp.view_subview_right_0 (0 ms) 1: [ RUN ] openmp.view_subview_right_1 1: [ OK ] openmp.view_subview_right_1 (0 ms) 1: [ RUN ] openmp.view_subview_right_3 1: [ OK ] openmp.view_subview_right_3 (0 ms) 1: [ RUN ] openmp.view_static_tests 1: [ OK ] openmp.view_static_tests (0 ms) 1: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 1: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 1: [ RUN ] openmp.view_subview_layoutright_to_layoutright 1: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign 1: [ OK ] openmp.view_subview_1d_assign (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic 1: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (6 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (6 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (7 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (57 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (56 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (55 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 1: [ OK ] openmp.view_subview_3d_from_5d_right (119 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 (118 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: [----------] 293 tests from openmp (28143 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 304 tests from 2 test suites ran. (128630 ms total) 1: [ PASSED ] 301 tests. 1: [ SKIPPED ] 3 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.view_allocation_int $ docker rm -f --volumes 1b9966a141ce20ef95256c2ce6ed0d7008751fdbdf2c2340acfbd2e78446043a [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o 1/51 Test #1: Kokkos_CoreUnitTest_OpenMP .................. Passed 129.60 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 6 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [ OK ] openmp.raw_openmp_interop (24 ms) 2: [----------] 1 test from openmp (24 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (24 ms total) 2: [ PASSED ] 1 test. 2/51 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp ........... Passed 0.84 sec test 3 Start 3: Kokkos_CoreUnitTest_OpenMPGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph 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 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from openmp_count_bugs 3: [ RUN ] openmp_count_bugs.launch_one 3: [ OK ] openmp_count_bugs.launch_one (0 ms) 3: [ RUN ] openmp_count_bugs.launch_one_rvalue 3: [ OK ] openmp_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] openmp_count_bugs.launch_six 3: [ OK ] openmp_count_bugs.launch_six (0 ms) 3: [ RUN ] openmp_count_bugs.when_all_cycle 3: [ OK ] openmp_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] openmp_count_bugs.zero_work_reduce 3: [ OK ] openmp_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from openmp_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/51 Test #3: Kokkos_CoreUnitTest_OpenMPGraph ............. Passed 0.79 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 6 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [==========] Running 183 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 4 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host 4: [ OK ] cuda_DeathTest.abort_from_host (624 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 4: [ OK ] cuda_DeathTest.abort_from_device (595 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (665 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (555 ms) 4: [----------] 4 tests from cuda_DeathTest (2440 ms total) 4: 4: [----------] 179 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (7 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (7 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (7 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (5 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (23 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (16 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (15 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (14 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (13 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (270 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral -- Testing 1-D histogram Density 1D: 6.68478e-07 -0.0114002 0.00761338 || 0.051031 28072 29334 || 29005.1 28674.4 || 105.247 -2.0744 -- Testing 3-D histogram Density 3D: 7.18929e-07 -0.00406611 -0.00363194 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o 4: [ OK ] cuda.atomic_views_integral (6468 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (49 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (10 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (3 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (3 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (6 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (11 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (5 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (2 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (2 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (36 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestLocalDeepCopy.hpp:913: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft (0 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestLocalDeepCopy.hpp:946: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestLocalDeepCopy.hpp:979: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright (0 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestLocalDeepCopy.hpp:1012: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright (0 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (10 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (2 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (25 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (11 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (1 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (21 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (6 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (10 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (18 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (9 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (26 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (27 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (23 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (30 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (3 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (8 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (1 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (8 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 4: [ OK ] cuda.mdrange_large_deep_copy (75 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1563 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: [ OK ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (8 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (1 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (1 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (1 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (21 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (1 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (2 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (0 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (39 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (2 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (2 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (7 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (9 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (18 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (3 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (4 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (6 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (2 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (5 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (1 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (13 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (9 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (13 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (13 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (6 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (120 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (129 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (20 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (64 ms) 4: [----------] 179 tests from cuda (9451 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 183 tests from 2 test suites ran. (11891 ms total) 4: [ PASSED ] 179 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright 4/51 Test #4: Kokkos_CoreUnitTest_Cuda1 ................... Passed 12.74 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 6 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 123 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 7 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00107369 -0.0183171 || 0.051031 27986 29311 || 28643.6 28674.4 || -253.215 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.027741 0.00797455 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift64 (752311 ms) [ RUN ] serial.Random_XorShift1024_0 Test Seed:1706740578536390310 Test Scalar=int -- Testing randomness properties [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o -- Testing 1-D histogram Density 1D: 2.54313e-07 0.0181523 -0.00549757 || 0.051031 10995 11790 || 11174.1 11377 || -75.9985 -0.823045 -- Testing 3-D histogram Density 3D: 2.67029e-07 0.00211664 0.00352874 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0244237 0.00503883 || 0.051031 10995 11751 || 11105.7 11377 || 69.6568 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00883667 -0.00141437 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (34327 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00114965 0.000611323 || 0.051031 10987 11785 || 11363.9 11377 || 8.45093 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0308681 -0.000884298 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00710754 -0.00550672 || 0.051031 10986 11773 || 11296.7 11377 || -76.1249 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00387 -0.00166633 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (29628 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 36%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 36%] Built target Kokkos_IncrementalTest_CUDA Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (27791 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5085 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4550 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o -- Testing 1-D histogram Density 1D: 0.000247781 -0.999975 -7596.05 || 0.051031 0 77613 || 4.61138e+08 11377 || -1.05008e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000743025 -0.148623 0.0243744 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (11231 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (10798 ms) 5: [----------] 7 tests from cuda_DeathTest (123413 ms total) 5: 5: [----------] 88 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (36 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (0 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (56 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (6 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: [ OK ] cuda.large_team_scratch_size (9 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (1 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (1 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (13 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (9 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestTeamVector.hpp:1070: Skipped 5: All but max inclusive scan differ at index 101 5: [ SKIPPED ] cuda.parallel_scan_with_reducers (0 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (33 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (21 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (16 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (11 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (14 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (11 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan 5: [ OK ] cuda.team_reduction_scan (1222 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (9 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (9 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (13 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (192 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (185 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (2 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (6 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 5: [ OK ] cuda.team_policy_max_recommended (223 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestTeamVectorRange.hpp:442: Skipped 5: Disabling 2/3rd of the test for now 5: [ SKIPPED ] cuda.team_teamvector_range (2 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (2 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (1 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (11 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (10 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (4 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (1 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (21 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (10 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (80 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (69 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (4 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (60 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (8 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (5 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (0 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (18 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (0 ms) 5: [ RUN ] cuda.workgraph_fib [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 5: [ OK ] cuda.workgraph_fib (1010 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (2 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 88 tests from cuda (3452 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (13 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (0 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (57 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (61 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (55 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (77 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (80 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (77 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (77 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (79 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (79 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (700 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 123 tests from 3 test suites ran. (127566 ms total) 5: [ PASSED ] 121 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda.parallel_scan_with_reducers 5: [ SKIPPED ] cuda.team_teamvector_range 5/51 Test #5: Kokkos_CoreUnitTest_Cuda2 ................... Passed 128.50 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 6 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o 6: [ OK ] cuda.team_scratch_1_streams (14688 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (5 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (3 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (14699 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (44 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (10 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (17 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (5 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (3 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (5093 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (7 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (61 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (1 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_hostpinned (5254 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (72 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (15 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (17 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (4 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (3 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (257 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (3 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (24 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (39 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (16 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (63 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (9 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (2 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_uvm (535 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (20489 ms total) 6: [ PASSED ] 56 tests. 6/51 Test #6: Kokkos_CoreUnitTest_Cuda3 ................... Passed 21.36 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 6 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (12 ms) 7: [ RUN ] cuda.debug_pin_um_to_host 7: [ OK ] cuda.debug_pin_um_to_host (735 ms) 7: [----------] 2 tests from cuda (748 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (748 ms total) 7: [ PASSED ] 2 tests. 7/51 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ......... Passed 1.61 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 8: Detected: 6 cores per node. 8: Detected: 1 MPI_ranks per node. 8: Requested: 8 threads per process. 8: [ OK ] cuda.raw_cuda_interop (22 ms) 8: [----------] 1 test from cuda (22 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (23 ms total) 8: [ PASSED ] 1 test. 8/51 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ......... Passed 0.81 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 6 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: [ OK ] cuda.raw_cuda_streams (21 ms) 9: [----------] 1 test from cuda (21 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (21 ms total) 9: [ PASSED ] 1 test. [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o 9/51 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...... Passed 0.81 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaGraph 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 6 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [==========] Running 5 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 5 tests from cuda_count_bugs 10: [ RUN ] cuda_count_bugs.launch_one 10: [ OK ] cuda_count_bugs.launch_one (1 ms) 10: [ RUN ] cuda_count_bugs.launch_one_rvalue 10: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 10: [ RUN ] cuda_count_bugs.launch_six 10: [ OK ] cuda_count_bugs.launch_six (0 ms) 10: [ RUN ] cuda_count_bugs.when_all_cycle 10: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 10: [ RUN ] cuda_count_bugs.zero_work_reduce 10: [ OK ] cuda_count_bugs.zero_work_reduce (0 ms) 10: [----------] 5 tests from cuda_count_bugs (2 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 5 tests from 1 test suite ran. (2 ms total) 10: [ PASSED ] 5 tests. 10: 10: YOU HAVE 1 DISABLED TEST 10: 10/51 Test #10: Kokkos_CoreUnitTest_CudaGraph ............... Passed 0.81 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 11: Detected: 6 cores per node. 11: Detected: 1 MPI_ranks per node. 11: Requested: 8 threads per process. 11: [==========] Running 73 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 33 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.initialization_settings 11: [ OK ] defaultdevicetype.initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 11: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_device_id 11: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_devices 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.cmd_line_args_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 11: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 11: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_help -- Testing 1-D histogram Density 1D: 0.00196112 -0.999997 -9107.8 || 0.051031 0 617153 || 4.51685e+09 11377 || -1.25906e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00589462 -0.922502 1.6049 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 11: [ OK ] defaultdevicetype.cmd_line_args_help (416 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 11: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (4 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 11: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (27 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_threads 11: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_device_id 11: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.env_vars_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_disable_warnings 11: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_tune_internals 11: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.visible_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.visible_devices (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: [ OK ] defaultdevicetype.shared_space (26 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 (5 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (5 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 (17 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (9 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (21 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (10 ms) 11: [ RUN ] defaultdevicetype.malloc 11: [ OK ] defaultdevicetype.malloc (0 ms) 11: [----------] 33 tests from defaultdevicetype (590 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (24 ms) 11: [----------] 1 test from kokkosresize (24 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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: [==========] 73 tests from 41 test suites ran. (616 ms total) 11: [ PASSED ] 73 tests. 11/51 Test #11: Kokkos_CoreUnitTest_Default ................. Passed 1.46 sec test 12 Start 12: Kokkos_CoreUnitTest_LegionInitialization 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 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 initialization 12: [ RUN ] initialization.legion_initialization 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: [ OK ] initialization.legion_initialization (20 ms) 12: [----------] 1 test from initialization (20 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (20 ms total) 12: [ PASSED ] 1 test. 12/51 Test #12: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.80 sec test 13 Start 13: Kokkos_CoreUnitTest_PushFinalizeHook 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 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: SUCCESS 13/51 Test #13: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.79 sec test 14 Start 14: Kokkos_CoreUnitTest_Develop 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 14: Test timeout computed to be: 1500 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o 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 defaultdevicetype 14: [ RUN ] defaultdevicetype.development_test 14: [ OK ] defaultdevicetype.development_test (0 ms) 14: [----------] 1 test from defaultdevicetype (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. -- Testing 1-D histogram Density 1D: 2.67029e-07 -0.0147207 0.00739393 || 0.051031 10947 11834 || 11546.9 11377 || 102.214 -0.823045 -- Testing 3-D histogram Density 3D: 3.05176e-07 0.0175172 0.00168472 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 14/51 Test #14: Kokkos_CoreUnitTest_Develop ................. Passed 0.80 sec test 15 Start 15: Kokkos_CoreUnitTest_LogicalSpaces 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 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 6 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.access_forbidden 15: [ OK ] defaultdevicetype_DeathTest.access_forbidden (693 ms) 15: [----------] 1 test from defaultdevicetype_DeathTest (693 ms total) 15: 15: [----------] 5 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.logical_space_views 15: [ OK ] defaultdevicetype.logical_space_views (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_malloc 15: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_alloc 15: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 15: [ RUN ] defaultdevicetype.chained_logical_spaces 15: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 15: [ RUN ] defaultdevicetype.access_allowed 15: [ OK ] defaultdevicetype.access_allowed (0 ms) 15: [----------] 5 tests from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 6 tests from 2 test suites ran. (693 ms total) 15: [ PASSED ] 6 tests. [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 15/51 Test #15: Kokkos_CoreUnitTest_LogicalSpaces ........... Passed 1.50 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o 16: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 16: Detected: 6 cores per node. 16: Detected: 1 MPI_ranks per node. 16: Requested: 8 threads per process. 16: [==========] Running 28 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 26 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 16777216 16: test global fence 16: Miss on id 16: 33554432 16: test global fence 16: [ OK ] kokkosp.test_named_global_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_global_fence 16: Ref: 33554432 16: Ref: Unnamed Global Fence 16: 16777216 16: Kokkos::fence: Unnamed Global Fence 16: Miss on id 16: 33554432 16: Kokkos::fence: Unnamed Global Fence 16: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 16: [ RUN ] kokkosp.test_multiple_default_instances 16: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 16: [ RUN ] kokkosp.test_id_gen 16: [ OK ] kokkosp.test_id_gen (0 ms) 16: [ RUN ] kokkosp.test_kernel_sequence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: Ref: 33554433 16: Ref: test_kernel 16: 33554433 16: named_instance 16: Miss on name 16: 16777216 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554432 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554433 16: test_kernel 16: [ OK ] kokkosp.test_kernel_sequence (2 ms) 16: [ RUN ] kokkosp.test_streams 16: [ OK ] kokkosp.test_streams (0 ms) 16: [ RUN ] kokkosp.async_deep_copy 16: [ OK ] kokkosp.async_deep_copy (0 ms) 16: [ RUN ] kokkosp.parallel_for 16: [ OK ] kokkosp.parallel_for (0 ms) 16: [ RUN ] kokkosp.parallel_reduce 16: [ OK ] kokkosp.parallel_reduce (0 ms) 16: [ RUN ] kokkosp.parallel_scan 16: [ OK ] kokkosp.parallel_scan (3 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence 16: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence_view 16: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 16: [ RUN ] kokkosp.regions 16: [ OK ] kokkosp.regions (0 ms) 16: [ RUN ] kokkosp.fences 16: [ OK ] kokkosp.fences (0 ms) 16: [ RUN ] kokkosp.raw_allocation 16: [ OK ] kokkosp.raw_allocation (0 ms) 16: [ RUN ] kokkosp.view 16: [ OK ] kokkosp.view (0 ms) 16: [ RUN ] kokkosp.sections 16: [ OK ] kokkosp.sections (0 ms) 16: [ RUN ] kokkosp.metadata 16: [ OK ] kokkosp.metadata (0 ms) 16: [ RUN ] kokkosp.profile_events 16: [ OK ] kokkosp.profile_events (0 ms) 16: [ RUN ] kokkosp.no_init_kernel 16: [ OK ] kokkosp.no_init_kernel (0 ms) 16: [ RUN ] kokkosp.get_events 16: [ OK ] kokkosp.get_events (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 26 tests from kokkosp (7 ms total) 16: 16: [----------] 2 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.profiling_section 16: [ OK ] defaultdevicetype.profiling_section (0 ms) 16: [ RUN ] defaultdevicetype.scoped_profile_region 16: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 16: [----------] 2 tests from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 2 test suites ran. (7 ms total) 16: [ PASSED ] 28 tests. 16/51 Test #16: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.82 sec test 17 Start 17: Kokkos_CoreUnitTest_ToolIndependence 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 17: Test timeout computed to be: 1500 17/51 Test #17: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.76 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoadHelp 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 18: Environment variables: 18: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 1500 18: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 18: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 18: Detected: 6 cores per node. 18: Detected: 1 MPI_ranks per node. 18: Requested: 8 threads per process. 18: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 18/51 Test #18: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.85 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLineHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 19: Detected: 6 cores per node. 19: Detected: 1 MPI_ranks per node. 19: Requested: 8 threads per process. 19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 19/51 Test #19: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.79 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoad 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 20: Environment variables: 20: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 20: Test timeout computed to be: 1500 20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 20: Detected: 6 cores per node. 20: Detected: 1 MPI_ranks per node. 20: Requested: 8 threads per process. 20: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x19740c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1974280:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1974300:Host:source:0x1974140: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:0x1974280:40::kokkosp_deallocate_data:Host:source:0x19740c0:40::kokkosp_finalize_library:: 20/51 Test #20: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.80 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLine 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 21: Detected: 6 cores per node. 21: Detected: 1 MPI_ranks per node. 21: Requested: 8 threads per process. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x13b1ec0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13b20c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x13b2140:Host:source:0x13b1f40: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:0x13b20c0:40::kokkosp_deallocate_data:Host:source:0x13b1ec0:40::kokkosp_finalize_library:: 21/51 Test #21: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.78 sec test 22 Start 22: Kokkos_CoreUnitTest_StackTraceTest 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 22: Test timeout computed to be: 1500 22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 22: Detected: 6 cores per node. 22: Detected: 1 MPI_ranks per node. 22: Requested: 8 threads per process. 22: [==========] Running 3 tests from 2 test suites. 22: [----------] Global test environment set-up. 22: [----------] 2 tests from defaultdevicetype_DeathTest 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445a26] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x4443ce] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f1: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445a26] Test::test_stacktrace(bool, bool) 22: [0x4443ce] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44a072] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x44698d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x4443ce] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f3: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44a072] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x44698d] Test::test_stacktrace(bool, bool) 22: [0x4443ce] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (386 ms) 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445a26] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x44474b] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f1: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445a26] Test::test_stacktrace(bool, bool) 22: [0x44474b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44a072] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x44698d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x44474b] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f3: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44a072] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x44698d] Test::test_stacktrace(bool, bool) 22: [0x44474b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (486 ms) 22: [----------] 2 tests from defaultdevicetype_DeathTest (873 ms total) 22: 22: [----------] 1 test from defaultdevicetype 22: [ RUN ] defaultdevicetype.stacktrace_normal 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445a26] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f1: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445a26] Test::test_stacktrace(bool, bool) 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e0813] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x4495fc] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44a072] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x44698d] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48bf03] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45554f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45789f] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458bc7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b6e7] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48ed43] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x459f8e] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443735] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f118c345083] 22: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430de] 22: 22: demangled test_f3: 22: [0x4e0813] Kokkos::Impl::save_stacktrace() 22: [0x4495fc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44a072] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x44698d] Test::test_stacktrace(bool, bool) 22: [0x48bf03] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45554f] testing::Test::Run() 22: [0x45789f] testing::TestInfo::Run() 22: [0x458bc7] testing::TestSuite::Run() 22: [0x46b6e7] testing::internal::UnitTestImpl::RunAllTests() 22: [0x48ed43] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x459f8e] testing::UnitTest::Run() 22: [0x443735] main 22: [0x7f118c345083] __libc_start_main 22: [0x4430de] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 22: [----------] 1 test from defaultdevicetype (1 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 3 tests from 2 test suites ran. (874 ms total) 22: [ PASSED ] 3 tests. 22/51 Test #22: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.68 sec test 23 Start 23: Kokkos_IncrementalTest_OPENMP 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 23: Test timeout computed to be: 1500 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 6 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: [==========] Running 28 tests from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 28 tests from OPENMP 23: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 23: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 23: [ RUN ] OPENMP.IncrTest_01_execspace 23: Host Parallel Execution Space: 23: KOKKOS_ENABLE_OPENMP: yes 23: 23: OpenMP Runtime Configuration: 23: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 23: OpenMP 23: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 23: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 23: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicSub 23: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 23: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 23: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 23: [ RUN ] OPENMP.IncrTest_03b_memspace_free 23: [ OK ] OPENMP.IncrTest_03b_memspace_free (137 ms) 23: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 23: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 23: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 23: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 23: [ RUN ] OPENMP.IncrTest_05_reduction 23: [ OK ] OPENMP.IncrTest_05_reduction (3 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange2D 23: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange3D 23: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange4D 23: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 23: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 23: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 23: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 23: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 23: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (117 ms) 23: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 23: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 23: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 23: [ OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms) 23: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.incr_14_MDrangeReduce 23: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 23: [ RUN ] OPENMP.IncrTest_16_parallelscan 23: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 23: [ RUN ] OPENMP.incr_17_atomicView 23: [ OK ] OPENMP.incr_17_atomicView (0 ms) 23: [----------] 28 tests from OPENMP (263 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 28 tests from 1 test suite ran. (263 ms total) 23: [ PASSED ] 28 tests. [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 23/51 Test #23: Kokkos_IncrementalTest_OPENMP ............... Passed 1.07 sec test 24 Start 24: Kokkos_IncrementalTest_CUDA 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_CUDA 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 6 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: [==========] Running 28 tests from 1 test suite. 24: [----------] Global test environment set-up. 24: [----------] 28 tests from CUDA 24: [ RUN ] CUDA.IncrTest_01_execspace_typedef 24: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 24: [ RUN ] CUDA.IncrTest_01_execspace 24: Device Execution Space: 24: KOKKOS_ENABLE_CUDA: yes 24: Cuda Options: 24: KOKKOS_ENABLE_CUDA_LAMBDA: yes 24: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 24: KOKKOS_ENABLE_CUDA_UVM: no 24: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 24: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 24: 24: Cuda Runtime Configuration: 24: macro KOKKOS_ENABLE_CUDA : defined 24: macro CUDA_VERSION = 12020 = version 12.2 24: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 24: Cuda 24: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicExchange 24: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicAdd 24: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicSub 24: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 24: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 24: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 24: [ RUN ] CUDA.IncrTest_03b_memspace_free -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00368145 0.00641645 || 0.051031 10963 11784 || 11335.2 11377 || 88.701 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00207232 0.0022011 || 0.051031 1e+64 -1e+64 Test Seed:1706740732828825987 Test Scalar=int -- Testing randomness properties 24: [ OK ] CUDA.IncrTest_03b_memspace_free (2574 ms) 24: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 24: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 24: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 24: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 24: [ RUN ] CUDA.IncrTest_05_reduction 24: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange2D 24: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange3D 24: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange4D 24: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 24: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 24: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 24: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 24: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 24: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 24: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 24: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 24: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 24: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 24: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 24: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (255 ms) 24: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 24: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 24: [ RUN ] CUDA.IncrTest_12b_TeamScratch 24: [ OK ] CUDA.IncrTest_12b_TeamScratch (1 ms) 24: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.incr_14_MDrangeReduce 24: [ OK ] CUDA.incr_14_MDrangeReduce (1 ms) 24: [ RUN ] CUDA.IncrTest_16_parallelscan 24: [ OK ] CUDA.IncrTest_16_parallelscan (7 ms) 24: [ RUN ] CUDA.incr_17_atomicView 24: [ OK ] CUDA.incr_17_atomicView (0 ms) 24: [----------] 28 tests from CUDA (2855 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 28 tests from 1 test suite ran. (2855 ms total) 24: [ PASSED ] 28 tests. 24/51 Test #24: Kokkos_IncrementalTest_CUDA ................. Passed 3.67 sec test 25 Start 25: Kokkos_CoreUnitTest_CTestDevice 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 25: Test timeout computed to be: 1500 25: [==========] Running 8 tests from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 8 tests from ctest_environment 25: [ RUN ] ctest_environment.no_device_type 25: [ OK ] ctest_environment.no_device_type (0 ms) 25: [ RUN ] ctest_environment.no_process_count 25: [ OK ] ctest_environment.no_process_count (0 ms) 25: [ RUN ] ctest_environment.invalid_rank 25: [ OK ] ctest_environment.invalid_rank (0 ms) 25: [ RUN ] ctest_environment.no_type_str 25: [ OK ] ctest_environment.no_type_str (0 ms) 25: [ RUN ] ctest_environment.missing_type 25: [ OK ] ctest_environment.missing_type (0 ms) 25: [ RUN ] ctest_environment.no_id_str 25: [ OK ] ctest_environment.no_id_str (0 ms) 25: [ RUN ] ctest_environment.invalid_id_str 25: [ OK ] ctest_environment.invalid_id_str (0 ms) 25: [ RUN ] ctest_environment.good 25: [ OK ] ctest_environment.good (0 ms) 25: [----------] 8 tests from ctest_environment (0 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 8 tests from 1 test suite ran. (0 ms total) 25: [ PASSED ] 8 tests. 25/51 Test #25: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.91 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 26: Test timeout computed to be: 1500 26/51 Test #26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.02 sec test 27 Start 27: Kokkos_ContainersUnitTest_OpenMP 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 27: Test timeout computed to be: 1500 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o 27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 27: Detected: 6 cores per node. 27: Detected: 1 MPI_ranks per node. 27: Requested: 8 threads per process. 27: [==========] Running 61 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 61 tests from openmp 27: [ RUN ] openmp.bitset 27: [ OK ] openmp.bitset (675 ms) 27: [ RUN ] openmp.dualview_combination 27: [ OK ] openmp.dualview_combination (0 ms) 27: [ RUN ] openmp.dualview_alloc 27: [ OK ] openmp.dualview_alloc (0 ms) 27: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 27: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] openmp.dualview_combinations_without_init 27: [ OK ] openmp.dualview_combinations_without_init (0 ms) 27: [ RUN ] openmp.dualview_deep_copy 27: [ OK ] openmp.dualview_deep_copy (0 ms) 27: [ RUN ] openmp.dualview_realloc 27: [ OK ] openmp.dualview_realloc (0 ms) 27: [ RUN ] openmp.dualview_resize 27: [ OK ] openmp.dualview_resize (0 ms) 27: [ RUN ] openmp.dualview_device_correct_kokkos_device 27: [ OK ] openmp.dualview_device_correct_kokkos_device (1 ms) 27: [ RUN ] openmp.dualview_host_correct_kokkos_device 27: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_sync 27: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 27: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_sync 27: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 27: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 27: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] openmp.dynamic_view 27: [ OK ] openmp.dynamic_view (17 ms) 27: [ RUN ] openmp.dyn_rank_view_api_generic 27: [ OK ] openmp.dyn_rank_view_api_generic (16 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 27: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 27: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 27: skipping since not default execution space 27: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 27: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] openmp.ErrorReporterViaLambda 27: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 27: [ RUN ] openmp.ErrorReporter 27: [ OK ] openmp.ErrorReporter (0 ms) 27: [ RUN ] openmp.offsetview_construction 27: [ OK ] openmp.offsetview_construction (22 ms) 27: [ RUN ] openmp.offsetview_unmanaged_construction 27: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 27: [ RUN ] openmp.offsetview_subview 27: [ OK ] openmp.offsetview_subview (7 ms) 27: [ RUN ] openmp.offsetview_offsets_rank1 27: [ OK ] openmp.offsetview_offsets_rank1 (7 ms) 27: [ RUN ] openmp.offsetview_offsets_rank2 27: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 27: [ RUN ] openmp.offsetview_offsets_rank3 27: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 27: [ RUN ] openmp.scatterview 27: [ OK ] openmp.scatterview (2010 ms) 27: [ RUN ] openmp.scatterview_devicetype 27: [ OK ] openmp.scatterview_devicetype (7 ms) 27: [ RUN ] openmp.staticcrsgraph 27: [ OK ] openmp.staticcrsgraph (45 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dualview 27: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_dualview 27: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] openmp.resize_exec_space_dualview 27: [ OK ] openmp.resize_exec_space_dualview (2 ms) 27: [ RUN ] openmp.realloc_exec_space_dualview 27: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dynrankview 27: [ OK ] openmp.resize_realloc_no_init_dynrankview (1 ms) 27: [ RUN ] openmp.resize_exec_space_dynrankview 27: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_dynrankview 27: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_scatterview 27: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 27: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] openmp.resize_exec_space_scatterview 27: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_scatterview 27: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview 27: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 27: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview 27: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 27: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview 27: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 27: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] openmp.UnorderedMap_insert -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00538197 -0.00900138 || 0.051031 10989 11786 || 11316.1 11377 || -124.435 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00274938 0.00200668 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0174127 0.00988053 || 0.051031 10938 11816 || 11182.2 11377 || 136.589 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0126516 -0.00188473 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp 27: [ OK ] openmp.UnorderedMap_insert (16851 ms) 27: [ RUN ] openmp.UnorderedMap_failed_insert -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00232033 0.0116423 || 0.051031 10975 11784 || 11403.4 11377 || 160.943 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00186849 -0.00114102 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 27: [ OK ] openmp.UnorderedMap_failed_insert (4571 ms) 27: [ RUN ] openmp.UnorderedMap_deep_copy 27: [ OK ] openmp.UnorderedMap_deep_copy (7 ms) 27: [ RUN ] openmp.UnorderedMap_valid_empty 27: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] openmp.UnorderedMap_clear_zero_size 27: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_consistent_size 27: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 27: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] openmp.UnorderedMap_lambda_capturable 27: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 27: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] openmp.viewctorprop_embedded_dim 27: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 27: [----------] 61 tests from openmp (24256 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 61 tests from 1 test suite ran. (24256 ms total) 27: [ PASSED ] 60 tests. 27: [ SKIPPED ] 1 test, listed below: 27: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 27/51 Test #27: Kokkos_ContainersUnitTest_OpenMP ............ Passed 25.23 sec test 28 Start 28: Kokkos_ContainersUnitTest_Cuda 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 28: Detected: 6 cores per node. 28: Detected: 1 MPI_ranks per node. 28: Requested: 8 threads per process. 28: [==========] Running 41 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 41 tests from cuda 28: [ RUN ] cuda.bitset 28: [ OK ] cuda.bitset (15 ms) 28: [ RUN ] cuda.dualview_combination 28: [ OK ] cuda.dualview_combination (2 ms) 28: [ RUN ] cuda.dualview_alloc 28: [ OK ] cuda.dualview_alloc (0 ms) 28: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 28: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] cuda.dualview_combinations_without_init 28: [ OK ] cuda.dualview_combinations_without_init (0 ms) 28: [ RUN ] cuda.dualview_deep_copy 28: [ OK ] cuda.dualview_deep_copy (1 ms) 28: [ RUN ] cuda.dualview_realloc 28: [ OK ] cuda.dualview_realloc (0 ms) 28: [ RUN ] cuda.dualview_resize 28: [ OK ] cuda.dualview_resize (0 ms) 28: [ RUN ] cuda.dualview_device_correct_kokkos_device 28: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_correct_kokkos_device 28: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_sync 28: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 28: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_sync 28: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 28: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 28: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] cuda.dynamic_view 28: [ OK ] cuda.dynamic_view (27 ms) 28: [ RUN ] cuda.dyn_rank_view_api_generic 28: [ OK ] cuda.dyn_rank_view_api_generic (20 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 28: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms) 28: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 28: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 28: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 28: [ RUN ] cuda.ErrorReporterViaLambda 28: [ OK ] cuda.ErrorReporterViaLambda (1 ms) 28: [ RUN ] cuda.ErrorReporter 28: [ OK ] cuda.ErrorReporter (0 ms) 28: [ RUN ] cuda.offsetview_construction 28: [ OK ] cuda.offsetview_construction (3 ms) 28: [ RUN ] cuda.offsetview_unmanaged_construction 28: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] cuda.offsetview_subview 28: [ OK ] cuda.offsetview_subview (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank1 28: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank2 28: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank3 28: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] cuda.scatterview [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00103386 -0.00572691 || 0.051031 10892 11814 || 11388.7 11377 || -79.1688 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00779122 -0.000782219 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp 28: [ OK ] cuda.scatterview (13900 ms) 28: [ RUN ] cuda.scatterview_devicetype 28: [ OK ] cuda.scatterview_devicetype (25 ms) 28: [ RUN ] cuda.staticcrsgraph 28: [ OK ] cuda.staticcrsgraph (36 ms) 28: [ RUN ] cuda.UnorderedMap_insert Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 28: [ OK ] cuda.UnorderedMap_insert (6081 ms) 28: [ RUN ] cuda.UnorderedMap_failed_insert [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o 28: [ OK ] cuda.UnorderedMap_failed_insert (1529 ms) 28: [ RUN ] cuda.UnorderedMap_deep_copy 28: [ OK ] cuda.UnorderedMap_deep_copy (6 ms) 28: [ RUN ] cuda.UnorderedMap_valid_empty 28: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 28: [ RUN ] cuda.UnorderedMap_clear_zero_size 28: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_consistent_size 28: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 28: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] cuda.UnorderedMap_lambda_capturable 28: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 28: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] cuda.viewctorprop_embedded_dim 28: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 28: [----------] 41 tests from cuda (21665 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 41 tests from 1 test suite ran. (21666 ms total) 28: [ PASSED ] 41 tests. 28/51 Test #28: Kokkos_ContainersUnitTest_Cuda .............. Passed 22.71 sec test 29 Start 29: Kokkos_ContainersPerformanceTest_OpenMP 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 29: Detected: 6 cores per node. 29: Detected: 1 MPI_ranks per node. 29: Requested: 8 threads per process. 29: [==========] Running 5 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 5 tests from TEST_CATEGORY 29: [ RUN ] TEST_CATEGORY.dynrankview_perf 29: OpenMP 29: DynRankView vs View: Initialization Only 29: View time (init only): 0.0187988 29: View sum computation time: 0.0187988 29: Strided View time (init only): 0.0202527 29: View Rank7 time (init only): 0.0555051 29: DynRankView time (init only): 0.00759878 29: DynRankView sum computation time: 0.0150409 29: Ratio of View to DynRankView time: 2.47392 29: Ratio of View to DynRankView sum computation time: 1.01849 29: Ratio of View to View Rank7 time: 0.338686 29: Ratio of StrideView to DynRankView time: 2.66525 29: Ratio of DynRankView to View Rank7 time: 0.136902 29: [ OK ] TEST_CATEGORY.dynrankview_perf (266 ms) 29: [ RUN ] TEST_CATEGORY.global_2_local 29: OpenMP 29: size, create, generate, fill, find 29: 256, 0.000129692, 3.6938e-05, 0.000112366, 0.000801147 29: 512, 3.0984e-05, 4.649e-06, 5.4253e-05, 0.000900039 29: 1024, 3.0989e-05, 4.954e-06, 9.9082e-05, 0.00097727 29: 2048, 5.1552e-05, 5.844e-06, 0.000163511, 0.0011766 29: 4096, 0.000125999, 7.731e-06, 0.000318691, 0.0016457 29: 8192, 0.000165008, 1.1222e-05, 0.000639568, 0.00269858 29: 16384, 0.000335818, 2.349e-05, 0.00118084, 0.00597158 29: 32768, 0.000619848, 3.9665e-05, 0.00237607, 0.0149676 29: 65536, 0.00120381, 6.1682e-05, 0.00619532, 0.0381422 29: 131072, 0.00241192, 0.000118955, 0.0105249, 0.0900265 29: 262144, 0.0048076, 0.000222033, 0.0194716, 0.2286 29: 524288, 0.00619936, 0.000435196, 0.0374126, 0.500223 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 29: 1048576, 0.010595, 0.000892258, 0.0776919, 1.2195 [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o 29: 2097152, 0.0210892, 0.0017851, 0.171907, 3.68436 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp 29: 4194304, 0.0401228, 0.00357617, 0.347173, 8.32117 29: [ OK ] TEST_CATEGORY.global_2_local (14885 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 29: [ RUN ] TEST_CATEGORY.scatter_view [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o 29: ScatterView data-duplicated test: 29: num_threads 8 29: hand-coded test took 0.525316 seconds 29: test took 0.347079 seconds 29: num_threads 8 29: hand-coded test took 0.534384 seconds 29: test took 0.332227 seconds 29: num_threads 8 29: hand-coded test took 0.439861 seconds 29: test took 0.283849 seconds 29: num_threads 8 29: hand-coded test took 0.438185 seconds 29: test took 0.283569 seconds 29: num_threads 8 29: hand-coded test took 0.439383 seconds 29: test took 0.283676 seconds 29: [ OK ] TEST_CATEGORY.scatter_view (4181 ms) 29: [----------] 5 tests from TEST_CATEGORY (19333 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 5 tests from 1 test suite ran. (19333 ms total) 29: [ PASSED ] 5 tests. 29/51 Test #29: Kokkos_ContainersPerformanceTest_OpenMP ..... Passed 20.29 sec test 30 Start 30: Kokkos_ContainersPerformanceTest_Cuda 30: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 30: Detected: 6 cores per node. 30: Detected: 1 MPI_ranks per node. 30: Requested: 8 threads per process. 30: [==========] Running 4 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 4 tests from TEST_CATEGORY 30: [ RUN ] TEST_CATEGORY.dynrankview_perf 30: Cuda 30: DynRankView vs View: Initialization Only 30: View time (init only): 0.00427096 30: View sum computation time: 0.00427096 30: Strided View time (init only): 0.00124494 30: View Rank7 time (init only): 0.00126902 30: DynRankView time (init only): 0.00127961 30: DynRankView sum computation time: 0.00186389 30: Ratio of View to DynRankView time: 3.33771 30: Ratio of View to DynRankView sum computation time: 1.03557 30: Ratio of View to View Rank7 time: 3.36556 30: Ratio of StrideView to DynRankView time: 0.972907 30: Ratio of DynRankView to View Rank7 time: 1.00834 30: [ OK ] TEST_CATEGORY.dynrankview_perf (26 ms) 30: [ RUN ] TEST_CATEGORY.global_2_local 30: Cuda 30: size, create, generate, fill, find 30: 256, 0.000333059, 3.1431e-05, 0.00310181, 0.00202797 30: 512, 0.000196152, 1.211e-05, 2.2119e-05, 0.00202162 30: 1024, 0.000180121, 1.0599e-05, 2.4043e-05, 0.00210038 30: 2048, 0.000190062, 1.1176e-05, 2.195e-05, 0.00208203 30: 4096, 0.000177335, 1.0403e-05, 2.2093e-05, 0.00220141 30: 8192, 0.000223518, 1.0277e-05, 2.4506e-05, 0.00212927 30: 16384, 0.000187745, 1.0424e-05, 2.8548e-05, 0.00215338 30: 32768, 0.000189926, 1.0568e-05, 3.2547e-05, 0.00236017 30: 65536, 0.000194861, 1.2231e-05, 4.5452e-05, 0.0026141 30: 131072, 0.000194099, 1.1944e-05, 6.3421e-05, 0.00317447 30: 262144, 0.000204511, 1.4194e-05, 0.000153571, 0.00598341 30: 524288, 0.000233216, 1.841e-05, 0.000530949, 0.0194715 30: 1048576, 0.00125564, 2.5867e-05, 0.00138926, 0.0474787 30: 2097152, 0.000585299, 4.0732e-05, 0.00305424, 0.109644 30: 4194304, 0.000881218, 6.3222e-05, 0.0067933, 0.23568 30: [ OK ] TEST_CATEGORY.global_2_local (463 ms) 30: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 30: skipping test 30: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 30: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 30: skipping test 30: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 30: [----------] 4 tests from TEST_CATEGORY (489 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 4 tests from 1 test suite ran. (489 ms total) 30: [ PASSED ] 4 tests. 30/51 Test #30: Kokkos_ContainersPerformanceTest_Cuda ....... Passed 1.30 sec test 31 Start 31: Kokkos_UnitTest_Sort 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 31: Detected: 6 cores per node. 31: Detected: 1 MPI_ranks per node. 31: Requested: 8 threads per process. 31: [==========] Running 9 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 9 tests from cuda 31: [ RUN ] cuda.SortUnsignedValueType 31: [ OK ] cuda.SortUnsignedValueType (23 ms) 31: [ RUN ] cuda.SortEmptyView 31: [ OK ] cuda.SortEmptyView (0 ms) 31: [ RUN ] cuda.SortWithCustomComparator [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o 31: [ OK ] cuda.SortWithCustomComparator (618 ms) 31: [ RUN ] cuda.BinSortGenericTests 31: [ OK ] cuda.BinSortGenericTests (23 ms) 31: [ RUN ] cuda.BinSortEmptyView 31: [ OK ] cuda.BinSortEmptyView (0 ms) 31: [ RUN ] cuda.BinSortEmptyKeysView 31: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 31: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o 31: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (14269 ms) 31: [ RUN ] cuda.NestedSort 31: [ OK ] cuda.NestedSort (29 ms) 31: [ RUN ] cuda.NestedSortByKey 31: [ OK ] cuda.NestedSortByKey (93 ms) 31: [----------] 9 tests from cuda (15058 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 9 tests from 1 test suite ran. (15058 ms total) 31: [ PASSED ] 9 tests. 31/51 Test #31: Kokkos_UnitTest_Sort ........................ Passed 15.90 sec test 32 Start 32: Kokkos_UnitTest_Random 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 32: Detected: 6 cores per node. 32: Detected: 1 MPI_ranks per node. 32: Requested: 8 threads per process. 32: [==========] Running 3 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 3 tests from cuda 32: [ RUN ] cuda.Random_XorShift64 32: Test Seed:1706740824126258657 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0108868 0.00174012 || 0.051031 27976 29360 || 28990 28674.4 || 24.0555 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0251674 0.000611692 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00410581 0.0235586 || 0.051031 28043 29388 || 28557.1 28674.4 || 325.674 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.00086781 0.0200667 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.0066552 -0.0338788 || 0.051031 28010 29324 || 28484.8 28674.4 || -468.341 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0110619 -0.00122199 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.0291816 -0.0138723 || 0.051031 28057 29255 || 27861.4 28674.4 || -191.77 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0014675 -0.0041502 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000245593 -0.99999 -48243.3 || 0.051031 0 194936 || 2.92857e+09 28674.4 || -6.66916e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.00073577 -0.32439 0.165729 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195228 -0.999999 -57856.8 || 0.051031 0 1.55138e+06 || 2.86897e+10 28674.4 || -7.99812e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.00586696 -0.967835 10.2955 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.68478e-07 0.0177185 -0.0368774 || 0.051031 28087 29320 || 28175.2 28674.4 || -509.793 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 7.18929e-07 0.0114355 -0.000538949 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00111642 -0.0244206 || 0.051031 28039 29336 || 28642.4 28674.4 || -337.591 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.00073163 -0.0117565 || 0.051031 1e+64 -1e+64 32: Test Seed:1706740824263264125 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0156683 0.00586286 || 0.051031 27911 29326 || 29130.8 28674.4 || 81.0482 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.000657017 -0.0030044 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0115523 -0.0269617 || 0.051031 28039 29301 || 29009.5 28674.4 || -372.718 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0136735 -0.00197259 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00331213 0.00605147 || 0.051031 28043 29321 || 28579.7 28674.4 || 83.6556 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.00295006 -0.000627595 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.015591 0.0042064 || 0.051031 27991 29377 || 29128.5 28674.4 || 58.1493 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.00538153 -0.00557473 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000246108 -0.99999 -48245.5 || 0.051031 0 194813 || 2.92874e+09 28674.4 || -6.66946e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.000737164 -0.317512 0.158935 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195493 -0.999999 -57857 || 0.051031 0 1.5525e+06 || 2.86891e+10 28674.4 || -7.99816e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.00587523 -0.96795 10.3301 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.71e-07 0.00594163 0.0110143 || 0.051031 28030 29316 || 28505 28674.4 || 152.262 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 7.26496e-07 0.000755762 -0.00113631 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0236492 -0.0193648 || 0.051031 27995 29338 || 29368.9 28674.4 || -267.699 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.015273 0.00827025 || 0.051031 1e+64 -1e+64 32: [ OK ] cuda.Random_XorShift64 (259 ms) 32: [ RUN ] cuda.Random_XorShift1024_0 32: Test Seed:1706740824385861654 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.0167181 -0.00483353 || 0.051031 10982 11817 || 11570.4 11377 || -66.8187 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.000529259 -0.00263886 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.54313e-07 -0.0199953 0.00524773 || 0.051031 10975 11842 || 11609.1 11377 || 72.5447 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.67029e-07 0.00785906 -0.00074353 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.0104307 0.00298468 || 0.051031 10981 11855 || 11259.5 11377 || 41.2602 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.0150493 0.00243113 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.0016855 0.00385984 || 0.051031 10961 11797 || 11357.8 11377 || 53.3584 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00163997 -0.00345321 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00024455 -0.999975 -7594.84 || 0.051031 0 77596 || 4.61067e+08 11377 || -1.04991e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.000733302 -0.158531 0.0224447 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195603 -0.999997 -9107.81 || 0.051031 0 616582 || 4.51656e+09 11377 || -1.25906e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.00587874 -0.922178 1.60284 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.86102e-07 -0.0142117 0.003578 || 0.051031 10977 11788 || 11541 11377 || 49.4623 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 3.62396e-07 2.03684e-05 0.000623268 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.0062216 0.00563872 || 0.051031 10996 11817 || 11448.2 11377 || 77.9497 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.0138887 0.00284491 || 0.051031 1e+64 -1e+64 32: Test Seed:1706740824469111843 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.00406849 0.000788104 || 0.051031 10997 11801 || 11330.9 11377 || 10.8948 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.00406518 0.0042204 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.00962057 -0.00862868 || 0.051031 10947 11791 || 11268.5 11377 || -119.283 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00193945 0.00028169 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.000278658 0.0107198 || 0.051031 10964 11816 || 11373.8 11377 || 148.19 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00462803 0.000166493 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.00160846 -0.0043859 || 0.051031 11000 11840 || 11358.7 11377 || -60.6307 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00173506 0.000709788 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00024572 -0.999975 -7594.48 || 0.051031 0 77726 || 4.61035e+08 11377 || -1.04986e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.000736874 -0.131893 0.0233279 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195653 -0.999997 -9108.11 || 0.051031 0 616107 || 4.51617e+09 11377 || -1.2591e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.00588096 -0.922536 1.61814 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.79744e-07 0.00706466 -0.0106765 || 0.051031 10932 11801 || 11297.1 11377 || -147.593 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 3.43323e-07 -0.00590276 0.00121839 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.00176394 -0.00489264 || 0.051031 10954 11759 || 11356.9 11377 || -67.6358 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.00470094 0.00137316 || 0.051031 1e+64 -1e+64 32: [ OK ] cuda.Random_XorShift1024_0 (191 ms) 32: [ RUN ] cuda.Multi_streams 32: [ OK ] cuda.Multi_streams (222 ms) 32: [----------] 3 tests from cuda (673 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 3 tests from 1 test suite ran. (673 ms total) 32: [ PASSED ] 3 tests. 32/51 Test #32: Kokkos_UnitTest_Random ...................... Passed 1.49 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_A 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 33: Detected: 6 cores per node. 33: Detected: 1 MPI_ranks per node. 33: Requested: 8 threads per process. 33: [==========] Running 14 tests from 3 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_reducers 33: [ RUN ] std_algorithms_reducers.max_first_loc 33: checking reduction with order: LeftToRight 33: checking reduction with order: RightToLeft 33: checking reduction with order: Random 33: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 33: [ RUN ] std_algorithms_reducers.min_first_loc 33: checking reduction with order: LeftToRight 33: checking reduction with order: RightToLeft 33: checking reduction with order: Random 33: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 33: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 33: checking reduction with order: LeftToRight 33: checking reduction with order: RightToLeft 33: checking reduction with order: Random 33: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 33: [----------] 3 tests from std_algorithms_reducers (0 ms total) 33: 33: [----------] 1 test from std_algorithms 33: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 33: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 33: [----------] 1 test from std_algorithms (0 ms total) 33: 33: [----------] 10 tests from random_access_iterator_test 33: [ RUN ] random_access_iterator_test.constructor 33: [ OK ] random_access_iterator_test.constructor (0 ms) 33: [ RUN ] random_access_iterator_test.dereference 33: [ OK ] random_access_iterator_test.dereference (0 ms) 33: [ RUN ] random_access_iterator_test.subscript_operator 33: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet1 33: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet2 33: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet3 33: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet4 33: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 33: [ RUN ] random_access_iterator_test.assignment_operator 33: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 33: [ RUN ] random_access_iterator_test.distance 33: [ OK ] random_access_iterator_test.distance (0 ms) 33: [ RUN ] random_access_iterator_test.traits_helpers 33: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 33: [----------] 10 tests from random_access_iterator_test (3 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 14 tests from 3 test suites ran. (3 ms total) 33: [ PASSED ] 14 tests. 33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.81 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_B 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 34: Detected: 6 cores per node. 34: Detected: 1 MPI_ranks per node. 34: Requested: 8 threads per process. 34: [==========] Running 7 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 7 tests from std_algorithms_min_max_element_test 34: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 34: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 34: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 34: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 34: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 34: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (8 ms) 34: [----------] 7 tests from std_algorithms_min_max_element_test (31 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 7 tests from 1 test suite ran. (31 ms total) 34: [ PASSED ] 7 tests. 34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.83 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_C 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 35: Detected: 6 cores per node. 35: Detected: 1 MPI_ranks per node. 35: Requested: 8 threads per process. 35: [==========] Running 13 tests from 10 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from std_algorithms_lexicographical_compare_test 35: [ RUN ] std_algorithms_lexicographical_compare_test.test 35: [ OK ] std_algorithms_lexicographical_compare_test.test (211 ms) 35: [----------] 1 test from std_algorithms_lexicographical_compare_test (211 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_test 35: [ RUN ] std_algorithms_for_each_test.test 35: [ OK ] std_algorithms_for_each_test.test (131 ms) 35: [----------] 1 test from std_algorithms_for_each_test (131 ms total) 35: 35: [----------] 1 test from std_algorithms_find_test 35: [ RUN ] std_algorithms_find_test.test 35: [ OK ] std_algorithms_find_test.test (74 ms) 35: [----------] 1 test from std_algorithms_find_test (74 ms total) 35: 35: [----------] 4 tests from std_algorithms_non_mod_seq_ops 35: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of Removing intermediate container f6b814a05e43 ---> de05617d66be Step 13/14 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Running in 0d104932a351 -- Testing 1-D histogram Density 1D: 0.000243653 -0.999975 -7594.94 || 0.051031 0 77775 || 4.61066e+08 11377 || -1.04992e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000730609 -0.155254 0.0266531 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 35: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (594 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.find_end [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 35: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1292 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp 35: [ OK ] std_algorithms_non_mod_seq_ops.search (778 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 35: [ OK ] std_algorithms_non_mod_seq_ops.search_n (505 ms) 35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3171 ms total) 35: 35: [----------] 1 test from std_algorithms_count_test 35: [ RUN ] std_algorithms_count_test.test [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 35: [ OK ] std_algorithms_count_test.test (102 ms) 35: [----------] 1 test from std_algorithms_count_test (102 ms total) 35: 35: [----------] 1 test from std_algorithms_equal_test 35: [ RUN ] std_algorithms_equal_test.test 35: [ OK ] std_algorithms_equal_test.test (12 ms) 35: [----------] 1 test from std_algorithms_equal_test (12 ms total) 35: 35: [----------] 1 test from std_algorithms_all_any_none_of_test 35: [ RUN ] std_algorithms_all_any_none_of_test.test 35: [ OK ] std_algorithms_all_any_none_of_test.test (84 ms) 35: [----------] 1 test from std_algorithms_all_any_none_of_test (84 ms total) 35: 35: [----------] 1 test from std_algorithms_nonmod_seq_ops 35: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find Removing intermediate container 0d104932a351 ---> a252330e0fd4 Step 14/14 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH ---> Running in 4c7624b3c9dc 35: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (115 ms) 35: [----------] 1 test from std_algorithms_nonmod_seq_ops (115 ms total) 35: 35: [----------] 1 test from std_algorithms_mismatch_test 35: [ RUN ] std_algorithms_mismatch_test.test 35: [ OK ] std_algorithms_mismatch_test.test (218 ms) 35: [----------] 1 test from std_algorithms_mismatch_test (218 ms total) 35: 35: [----------] 1 test from std_algorithms_mod_seq_ops 35: [ RUN ] std_algorithms_mod_seq_ops.move_backward Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp 35: [ OK ] std_algorithms_mod_seq_ops.move_backward (83 ms) 35: [----------] 1 test from std_algorithms_mod_seq_ops (83 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 13 tests from 10 test suites ran. (4208 ms total) 35: [ PASSED ] 13 tests. 35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 5.06 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_D 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 36: Test timeout computed to be: 1500 [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 6 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 33 tests from 5 test suites. 36: [----------] Global test environment set-up. 36: [----------] 5 tests from std_algorithms_mod_ops_test 36: [ RUN ] std_algorithms_mod_ops_test.move 36: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 36: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.swap 36: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 36: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 36: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 36: [----------] 5 tests from std_algorithms_mod_ops_test (1 ms total) 36: 36: [----------] 12 tests from std_algorithms_mod_seq_ops_test 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy 36: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 36: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.fill 36: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 36: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 36: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 36: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.generate 36: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 36: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 36: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 36: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total) 36: 36: [----------] 4 tests from std_algorithms_replace_ops_test 36: [ RUN ] std_algorithms_replace_ops_test.replace 36: [ OK ] std_algorithms_replace_ops_test.replace (36 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_if 36: [ OK ] std_algorithms_replace_ops_test.replace_if (144 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_copy 36: [ OK ] std_algorithms_replace_ops_test.replace_copy (54 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 36: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (49 ms) 36: [----------] 4 tests from std_algorithms_replace_ops_test (285 ms total) 36: 36: [----------] 11 tests from std_algorithms_mod_seq_ops 36: [ RUN ] std_algorithms_mod_seq_ops.copy_if 36: [ OK ] std_algorithms_mod_seq_ops.copy_if (44 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.unique 36: [ OK ] std_algorithms_mod_seq_ops.unique (284 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 36: [ OK ] std_algorithms_mod_seq_ops.unique_copy (86 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove 36: [ OK ] std_algorithms_mod_seq_ops.remove (68 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_if 36: [ OK ] std_algorithms_mod_seq_ops.remove_if (77 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 36: [ OK ] std_algorithms_mod_seq_ops.remove_copy (181 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 36: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (72 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.rotate 36: [ OK ] std_algorithms_mod_seq_ops.rotate (1340 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 36: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (434 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.shift_left 36: [ OK ] std_algorithms_mod_seq_ops.shift_left (1252 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.shift_right 36: [ OK ] std_algorithms_mod_seq_ops.shift_right (1239 ms) 36: [----------] 11 tests from std_algorithms_mod_seq_ops (5083 ms total) 36: 36: [----------] 1 test from std_algorithms_modseq_test 36: [ RUN ] std_algorithms_modseq_test.reverse Removing intermediate container 4c7624b3c9dc ---> 01280c450eaf Successfully built 01280c450eaf Successfully tagged 3bb910e1fcc50abdb66236912618da1cf169b8f2:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 36: [ OK ] std_algorithms_modseq_test.reverse (63 ms) 36: [----------] 1 test from std_algorithms_modseq_test (63 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 33 tests from 5 test suites ran. (5439 ms total) 36: [ PASSED ] 33 tests. + docker inspect -f . 3bb910e1fcc50abdb66236912618da1cf169b8f2 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat06 seems to be running inside container 379a9b3d088c3fa8595862f3ea358af7ecc517ab9230df462237a617676772f9 36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 6.28 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 37: Test timeout computed to be: 1500 $ 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-6770 --volumes-from 379a9b3d088c3fa8595862f3ea358af7ecc517ab9230df462237a617676772f9 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 3bb910e1fcc50abdb66236912618da1cf169b8f2 cat 37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 37: Detected: 6 cores per node. 37: Detected: 1 MPI_ranks per node. 37: Requested: 8 threads per process. 37: [==========] Running 29 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_sorting_ops_test 37: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 37: is_sorted: dynamic_view, all overloads 37: is_sorted: stride2_view, all overloads 37: is_sorted: stride3_view, all overloads 37: [ OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms) 37: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 37: is_sorted_until: dynamic_view, all overloads 37: is_sorted_until: stride2_view, all overloads 37: is_sorted_until: stride3_view, all overloads 37: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms) 37: [----------] 2 tests from std_algorithms_sorting_ops_test (24 ms total) 37: 37: [----------] 4 tests from std_algorithms_partitioning_test 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 37: [ RUN ] std_algorithms_partitioning_test.partition_point 37: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 37: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 37: 37: [----------] 1 test from std_algorithms_partitioning_ops 37: [ RUN ] std_algorithms_partitioning_ops.partition_copy 37: [ OK ] std_algorithms_partitioning_ops.partition_copy (24 ms) 37: [----------] 1 test from std_algorithms_partitioning_ops (24 ms total) 37: 37: [----------] 12 tests from std_algorithms_numerics_test 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (4 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 37: [----------] 12 tests from std_algorithms_numerics_test (17 ms total) 37: 37: [----------] 1 test from std_algorithms_numerics_ops_test 37: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 37: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (100 ms) 37: [----------] 1 test from std_algorithms_numerics_ops_test (100 ms total) 37: 37: [----------] 8 tests from std_algorithms_numeric_ops_test 37: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (661 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (456 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (138 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (41 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 37: [----------] 8 tests from std_algorithms_numeric_ops_test (1299 ms total) 37: 37: [----------] 1 test from std_algorithms_transform_ops_test 37: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 37: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 37: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 29 tests from 7 test suites ran. (1506 ms total) 37: [ PASSED ] 29 tests. 37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 2.42 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 38: Test timeout computed to be: 1500 [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o 38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 38: Detected: 6 cores per node. 38: Detected: 1 MPI_ranks per node. 38: Requested: 8 threads per process. 38: [==========] Running 12 tests from 7 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_adjacent_find_team_test 38: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 38: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (710 ms) 38: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist $ docker top 7b25021a0b0bd27dcb19ac15a059f16fc932568215aec99a4f4c62370d376fba -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] { [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [Pipeline] sh Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. -- Setting default Kokkos CXX standard to 17 38: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (672 ms) 38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1383 ms total) 38: 38: [----------] 2 tests from std_algorithms_count_team_test 38: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp 38: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (738 ms) 38: [ RUN ] std_algorithms_count_team_test.count_returns_zero 38: [ OK ] std_algorithms_count_team_test.count_returns_zero (273 ms) 38: [----------] 2 tests from std_algorithms_count_team_test (1012 ms total) 38: 38: [----------] 1 test from std_algorithms_count_if_team_test 38: [ RUN ] std_algorithms_count_if_team_test.test -- The CXX compiler identification is Clang 17.0.1 -- 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.2.1 38: [ OK ] std_algorithms_count_if_team_test.test (364 ms) 38: [----------] 1 test from std_algorithms_count_if_team_test (364 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_team_test 38: [ RUN ] std_algorithms_for_each_team_test.test -- The project name is: Kokkos -- Using internal gtest for testing 38: [ OK ] std_algorithms_for_each_team_test.test (556 ms) 38: [----------] 1 test from std_algorithms_for_each_team_test (556 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_n_team_test 38: [ RUN ] std_algorithms_for_each_n_team_test.test 38: [ OK ] std_algorithms_for_each_n_team_test.test (616 ms) 38: [----------] 1 test from std_algorithms_for_each_n_team_test (616 ms total) 38: 38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6770/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature 38: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3289 ms) 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenMPTarget -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(46): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(113): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(77): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(82): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(86): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(93): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(126): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(127): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(126): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(127): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(56): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(72): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6770/core/src/Kokkos_NumericTraits.hpp(113): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o 38: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2192 ms) 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.6.2 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 -- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA 38: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2217 ms) 38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7698 ms total) 38: 38: [----------] 2 tests from std_algorithms_mismatch_team_test 38: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal -- [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 [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp -- [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 38: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (2487 ms) 38: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal -- [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] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp 38: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1003 ms) 38: [----------] 2 tests from std_algorithms_mismatch_team_test (3491 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 12 tests from 7 test suites ran. (15123 ms total) 38: [ PASSED ] 12 tests. -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile: Change Dir: '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] [benchmark] Run Build Command(s): /opt/cmake/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_55134/fast [benchmark] /usr/bin/make -f CMakeFiles/cmTC_55134.dir/build.make CMakeFiles/cmTC_55134.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_55134.dir/thread_safety_attributes.cpp.o [benchmark] /opt/llvm/bin/clang++ -Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -MD -MT CMakeFiles/cmTC_55134.dir/thread_safety_attributes.cpp.o -MF CMakeFiles/cmTC_55134.dir/thread_safety_attributes.cpp.o.d -o CMakeFiles/cmTC_55134.dir/thread_safety_attributes.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/thread_safety_attributes.cpp:2: [benchmark] In file included from /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/mutex.h:7: [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/../src/check.h:8:10: fatal error: 'benchmark/export.h' file not found [benchmark] 8 | #include "benchmark/export.h" [benchmark] | ^~~~~~~~~~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] make[1]: *** [CMakeFiles/cmTC_55134.dir/build.make:79: CMakeFiles/cmTC_55134.dir/thread_safety_attributes.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:127: cmTC_55134/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed -- [benchmark] Performing Test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX 38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 15.95 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 39: Test timeout computed to be: 1500 [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp 39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 39: Detected: 6 cores per node. 39: Detected: 1 MPI_ranks per node. 39: Requested: 8 threads per process. 39: [==========] Running 8 tests from 4 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_equal_team_test 39: [ RUN ] std_algorithms_equal_team_test.views_are_equal Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] [benchmark] Run Build Command(s): /opt/cmake/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3744c/fast [benchmark] /usr/bin/make -f CMakeFiles/cmTC_3744c.dir/build.make CMakeFiles/cmTC_3744c.dir/build [benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] Building CXX object CMakeFiles/cmTC_3744c.dir/gnu_posix_regex.cpp.o [benchmark] /opt/llvm/bin/clang++ -Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -MD -MT CMakeFiles/cmTC_3744c.dir/gnu_posix_regex.cpp.o -MF CMakeFiles/cmTC_3744c.dir/gnu_posix_regex.cpp.o.d -o CMakeFiles/cmTC_3744c.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp [benchmark] /var/jenkins/workspace/Kokkos_PR-6770/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: 'gnuregex.h' file not found [benchmark] 1 | #include [benchmark] | ^~~~~~~~~~~~ [benchmark] 1 error generated. [benchmark] make[1]: *** [CMakeFiles/cmTC_3744c.dir/build.make:79: CMakeFiles/cmTC_3744c.dir/gnu_posix_regex.cpp.o] Error 1 [benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/CMakeFiles/CMakeTmp' [benchmark] make: *** [Makefile:127: cmTC_3744c/fast] Error 2 [benchmark] [benchmark] -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread 39: [ OK ] std_algorithms_equal_team_test.views_are_equal (1708 ms) 39: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Found Threads: TRUE -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR -- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Kokkos Devices: OPENMPTARGET;SERIAL, Kokkos Backends: OPENMPTARGET;SERIAL -- Configuring done (17.0s) [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o 39: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1488 ms) 39: [----------] 2 tests from std_algorithms_equal_team_test (3197 ms total) 39: 39: [----------] 2 tests from std_algorithms_search_team_test 39: [ RUN ] std_algorithms_search_team_test.sequences_exist [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 39: [ OK ] std_algorithms_search_team_test.sequences_exist (937 ms) 39: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist -- Generating done (1.7s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/build + make -j8 [ 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_CPUDiscovery.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] 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 [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Built target kokkossimd [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o 39: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1117 ms) 39: [----------] 2 tests from std_algorithms_search_team_test (2054 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_end_team_test 39: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 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%] Built target kokkosprinter-tool [ 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 [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o 39: [ OK ] std_algorithms_find_end_team_test.sequences_exist (2130 ms) 39: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o 39: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2087 ms) 39: [----------] 2 tests from std_algorithms_find_end_team_test (4218 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_first_of_team_test 39: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o 39: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1721 ms) 39: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 4%] 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_Spinwait.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 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o [ 5%] Built target kokkos_gtest [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp.o -- Testing 1-D histogram Density 1D: 0.00196242 -0.999997 -9107.89 || 0.051031 0 615948 || 4.51611e+09 11377 || -1.25908e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.0058991 -0.922981 1.60785 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o 39: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (7209 ms) 39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8930 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 8 tests from 4 test suites ran. (18400 ms total) 39: [ PASSED ] 8 tests. 39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 19.21 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 40: Detected: 6 cores per node. 40: Detected: 1 MPI_ranks per node. 40: Requested: 8 threads per process. 40: [==========] Running 11 tests from 7 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_find_team_test 40: [ RUN ] std_algorithms_find_team_test.searched_values_exist 40: [ OK ] std_algorithms_find_team_test.searched_values_exist (399 ms) 40: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 40: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (554 ms) 40: [----------] 2 tests from std_algorithms_find_team_test (953 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_if_team_test 40: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 40: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (289 ms) 40: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o 40: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (540 ms) 40: [----------] 2 tests from std_algorithms_find_if_team_test (830 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_if_not_team_test 40: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 40: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (546 ms) 40: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 40: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (292 ms) 40: [----------] 2 tests from std_algorithms_find_if_not_team_test (838 ms total) 40: 40: [----------] 1 test from std_algorithms_all_of_team_test 40: [ RUN ] std_algorithms_all_of_team_test.test -- Testing 1-D histogram Density 1D: 2.73387e-07 -0.0155854 -0.0100137 || 0.051031 10997 11758 || 11557.1 11377 || -138.429 -0.823045 -- Testing 3-D histogram Density 3D: 3.24249e-07 0.00371704 -0.000795202 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 40: [ OK ] std_algorithms_all_of_team_test.test (506 ms) 40: [----------] 1 test from std_algorithms_all_of_team_test (506 ms total) 40: 40: [----------] 1 test from std_algorithms_any_of_team_test 40: [ RUN ] std_algorithms_any_of_team_test.test [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o 40: [ OK ] std_algorithms_any_of_team_test.test (270 ms) 40: [----------] 1 test from std_algorithms_any_of_team_test (270 ms total) 40: 40: [----------] 1 test from std_algorithms_none_of_team_test 40: [ RUN ] std_algorithms_none_of_team_test.test [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o 40: [ OK ] std_algorithms_none_of_team_test.test (507 ms) 40: [----------] 1 test from std_algorithms_none_of_team_test (507 ms total) 40: 40: [----------] 2 tests from std_algorithms_search_n_team_test 40: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 40: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (357 ms) 40: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 40: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (417 ms) 40: [----------] 2 tests from std_algorithms_search_n_team_test (774 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 11 tests from 7 test suites ran. (4682 ms total) 40: [ PASSED ] 11 tests. [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 5.50 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 41: Test timeout computed to be: 1500 [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 6 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 3 tests from 3 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_min_element_team_test 41: [ RUN ] std_algorithms_min_element_team_test.test [ 7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 8%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 8%] Linking CXX static library libkokkoscore.a [ 8%] Built target kokkoscore [ 9%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o 41: [ OK ] std_algorithms_min_element_team_test.test (1682 ms) 41: [----------] 1 test from std_algorithms_min_element_team_test (1682 ms total) 41: 41: [----------] 1 test from std_algorithms_max_element_team_test 41: [ RUN ] std_algorithms_max_element_team_test.test [ 9%] Linking CXX static library libbenchmark.a [ 9%] Built target benchmark [ 9%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 9%] Linking CXX static library libbenchmark_main.a [ 9%] Built target benchmark_main 41: [ OK ] std_algorithms_max_element_team_test.test (1662 ms) 41: [----------] 1 test from std_algorithms_max_element_team_test (1662 ms total) 41: 41: [----------] 1 test from std_algorithms_minmax_element_team_test 41: [ RUN ] std_algorithms_minmax_element_team_test.test [ 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_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o 41: [ OK ] std_algorithms_minmax_element_team_test.test (2260 ms) 41: [----------] 1 test from std_algorithms_minmax_element_team_test (2260 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 3 tests from 3 test suites ran. (5606 ms total) 41: [ PASSED ] 3 tests. [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 9%] Linking CXX static library libkokkoscontainers.a [ 9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Built target kokkoscontainers [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.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_Default.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o 41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 6.43 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 42: Test timeout computed to be: 1500 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o 42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 42: Detected: 6 cores per node. 42: Detected: 1 MPI_ranks per node. 42: Requested: 8 threads per process. 42: [==========] Running 6 tests from 6 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_fill_team_test 42: [ RUN ] std_algorithms_fill_team_test.test 42: [ OK ] std_algorithms_fill_team_test.test (392 ms) 42: [----------] 1 test from std_algorithms_fill_team_test (392 ms total) 42: 42: [----------] 1 test from std_algorithms_fill_n_team_test 42: [ RUN ] std_algorithms_fill_n_team_test.test -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00350683 0.00419717 || 0.051031 10960 11832 || 11417 11377 || 58.0216 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00367474 -0.00329287 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift1024_0 (309078 ms) [ RUN ] serial.Multi_streams [ OK ] serial.Multi_streams (0 ms) [ RUN ] serial.SortUnsignedValueType 42: [ OK ] std_algorithms_fill_n_team_test.test (522 ms) 42: [----------] 1 test from std_algorithms_fill_n_team_test (522 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_team_test 42: [ RUN ] std_algorithms_replace_team_test.test 42: [ OK ] std_algorithms_replace_team_test.test (481 ms) 42: [----------] 1 test from std_algorithms_replace_team_test (481 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_if_team_test 42: [ RUN ] std_algorithms_replace_if_team_test.test [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o 42: [ OK ] std_algorithms_replace_if_team_test.test (701 ms) 42: [----------] 1 test from std_algorithms_replace_if_team_test (702 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_copy_team_test 42: [ RUN ] std_algorithms_replace_copy_team_test.test [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o 42: [ OK ] std_algorithms_replace_copy_team_test.test (1160 ms) 42: [----------] 1 test from std_algorithms_replace_copy_team_test (1160 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_copy_if_team_test 42: [ RUN ] std_algorithms_replace_copy_if_team_test.test 42: [ OK ] std_algorithms_replace_copy_if_team_test.test (966 ms) 42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (966 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 6 tests from 6 test suites ran. (4225 ms total) 42: [ PASSED ] 6 tests. [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o 42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 5.05 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 43: Detected: 6 cores per node. 43: Detected: 1 MPI_ranks per node. 43: Requested: 8 threads per process. 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_reverse_team_test 43: [ RUN ] std_algorithms_reverse_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o 43: [ OK ] std_algorithms_reverse_team_test.test (408 ms) 43: [----------] 1 test from std_algorithms_reverse_team_test (408 ms total) 43: 43: [----------] 1 test from std_algorithms_reverse_copy_team_test 43: [ RUN ] std_algorithms_reverse_copy_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook 43: [ OK ] std_algorithms_reverse_copy_team_test.test (444 ms) 43: [----------] 1 test from std_algorithms_reverse_copy_team_test (444 ms total) 43: 43: [----------] 1 test from std_algorithms_rotate_team_test 43: [ RUN ] std_algorithms_rotate_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_PushFinalizeHook 43: [ OK ] std_algorithms_rotate_team_test.test (1341 ms) 43: [----------] 1 test from std_algorithms_rotate_team_test (1341 ms total) 43: 43: [----------] 1 test from std_algorithms_rotate_copy_team_test 43: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o 43: [ OK ] std_algorithms_rotate_copy_team_test.test (1004 ms) 43: [----------] 1 test from std_algorithms_rotate_copy_team_test (1004 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (3198 ms total) 43: [ PASSED ] 4 tests. 43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 4.02 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 44: Test timeout computed to be: 1500 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o 44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 44: Detected: 6 cores per node. 44: Detected: 1 MPI_ranks per node. 44: Requested: 8 threads per process. 44: [==========] Running 4 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_move_team_test 44: [ RUN ] std_algorithms_move_team_test.test 44: [ OK ] std_algorithms_move_team_test.test (725 ms) 44: [----------] 1 test from std_algorithms_move_team_test (725 ms total) 44: 44: [----------] 1 test from std_algorithms_move_backward_team_test 44: [ RUN ] std_algorithms_move_backward_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o 44: [ OK ] std_algorithms_move_backward_team_test.test (578 ms) 44: [----------] 1 test from std_algorithms_move_backward_team_test (578 ms total) 44: 44: [----------] 1 test from std_algorithms_shift_left_team_test 44: [ RUN ] std_algorithms_shift_left_team_test.test [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o 44: [ OK ] std_algorithms_shift_left_team_test.test (2584 ms) 44: [----------] 1 test from std_algorithms_shift_left_team_test (2584 ms total) 44: 44: [----------] 1 test from std_algorithms_shift_right_team_test 44: [ RUN ] std_algorithms_shift_right_team_test.test [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o 44: [ OK ] std_algorithms_shift_right_team_test.test (2450 ms) 44: [----------] 1 test from std_algorithms_shift_right_team_test (2450 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 4 test suites ran. (6338 ms total) 44: [ PASSED ] 4 tests. 44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 7.15 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 45: Test timeout computed to be: 1500 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 6 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 9 tests from 9 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_copy_team_test 45: [ RUN ] std_algorithms_copy_team_test.test [ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization 45: [ OK ] std_algorithms_copy_team_test.test (852 ms) 45: [----------] 1 test from std_algorithms_copy_team_test (852 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_n_team_test 45: [ RUN ] std_algorithms_copy_n_team_test.test [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o 45: [ OK ] std_algorithms_copy_n_team_test.test (655 ms) 45: [----------] 1 test from std_algorithms_copy_n_team_test (655 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_backward_team_test 45: [ RUN ] std_algorithms_copy_backward_team_test.test [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o 45: [ OK ] std_algorithms_copy_backward_team_test.test (625 ms) 45: [----------] 1 test from std_algorithms_copy_backward_team_test (625 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_if_team_test 45: [ RUN ] std_algorithms_copy_if_team_test.test 45: [ OK ] std_algorithms_copy_if_team_test.test (754 ms) 45: [----------] 1 test from std_algorithms_copy_if_team_test (754 ms total) 45: 45: [----------] 1 test from std_algorithms_unique_copy_team_test 45: [ RUN ] std_algorithms_unique_copy_team_test.test 45: [ OK ] std_algorithms_unique_copy_team_test.test (1235 ms) 45: [----------] 1 test from std_algorithms_unique_copy_team_test (1236 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_team_test 45: [ RUN ] std_algorithms_remove_team_test.test [ 12%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph 45: [ OK ] std_algorithms_remove_team_test.test (885 ms) 45: [----------] 1 test from std_algorithms_remove_team_test (885 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_if_team_test 45: [ RUN ] std_algorithms_remove_if_team_test.test [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o 45: [ OK ] std_algorithms_remove_if_team_test.test (908 ms) 45: [----------] 1 test from std_algorithms_remove_if_team_test (908 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_copy_team_test 45: [ RUN ] std_algorithms_remove_copy_team_test.test [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 12%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 12%] Built target Kokkos_CoreUnitTest_SerialGraph [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_Develop [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o 45: [ OK ] std_algorithms_remove_copy_team_test.test (1112 ms) 45: [----------] 1 test from std_algorithms_remove_copy_team_test (1112 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_copy_if_team_test 45: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 13%] Built target Kokkos_push_finalize_hook_terminate [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 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_TuningBasics.dir/tools/TestTuning.cpp.o 45: [ OK ] std_algorithms_remove_copy_if_team_test.test (990 ms) 45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (990 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 9 tests from 9 test suites ran. (8022 ms total) 45: [ PASSED ] 9 tests. 45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 8.84 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 46: Test timeout computed to be: 1500 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o 46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 46: Detected: 6 cores per node. 46: Detected: 1 MPI_ranks per node. 46: Requested: 8 threads per process. 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_unique_team_test 46: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 46: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1380 ms) 46: [----------] 1 test from std_algorithms_unique_team_test (1380 ms total) 46: 46: [----------] 1 test from std_algorithms_adjacent_difference_team_test 46: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o 46: [ OK ] std_algorithms_adjacent_difference_team_test.test (1532 ms) 46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1532 ms total) 46: 46: [----------] 1 test from std_algorithms_reduce_team_test 46: [ RUN ] std_algorithms_reduce_team_test.test 46: [ OK ] std_algorithms_reduce_team_test.test (1274 ms) 46: [----------] 1 test from std_algorithms_reduce_team_test (1274 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_reduce_team_test 46: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 13%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o 46: [ OK ] std_algorithms_transform_reduce_team_test.test (2009 ms) 46: [----------] 1 test from std_algorithms_transform_reduce_team_test (2009 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (6196 ms total) 46: [ PASSED ] 4 tests. 46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 7.01 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 47: Test timeout computed to be: 1500 [ 14%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins 47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 47: Detected: 6 cores per node. 47: Detected: 1 MPI_ranks per node. 47: Requested: 8 threads per process. 47: [==========] Running 18 tests from 5 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_is_sorted_team_test 47: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o 47: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (931 ms) 47: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_TuningBasics [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_TuningBuiltins 47: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1677 ms) 47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2609 ms total) 47: 47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (15 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (16 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1598 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1194 ms) 47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2825 ms total) 47: 47: [----------] 4 tests from std_algorithms_is_partitioned_team_test 47: [ RUN ] std_algorithms_is_partitioned_team_test.empty 47: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 47: [ OK ] std_algorithms_is_partitioned_team_test.all_true (588 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.all_false [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o 47: [ OK ] std_algorithms_is_partitioned_team_test.all_false (574 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.random [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o 47: [ OK ] std_algorithms_is_partitioned_team_test.random (414 ms) 47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1584 ms total) 47: 47: [----------] 4 tests from std_algorithms_partition_copy_team_test 47: [ RUN ] std_algorithms_partition_copy_team_test.empty 47: [ OK ] std_algorithms_partition_copy_team_test.empty (13 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.all_true [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner 47: [ OK ] std_algorithms_partition_copy_team_test.all_true (1046 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.all_false [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o 47: [ OK ] std_algorithms_partition_copy_team_test.all_false (1056 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.random 47: [ OK ] std_algorithms_partition_copy_team_test.random (903 ms) 47: [----------] 4 tests from std_algorithms_partition_copy_team_test (3019 ms total) 47: 47: [----------] 4 tests from std_algorithms_partition_point_team_test 47: [ RUN ] std_algorithms_partition_point_team_test.empty 47: [ OK ] std_algorithms_partition_point_team_test.empty (9 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.all_true 47: [ OK ] std_algorithms_partition_point_team_test.all_true (401 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.all_false 47: [ OK ] std_algorithms_partition_point_team_test.all_false (412 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.random 47: [ OK ] std_algorithms_partition_point_team_test.random (256 ms) 47: [----------] 4 tests from std_algorithms_partition_point_team_test (1080 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 18 tests from 5 test suites ran. (11118 ms total) 47: [ PASSED ] 18 tests. [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CategoricalTuner 47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 11.96 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 48: Test timeout computed to be: 1500 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 6 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: [==========] Running 5 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_transform_team_test 48: [ RUN ] std_algorithms_transform_team_test.test_unary_op 48: [ OK ] std_algorithms_transform_team_test.test_unary_op (1014 ms) 48: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o 48: [ OK ] std_algorithms_transform_team_test.test_binary_op (1056 ms) 48: [----------] 2 tests from std_algorithms_transform_team_test (2071 ms total) 48: 48: [----------] 1 test from std_algorithms_generate_team_test 48: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 48: [ OK ] std_algorithms_generate_team_test.test_unary_op (2085 ms) 48: [----------] 1 test from std_algorithms_generate_team_test (2085 ms total) 48: 48: [----------] 1 test from std_algorithms_generate_n_team_test 48: [ RUN ] std_algorithms_generate_n_team_test.test [ 17%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence 48: [ OK ] std_algorithms_generate_n_team_test.test (527 ms) 48: [----------] 1 test from std_algorithms_generate_n_team_test (527 ms total) 48: 48: [----------] 1 test from std_algorithms_swap_ranges_team_test 48: [ RUN ] std_algorithms_swap_ranges_team_test.test 48: [ OK ] std_algorithms_swap_ranges_team_test.test (945 ms) 48: [----------] 1 test from std_algorithms_swap_ranges_team_test (945 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 5 tests from 4 test suites ran. (5629 ms total) 48: [ PASSED ] 5 tests. 48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 6.46 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 49: Detected: 6 cores per node. 49: Detected: 1 MPI_ranks per node. 49: Requested: 8 threads per process. 49: [==========] Running 2 tests from 2 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_exclusive_scan_team_test 49: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o 49: [ OK ] std_algorithms_exclusive_scan_team_test.test (2164 ms) 49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2164 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 49: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o 49: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1061 ms) 49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1061 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (3226 ms total) 49: [ PASSED ] 2 tests. 49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 4.04 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 50: Test timeout computed to be: 1500 [ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly 50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 50: Detected: 6 cores per node. 50: Detected: 1 MPI_ranks per node. 50: Requested: 8 threads per process. 50: [==========] Running 2 tests from 2 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_inclusive_scan_team_test 50: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ OK ] serial.SortUnsignedValueType (48876 ms) [ RUN ] serial.SortEmptyView [ OK ] serial.SortEmptyView (0 ms) [ RUN ] serial.BinSortGenericTests [ OK ] serial.BinSortGenericTests (4089 ms) [ RUN ] serial.BinSortEmptyView [ OK ] serial.BinSortEmptyView (0 ms) [ RUN ] serial.BinSortEmptyKeysView [ OK ] serial.BinSortEmptyKeysView (0 ms) [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 50: [ OK ] std_algorithms_inclusive_scan_team_test.test (3174 ms) 50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3174 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 50: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 17%] Built target Kokkos_CoreTestCompileOnly [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o 50: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2081 ms) 50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2081 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 2 tests from 2 test suites ran. (5256 ms total) 50: [ PASSED ] 2 tests. 50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 6.06 sec test 51 Start 51: Kokkos_UnitTest_SIMD 51: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 51: Detected: 6 cores per node. 51: Detected: 1 MPI_ranks per node. 51: Requested: 8 threads per process. 51: [==========] Running 14 tests from 1 test suite. 51: [----------] Global test environment set-up. 51: [----------] 14 tests from simd 51: [ RUN ] simd.host_math_ops 51: [ OK ] simd.host_math_ops (0 ms) 51: [ RUN ] simd.device_math_ops 51: [ OK ] simd.device_math_ops (6 ms) 51: [ RUN ] simd.host_mask_ops 51: [ OK ] simd.host_mask_ops (0 ms) 51: [ RUN ] simd.device_mask_ops 51: [ OK ] simd.device_mask_ops (0 ms) 51: [ RUN ] simd.host_conversions 51: [ OK ] simd.host_conversions (0 ms) 51: [ RUN ] simd.device_conversions 51: [ OK ] simd.device_conversions (0 ms) 51: [ RUN ] simd.host_shift_ops 51: [ OK ] simd.host_shift_ops (0 ms) 51: [ RUN ] simd.device_shift_ops 51: [ OK ] simd.device_shift_ops (0 ms) 51: [ RUN ] simd.host_condition 51: [ OK ] simd.host_condition (0 ms) 51: [ RUN ] simd.device_condition 51: [ OK ] simd.device_condition (0 ms) 51: [ RUN ] simd.host_gen_ctors 51: [ OK ] simd.host_gen_ctors (0 ms) 51: [ RUN ] simd.device_gen_ctors 51: [ OK ] simd.device_gen_ctors (0 ms) 51: [ RUN ] simd.host_where_expressions 51: [ OK ] simd.host_where_expressions (0 ms) 51: [ RUN ] simd.device_where_expressions 51: [ OK ] simd.device_where_expressions (0 ms) 51: [----------] 14 tests from simd (6 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 14 tests from 1 test suite ran. (6 ms total) 51: [ PASSED ] 14 tests. 51/51 Test #51: Kokkos_UnitTest_SIMD ........................ Passed 0.81 sec 100% tests passed, 0 tests failed out of 51 Total Test time (real) = 527.12 sec [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 d26fdfa8ef370a1c624a7f99e33d864b5c535f93e178231ba4639120b49afc8a [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 18%] Linking CXX executable Kokkos_ProfilingAllCalls [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o $ docker rm -f --volumes d26fdfa8ef370a1c624a7f99e33d864b5c535f93e178231ba4639120b49afc8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 18%] Built target Kokkos_ProfilingAllCalls [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 51%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.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_View_64bit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 21%] Linking CXX executable Kokkos_ToolsInitialization [ 51%] Built target Kokkos_IncrementalTest_SERIAL Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 21%] Built target Kokkos_ToolsInitialization [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 22%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 52%] Built target Kokkos_CoreUnitTest_Serial1 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 22%] Built target Kokkos_CoreUnitTest_KokkosP [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.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_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.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_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.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_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 25%] Linking CXX executable Kokkos_StackTraceTestExec [ 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_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o [ 53%] 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_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 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_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 26%] 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_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 26%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET [ 59%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 31%] Built target Kokkos_IncrementalTest_OPENMPTARGET [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_Default [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 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_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 32%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_CTestDevice [ 32%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 32%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (172608 ms) [ RUN ] serial.NestedSort [ OK ] serial.NestedSort (63 ms) [ RUN ] serial.NestedSortByKey [ OK ] serial.NestedSortByKey (518 ms) [ RUN ] serial.SortWithCustomComparator [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ OK ] serial.SortWithCustomComparator (5672 ms) [----------] 12 tests from serial (1293218 ms total) [----------] Global test environment tear-down [==========] 12 tests from 1 test suite ran. (1293218 ms total) [ PASSED ] 12 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests' Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o Post stage [Pipeline] sh [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Wed Jan 31 22:05:12 2024 stats zeroed Wed Jan 31 22:05:12 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 4786 cache size 4.5 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 b0b4cf5127f670fd914a045cc43fa9be37354b4bffa16b4aac916bce1d35958b [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 61%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o $ docker rm -f --volumes b0b4cf5127f670fd914a045cc43fa9be37354b4bffa16b4aac916bce1d35958b [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_CoreUnitTest_Cuda1 [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 68%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 68%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o [ 68%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 69%] Built target Kokkos_PerformanceTest_SharedSpace [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 70%] Built target Kokkos_CoreUnitTest_Cuda2 [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 40%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 71%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 71%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 71%] Built target Kokkos_Benchmark_Atomic_MinMax [ 40%] 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_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 41%] Built target Kokkos_IncrementalTest_SERIAL [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 42%] 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_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 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_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.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_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Init.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 72%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_HBWSpace_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_LogicalSpaces_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MasterLock_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMaxClamp_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 73%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_UnitTest_Sort [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 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_OffsetView.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 57%] Built target Kokkos_CoreUnitTest_Serial1 [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 66%] Built target Kokkos_PerformanceTest_Mempool [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 79%] Built target Kokkos_ContainersUnitTest_Cuda Scanning dependencies of target Kokkos_UnitTest_Random [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 67%] Built target Kokkos_Benchmark_Atomic_MinMax [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 68%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 80%] Linking CXX executable Kokkos_UnitTest_Sort [ 68%] Built target Kokkos_ContainersTestCompileOnly [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 80%] Built target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Built target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.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_C.dir/TestStdAlgorithmsForEach.cpp.o [ 83%] Built target Kokkos_ContainersUnitTest_Serial [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 83%] Linking CXX executable Kokkos_UnitTest_Random [ 83%] Built target Kokkos_UnitTest_Random [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.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_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.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_B.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Random [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o [ 73%] Built target Kokkos_UnitTest_Random [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.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_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 74%] 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_ScatterView.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o [ 77%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 91%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 91%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 77%] Built target Kokkos_CoreUnitTest_Serial2 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.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_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 93%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 93%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 93%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 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_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Built target Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 78%] Built target Kokkos_UnitTest_Sort [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.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_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.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 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.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_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.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_M.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 81%] Built target Kokkos_ContainersUnitTest_Serial [ 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_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.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_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o Scanning dependencies of target Kokkos_gups [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [100%] Linking CXX executable Kokkos_gups [100%] Built target Kokkos_gups [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.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_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_UnitTest_SIMD [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o 1: [==========] Running 181 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 4 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (427 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (363 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (363 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (363 ms) 1: [----------] 4 tests from serial_DeathTest (1518 ms total) 1: 1: [----------] 177 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (1 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (1 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (1 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (1 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (2 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (2 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (2 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (2 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (2 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (13 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (743 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (372 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (5 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (28 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (146 ms) 1: [ RUN ] serial.deep_copy_conversion [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 1: [ OK ] serial.deep_copy_conversion (947 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (9 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.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_D.dir/TestStdAlgorithmsRotate.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 87%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (16669 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 87%] Built target Kokkos_PerformanceTest_Benchmark [ 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_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (15582 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (6179 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (6560 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (8 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (8 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (1437 ms) 1: [ RUN ] serial.mdrange_6d [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 1: [ OK ] serial.mdrange_6d (4256 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (25 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (281 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (2103 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (339 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 1: [ OK ] serial.mdrange_large_deep_copy (51499 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o [ 92%] 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_I.dir/TestStdAlgorithmsTeamReduce.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_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 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_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 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_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (90154 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: [ OK ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (3 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (83 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (14 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (6 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (43 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (10 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (13 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (13 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (1 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (1 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (2453 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (2437 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic 1: [ OK ] serial.int64_t_reduce_dynamic (4158 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o 1: [ OK ] serial.double_reduce_dynamic (4188 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (779 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy [ 97%] Linking CXX executable Kokkos_gups [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Built target Kokkos_gups [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 1: [ OK ] serial.reduce_device_view_range_policy (25913 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 98%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.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 [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o 1: [ OK ] serial.reduce_device_view_mdrange_policy (120975 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (15064 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (22 ms) 1: [----------] 177 tests from serial (373593 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 181 tests from 2 test suites ran. (375111 ms total) 1: [ PASSED ] 181 tests. 1/50 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 375.98 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: [==========] Running 123 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (21808 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (18660 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget [100%] Built target Kokkos_CoreUnitTest_OpenMPTarget + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6770/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 1: Test timeout computed to be: 1500 1: [==========] Running 195 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 3 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (188 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (182 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (177 ms) 1: [----------] 3 tests from serial_DeathTest (548 ms total) 1: 1: [----------] 192 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (4 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (76 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (44 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_issue_3867 1: [ OK ] serial.complex_issue_3867 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (3 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (25 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2884 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2715 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (941 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (962 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (29 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (16 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (4 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (4 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (692 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 1: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 1: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types (0 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (24 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (2 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (44 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (142 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic 1: [ OK ] serial.int64_t_reduce_dynamic (1334 ms) 1: [ RUN ] serial.double_reduce_dynamic 1: [ OK ] serial.double_reduce_dynamic (1282 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (298 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (10 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (18264 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2909 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 1: [ OK ] serial.reduce_device_view_mdrange_policy (1891 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (163 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (4 ms) 1: [ RUN ] serial.task_fib_deprecated 1: [ OK ] serial.task_fib_deprecated (772 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (14 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2590 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (64233 ms total) 2: 2: [----------] 116 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 1: [ OK ] serial.task_fib_deprecated_multiple (763 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (14 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single 1: [ OK ] serial.task_fib_single (562 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (12 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple 1: [ OK ] serial.task_fib_multiple (572 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (13 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev 1: [ OK ] serial.task_fib_chase_lev (599 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (13 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 192 tests from serial (16965 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 195 tests from 2 test suites ran. (17514 ms total) 1: [ PASSED ] 193 tests. 1: [ SKIPPED ] 2 tests, listed below: 1: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/48 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 18.61 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 2: Test timeout computed to be: 1500 2: [==========] Running 115 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 4 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 4 tests from serial_DeathTest (0 ms total) 2: 2: [----------] 111 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (348 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (9 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (32 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (104 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (36 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce 2: [ OK ] serial.repeated_team_reduce (7263 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (131 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (120 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (57 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (2 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (56 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (0 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (0 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (1 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (112 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (1 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (1595 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (4 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (55 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (48 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (56 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (3 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (110 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (11 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (11 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (11 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (469 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (468 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (469 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (472 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (473 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (471 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 111 tests from serial (13066 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 115 tests from 2 test suites ran. (13066 ms total) 2: [ PASSED ] 112 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/48 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 13.78 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/48 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.65 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMPTarget 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 4: Test timeout computed to be: 1500 4: [==========] Running 220 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 7 tests from openmptarget_DeathTest 4: [ RUN ] openmptarget_DeathTest.abort_from_host 4: [ OK ] openmptarget_DeathTest.abort_from_host (189 ms) 4: [ RUN ] openmptarget_DeathTest.abort_from_device 4: [ OK ] openmptarget_DeathTest.abort_from_device (1275 ms) 4: [ RUN ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (197 ms) 4: [ RUN ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 4: [ RUN ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 4: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_host 2: [ OK ] serial.team_reduce_large (24237 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (130 ms) 2: [ RUN ] serial.large_team_scratch_size 2: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (91 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (8054 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (1378 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (131 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (128 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (129 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (136 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (140 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (141 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (288 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (858 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (882 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce 2: [ OK ] serial.repeated_team_reduce (10852 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (2013 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (2023 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (1100 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (145 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (1094 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (218 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (37 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (29 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (189 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (188 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (93 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (1 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (3 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (3 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (906 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (153 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (200 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (191 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (599 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (154 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (10 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (344 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (981 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (9 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (5 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (2 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (2 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (168 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (174 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (166 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (6665 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (6643 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (48149 ms) 4: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestViewMemoryAccessViolation.hpp:180: Skipped 4: skipping because OpenMPTarget backend is currently not able to abort from the device 4: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 7 tests from openmptarget_DeathTest (49813 ms total) 4: 4: [----------] 213 tests from openmptarget 4: [ RUN ] openmptarget.array_capacity 4: [ OK ] openmptarget.array_capacity (0 ms) 4: [ RUN ] openmptarget.array_element_access 4: [ OK ] openmptarget.array_element_access (0 ms) 4: [ RUN ] openmptarget.array_zero_capacity 4: [ OK ] openmptarget.array_zero_capacity (0 ms) 4: [ RUN ] openmptarget.array_zero_data_nullptr 4: [ OK ] openmptarget.array_zero_data_nullptr (0 ms) 4: [ RUN ] openmptarget.array_contiguous_capacity 4: [ OK ] openmptarget.array_contiguous_capacity (0 ms) 4: [ RUN ] openmptarget.array_contiguous_element_access 4: [ OK ] openmptarget.array_contiguous_element_access (0 ms) 4: [ RUN ] openmptarget.array_contiguous_assignment 4: [ OK ] openmptarget.array_contiguous_assignment (0 ms) 4: [ RUN ] openmptarget.array_strided_capacity 4: [ OK ] openmptarget.array_strided_capacity (0 ms) 4: [ RUN ] openmptarget.array_strided_element_access 4: [ OK ] openmptarget.array_strided_element_access (0 ms) 4: [ RUN ] openmptarget.array_strided_assignment 4: [ OK ] openmptarget.array_strided_assignment (0 ms) 4: [ RUN ] openmptarget.atomic_operations_complexfloat 4: [ OK ] openmptarget.atomic_operations_complexfloat (25 ms) 4: [ RUN ] openmptarget.atomic_operations_double 4: [ OK ] openmptarget.atomic_operations_double (28 ms) 4: [ RUN ] openmptarget.atomic_operations_float 4: [ OK ] openmptarget.atomic_operations_float (28 ms) 4: [ RUN ] openmptarget.atomic_operations_int 4: [ OK ] openmptarget.atomic_operations_int (63 ms) 4: [ RUN ] openmptarget.atomic_operations_long 4: [ OK ] openmptarget.atomic_operations_long (66 ms) 4: [ RUN ] openmptarget.atomic_operations_longlong 4: [ OK ] openmptarget.atomic_operations_longlong (66 ms) 4: [ RUN ] openmptarget.atomic_operations_unsigned 4: [ OK ] openmptarget.atomic_operations_unsigned (53 ms) 4: [ RUN ] openmptarget.atomic_operations_unsignedlong 4: [ OK ] openmptarget.atomic_operations_unsignedlong (54 ms) 4: [ RUN ] openmptarget.atomics 4: [ OK ] openmptarget.atomics (503 ms) 4: [ RUN ] openmptarget.atomics_tpetra_max_abs 4: [ OK ] openmptarget.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] openmptarget.atomic_views_integral 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (6642 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] openmptarget.atomic_views_integral (14665 ms) 4: [ RUN ] openmptarget.atomic_views_nonintegral 2: [ OK ] serial.view_subview_3d_from_5d_right (7468 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] openmptarget.atomic_views_nonintegral (10075 ms) 4: [ RUN ] openmptarget.atomic_view_api 4: [ OK ] openmptarget.atomic_view_api (0 ms) 4: [ RUN ] openmptarget.bit_manip_countl_zero 4: [ OK ] openmptarget.bit_manip_countl_zero (0 ms) 4: [ RUN ] openmptarget.bit_manip_countl_one 4: [ OK ] openmptarget.bit_manip_countl_one (0 ms) 4: [ RUN ] openmptarget.bit_manip_countr_zero 4: [ OK ] openmptarget.bit_manip_countr_zero (0 ms) 4: [ RUN ] openmptarget.bit_manip_countr_one 4: [ OK ] openmptarget.bit_manip_countr_one (0 ms) 4: [ RUN ] openmptarget.bit_manip_popcount 4: [ OK ] openmptarget.bit_manip_popcount (0 ms) 4: [ RUN ] openmptarget.bit_manip_has_single_bit 4: [ OK ] openmptarget.bit_manip_has_single_bit (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_floor 4: [ OK ] openmptarget.bit_manip_bit_floor (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_ceil 4: [ OK ] openmptarget.bit_manip_bit_ceil (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_width 4: [ OK ] openmptarget.bit_manip_bit_width (0 ms) 4: [ RUN ] openmptarget.bit_manip_rotl 4: [ OK ] openmptarget.bit_manip_rotl (0 ms) 4: [ RUN ] openmptarget.bit_manip_rotr 4: [ OK ] openmptarget.bit_manip_rotr (0 ms) 4: [ RUN ] openmptarget.bit_manip_byeswap 4: [ OK ] openmptarget.bit_manip_byeswap (1 ms) 4: [ RUN ] openmptarget.bit_manip_bit_cast 4: [ OK ] openmptarget.bit_manip_bit_cast (0 ms) 4: [ RUN ] openmptarget.test_block_deduction_bug_pr_3103 4: [ OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] openmptarget.checked_integer_operations_multiply_overflow 4: [ OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] openmptarget.execution_policy_occupancy_and_hint 4: [ OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] openmptarget.complex_construction 4: [ OK ] openmptarget.complex_construction (0 ms) 4: [ RUN ] openmptarget.complex_basic_math 4: [ OK ] openmptarget.complex_basic_math (0 ms) 4: [ RUN ] openmptarget.complex_special_funtions 4: [ OK ] openmptarget.complex_special_funtions (0 ms) 4: [ RUN ] openmptarget.complex_io 4: [ OK ] openmptarget.complex_io (0 ms) 4: [ RUN ] openmptarget.complex_trivially_copyable 4: [ OK ] openmptarget.complex_trivially_copyable (0 ms) 4: [ RUN ] openmptarget.complex_issue_3865 4: [ OK ] openmptarget.complex_issue_3865 (0 ms) 4: [ RUN ] openmptarget.complex_issue_3867 4: [ OK ] openmptarget.complex_issue_3867 (0 ms) 4: [ RUN ] openmptarget.complex_operations_arithmetic_types_overloads 4: [ OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] openmptarget.crs_count_fill 4: [ OK ] openmptarget.crs_count_fill (14 ms) 4: [ RUN ] openmptarget.crs_copy_constructor 4: [ OK ] openmptarget.crs_copy_constructor (58 ms) 4: [ RUN ] openmptarget.deep_copy_alignment 4: [ OK ] openmptarget.deep_copy_alignment (9 ms) 4: [ RUN ] openmptarget.deep_copy_conversion 4: [ OK ] openmptarget.deep_copy_conversion (358 ms) 4: [ RUN ] openmptarget.partitioning_by_args 4: [ OK ] openmptarget.partitioning_by_args (0 ms) 4: [ RUN ] openmptarget.partitioning_by_vector 4: [ OK ] openmptarget.partitioning_by_vector (0 ms) 4: [ RUN ] openmptarget.functor_analysis 4: [ OK ] openmptarget.functor_analysis (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_use_count 4: [ OK ] openmptarget.host_shared_ptr_use_count (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_get 4: [ OK ] openmptarget.host_shared_ptr_get (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_dereference_on_device 4: [ OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] openmptarget.init 4: [ OK ] openmptarget.init (0 ms) 4: [ RUN ] openmptarget.dispatch 4: [ OK ] openmptarget.dispatch (571 ms) 4: [ RUN ] openmptarget.join_backward_compatibility 4: [ OK ] openmptarget.join_backward_compatibility (3 ms) 4: [ RUN ] openmptarget.mathematical_constants_e 4: [ OK ] openmptarget.mathematical_constants_e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_log2e 4: [ OK ] openmptarget.mathematical_constants_log2e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_log10e 4: [ OK ] openmptarget.mathematical_constants_log10e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_pi 4: [ OK ] openmptarget.mathematical_constants_pi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_pi 4: [ OK ] openmptarget.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_sqrtpi 4: [ OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_ln2 4: [ OK ] openmptarget.mathematical_constants_ln2 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_ln10 4: [ OK ] openmptarget.mathematical_constants_ln10 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_sqrt2 4: [ OK ] openmptarget.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_sqrt3 4: [ OK ] openmptarget.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_sqrt3 4: [ OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_egamma 4: [ OK ] openmptarget.mathematical_constants_egamma (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_phi 4: [ OK ] openmptarget.mathematical_constants_phi (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_trigonometric_functions 4: [ OK ] openmptarget.mathematical_functions_trigonometric_functions (8 ms) 4: [ RUN ] openmptarget.mathematical_functions_hyperbolic_functions 4: [ OK ] openmptarget.mathematical_functions_hyperbolic_functions (7 ms) 4: [ RUN ] openmptarget.mathematical_functions_non_standard 4: [ OK ] openmptarget.mathematical_functions_non_standard (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_power_functions 4: [ OK ] openmptarget.mathematical_functions_power_functions (4 ms) 4: [ RUN ] openmptarget.mathematical_functions_fma 4: [ OK ] openmptarget.mathematical_functions_fma (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_error_and_gamma_functions 4: [ OK ] openmptarget.mathematical_functions_error_and_gamma_functions (5 ms) 4: [ RUN ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (6 ms) 4: [ RUN ] openmptarget.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (3 ms) 4: [ RUN ] openmptarget.mathematical_functions_absolute_value 4: [ OK ] openmptarget.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_floating_point_absolute_value 4: [ OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_remainder_function 4: [ OK ] openmptarget.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isfinite 4: [ OK ] openmptarget.mathematical_functions_isfinite (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isinf 4: [ OK ] openmptarget.mathematical_functions_isinf (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isnan 4: [ OK ] openmptarget.mathematical_functions_isnan (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_exponential_functions 4: [ OK ] openmptarget.mathematical_functions_exponential_functions (8 ms) 4: [ RUN ] openmptarget.mathspecialfunc_expint1 4: [ OK ] openmptarget.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselj0y0 4: [ OK ] openmptarget.mathspecialfunc_cbesselj0y0 (25 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselj1y1 4: [ OK ] openmptarget.mathspecialfunc_cbesselj1y1 (25 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesseli0k0 4: [ OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesseli1k1 4: [ OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselh1stkind 4: [ OK ] openmptarget.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselh2ndkind 4: [ OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] openmptarget.mdrange_5d 4: [ OK ] openmptarget.mdrange_5d (17 ms) 4: [ RUN ] openmptarget.mdrange_6d 4: [ OK ] openmptarget.mdrange_6d (9 ms) 4: [ RUN ] openmptarget.mdrange_2d 4: [ OK ] openmptarget.mdrange_2d (3 ms) 4: [ RUN ] openmptarget.mdrange_3d 4: [ OK ] openmptarget.mdrange_3d (7 ms) 4: [ RUN ] openmptarget.mdrange_4d 4: [ OK ] openmptarget.mdrange_4d (4 ms) 4: [ RUN ] openmptarget.mdrange_large_deep_copy 4: [ OK ] openmptarget.mdrange_large_deep_copy (142 ms) 4: [ RUN ] openmptarget.md_range_policy_construction_from_arrays 4: [ OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] openmptarget.mdrange_parallel_reduce_primitive_types 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 4: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 4: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms) 4: [ RUN ] openmptarget.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] openmptarget.mdspan_minimal_functional (0 ms) 4: [ RUN ] openmptarget.numeric_traits_infinity 4: [ OK ] openmptarget.numeric_traits_infinity (1 ms) 4: [ RUN ] openmptarget.numeric_traits_epsilon 4: [ OK ] openmptarget.numeric_traits_epsilon (0 ms) 4: [ RUN ] openmptarget.numeric_traits_round_error 4: [ OK ] openmptarget.numeric_traits_round_error (0 ms) 4: [ RUN ] openmptarget.numeric_traits_norm_min 4: [ OK ] openmptarget.numeric_traits_norm_min (0 ms) 4: [ RUN ] openmptarget.numeric_traits_denorm_min 4: [ OK ] openmptarget.numeric_traits_denorm_min (0 ms) 4: [ RUN ] openmptarget.numeric_traits_finite_min_max 4: [ OK ] openmptarget.numeric_traits_finite_min_max (6 ms) 4: [ RUN ] openmptarget.numeric_traits_digits 4: [ OK ] openmptarget.numeric_traits_digits (3 ms) 4: [ RUN ] openmptarget.numeric_traits_digits10 4: [ OK ] openmptarget.numeric_traits_digits10 (3 ms) 4: [ RUN ] openmptarget.numeric_traits_max_digits10 4: [ OK ] openmptarget.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] openmptarget.numeric_traits_radix 4: [ OK ] openmptarget.numeric_traits_radix (3 ms) 4: [ RUN ] openmptarget.numeric_traits_min_max_exponent 4: [ OK ] openmptarget.numeric_traits_min_max_exponent (1 ms) 4: [ RUN ] openmptarget.numeric_traits_min_max_exponent10 4: [ OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] openmptarget.numeric_traits_quiet_and_signaling_nan 4: [ OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms) 4: [ RUN ] openmptarget.numeric_traits_sfinae_friendly 4: [ OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] openmptarget.parallel_scan_range_policy 4: [ OK ] openmptarget.parallel_scan_range_policy (305 ms) 4: [ RUN ] openmptarget.kokkos_printf 4: [ OK ] openmptarget.kokkos_printf (1 ms) 4: [ RUN ] openmptarget.range_for 4: [ OK ] openmptarget.range_for (2 ms) 4: [ RUN ] openmptarget.range_reduce 4: [ OK ] openmptarget.range_reduce (2 ms) 4: [ RUN ] openmptarget.range_policy_runtime_parameters 4: [ OK ] openmptarget.range_policy_runtime_parameters (0 ms) 4: [ RUN ] openmptarget.range_for_require 4: [ OK ] openmptarget.range_for_require (2 ms) 4: [ RUN ] openmptarget.range_reduce_require 4: [ OK ] openmptarget.range_reduce_require (1 ms) 4: [ RUN ] openmptarget.reducers_int 4: [ OK ] openmptarget.reducers_int (9 ms) 4: [ RUN ] openmptarget.reducers_double 4: [ OK ] openmptarget.reducers_double (6 ms) 4: [ RUN ] openmptarget.reducers_bool 4: [ OK ] openmptarget.reducers_bool (1 ms) 4: [ RUN ] openmptarget.int64_t_reduce 4: [ OK ] openmptarget.int64_t_reduce (559 ms) 4: [ RUN ] openmptarget.double_reduce 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (7487 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] openmptarget.double_reduce (554 ms) 4: [ RUN ] openmptarget.int64_t_reduce_dynamic 4: [ OK ] openmptarget.int64_t_reduce_dynamic (579 ms) 4: [ RUN ] openmptarget.double_reduce_dynamic 4: [ OK ] openmptarget.double_reduce_dynamic (578 ms) 4: [ RUN ] openmptarget.int64_t_reduce_dynamic_view 4: [ OK ] openmptarget.int64_t_reduce_dynamic_view (77 ms) 4: [ RUN ] openmptarget.reduction_deduction 4: [ OK ] openmptarget.reduction_deduction (0 ms) 4: [ RUN ] openmptarget.reduce_device_view_range_policy 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (7466 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 116 tests from serial (101185 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 123 tests from 2 test suites ran. (165419 ms total) 2: [ PASSED ] 120 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/50 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 166.30 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/50 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.78 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 4: [==========] Running 183 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 4 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host 4: [ OK ] cuda_DeathTest.abort_from_host (1242 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 4: [ OK ] cuda_DeathTest.abort_from_device (1077 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1169 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1169 ms) 4: [----------] 4 tests from cuda_DeathTest (4659 ms total) 4: 4: [----------] 179 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (10 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (7 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (7 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (7 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (16 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (16 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (16 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (13 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (13 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (259 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral 4: [ OK ] openmptarget.reduce_device_view_range_policy (10532 ms) 4: [ RUN ] openmptarget.reduce_device_view_mdrange_policy 4: [ OK ] cuda.atomic_views_integral (6793 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (63 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (0 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (5 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (20 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (51 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (8 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (1 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (109 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 4: [ OK ] openmptarget.reduce_device_view_mdrange_policy (10359 ms) 4: [ RUN ] openmptarget.reduce_device_view_team_policy 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (5239 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6528 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 4: [ OK ] openmptarget.reduce_device_view_team_policy (10328 ms) 4: [ RUN ] openmptarget.TeamThreadMDRangeParallelFor 4: [ OK ] openmptarget.TeamThreadMDRangeParallelFor (36 ms) 4: [ RUN ] openmptarget.ThreadVectorMDRangeParallelFor 4: [ OK ] openmptarget.ThreadVectorMDRangeParallelFor (20 ms) 4: [ RUN ] openmptarget.TeamVectorMDRangeParallelFor 4: [ OK ] openmptarget.TeamVectorMDRangeParallelFor (21 ms) 4: [ RUN ] openmptarget.TeamThreadMDRangeParallelReduce 4: [ OK ] openmptarget.TeamThreadMDRangeParallelReduce (28 ms) 4: [ RUN ] openmptarget.ThreadVectorMDRangeParallelReduce 4: [ OK ] openmptarget.ThreadVectorMDRangeParallelReduce (16 ms) 4: [ RUN ] openmptarget.TeamVectorMDRangeParallelReduce 4: [ OK ] openmptarget.TeamVectorMDRangeParallelReduce (15 ms) 4: [ RUN ] openmptarget.team_policy_runtime_parameters 4: [ OK ] openmptarget.team_policy_runtime_parameters (0 ms) 4: [ RUN ] openmptarget.team_shared_request 4: [ OK ] openmptarget.team_shared_request (0 ms) 4: [ RUN ] openmptarget.team_scratch_request 4: [ OK ] openmptarget.team_scratch_request (0 ms) 4: [ RUN ] openmptarget.team_lambda_shared_request 4: [ OK ] openmptarget.team_lambda_shared_request (0 ms) 4: [ RUN ] openmptarget.scratch_align 4: [ OK ] openmptarget.scratch_align (0 ms) 4: [ RUN ] openmptarget.shmem_size 4: [ OK ] openmptarget.shmem_size (0 ms) 4: [ RUN ] openmptarget.multi_level_scratch 4: [ OK ] openmptarget.multi_level_scratch (0 ms) 4: [ RUN ] openmptarget.team_scratch_memory_index_parallel_for 4: [ OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] openmptarget.team_policy_max_recommended 4: [ OK ] openmptarget.team_policy_max_recommended (41 ms) 4: [ RUN ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] openmptarget.view_api_a 4: [ OK ] openmptarget.view_api_a (0 ms) 4: [ RUN ] openmptarget.view_api_b 4: [ OK ] openmptarget.view_api_b (9 ms) 4: [ RUN ] openmptarget.view_api_c 4: [ OK ] openmptarget.view_api_c (0 ms) 4: [ RUN ] openmptarget.view_api_d 4: [ OK ] openmptarget.view_api_d (0 ms) 4: [ RUN ] openmptarget.view_allocation_error 4: [ OK ] openmptarget.view_allocation_error (0 ms) 4: [ RUN ] openmptarget.view_copy_tests 4: [ OK ] openmptarget.view_copy_tests (8 ms) 4: [ RUN ] openmptarget.view_copy_tests_rank_0 4: [ OK ] openmptarget.view_copy_tests_rank_0 (3 ms) 4: [ RUN ] openmptarget.view_copy_degenerated 4: [ OK ] openmptarget.view_copy_degenerated (0 ms) 4: [ RUN ] openmptarget.view_hooks 4: [ OK ] openmptarget.view_hooks (0 ms) 4: [ RUN ] openmptarget.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (73 ms) 4: [ RUN ] openmptarget.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (72 ms) 4: [ RUN ] openmptarget.view_irregular_layout 4: [ OK ] openmptarget.view_irregular_layout (0 ms) 4: [ RUN ] openmptarget.view_mapping 4: [ OK ] openmptarget.view_mapping (56 ms) 4: [ RUN ] openmptarget.view_mapping_operator 4: [ OK ] openmptarget.view_mapping_operator (13 ms) 4: [ RUN ] openmptarget.static_extent 4: [ OK ] openmptarget.static_extent (0 ms) 4: [ RUN ] openmptarget.view_mapping_atomic 4: [ OK ] openmptarget.view_mapping_atomic (538 ms) 4: [ RUN ] openmptarget.view_mapping_class_value 4: [ OK ] openmptarget.view_mapping_class_value (0 ms) 4: [ RUN ] openmptarget.view_mapping_assignable 4: [ OK ] openmptarget.view_mapping_assignable (0 ms) 4: [ RUN ] openmptarget.view_mapping_trivially_copyable 4: [ OK ] openmptarget.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] openmptarget.view_mapping_subview 4: [ OK ] openmptarget.view_mapping_subview (1 ms) 4: [ RUN ] openmptarget.view_nested_view 4: [ OK ] openmptarget.view_nested_view (0 ms) 4: [ RUN ] openmptarget.view_resize 4: [ OK ] openmptarget.view_resize (20 ms) 4: [ RUN ] openmptarget.view_realloc 4: [ OK ] openmptarget.view_realloc (2 ms) 4: [ RUN ] openmptarget.resize_realloc_no_init 4: [ OK ] openmptarget.resize_realloc_no_init (0 ms) 4: [ RUN ] openmptarget.resize_realloc_no_alloc 4: [ OK ] openmptarget.resize_realloc_no_alloc (0 ms) 4: [ RUN ] openmptarget.realloc_exec_space 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:84: Skipped 4: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly 4: [ SKIPPED ] openmptarget.realloc_exec_space (0 ms) 4: [ RUN ] openmptarget.view_alloc 4: [ OK ] openmptarget.view_alloc (0 ms) 4: [ RUN ] openmptarget.view_alloc_exec_space 4: [ OK ] openmptarget.view_alloc_exec_space (0 ms) 4: [ RUN ] openmptarget.view_alloc_int 4: [ OK ] openmptarget.view_alloc_int (0 ms) 4: [ RUN ] openmptarget.view_alloc_exec_space_int 4: [ OK ] openmptarget.view_alloc_exec_space_int (0 ms) 4: [ RUN ] openmptarget.deep_copy_zero_memset 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:214: Skipped 4: skipping since the OpenMPTarget backend doesn't implement ZeroMemset 4: [ SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms) 4: [ RUN ] openmptarget.resize_exec_space 4: [ OK ] openmptarget.resize_exec_space (0 ms) 4: [ RUN ] openmptarget.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:282: Skipped 4: skipping since the OpenMPTarget has unexpected fences 4: [ SKIPPED ] openmptarget.view_allocation_int (0 ms) 4: [ RUN ] openmptarget.view_allocation_exec_space_int 4: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/TestWithoutInitializing.hpp:316: Skipped 4: skipping since the OpenMPTarget has unexpected fences 4: [ SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms) 4: [ RUN ] openmptarget.view_not_default_constructible 4: [ OK ] openmptarget.view_not_default_constructible (0 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_left 4: [ OK ] openmptarget.view_subview_auto_1d_left (1 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_right 4: [ OK ] openmptarget.view_subview_auto_1d_right (1 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_stride 4: [ OK ] openmptarget.view_subview_auto_1d_stride (1 ms) 4: [ RUN ] openmptarget.view_subview_assign_strided 4: [ OK ] openmptarget.view_subview_assign_strided (1 ms) 4: [ RUN ] openmptarget.view_subview_left_0 4: [ OK ] openmptarget.view_subview_left_0 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_1 4: [ OK ] openmptarget.view_subview_left_1 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_2 4: [ OK ] openmptarget.view_subview_left_2 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_3 4: [ OK ] openmptarget.view_subview_left_3 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_0 4: [ OK ] openmptarget.view_subview_right_0 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_1 4: [ OK ] openmptarget.view_subview_right_1 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_3 4: [ OK ] openmptarget.view_subview_right_3 (0 ms) 4: [ RUN ] openmptarget.view_static_tests 4: [ OK ] openmptarget.view_static_tests (0 ms) 4: [ RUN ] openmptarget.view_subview_layoutleft_to_layoutleft 4: [ OK ] openmptarget.view_subview_layoutleft_to_layoutleft (2 ms) 4: [ RUN ] openmptarget.view_subview_layoutright_to_layoutright 4: [ OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d 4: [ OK ] openmptarget.view_subview_2d_from_3d (52 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d_atomic 4: [ OK ] openmptarget.view_subview_2d_from_3d_atomic (52 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d_randomaccess 4: [ OK ] openmptarget.view_subview_2d_from_3d_randomaccess (53 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left 4: [ OK ] openmptarget.view_subview_3d_from_5d_left (63 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left_atomic 4: [ OK ] openmptarget.view_subview_3d_from_5d_left_atomic (63 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (63 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right 4: [ OK ] openmptarget.view_subview_3d_from_5d_right (61 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right_atomic 4: [ OK ] openmptarget.view_subview_3d_from_5d_right_atomic (61 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (59 ms) 4: [ RUN ] openmptarget.view_test_unmanaged_subview_reset 4: [ OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] openmptarget.view_subview_memory_traits_construction 4: [ OK ] openmptarget.view_subview_memory_traits_construction (0 ms) 4: [----------] 213 tests from openmptarget (62421 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 220 tests from 2 test suites ran. (112235 ms total) 4: [ PASSED ] 213 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types 4: [ SKIPPED ] openmptarget.mdspan_minimal_functional 4: [ SKIPPED ] openmptarget.realloc_exec_space 4: [ SKIPPED ] openmptarget.deep_copy_zero_memset 4: [ SKIPPED ] openmptarget.view_allocation_int 4: [ SKIPPED ] openmptarget.view_allocation_exec_space_int 4/48 Test #4: Kokkos_CoreUnitTest_OpenMPTarget ............ Passed 112.98 sec test 5 Start 5: Kokkos_CoreUnitTest_Default 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 5: Test timeout computed to be: 1500 5: [==========] Running 71 tests from 41 test suites. 5: [----------] Global test environment set-up. 5: [----------] 31 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_num_devices 5: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.cmd_line_args_num_devices (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 (5 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (7 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_num_devices 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.env_vars_num_devices (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: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [ RUN ] defaultdevicetype.compiler_macros 5: [ OK ] defaultdevicetype.compiler_macros (0 ms) 5: [ RUN ] defaultdevicetype.half_conversion 5: [ OK ] defaultdevicetype.half_conversion (106 ms) 5: [ RUN ] defaultdevicetype.bhalf_conversion 5: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 5: [ RUN ] defaultdevicetype.half_operators 5: [ OK ] defaultdevicetype.half_operators (2 ms) 5: [ RUN ] defaultdevicetype.bhalf_operators 5: [ OK ] defaultdevicetype.bhalf_operators (2 ms) 5: [ RUN ] defaultdevicetype.host_space_access 5: [ OK ] defaultdevicetype.host_space_access (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a1 5: [ OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b1 5: [ OK ] defaultdevicetype.reduce_instantiation_b1 (8 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c1 5: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a2 5: [ OK ] defaultdevicetype.reduce_instantiation_a2 (5 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b2 5: [ OK ] defaultdevicetype.reduce_instantiation_b2 (10 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c2 5: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a3 5: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b3 5: [ OK ] defaultdevicetype.reduce_instantiation_b3 (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c3 5: [ OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms) 5: [ RUN ] defaultdevicetype.malloc 5: [ OK ] defaultdevicetype.malloc (0 ms) 5: [----------] 31 tests from defaultdevicetype (166 ms total) 5: 5: [----------] 1 test from kokkosresize 5: [ RUN ] kokkosresize.host_space_access 5: [ OK ] kokkosresize.host_space_access (20 ms) 5: [----------] 1 test from kokkosresize (20 ms total) 5: 5: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/0.sizes 5: [ OK ] TestViewAPI/0.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/0 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/1.sizes 5: [ OK ] TestViewAPI/1.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/1 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/2.sizes 5: [ OK ] TestViewAPI/2.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/2 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/3.sizes 5: [ OK ] TestViewAPI/3.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/3 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/4.sizes 5: [ OK ] TestViewAPI/4.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/4 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/5.sizes 5: [ OK ] TestViewAPI/5.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/5 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/6.sizes 5: [ OK ] TestViewAPI/6.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/6 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/7.sizes 5: [ OK ] TestViewAPI/7.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/7 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/8.sizes 5: [ OK ] TestViewAPI/8.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/8 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/9.sizes 5: [ OK ] TestViewAPI/9.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/9 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/10.sizes 5: [ OK ] TestViewAPI/10.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/10 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/11.sizes 5: [ OK ] TestViewAPI/11.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/11 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/12.sizes 5: [ OK ] TestViewAPI/12.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/12 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/13.sizes 5: [ OK ] TestViewAPI/13.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/13 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/14.sizes 5: [ OK ] TestViewAPI/14.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/14 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/15.sizes 5: [ OK ] TestViewAPI/15.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/15 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/16.sizes 5: [ OK ] TestViewAPI/16.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/16 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/17.sizes 5: [ OK ] TestViewAPI/17.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/17 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/18.sizes 5: [ OK ] TestViewAPI/18.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/18 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/19.sizes 5: [ OK ] TestViewAPI/19.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/19 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/20.sizes 5: [ OK ] TestViewAPI/20.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/20 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/21.sizes 5: [ OK ] TestViewAPI/21.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/21 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/22.sizes 5: [ OK ] TestViewAPI/22.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/22 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/23.sizes 5: [ OK ] TestViewAPI/23.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/23 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/24.sizes 5: [ OK ] TestViewAPI/24.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/24 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/25.sizes 5: [ OK ] TestViewAPI/25.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/25 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/26.sizes 5: [ OK ] TestViewAPI/26.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/26 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/27.sizes 5: [ OK ] TestViewAPI/27.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/27 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/28.sizes 5: [ OK ] TestViewAPI/28.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/28 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/29.sizes 5: [ OK ] TestViewAPI/29.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/29 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/30.sizes 5: [ OK ] TestViewAPI/30.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/30 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/31.sizes 5: [ OK ] TestViewAPI/31.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/31 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/32.sizes 5: [ OK ] TestViewAPI/32.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/32 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/33.sizes 5: [ OK ] TestViewAPI/33.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/33 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/34.sizes 5: [ OK ] TestViewAPI/34.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/34 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/35.sizes 5: [ OK ] TestViewAPI/35.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/35 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/36.sizes 5: [ OK ] TestViewAPI/36.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/36 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/37.sizes 5: [ OK ] TestViewAPI/37.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/37 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/38.sizes 5: [ OK ] TestViewAPI/38.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/38 (0 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 71 tests from 41 test suites ran. (190 ms total) 5: [ PASSED ] 71 tests. 5/48 Test #5: Kokkos_CoreUnitTest_Default ................. Passed 0.90 sec test 6 Start 6: Kokkos_CoreUnitTest_LegionInitialization 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 initialization 6: [ RUN ] initialization.legion_initialization 6: [ OK ] initialization.legion_initialization (113 ms) 6: [----------] 1 test from initialization (113 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (113 ms total) 6: [ PASSED ] 1 test. 6/48 Test #6: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.80 sec test 7 Start 7: Kokkos_CoreUnitTest_PushFinalizeHook 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 7: Test timeout computed to be: 1500 7: SUCCESS 7/48 Test #7: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.63 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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/48 Test #8: Kokkos_CoreUnitTest_Develop ................. Passed 0.65 sec test 9 Start 9: Kokkos_CoreUnitTest_TuningBuiltins 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 9: Test timeout computed to be: 1500 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (5783 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 9/48 Test #9: Kokkos_CoreUnitTest_TuningBuiltins .......... Passed 1.01 sec test 10 Start 10: Kokkos_CoreUnitTest_TuningBasics 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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/48 Test #10: Kokkos_CoreUnitTest_TuningBasics ............ Passed 0.64 sec test 11 Start 11: Kokkos_CoreUnitTest_CategoricalTuner 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 11: Test timeout computed to be: 1500 11/48 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ........ Passed 1.10 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 12: Test timeout computed to be: 1500 12: [==========] Running 28 tests from 2 test suites. 12: [----------] Global test environment set-up. 12: [----------] 26 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 67108865 12: Ref: Unnamed Instance Fence 12: 67108865 12: Kokkos::OpenMPTarget::fence: Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 67108864 12: Ref: test global fence 12: 0 12: test global fence 12: Miss on id 12: 67108864 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 67108864 12: Ref: Unnamed Global Fence 12: 0 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 67108864 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: Ref: 67108865 12: Ref: test_kernel 12: 67108865 12: named_instance 12: Miss on name 12: 0 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108864 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108865 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (111 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: /var/jenkins/workspace/Kokkos_PR-6770/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-6770/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-6770/core/unit_test/tools/TestEventCorrectness.hpp:408: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/tools/TestEventCorrectness.hpp:449: 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-6770/core/unit_test/tools/TestEventCorrectness.hpp:515: 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-6770/core/unit_test/tools/TestEventCorrectness.hpp:554: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.tuning_sequence 12: [ OK ] kokkosp.tuning_sequence (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: /var/jenkins/workspace/Kokkos_PR-6770/core/unit_test/tools/TestWithoutInitializing.cpp:92: Skipped 12: skipping since the OpenMPTarget has unexpected fences 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 26 tests from kokkosp (112 ms total) 12: 12: [----------] 2 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.profiling_section 12: [ OK ] defaultdevicetype.profiling_section (0 ms) 12: [ RUN ] defaultdevicetype.scoped_profile_region 12: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 12: [----------] 2 tests from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 2 test suites ran. (112 ms total) 12: [ PASSED ] 21 tests. 12: [ SKIPPED ] 7 tests, listed below: 12: [ SKIPPED ] kokkosp.async_deep_copy 12: [ SKIPPED ] kokkosp.parallel_scan 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view 12: [ SKIPPED ] kokkosp.raw_allocation 12: [ SKIPPED ] kokkosp.view 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 12/48 Test #12: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.79 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 13: Test timeout computed to be: 1500 13/48 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.63 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 14: Environment variables: 14: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 14: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/48 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.64 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 15: Test timeout computed to be: 1500 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/48 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.62 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1701::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x56103a79d680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x56103a79d880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x56103a79d900:Host:source:0x56103a79d700: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:0x56103a79da40: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:0x56103a79d880:40::kokkosp_deallocate_data:Host:source:0x56103a79d680:40::kokkosp_finalize_library:: 16/48 Test #16: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.62 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/libkokkosprinter-tool.so" 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1701::kokkosp_declare_metadata:KOKKOS_ENABLE_HBWSPACE:no::kokkosp_declare_metadata:KOKKOS_ENABLE_INTEL_MM_ALLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBRT:no::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.2.1::kokkosp_allocate_data:Host:source:0x55d0b5cea680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55d0b5cea880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55d0b5cea900:Host:source:0x55d0b5cea700: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:0x55d0b5ceaa40: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:0x55d0b5cea880:40::kokkosp_deallocate_data:Host:source:0x55d0b5cea680:40::kokkosp_finalize_library:: 17/48 Test #17: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.62 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55d0c2dcbf71] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55d0c2dcba4a] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f1: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcbf71] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dcba4a] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55d0c2dcf0c4] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55d0c2dcca3d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55d0c2dcba4a] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f3: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcf0c4] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55d0c2dcca3d] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dcba4a] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (6026 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (0 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (311 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (406 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (5 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (44 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (2 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (51 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 4: [ OK ] cuda.mdrange_large_deep_copy (79 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (188 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55d0c2dcbf71] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55d0c2dcbd07] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f1: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcbf71] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dcbd07] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55d0c2dcf0c4] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55d0c2dcca3d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55d0c2dcbd07] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f3: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcf0c4] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55d0c2dcca3d] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dcbd07] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (158 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (347 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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55d0c2dcbf71] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f1: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcbf71] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d0c2e2f9e2] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d0c2dcef00] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55d0c2dcf0c4] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55d0c2dcca3d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2dff98d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55d0c2ddb929] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55d0c2ddcae9] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55d0c2ddd3b8] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55d0c2dec42d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55d0c2e0054d] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d0c2debc93] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d0c2dcd510] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f9660614083] 18: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d0c2dcb8ae] 18: 18: demangled test_f3: 18: [0x55d0c2e2f9e2] Kokkos::Impl::save_stacktrace() 18: [0x55d0c2dcef00] Test::stacktrace_test_f1(std::ostream&) 18: [0x55d0c2dcf0c4] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55d0c2dcca3d] Test::test_stacktrace(bool, bool) 18: [0x55d0c2dff98d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55d0c2ddb929] testing::Test::Run() 18: [0x55d0c2ddcae9] testing::TestInfo::Run() 18: [0x55d0c2ddd3b8] testing::TestSuite::Run() 18: [0x55d0c2dec42d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55d0c2e0054d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55d0c2debc93] testing::UnitTest::Run() 18: [0x55d0c2dcd510] main 18: [0x7f9660614083] __libc_start_main 18: [0x55d0c2dcb8ae] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 18: [----------] 1 test from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (348 ms total) 18: [ PASSED ] 3 tests. 18/48 Test #18: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 0.99 sec test 19 Start 19: Kokkos_IncrementalTest_OPENMPTARGET 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 19: Test timeout computed to be: 1500 19: [==========] Running 22 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 22 tests from OPENMPTARGET 19: [ RUN ] OPENMPTARGET.IncrTest_01_execspace_typedef 19: [ OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_01_execspace 19: OpenMPTarget Execution Space: 19: KOKKOS_ENABLE_OPENMPTARGET: yes 19: 19: OpenMPTarget Runtime Configuration: 19: Using OpenMPTarget 19: OpenMPTarget 19: [ OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicExchange 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicAdd 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicSub 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_03a_memspace_malloc 19: [ OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (91 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_03b_memspace_free 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1774 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: [ OK ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (0 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (1 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (1 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (14 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (1 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (10 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (6 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (57 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (1 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (1 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (7 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (8 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (1 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (2 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (3 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (2 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (2 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (1 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (0 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (10 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (10 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (14 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (117 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (4 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (76 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (27 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (121 ms) 4: [----------] 179 tests from cuda (34294 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 183 tests from 2 test suites ran. (38953 ms total) 4: [ PASSED ] 183 tests. 4/50 Test #4: Kokkos_CoreUnitTest_Cuda1 ................... Passed 40.14 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: [==========] Running 123 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 7 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 19: [ OK ] OPENMPTARGET.IncrTest_03b_memspace_free (7385 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_04_simple_parallelFor 19: [ OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (7 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_05_reduction 19: [ OK ] OPENMPTARGET.IncrTest_05_reduction (16 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange2D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange3D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange4D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_2D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_3D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_4D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics 19: [ OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (3 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (216 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_12a_ThreadScratch 19: [ OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_12b_TeamScratch 19: [ OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms) 19: [----------] 22 tests from OPENMPTARGET (7736 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 22 tests from 1 test suite ran. (7736 ms total) 19: [ PASSED ] 22 tests. 19/48 Test #19: Kokkos_IncrementalTest_OPENMPTARGET ......... Passed 8.42 sec test 20 Start 20: Kokkos_IncrementalTest_SERIAL 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 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 SERIAL 20: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 20: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] SERIAL.IncrTest_01_execspace 20: Host Serial Execution Space: 20: KOKKOS_ENABLE_SERIAL: yes 20: 20: Serial Runtime Configuration: 20: Serial 20: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 20: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 20: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicSub 20: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 20: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] SERIAL.IncrTest_03b_memspace_free 20: [ OK ] SERIAL.IncrTest_03b_memspace_free (29 ms) 20: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 20: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_05_reduction 20: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange2D 20: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange3D 20: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange4D 20: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 20: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 20: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (215 ms) 20: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 20: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 20: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 20: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 20: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.incr_14_MDrangeReduce 20: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 20: [ RUN ] SERIAL.IncrTest_16_parallelscan 20: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 20: [ RUN ] SERIAL.incr_17_atomicView 20: [ OK ] SERIAL.incr_17_atomicView (0 ms) 20: [----------] 28 tests from SERIAL (246 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (246 ms total) 20: [ PASSED ] 28 tests. 20/48 Test #20: Kokkos_IncrementalTest_SERIAL ............... Passed 0.89 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 8 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.invalid_rank 21: [ OK ] ctest_environment.invalid_rank (0 ms) 21: [ RUN ] ctest_environment.no_type_str 21: [ OK ] ctest_environment.no_type_str (0 ms) 21: [ RUN ] ctest_environment.missing_type 21: [ OK ] ctest_environment.missing_type (0 ms) 21: [ RUN ] ctest_environment.no_id_str 21: [ OK ] ctest_environment.no_id_str (0 ms) 21: [ RUN ] ctest_environment.invalid_id_str 21: [ OK ] ctest_environment.invalid_id_str (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 8 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 1 test suite ran. (0 ms total) 21: [ PASSED ] 8 tests. 21/48 Test #21: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.63 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test 22: Test timeout computed to be: 1500 22/48 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.62 sec test 23 Start 23: Kokkos_PerformanceTest_Benchmark 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-31_T22-40-59.json" 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test 23: Test timeout computed to be: 1500 23: 2024-01-31T23:06:53+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 23: Run on (6 X 2095.08 MHz CPU s) 23: CPU Caches: 23: L1 Data 32 KiB (x6) 23: L1 Instruction 32 KiB (x6) 23: L2 Unified 4096 KiB (x6) 23: L3 Unified 16384 KiB (x6) 23: Load Average: 1.20, 5.14, 6.63 23: CPU architecture: none 23: Default Device: N6Kokkos12Experimental12OpenMPTargetE 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 23: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 23: GIT_COMMIT_HASH: 92307a5ec 23: GPU architecture: VOLTA70 23: KOKKOS_COMPILER_CLANG: 1701 23: KOKKOS_ENABLE_ASM: no 23: KOKKOS_ENABLE_CXX17: yes 23: KOKKOS_ENABLE_CXX20: no 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HBWSPACE: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 23: KOKKOS_ENABLE_LIBDL: yes 23: KOKKOS_ENABLE_LIBRT: no 23: KOKKOS_ENABLE_OPENMPTARGET: 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.2.1 23: platform: 64bit 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Count Time normalized 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.023 s 5 1024 34.7383n 23: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 18.0322n 23: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 9.46631n 23: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 5.26221n 23: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 2.3382n 23: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1.13766n 23: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 1.20651n 23: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 778.618p 23: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 576.603p 23: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 466.118p 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: rate 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Malloc/N:1/manual_time 28.1 us 31.3 us 24700 35.6358k/s 23: Malloc/N:16/manual_time 28.0 us 31.4 us 25057 35.7231k/s 23: Malloc/N:256/manual_time 28.4 us 31.6 us 24593 35.2403k/s 23: Malloc/N:4096/manual_time 28.3 us 31.6 us 25051 35.317k/s 23: Malloc/N:65536/manual_time 31.6 us 37.0 us 21974 31.5985k/s 23: Malloc/N:1048576/manual_time 31.8 us 37.5 us 21736 31.4514k/s 23: Malloc/N:16777216/manual_time 242 us 224 us 5643 4.14011k/s 23: Malloc/N:268435456/manual_time 6185 us 799 us 117 161.691/s 23: Malloc/N:4294967296/manual_time 119807 us 8958 us 7 8.34674/s 23: MallocFree/N:1/manual_time 54.3 us 28.6 us 16680 18.4007k/s 23: MallocFree/N:16/manual_time 60.2 us 31.6 us 11702 16.6217k/s 23: MallocFree/N:256/manual_time 59.7 us 31.5 us 11916 16.7453k/s 23: MallocFree/N:4096/manual_time 59.8 us 31.7 us 11674 16.7301k/s 23: MallocFree/N:65536/manual_time 66.0 us 37.3 us 10580 15.1495k/s 23: MallocFree/N:1048576/manual_time 65.7 us 37.0 us 10628 15.2198k/s 23: MallocFree/N:16777216/manual_time 280 us 216 us 2905 3.57676k/s 23: MallocFree/N:268435456/manual_time 6442 us 812 us 112 155.222/s 23: MallocFree/N:4294967296/manual_time 111036 us 8924 us 6 9.00607/s 23: MallocTouch/N:1/manual_time 44.8 us 24.3 us 15578 22.3k/s 23: MallocTouch/N:16/manual_time 41.3 us 25.9 us 15599 24.1936k/s 23: MallocTouch/N:256/manual_time 28.8 us 31.9 us 24137 34.709k/s 23: MallocTouch/N:4096/manual_time 67.3 us 55.3 us 10707 14.8665k/s 23: MallocTouch/N:65536/manual_time 71.7 us 62.4 us 10007 13.9389k/s 23: MallocTouch/N:1048576/manual_time 70.0 us 60.6 us 9970 14.2858k/s 23: MallocTouch/N:16777216/manual_time 179 us 243 us 3427 5.57426k/s 23: MallocTouch/N:268435456/manual_time 5696 us 830 us 100 175.561/s 23: MallocTouch/N:4294967296/manual_time 135404 us 9627 us 6 7.38533/s 23: MallocTouchFree/N:1/manual_time 75.0 us 24.0 us 7534 13.3303k/s 23: MallocTouchFree/N:16/manual_time 42.0 us 23.4 us 16829 23.7914k/s 23: MallocTouchFree/N:256/manual_time 42.1 us 23.2 us 16192 23.7606k/s 23: MallocTouchFree/N:4096/manual_time 70.9 us 41.3 us 9810 14.0971k/s 23: MallocTouchFree/N:65536/manual_time 74.3 us 46.5 us 9368 13.4587k/s 23: MallocTouchFree/N:1048576/manual_time 74.2 us 46.5 us 9394 13.4746k/s 23: MallocTouchFree/N:16777216/manual_time 271 us 229 us 2764 3.69412k/s 23: MallocTouchFree/N:268435456/manual_time 6418 us 824 us 100 155.817/s 23: MallocTouchFree/N:4294967296/manual_time 107452 us 8623 us 9 9.30652/s 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: GB/s MB 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: ViewAllocate_Rank1/N:10/manual_time 0.017 s 0.002 s 42 47.4935/s 800 23: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 38 43.5418/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.002 s 38 43.5504/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.002 s 38 43.5447/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.002 s 38 43.5616/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.002 s 38 43.4902/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.5033/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.682/s 800 23: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 38 43.6659/s 800 23: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 38 43.7619/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 38 43.693/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 38 43.6796/s 800 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (57579 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 23: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.002 s 38 43.6822/s 800 23: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.002 s 38 43.6866/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.002 s 38 43.6948/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.002 s 38 43.6867/s 800 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 348 807.752/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 365 856.208/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 365 853.781/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 366 861.075/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 377 885.063/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 377 900/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 377 892.627/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.046 s 0.000 s 15 34.9774/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.048 s 0.000 s 14 33.3057/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 377 889.194/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 33 77.4762/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.023 s 0.000 s 31 71.0454/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 378 894.816/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 379 876.253/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 366 857.982/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 366 863.288/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.049 s 0.000 s 14 32.6521/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.049 s 0.000 s 14 32.6649/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.7357/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 67.3355/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 365 866.767/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 379 875.995/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.049 s 0.000 s 14 32.6957/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.344/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 377 887.452/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 379 886.493/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.049 s 0.000 s 14 32.931/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.023 s 0.000 s 30 68.5982/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 382 886.463/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 377 886.187/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.049 s 0.000 s 14 32.7772/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.023 s 0.000 s 29 68.1395/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 337 786.15/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 332 791.259/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 336 769.627/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 331 756.384/s 1.6k 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 762 900.192/s 800 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 767 897.576/s 800 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (47181 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 756 890.243/s 800 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 760 896.032/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 765 891.566/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 761 886.665/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 763 894.814/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 770 894.918/s 800 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 765 889.358/s 800 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 758 891.169/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 766 892.871/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 762 890.624/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 768 892.197/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 765 889.43/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 765 887.905/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 767 887.425/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 779 930.073/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 770 926.194/s 800 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.86948k/s 1.6k 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.94567k/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 245.337/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.52155k/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 235.595/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.1191k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.14071k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.15107k/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.006 s 0.000 s 10 249.443/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.91871k/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 239.257/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.20421k/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 233.431/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.90573k/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 233.646/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.74251k/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 237.556/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.6803k/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 237.413/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.39728k/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 233.632/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.61029k/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 237.211/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.14086k/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 237.296/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.29468k/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 240.724/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.24901k/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 234.74/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.64898k/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 238.243/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.85651k/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.003 s 0.002 s 10 494.38/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.003 s 0.002 s 10 503.267/s 1.6k 23/48 Test #23: Kokkos_PerformanceTest_Benchmark ............ Passed 112.76 sec test 24 Start 24: Kokkos_Benchmark_Atomic_MinMax 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-31_T22-40-59.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test 24: Test timeout computed to be: 1500 24: 2024-01-31T23:08:45+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 24: Run on (6 X 2095.08 MHz CPU s) 24: CPU Caches: 24: L1 Data 32 KiB (x6) 24: L1 Instruction 32 KiB (x6) 24: L2 Unified 4096 KiB (x6) 24: L3 Unified 16384 KiB (x6) 24: Load Average: 0.47, 3.68, 5.93 24: CPU architecture: none 24: Default Device: N6Kokkos12Experimental12OpenMPTargetE 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 24: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 24: GIT_COMMIT_HASH: 92307a5ec 24: GPU architecture: VOLTA70 24: KOKKOS_COMPILER_CLANG: 1701 24: KOKKOS_ENABLE_ASM: no 24: KOKKOS_ENABLE_CXX17: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HBWSPACE: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 24: KOKKOS_ENABLE_LIBDL: yes 24: KOKKOS_ENABLE_LIBRT: no 24: KOKKOS_ENABLE_OPENMPTARGET: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos Version: 4.2.1 24: platform: 64bit 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24/48 Test #24: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.92 sec test 25 Start 25: Kokkos_PerformanceTest_Mempool 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-31_T22-40-59.json" 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test 25: Test timeout computed to be: 1500 25: 2024-01-31T23:08:46+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool 25: Run on (6 X 2095.08 MHz CPU s) 25: CPU Caches: 25: L1 Data 32 KiB (x6) 25: L1 Instruction 32 KiB (x6) 25: L2 Unified 4096 KiB (x6) 25: L3 Unified 16384 KiB (x6) 25: Load Average: 0.47, 3.68, 5.93 25: CPU architecture: none 25: Default Device: N6Kokkos12Experimental12OpenMPTargetE 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 25: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 25: GIT_COMMIT_HASH: 92307a5ec 25: GPU architecture: VOLTA70 25: KOKKOS_COMPILER_CLANG: 1701 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HBWSPACE: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_LIBRT: no 25: KOKKOS_ENABLE_OPENMPTARGET: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos Version: 4.2.1 25: platform: 64bit 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: fill ops per second 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 515 5.11357M/s 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: cycle ops per second 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 1506 24.0862M/s 25/48 Test #25: Kokkos_PerformanceTest_Mempool .............. Passed 3.08 sec test 26 Start 26: Kokkos_PerformanceTest_Atomic 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-31_T22-40-59.json" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test 26: Test timeout computed to be: 1500 26: 2024-01-31T23:08:49+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic 26: Run on (6 X 2095.08 MHz CPU s) 26: CPU Caches: 26: L1 Data 32 KiB (x6) 26: L1 Instruction 32 KiB (x6) 26: L2 Unified 4096 KiB (x6) 26: L3 Unified 16384 KiB (x6) 26: Load Average: 0.43, 3.62, 5.90 26: CPU architecture: none 26: Default Device: N6Kokkos12Experimental12OpenMPTargetE 26: GIT_BRANCH: HEAD 26: GIT_CLEAN_STATUS: CLEAN 26: GIT_COMMIT_DATE: 2024-01-30T17:58:02-07:00 26: GIT_COMMIT_DESCRIPTION: Update master_history.txt for 4.2.01 26: GIT_COMMIT_HASH: 92307a5ec 26: GPU architecture: VOLTA70 26: KOKKOS_COMPILER_CLANG: 1701 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HBWSPACE: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_LIBRT: no 26: KOKKOS_ENABLE_OPENMPTARGET: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos Version: 4.2.1 26: platform: 64bit 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (47179 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (6741 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (6753 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Test_Atomic/100000/iterations:10 4.61 s 0.011 s 10 1 4 7.65705 4.88653m 42.98u 704.983M 1.46672M 704.983M 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (17281 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (17990 ms) 5: [----------] 7 tests from cuda_DeathTest (200707 ms total) 5: 5: [----------] 88 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (4 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (1 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (55 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (8 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 5: [ OK ] cuda.large_team_scratch_size (3 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (0 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (10 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (6 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: [ OK ] cuda.parallel_scan_with_reducers (1022 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (97 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (99 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (95 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (20 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (21 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (17 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan 5: [ OK ] cuda.team_reduction_scan (1313 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (10 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (10 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (15 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (1176 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (1177 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (0 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (12 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 5: [ OK ] cuda.team_policy_max_recommended (318 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: [ OK ] cuda.team_teamvector_range (1 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (5 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (4 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (13 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (104 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (4 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (2 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (10 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (76 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (1 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (206 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (204 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (0 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (606 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (22 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (3 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (1 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (204 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (0 ms) 5: [ RUN ] cuda.workgraph_fib 5: [ OK ] cuda.workgraph_fib (947 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 88 tests from cuda (7933 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (1 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (53 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (53 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (54 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (76 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (77 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (78 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (78 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (79 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (78 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (675 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 123 tests from 3 test suites ran. (209316 ms total) 5: [ PASSED ] 123 tests. 5/50 Test #5: Kokkos_CoreUnitTest_Cuda2 ................... Passed 210.48 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams 26: Test_Atomic/100000/iterations:10 4.54 s 0.002 s 10 1 8 7.18546 4.96225m 86.04u 4.99995G 1008.83k 4.99995G 26: Test_Atomic/100000/iterations:10 4.57 s 0.002 s 10 1 8 6.90407 4.72256m 86.09u 4.99995G 946.432k 4.99995G 6: [ OK ] cuda.team_scratch_1_streams (47272 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (1 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (1 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (47276 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (44 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (97 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (5 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (0 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (4 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (4021 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (162 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (615 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (158 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (10 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_hostpinned (5125 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (59 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (107 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (15 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (6 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (1 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (253 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (25 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (46 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (605 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (23 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (3 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_uvm (1160 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (53562 ms total) 6: [ PASSED ] 56 tests. 6/50 Test #6: Kokkos_CoreUnitTest_Cuda3 ................... Passed 54.40 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 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 (11 ms) 7: [ RUN ] cuda.debug_pin_um_to_host 7: [ OK ] cuda.debug_pin_um_to_host (648 ms) 7: [----------] 2 tests from cuda (659 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (659 ms total) 7: [ PASSED ] 2 tests. 7/50 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ......... Passed 1.42 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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: [ OK ] cuda.raw_cuda_interop (461 ms) 8: [----------] 1 test from cuda (461 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (461 ms total) 8: [ PASSED ] 1 test. 8/50 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ......... Passed 0.76 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6770/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: [ OK ] cuda.raw_cuda_streams (465 ms) 9: [----------] 1 test from cuda (465 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (465 ms total) 9: [ PASSED ] 1 test. 9/50 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...... Passed 0.76 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaGraph 10: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 10: Test timeout computed to be: 1500 10: [==========] Running 5 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 5 tests from cuda_count_bugs 10: [ RUN ] cuda_count_bugs.launch_one 10: [ OK ] cuda_count_bugs.launch_one (0 ms) 10: [ RUN ] cuda_count_bugs.launch_one_rvalue 10: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 10: [ RUN ] cuda_count_bugs.launch_six 10: [ OK ] cuda_count_bugs.launch_six (0 ms) 10: [ RUN ] cuda_count_bugs.when_all_cycle 10: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 10: [ RUN ] cuda_count_bugs.zero_work_reduce 10: [ OK ] cuda_count_bugs.zero_work_reduce (2 ms) 10: [----------] 5 tests from cuda_count_bugs (4 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 5 tests from 1 test suite ran. (4 ms total) 10: [ PASSED ] 5 tests. 10: 10: YOU HAVE 1 DISABLED TEST 10: 10/50 Test #10: Kokkos_CoreUnitTest_CudaGraph ............... Passed 0.77 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: [==========] Running 73 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 33 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.initialization_settings 11: [ OK ] defaultdevicetype.initialization_settings (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 11: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_device_id 11: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_num_devices 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: command line argument '--kokkos-num-devices' is deprecated. Use '--kokkos-map-device-id-by=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.cmd_line_args_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 11: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 11: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_help 11: [ OK ] defaultdevicetype.cmd_line_args_help (491 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 11: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 11: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 11: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (9 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_threads 11: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_device_id 11: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_num_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.env_vars_num_devices (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_disable_warnings 11: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 11: [ RUN ] defaultdevicetype.env_vars_tune_internals 11: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 11: [ RUN ] defaultdevicetype.visible_devices 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: Warning: environment variable 'KOKKOS_NUM_DEVICES' is deprecated. Use 'KOKKOS_MAP_DEVICE_ID_BY=mpi_rank' instead. Raised by Kokkos::initialize(). 11: [ OK ] defaultdevicetype.visible_devices (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: [ OK ] defaultdevicetype.shared_space (147 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 (7 ms) 11: [ RUN ] defaultdevicetype.half_conversion 11: [ OK ] defaultdevicetype.half_conversion (0 ms) 11: [ RUN ] defaultdevicetype.bhalf_conversion 11: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 11: [ RUN ] defaultdevicetype.half_operators 11: [ OK ] defaultdevicetype.half_operators (2 ms) 11: [ RUN ] defaultdevicetype.bhalf_operators 11: [ OK ] defaultdevicetype.bhalf_operators (2 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 (4 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (11 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (5 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (15 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (8 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (20 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms) 11: [ RUN ] defaultdevicetype.malloc 11: [ OK ] defaultdevicetype.malloc (0 ms) 11: [----------] 33 tests from defaultdevicetype (749 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (208 ms) 11: [----------] 1 test from kokkosresize (208 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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 = std::tuple, std::integer_sequence > 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: [==========] 73 tests from 41 test suites ran. (959 ms total) 11: [ PASSED ] 73 tests. 11/50 Test #11: Kokkos_CoreUnitTest_Default ................. Passed 1.82 sec test 12 Start 12: Kokkos_CoreUnitTest_LegionInitialization 12: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 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 initialization 12: [ RUN ] initialization.legion_initialization 12: [ OK ] initialization.legion_initialization (465 ms) 12: [----------] 1 test from initialization (466 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (466 ms total) 12: [ PASSED ] 1 test. 12/50 Test #12: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.76 sec test 13 Start 13: Kokkos_CoreUnitTest_PushFinalizeHook 13: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 13: Test timeout computed to be: 1500 13: SUCCESS 13/50 Test #13: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.75 sec test 14 Start 14: Kokkos_CoreUnitTest_Develop 14: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_Develop 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 defaultdevicetype 14: [ RUN ] defaultdevicetype.development_test 14: [ OK ] defaultdevicetype.development_test (0 ms) 14: [----------] 1 test from defaultdevicetype (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 1 test. 14/50 Test #14: Kokkos_CoreUnitTest_Develop ................. Passed 0.75 sec test 15 Start 15: Kokkos_CoreUnitTest_LogicalSpaces 15: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_LogicalSpaces 15: Test timeout computed to be: 1500 15: [==========] Running 6 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.access_forbidden 15: [ OK ] defaultdevicetype_DeathTest.access_forbidden (362 ms) 15: [----------] 1 test from defaultdevicetype_DeathTest (362 ms total) 15: 15: [----------] 5 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.logical_space_views 15: [ OK ] defaultdevicetype.logical_space_views (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_malloc 15: [ OK ] defaultdevicetype.logical_space_malloc (0 ms) 15: [ RUN ] defaultdevicetype.logical_space_alloc 15: [ OK ] defaultdevicetype.logical_space_alloc (0 ms) 15: [ RUN ] defaultdevicetype.chained_logical_spaces 15: [ OK ] defaultdevicetype.chained_logical_spaces (0 ms) 15: [ RUN ] defaultdevicetype.access_allowed 15: [ OK ] defaultdevicetype.access_allowed (0 ms) 15: [----------] 5 tests from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 6 tests from 2 test suites ran. (362 ms total) 15: [ PASSED ] 6 tests. 15/50 Test #15: Kokkos_CoreUnitTest_LogicalSpaces ........... Passed 1.13 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 16: [==========] Running 28 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 26 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 0 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: 0 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 (0 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.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 26 tests from kokkosp (4 ms total) 16: 16: [----------] 2 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.profiling_section 16: [ OK ] defaultdevicetype.profiling_section (0 ms) 16: [ RUN ] defaultdevicetype.scoped_profile_region 16: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 16: [----------] 2 tests from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 2 test suites ran. (4 ms total) 16: [ PASSED ] 28 tests. 16/50 Test #16: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.76 sec test 17 Start 17: Kokkos_CoreUnitTest_StackTraceTest 17: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec 17: Test timeout computed to be: 1500 17: [==========] Running 3 tests from 2 test suites. 17: [----------] Global test environment set-up. 17: [----------] 2 tests from defaultdevicetype_DeathTest 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 17: 17: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3d) [0x55555566da70] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x13d) [0x55555566edd9] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f1: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555566da70] Test::test_stacktrace(bool, bool) 17: [0x55555566edd9] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x5555556761f7] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x82d) [0x55555566e260] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x13d) [0x55555566edd9] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f3: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x5555556761f7] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555566e260] Test::test_stacktrace(bool, bool) 17: [0x55555566edd9] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (228 ms) 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 17: 17: [WARNING] /var/jenkins/workspace/Kokkos_PR-6770/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3d) [0x55555566da70] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x13d) [0x55555566f181] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f1: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555566da70] Test::test_stacktrace(bool, bool) 17: [0x55555566f181] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x5555556761f7] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x82d) [0x55555566e260] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x13d) [0x55555566f181] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f3: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x5555556761f7] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555566e260] Test::test_stacktrace(bool, bool) 17: [0x55555566f181] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (225 ms) 17: [----------] 2 tests from defaultdevicetype_DeathTest (453 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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3d) [0x55555566da70] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555566ec99] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f1: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555566da70] Test::test_stacktrace(bool, bool) 17: [0x55555566ec99] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _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-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555703aad] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x5555556758a3] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x5555556761f7] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567620d] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x82d) [0x55555566e260] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555566ec99] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b327e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556aad79] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555567f17e] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x55555567fbc0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x5555556804bd] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x55555568fe5b] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556b433f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556ac03f] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555568e5c0] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x5555556708cc] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555566f429] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff77e2083] 17: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555566d88e] 17: 17: demangled test_f3: 17: [0x555555703aad] Kokkos::Impl::save_stacktrace() 17: [0x5555556758a3] Test::stacktrace_test_f1(std::ostream&) 17: [0x5555556761f7] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567620d] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555566e260] Test::test_stacktrace(bool, bool) 17: [0x55555566ec99] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x5555556b327e] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556aad79] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555567f17e] testing::Test::Run() 17: [0x55555567fbc0] testing::TestInfo::Run() 17: [0x5555556804bd] testing::TestSuite::Run() 17: [0x55555568fe5b] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556b433f] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556ac03f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555568e5c0] testing::UnitTest::Run() 17: [0x5555556708cc] RUN_ALL_TESTS() 17: [0x55555566f429] main 17: [0x7ffff77e2083] __libc_start_main 17: [0x55555566d88e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype.stacktrace_normal (6 ms) 17: [----------] 1 test from defaultdevicetype (6 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 3 tests from 2 test suites ran. (460 ms total) 17: [ PASSED ] 3 tests. 17/50 Test #17: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.21 sec test 18 Start 18: Kokkos_IncrementalTest_CUDA 18: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_CUDA 18: Test timeout computed to be: 1500 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from CUDA 18: [ RUN ] CUDA.IncrTest_01_execspace_typedef 18: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 18: [ RUN ] CUDA.IncrTest_01_execspace 18: Device Execution Space: 18: KOKKOS_ENABLE_CUDA: yes 18: Cuda Options: 18: KOKKOS_ENABLE_CUDA_LAMBDA: yes 18: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 18: KOKKOS_ENABLE_CUDA_UVM: no 18: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 18: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 18: 18: Cuda Runtime Configuration: 18: macro KOKKOS_ENABLE_CUDA : defined 18: macro CUDA_VERSION = 11060 = version 11.6 18: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 18: Cuda 18: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicExchange 18: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicAdd 18: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicSub 18: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 18: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 18: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 18: [ RUN ] CUDA.IncrTest_03b_memspace_free 18: [ OK ] CUDA.IncrTest_03b_memspace_free (2246 ms) 18: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 18: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 18: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_05_reduction 18: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange2D 18: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange3D 18: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange4D 18: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 18: [ OK ] CUDA.IncrTest_08_deep_copy_2D (2 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 18: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 18: [ OK ] CUDA.IncrTest_08_deep_copy_4D (1 ms) 18: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 18: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 18: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (3 ms) 18: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (3 ms) 18: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (2029 ms) 18: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 18: [ OK ] CUDA.IncrTest_12a_ThreadScratch (1 ms) 18: [ RUN ] CUDA.IncrTest_12b_TeamScratch 18: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 18: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.incr_14_MDrangeReduce 18: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 18: [ RUN ] CUDA.IncrTest_16_parallelscan 18: [ OK ] CUDA.IncrTest_16_parallelscan (0 ms) 18: [ RUN ] CUDA.incr_17_atomicView 18: [ OK ] CUDA.incr_17_atomicView (0 ms) 18: [----------] 28 tests from CUDA (4298 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (4298 ms total) 18: [ PASSED ] 28 tests. 18/50 Test #18: Kokkos_IncrementalTest_CUDA ................. Passed 5.09 sec test 19 Start 19: Kokkos_IncrementalTest_SERIAL 19: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from SERIAL 19: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 19: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] SERIAL.IncrTest_01_execspace 19: Host Serial Execution Space: 19: KOKKOS_ENABLE_SERIAL: yes 19: 19: Serial Runtime Configuration: 19: Serial 19: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 19: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 19: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicSub 19: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 19: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] SERIAL.IncrTest_03b_memspace_free 19: [ OK ] SERIAL.IncrTest_03b_memspace_free (205 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 (1 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 (2 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 (5 ms) 19: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (5 ms) 19: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (3119 ms) 19: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 19: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (29 ms) 19: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 19: [ OK ] SERIAL.IncrTest_12b_TeamScratch (130 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 (3502 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (3502 ms total) 19: [ PASSED ] 28 tests. 19/50 Test #19: Kokkos_IncrementalTest_SERIAL ............... Passed 4.25 sec test 20 Start 20: Kokkos_CoreUnitTest_CTestDevice 20: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 20: Test timeout computed to be: 1500 20: [==========] Running 8 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 8 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.invalid_rank 20: [ OK ] ctest_environment.invalid_rank (0 ms) 20: [ RUN ] ctest_environment.no_type_str 20: [ OK ] ctest_environment.no_type_str (0 ms) 20: [ RUN ] ctest_environment.missing_type 20: [ OK ] ctest_environment.missing_type (0 ms) 20: [ RUN ] ctest_environment.no_id_str 20: [ OK ] ctest_environment.no_id_str (0 ms) 20: [ RUN ] ctest_environment.invalid_id_str 20: [ OK ] ctest_environment.invalid_id_str (0 ms) 20: [ RUN ] ctest_environment.good 20: [ OK ] ctest_environment.good (0 ms) 20: [----------] 8 tests from ctest_environment (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 8 tests from 1 test suite ran. (0 ms total) 20: [ PASSED ] 8 tests. 20/50 Test #20: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.02 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 21: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 21: Test timeout computed to be: 1500 21/50 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.01 sec test 22 Start 22: Kokkos_PerformanceTest_TaskDag 22: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 22: Test timeout computed to be: 1500 22/50 Test #22: Kokkos_PerformanceTest_TaskDag .............. Passed 0.01 sec test 23 Start 23: Kokkos_PerformanceTest_Benchmark 23: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-01-31_T22-26-51.json" 23: Test timeout computed to be: 1500 23: 2024-01-31T23:11:30+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 23: Run on (6 X 2095.08 MHz CPU s) 23: CPU Caches: 23: L1 Data 32 KiB (x6) 23: L1 Instruction 32 KiB (x6) 23: L2 Unified 4096 KiB (x6) 23: L3 Unified 16384 KiB (x6) 23: Load Average: 1.67, 2.28, 4.10 23: CPU architecture: none 23: Default Device: N6Kokkos4CudaE 23: GPU architecture: VOLTA70 23: KOKKOS_COMPILER_GNU: 940 23: KOKKOS_COMPILER_NVCC: 1160 23: KOKKOS_ENABLE_ASM: yes 23: KOKKOS_ENABLE_CUDA: yes 23: KOKKOS_ENABLE_CUDA_LAMBDA: yes 23: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 23: KOKKOS_ENABLE_CUDA_UVM: no 23: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 23: KOKKOS_ENABLE_CXX17: yes 23: KOKKOS_ENABLE_CXX20: no 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 23: KOKKOS_ENABLE_HBWSPACE: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 23: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 23: KOKKOS_ENABLE_LIBDL: no 23: KOKKOS_ENABLE_LIBRT: no 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: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 23: Kokkos Version: 4.2.1 23: macro KOKKOS_ENABLE_CUDA: defined 23: platform: 64bit 23: ***WARNING*** Library was built as DEBUG. Timings may be affected. 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Count Time normalized 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: GramSchmidt/Count:1024/iterations:5/manual_time 0.016 s 0.018 s 5 1024 15.5933u 23: GramSchmidt/Count:2048/iterations:5/manual_time 0.016 s 0.018 s 5 2.048k 7.77348u 23: GramSchmidt/Count:4096/iterations:5/manual_time 0.016 s 0.020 s 5 4.096k 3.86951u 23: GramSchmidt/Count:8192/iterations:5/manual_time 0.016 s 0.024 s 5 8.192k 1.95086u 23: GramSchmidt/Count:16384/iterations:5/manual_time 0.016 s 0.032 s 5 16.384k 983.244n 23: GramSchmidt/Count:32768/iterations:5/manual_time 0.017 s 0.047 s 5 32.768k 503.95n 23: GramSchmidt/Count:65536/iterations:5/manual_time 0.018 s 0.078 s 5 65.536k 269.469n 23: GramSchmidt/Count:131072/iterations:5/manual_time 0.019 s 0.144 s 5 131.072k 140.958n 23: GramSchmidt/Count:262144/iterations:5/manual_time 0.021 s 0.285 s 5 262.144k 78.5778n 23: GramSchmidt/Count:524288/iterations:5/manual_time 0.029 s 0.536 s 5 524.288k 55.8409n 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: GB/s Max 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: CustomReduction/N:100000/R:1000/manual_time 0.005 s 0.024 s 155 39.0366k/s 11.5 23: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 23: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 23: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 23: OverlapRangePolicy/N:2000/M:10000/R:10 0.624 s 0.622 s 1 0.0829177 0.0829829 0.0822594 0.0822658 0.0411551 0.0410784 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: OverlapMDRangePolicy/N:200/M:10000/R:10 0.050 s 0.050 s 14 6.63068m 6.6238m 6.60678m 6.60172m 3.30992m 3.2981m 23: OverlapTeamPolicy/N:20/M:1000000/R:10 0.469 s 0.468 s 2 0.0663425 0.0663461 0.0563567 0.0563446 0.0281764 0.0281892 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Count Time normalized 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 15.6641n 23: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 7.94092n 23: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 4.11377n 23: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 2.13745n 23: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1070.25p 23: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 778.9p 23: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 651.733p 23: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 482.132p 23: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 403.183p 23: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 376.429p 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: rate 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Malloc/N:1/manual_time 10.1 us 22.0 us 68835 98.7026k/s 23: Malloc/N:16/manual_time 10.4 us 22.5 us 69458 96.5448k/s 23: Malloc/N:256/manual_time 10.6 us 23.0 us 63593 94.2686k/s 23: Malloc/N:4096/manual_time 10.5 us 22.8 us 66468 95.0228k/s 23: Malloc/N:65536/manual_time 10.6 us 23.0 us 66302 94.3194k/s 23: Malloc/N:1048576/manual_time 73.5 us 133 us 9312 13.6023k/s 26: Test_Atomic/100000/iterations:10 4.60 s 0.002 s 10 1 4 7.60193 5.17175m 43.72u 704.983M 1.26893M 704.983M 23: Malloc/N:16777216/manual_time 302 us 212 us 7414 3.30815k/s 23: Malloc/N:268435456/manual_time 6163 us 786 us 110 162.269/s 23: Malloc/N:4294967296/manual_time 122906 us 8976 us 10 8.13629/s 23: MallocFree/N:1/manual_time 22.0 us 22.1 us 31663 45.406k/s 23: MallocFree/N:16/manual_time 22.0 us 22.0 us 32001 45.5439k/s 23: MallocFree/N:256/manual_time 22.1 us 22.1 us 31748 45.3064k/s 23: MallocFree/N:4096/manual_time 22.3 us 22.3 us 31829 44.8968k/s 23: MallocFree/N:65536/manual_time 22.0 us 22.0 us 31689 45.455k/s 23: MallocFree/N:1048576/manual_time 133 us 132 us 5256 7.5379k/s 23: MallocFree/N:16777216/manual_time 331 us 205 us 4166 3.02389k/s 23: MallocFree/N:268435456/manual_time 6383 us 777 us 105 156.672/s 23: MallocFree/N:4294967296/manual_time 129009 us 9114 us 9 7.75137/s 23: MallocTouch/N:1/manual_time 14.8 us 27.0 us 46606 67.5202k/s 23: MallocTouch/N:16/manual_time 15.0 us 27.2 us 47044 66.7895k/s 23: MallocTouch/N:256/manual_time 15.2 us 27.7 us 46650 65.7815k/s 23: MallocTouch/N:4096/manual_time 25.0 us 37.7 us 27993 40.0369k/s 23: MallocTouch/N:65536/manual_time 25.1 us 37.8 us 27968 39.8405k/s 23: MallocTouch/N:1048576/manual_time 93.2 us 156 us 7385 10.7248k/s 23: MallocTouch/N:16777216/manual_time 275 us 238 us 5812 3.62979k/s 23: MallocTouch/N:268435456/manual_time 6101 us 920 us 100 163.907/s 23: MallocTouch/N:4294967296/manual_time 138690 us 11348 us 6 7.21034/s 23: MallocTouchFree/N:1/manual_time 27.6 us 27.6 us 25003 36.2005k/s 23: MallocTouchFree/N:16/manual_time 27.3 us 27.3 us 25287 36.5908k/s 23: MallocTouchFree/N:256/manual_time 27.5 us 27.5 us 25411 36.3724k/s 23: MallocTouchFree/N:4096/manual_time 37.5 us 37.5 us 18659 26.6618k/s 23: MallocTouchFree/N:65536/manual_time 37.4 us 37.4 us 18739 26.7149k/s 23: MallocTouchFree/N:1048576/manual_time 157 us 156 us 4472 6.37861k/s 23: MallocTouchFree/N:16777216/manual_time 301 us 229 us 3541 3.32184k/s 23: MallocTouchFree/N:268435456/manual_time 6458 us 919 us 109 154.84/s 23: MallocTouchFree/N:4294967296/manual_time 128500 us 11004 us 9 7.78212/s 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: GB/s MB 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: ViewAllocate_Rank1/N:10/manual_time 0.017 s 0.002 s 100 45.8323/s 800 23: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 38 43.5077/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.002 s 38 43.5415/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.002 s 38 43.6425/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.002 s 38 43.5078/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.002 s 38 43.5687/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.5838/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 38 43.6359/s 800 26: Test_Atomic/100000/iterations:10 4.55 s 0.002 s 10 1 8 7.39315 5.13045m 86.04u 4.99995G 1.21082M 4.99995G 23: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 38 43.4937/s 800 23: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 38 43.5649/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 38 43.4849/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.002 s 38 43.5926/s 800 23: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.002 s 38 43.6004/s 800 23: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.002 s 38 43.628/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.002 s 38 43.4971/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.002 s 38 43.6259/s 800 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 393 910.467/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 411 968.046/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 410 965.425/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 967.967/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 410 965.44/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 967.901/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 410 965.25/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 149 342.148/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.011 s 0.011 s 58 142.275/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 410 965.378/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.746/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 181 403.997/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 410 967.916/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 410 965.454/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 967.805/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 410 965.337/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 56 131.044/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.013 s 0.013 s 53 125.281/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 131 315.89/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 85 208.472/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 410 965.363/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 967.79/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.024 s 28 65.7166/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.012 s 0.012 s 56 129.465/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 410 965.347/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 967.87/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.020 s 0.019 s 35 81.9568/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.008 s 0.008 s 86 200.276/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 410 965.363/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 967.81/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.020 s 0.020 s 35 79.7985/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.007 s 0.007 s 96 223.569/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1000.07/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 999.856/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 999.909/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1000.05/s 1.6k 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 657 750.468/s 800 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 657 751.338/s 800 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 657 751.282/s 800 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 657 751.276/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 657 751.235/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 657 751.303/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 657 751.244/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 657 751.393/s 800 26: Test_Atomic/100000/iterations:10 4.54 s 0.002 s 10 1 8 7.19997 5.79366m 96.4u 4.99995G 1.29645M 4.99995G 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 657 751.343/s 800 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 657 749.293/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 656 749.649/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 655 749.417/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 656 749.749/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 656 749.616/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 656 749.317/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 656 749.234/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 657 750.712/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 657 750.695/s 800 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.56995k/s 1.6k 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77532k/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.74004k/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.72223k/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.59572k/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.2449k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.30316k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.30198k/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.01285k/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.19854k/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.46074k/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.5455k/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.65829k/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.32257k/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.38455k/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.32501k/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.12472k/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.67369k/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.49813k/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.42592k/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.18495k/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.15337k/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.24009k/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.22817k/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.54707k/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.005 s 0.001 s 10 329.343/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 467.507/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 422.731/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 418.671/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 438.014/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 460.2/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 425.851/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.027 s 0.004 s 10 59.8009/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.020 s 0.004 s 10 81.5383/s 1.6k 23/50 Test #23: Kokkos_PerformanceTest_Benchmark ............ Passed 129.60 sec test 24 Start 24: Kokkos_Benchmark_Atomic_MinMax 24: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-01-31_T22-26-51.json" 24: Test timeout computed to be: 1500 24: 2024-01-31T23:13:39+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 24: Run on (6 X 2095.08 MHz CPU s) 24: CPU Caches: 24: L1 Data 32 KiB (x6) 24: L1 Instruction 32 KiB (x6) 24: L2 Unified 4096 KiB (x6) 24: L3 Unified 16384 KiB (x6) 24: Load Average: 1.01, 1.80, 3.68 24: CPU architecture: none 24: Default Device: N6Kokkos4CudaE 24: GPU architecture: VOLTA70 24: KOKKOS_COMPILER_GNU: 940 24: KOKKOS_COMPILER_NVCC: 1160 24: KOKKOS_ENABLE_ASM: yes 24: KOKKOS_ENABLE_CUDA: yes 24: KOKKOS_ENABLE_CUDA_LAMBDA: yes 24: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 24: KOKKOS_ENABLE_CUDA_UVM: no 24: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 24: KOKKOS_ENABLE_CXX17: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 24: KOKKOS_ENABLE_HBWSPACE: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 24: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 24: KOKKOS_ENABLE_LIBDL: no 24: KOKKOS_ENABLE_LIBRT: no 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: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 24: Kokkos Version: 4.2.1 24: macro KOKKOS_ENABLE_CUDA: defined 24: platform: 64bit 24: ***WARNING*** Library was built as DEBUG. Timings may be affected. 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24/50 Test #24: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.81 sec test 25 Start 25: Kokkos_PerformanceTest_Mempool 25: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-01-31_T22-26-51.json" 25: Test timeout computed to be: 1500 25: 2024-01-31T23:13:40+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Mempool 25: Run on (6 X 2095.08 MHz CPU s) 25: CPU Caches: 25: L1 Data 32 KiB (x6) 25: L1 Instruction 32 KiB (x6) 25: L2 Unified 4096 KiB (x6) 25: L3 Unified 16384 KiB (x6) 25: Load Average: 1.01, 1.78, 3.66 25: CPU architecture: none 25: Default Device: N6Kokkos4CudaE 25: GPU architecture: VOLTA70 25: KOKKOS_COMPILER_GNU: 940 25: KOKKOS_COMPILER_NVCC: 1160 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CUDA: yes 25: KOKKOS_ENABLE_CUDA_LAMBDA: yes 25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_CUDA_UVM: no 25: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 25: KOKKOS_ENABLE_HBWSPACE: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 25: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 25: KOKKOS_ENABLE_LIBDL: no 25: KOKKOS_ENABLE_LIBRT: no 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: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 25: Kokkos Version: 4.2.1 25: macro KOKKOS_ENABLE_CUDA: defined 25: platform: 64bit 25: ***WARNING*** Library was built as DEBUG. Timings may be affected. 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: fill ops per second 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 4651 42.4098M/s 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: cycle ops per second 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 17850 283.538M/s 25/50 Test #25: Kokkos_PerformanceTest_Mempool .............. Passed 8.82 sec test 26 Start 26: Kokkos_PerformanceTest_Atomic 26: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-01-31_T22-26-51.json" 26: Test timeout computed to be: 1500 26: 2024-01-31T23:13:49+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6770/build/core/perf_test/Kokkos_PerformanceTest_Atomic 26: Run on (6 X 2095.08 MHz CPU s) 26: CPU Caches: 26: L1 Data 32 KiB (x6) 26: L1 Instruction 32 KiB (x6) 26: L2 Unified 4096 KiB (x6) 26: L3 Unified 16384 KiB (x6) 26: Load Average: 1.01, 1.77, 3.65 26: CPU architecture: none 26: Default Device: N6Kokkos4CudaE 26: GPU architecture: VOLTA70 26: KOKKOS_COMPILER_GNU: 940 26: KOKKOS_COMPILER_NVCC: 1160 26: KOKKOS_ENABLE_ASM: yes 26: KOKKOS_ENABLE_CUDA: yes 26: KOKKOS_ENABLE_CUDA_LAMBDA: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 26: KOKKOS_ENABLE_HBWSPACE: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 26: KOKKOS_ENABLE_INTEL_MM_ALLOC: no 26: KOKKOS_ENABLE_LIBDL: no 26: KOKKOS_ENABLE_LIBRT: no 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: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.74 G, Shared Memory per Block: 48 K : Selected 26: Kokkos Version: 4.2.1 26: macro KOKKOS_ENABLE_CUDA: defined 26: platform: 64bit 26: ***WARNING*** Library was built as DEBUG. Timings may be affected. 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 4 1.94332m 1.43352m 2.34111m 704.983M 188.768k 704.983M 26: Test_Atomic/100000/iterations:10 4.29 s 0.002 s 10 0 4 6.03423 4.89082m 1083.93u 5.00021G 1.46253M 4.99989G 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 2.76507m 1.31668m 2.40584m 4.99995G 751.904k 4.99995G 26: Test_Atomic/100000/iterations:10 3.18 s 3.17 s 10 1 8 5.30729 1.52431m 2.29139m 4.99995G 648.96k 4.99995G 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 4 1.87287m 1.37894m 2.39957m 704.983M 188.416k 704.983M 26: Test_Atomic/100000/iterations:10 4.22 s 0.002 s 10 1 8 6.06037 4.81898m 1084.1u 4.99995G 1.22618M 4.99995G 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 2.75658m 1.42331m 2.90179m 4.99995G 681.2k 4.99995G 26: Test_Atomic/100000/iterations:10 3.19 s 3.18 s 10 1 8 5.28677 1.54506m 2.29437m 4.99995G 562.672k 4.99995G 26: Test_Atomic/100000/iterations:10 4.59 s 0.002 s 10 1 4 7.47131 4.72461m 43.66u 704.983M 1.20902M 704.983M 26/48 Test #26: Kokkos_PerformanceTest_Atomic ............... Passed 405.94 sec test 27 Start 27: Kokkos_ContainersUnitTest_Serial 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests 27: Test timeout computed to be: 1500 27: [==========] Running 60 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 60 tests from serial 27: [ RUN ] serial.bitset 27: [ OK ] serial.bitset (2398 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_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 (117 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.dynamic_view 27: [ OK ] serial.dynamic_view (10 ms) 27: [ RUN ] serial.dyn_rank_view_api_generic 27: [ OK ] serial.dyn_rank_view_api_generic (8 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_api_operator_rank67 27: [ OK ] serial.dyn_rank_view_api_operator_rank67 (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 (21 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 (10 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 (2035 ms) 27: [ RUN ] serial.scatterview_devicetype 27: [ OK ] serial.scatterview_devicetype (1 ms) 27: [ RUN ] serial.staticcrsgraph 27: [ OK ] serial.staticcrsgraph (11 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.UnorderedMap_insert 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 0 4 3.83201m 1.29462m 2.61114m 4.99994G 782.688k 4.99989G 27: [ OK ] serial.UnorderedMap_insert (9152 ms) 27: [ RUN ] serial.UnorderedMap_failed_insert 27: [ OK ] serial.UnorderedMap_failed_insert (3975 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.vector_combination 27: [ OK ] serial.vector_combination (0 ms) 27: [ RUN ] serial.vector_insert 27: [ OK ] serial.vector_insert (0 ms) 27: [ RUN ] serial.vector_push_back_default_exec 27: [ OK ] serial.vector_push_back_default_exec (0 ms) 27: [ RUN ] serial.viewctorprop_embedded_dim 27: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 27: [----------] 60 tests from serial (17751 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 60 tests from 1 test suite ran. (17751 ms total) 27: [ PASSED ] 60 tests. 27/48 Test #27: Kokkos_ContainersUnitTest_Serial ............ Passed 18.85 sec test 28 Start 28: Kokkos_UnitTest_Sort 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 28: Test timeout computed to be: 1500 28: [==========] Running 9 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 9 tests from openmptarget 28: [ RUN ] openmptarget.SortUnsignedValueType 28: [ OK ] openmptarget.SortUnsignedValueType (123 ms) 28: [ RUN ] openmptarget.SortEmptyView 28: [ OK ] openmptarget.SortEmptyView (0 ms) 28: [ RUN ] openmptarget.SortWithCustomComparator 28: [ OK ] openmptarget.SortWithCustomComparator (1484 ms) 28: [ RUN ] openmptarget.BinSortGenericTests 28: [ OK ] openmptarget.BinSortGenericTests (31 ms) 28: [ RUN ] openmptarget.BinSortEmptyView 28: [ OK ] openmptarget.BinSortEmptyView (0 ms) 28: [ RUN ] openmptarget.BinSortEmptyKeysView 28: [ OK ] openmptarget.BinSortEmptyKeysView (0 ms) 28: [ RUN ] openmptarget.BinSortUnsignedKeyLayoutStrideValues 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 3.93108m 1.30737m 2.6141m 4.99995G 806.08k 4.99995G 26: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 4 1.88677m 1.2889m 2.34302m 704.983M 184.864k 704.983M 26/50 Test #26: Kokkos_PerformanceTest_Atomic ............... Passed 138.64 sec test 27 Start 27: Kokkos_ContainersUnitTest_Serial 27: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 27: Test timeout computed to be: 1500 27: [==========] Running 61 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 61 tests from serial 27: [ RUN ] serial.bitset 28: [ OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (12340 ms) 28: [ RUN ] openmptarget.NestedSort 28: [ OK ] openmptarget.NestedSort (39 ms) 28: [ RUN ] openmptarget.NestedSortByKey 28: [ OK ] openmptarget.NestedSortByKey (107 ms) 28: [----------] 9 tests from openmptarget (14129 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 9 tests from 1 test suite ran. (14129 ms total) 28: [ PASSED ] 9 tests. 28/48 Test #28: Kokkos_UnitTest_Sort ........................ Passed 14.84 sec test 29 Start 29: Kokkos_UnitTest_Random 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 openmptarget 29: [ RUN ] openmptarget.Random_XorShift64 29: Test Seed:1706742969604809989 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0122156 -0.00173265 || 0.051031 2022 2392 || 2195.25 2222.06 || -23.9521 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0166594 0.00018831 || 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.00372397 0.00223462 || 0.051031 1974 2440 || 2230.37 2222.06 || 30.8914 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0103613 -3.44507e-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.0260698 -0.001839 || 0.051031 2029 2427 || 2281.54 2222.06 || -25.4224 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00116158 7.55608e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00971106 0.00132853 || 0.051031 2023 2404 || 2243.85 2222.06 || 18.3656 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00827795 0.000178273 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 0.000935741 -0.000995453 || 0.051031 2039 2412 || 2219.98 2222.06 || -13.7611 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.0139653 0.000243976 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0135818 0.00172817 || 0.051031 2052 2386 || 2252.66 2222.06 || 23.8902 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0115983 0.000400647 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 9.76563e-08 0.00824974 -0.00147396 || 0.051031 2035 2389 || 2203.88 2222.06 || -20.376 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 2.92969e-07 -0.00736397 0.000316893 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0069047 0.000893451 || 0.051031 2038 2404 || 2237.51 2222.06 || 12.3511 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0179908 -0.000189171 || 0.051031 1e+64 -1e+64 29: Test Seed:1706742969681872789 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0112529 -0.000394216 || 0.051031 2032 2395 || 2247.35 2222.06 || -5.44964 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00978254 -0.000107836 || 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.00453738 -0.00363808 || 0.051031 2035 2419 || 2232.19 2222.06 || -50.2928 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0152107 0.000429418 || 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.0269031 -0.000211459 || 0.051031 2040 2396 || 2163.85 2222.06 || -2.9232 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00367962 0.000418255 || 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.00846967 0.000684924 || 0.051031 2021 2418 || 2203.4 2222.06 || 9.46838 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00370597 0.000159322 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 1.30208e-07 -0.0160488 0.00242725 || 0.051031 2043 2412 || 2258.3 2222.06 || 33.5543 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 3.90625e-07 0.00457571 -0.000582256 || 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.0119114 0.000209888 || 0.051031 2048 2406 || 2248.85 2222.06 || 2.90149 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 0.00827654 0.000940131 || 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.0213595 -0.00224314 || 0.051031 2032 2424 || 2270.56 2222.06 || -31.0092 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.0124933 0.000243575 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00485323 -0.00348024 || 0.051031 2050 2408 || 2232.9 2222.06 || -48.1108 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00739113 0.000983419 || 0.051031 1e+64 -1e+64 29: [ OK ] openmptarget.Random_XorShift64 (243 ms) 29: [ RUN ] openmptarget.Random_XorShift1024_0 29: Test Seed:1706742969747878597 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0144331 4.78649e-05 || 0.051031 2026 2387 || 2230.41 2198.22 || 0.661684 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00525183 0.000294917 || 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.00636906 -0.00132705 || 0.051031 2031 2380 || 2184.31 2198.22 || -18.3452 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00421721 0.000159638 || 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.00292213 0.000203004 || 0.051031 2029 2368 || 2191.82 2198.22 || 2.80632 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00819484 -0.000575096 || 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.00761547 -0.00134077 || 0.051031 2026 2408 || 2181.61 2198.22 || -18.5347 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00336149 6.13009e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.00721311 -0.000637287 || 0.051031 2027 2407 || 2214.19 2198.22 || -8.80986 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.00220389 -1.97947e-06 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.27585e-05 -0.00173941 -0.00100104 || 0.051031 2007 2379 || 2202.05 2198.22 || -13.8383 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.29559e-05 0.00296823 0.000148473 || 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.00137115 0.000651742 || 0.051031 2011 2391 || 2201.24 2198.22 || 9.00969 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 0.00861692 0.000120459 || 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.00765701 0.0019004 || 0.051031 1995 2402 || 2215.18 2198.22 || 26.2712 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00368459 0.000122547 || 0.051031 1e+64 -1e+64 29: Test Seed:1706742969839897182 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00495868 0.000823965 || 0.051031 2023 2393 || 2209.18 2198.22 || 11.3905 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0146729 0.000399611 || 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.00722414 -0.000689551 || 0.051031 2020 2380 || 2214.22 2198.22 || -9.53236 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00373241 0.000653112 || 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.00869426 0.00104405 || 0.051031 2020 2385 || 2217.5 2198.22 || 14.4329 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00453836 0.00018842 || 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.0132845 0.00328302 || 0.051031 2038 2406 || 2227.82 2198.22 || 45.3844 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00643577 0.00127687 || 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.0071226 -0.00107875 || 0.051031 2020 2387 || 2213.99 2198.22 || -14.9126 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.28572e-05 -0.0193812 -0.000838269 || 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.00752179 -0.00128924 || 0.051031 2015 2385 || 2214.88 2198.22 || -17.8225 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 0.00911289 0.000143901 || 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.0148129 0.00266412 || 0.051031 2012 2370 || 2166.14 2198.22 || 36.8288 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00247826 5.78834e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00347882 -0.00206286 || 0.051031 2016 2389 || 2205.9 2198.22 || -28.517 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00291198 0.00042784 || 0.051031 1e+64 -1e+64 29: [ OK ] openmptarget.Random_XorShift1024_0 (205 ms) 29: [ RUN ] openmptarget.Multi_streams 29: /var/jenkins/workspace/Kokkos_PR-6770/algorithms/unit_tests/TestRandom.hpp:587: Skipped 29: Libomptarget error 29: [ SKIPPED ] openmptarget.Multi_streams (0 ms) 29: [----------] 3 tests from openmptarget (449 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 3 tests from 1 test suite ran. (449 ms total) 29: [ PASSED ] 2 tests. 29: [ SKIPPED ] 1 test, listed below: 29: [ SKIPPED ] openmptarget.Multi_streams 29/48 Test #29: Kokkos_UnitTest_Random ...................... Passed 1.14 sec test 30 Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 30: Test timeout computed to be: 1500 30: [==========] Running 14 tests from 3 test suites. 30: [----------] Global test environment set-up. 30: [----------] 3 tests from std_algorithms_reducers 30: [ RUN ] std_algorithms_reducers.max_first_loc 30: checking reduction with order: LeftToRight 30: checking reduction with order: RightToLeft 30: checking reduction with order: Random 30: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_first_loc 30: checking reduction with order: LeftToRight 30: checking reduction with order: RightToLeft 30: checking reduction with order: Random 30: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 30: checking reduction with order: LeftToRight 30: checking reduction with order: RightToLeft 30: checking reduction with order: Random 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 (83 ms) 30: [----------] 1 test from std_algorithms (83 ms total) 30: 30: [----------] 10 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.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: [----------] 10 tests from random_access_iterator_test (5 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 14 tests from 3 test suites ran. (89 ms total) 30: [ PASSED ] 14 tests. 30/48 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.76 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 31: Test timeout computed to be: 1500 31: [==========] Running 6 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 6 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 (89 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 (24 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 (24 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (31 ms) 31: [----------] 6 tests from std_algorithms_min_max_element_test (170 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 6 tests from 1 test suite ran. (170 ms total) 31: [ PASSED ] 6 tests. 31/48 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.84 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (0 ms) 32: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 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 (322 ms) 32: [----------] 1 test from std_algorithms_for_each_test (322 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 (138 ms) 32: [----------] 1 test from std_algorithms_find_test (138 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 (1041 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1556 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search 32: [ OK ] std_algorithms_non_mod_seq_ops.search (1138 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1013 ms) 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4750 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 (141 ms) 32: [----------] 1 test from std_algorithms_count_test (142 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 (46 ms) 32: [----------] 1 test from std_algorithms_equal_test (46 ms total) 32: 32: [----------] 1 test from std_algorithms_all_any_none_of_test 32: [ RUN ] std_algorithms_all_any_none_of_test.test 27: [ OK ] serial.bitset (10014 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_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 (2 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.dynamic_view 32: [ OK ] std_algorithms_all_any_none_of_test.test (128 ms) 32: [----------] 1 test from std_algorithms_all_any_none_of_test (128 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 (160 ms) 32: [----------] 1 test from std_algorithms_nonmod_seq_ops (160 ms total) 32: 32: [----------] 1 test from std_algorithms_mismatch_test 32: [ RUN ] std_algorithms_mismatch_test.test 27: [ OK ] serial.dynamic_view (114 ms) 27: [ RUN ] serial.dyn_rank_view_api_generic 27: [ OK ] serial.dyn_rank_view_api_generic (43 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: /var/jenkins/workspace/Kokkos_PR-6770/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 27: skipping since not default execution space 27: [ SKIPPED ] 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.ErrorReporterViaLambda 27: [ OK ] serial.ErrorReporterViaLambda (0 ms) 27: [ RUN ] serial.ErrorReporter 27: [ OK ] serial.ErrorReporter (0 ms) 27: [ RUN ] serial.offsetview_construction 32: [ OK ] std_algorithms_mismatch_test.test (283 ms) 32: [----------] 1 test from std_algorithms_mismatch_test (283 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 (89 ms) 32: [----------] 1 test from std_algorithms_mod_seq_ops (89 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 13 tests from 10 test suites ran. (6062 ms total) 32: [ PASSED ] 13 tests. 32/48 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 6.76 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 33: Test timeout computed to be: 1500 33: [==========] Running 33 tests from 5 test suites. 33: [----------] Global test environment set-up. 33: [----------] 5 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 (104 ms) 33: [ RUN ] std_algorithms_mod_ops_test.swap 33: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 33: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 33: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 33: [----------] 5 tests from std_algorithms_mod_ops_test (106 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 (1 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 (1 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate 33: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 33: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 33: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (2 ms) 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (12 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 (78 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_if 33: [ OK ] std_algorithms_replace_ops_test.replace_if (270 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy 27: [ OK ] serial.offsetview_construction (1330 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 (9 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 33: [ OK ] std_algorithms_replace_ops_test.replace_copy (137 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 33: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (126 ms) 33: [----------] 4 tests from std_algorithms_replace_ops_test (613 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 (130 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique 33: [ OK ] std_algorithms_mod_seq_ops.unique (518 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 33: [ OK ] std_algorithms_mod_seq_ops.unique_copy (242 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove 33: [ OK ] std_algorithms_mod_seq_ops.remove (124 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_if (128 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy (293 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (133 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate 33: [ OK ] std_algorithms_mod_seq_ops.rotate (1604 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 33: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (584 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_left 33: [ OK ] std_algorithms_mod_seq_ops.shift_left (1608 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_right 33: [ OK ] std_algorithms_mod_seq_ops.shift_right (1601 ms) 33: [----------] 11 tests from std_algorithms_mod_seq_ops (6968 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 (86 ms) 33: [----------] 1 test from std_algorithms_modseq_test (86 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 33 tests from 5 test suites ran. (7787 ms total) 33: [ PASSED ] 33 tests. 33/48 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 8.49 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: [==========] Running 15 tests from 6 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: is_sorted: dynamic_view, all overloads 34: is_sorted: stride2_view, all overloads 34: is_sorted: stride3_view, all overloads 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted (119 ms) 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 34: is_sorted_until: dynamic_view, all overloads 34: is_sorted_until: stride2_view, all overloads 34: is_sorted_until: stride3_view, all overloads 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (20 ms) 34: [----------] 2 tests from std_algorithms_sorting_ops_test (140 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 (2 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms) 34: [ RUN ] std_algorithms_partitioning_test.partition_point 34: [ OK ] std_algorithms_partitioning_test.partition_point (2 ms) 34: [----------] 4 tests from std_algorithms_partitioning_test (8 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 (72 ms) 34: [----------] 1 test from std_algorithms_partitioning_ops (72 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 (136 ms) 34: [----------] 1 test from std_algorithms_numerics_ops_test (136 ms total) 34: 34: [----------] 6 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 (723 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 (187 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_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 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: [----------] 6 tests from std_algorithms_numeric_ops_test (912 ms total) 34: 34: [----------] 1 test from std_algorithms_transform_ops_test 34: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 34: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (64 ms) 34: [----------] 1 test from std_algorithms_transform_ops_test (64 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 15 tests from 6 test suites ran. (1334 ms total) 34: [ PASSED ] 15 tests. 34/48 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 2.04 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 5 tests from 4 test suites. 35: [----------] Global test environment set-up. 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 (1204 ms) 35: [ RUN ] std_algorithms_count_team_test.count_returns_zero 35: [ OK ] std_algorithms_count_team_test.count_returns_zero (577 ms) 35: [----------] 2 tests from std_algorithms_count_team_test (1781 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 (680 ms) 35: [----------] 1 test from std_algorithms_count_if_team_test (680 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 (906 ms) 35: [----------] 1 test from std_algorithms_for_each_team_test (906 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 (883 ms) 35: [----------] 1 test from std_algorithms_for_each_n_team_test (883 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 5 tests from 4 test suites ran. (4251 ms total) 35: [ PASSED ] 5 tests. 35/48 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 4.94 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 2 tests from 1 test suite. 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 (4715 ms) 36: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (3918 ms) 36: [----------] 2 tests from std_algorithms_equal_team_test (8634 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 2 tests from 1 test suite ran. (8634 ms total) 36: [ PASSED ] 2 tests. 36/48 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 9.31 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 37: [==========] Running 0 tests from 0 test suites. 37: [==========] 0 tests from 0 test suites ran. (0 ms total) 37: [ PASSED ] 0 tests. 37/48 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 0.64 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (0 ms) 38: [----------] 1 test from std_algorithms_min_element_team_test (0 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 (0 ms) 38: [----------] 1 test from std_algorithms_max_element_team_test (0 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 (0 ms) 38: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 3 test suites ran. (0 ms total) 38: [ PASSED ] 3 tests. 38/48 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 0.64 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (805 ms) 39: [----------] 1 test from std_algorithms_fill_team_test (805 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 (2099 ms) 39: [----------] 1 test from std_algorithms_fill_n_team_test (2099 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 (805 ms) 39: [----------] 1 test from std_algorithms_replace_team_test (805 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 (976 ms) 39: [----------] 1 test from std_algorithms_replace_if_team_test (976 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_team_test 39: [ RUN ] std_algorithms_replace_copy_team_test.test 27: [ OK ] serial.scatterview (32016 ms) 27: [ RUN ] serial.scatterview_devicetype 27: [ OK ] serial.scatterview_devicetype (6 ms) 27: [ RUN ] serial.staticcrsgraph 27: [ OK ] serial.staticcrsgraph (20 ms) 27: [ RUN ] serial.resize_realloc_no_init_dualview 27: [ OK ] serial.resize_realloc_no_init_dualview (9 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 (5 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 (1 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 39: [ OK ] std_algorithms_replace_copy_team_test.test (2140 ms) 39: [----------] 1 test from std_algorithms_replace_copy_team_test (2140 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 (1765 ms) 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1765 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 6 tests from 6 test suites ran. (8592 ms total) 39: [ PASSED ] 6 tests. 39/48 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 9.27 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (815 ms) 40: [----------] 1 test from std_algorithms_reverse_team_test (815 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 (1265 ms) 40: [----------] 1 test from std_algorithms_reverse_copy_team_test (1265 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 (2909 ms) 40: [----------] 1 test from std_algorithms_rotate_team_test (2909 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 (4928 ms) 40: [----------] 1 test from std_algorithms_rotate_copy_team_test (4928 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 4 tests from 4 test suites ran. (9920 ms total) 40: [ PASSED ] 4 tests. 40/48 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 10.61 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (1616 ms) 41: [----------] 1 test from std_algorithms_move_team_test (1616 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 (1393 ms) 41: [----------] 1 test from std_algorithms_move_backward_team_test (1393 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 (4391 ms) 41: [----------] 1 test from std_algorithms_shift_left_team_test (4391 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 (4444 ms) 41: [----------] 1 test from std_algorithms_shift_right_team_test (4444 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (11846 ms total) 41: [ PASSED ] 4 tests. 41/48 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 12.53 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/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 (1815 ms) 42: [----------] 1 test from std_algorithms_copy_team_test (1815 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 (4321 ms) 42: [----------] 1 test from std_algorithms_copy_n_team_test (4322 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 (1548 ms) 42: [----------] 1 test from std_algorithms_copy_backward_team_test (1548 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 (1697 ms) 42: [----------] 1 test from std_algorithms_copy_if_team_test (1697 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 (2339 ms) 42: [----------] 1 test from std_algorithms_unique_copy_team_test (2339 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 (1227 ms) 42: [----------] 1 test from std_algorithms_remove_team_test (1227 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 (1319 ms) 42: [----------] 1 test from std_algorithms_remove_if_team_test (1319 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 (2025 ms) 42: [----------] 1 test from std_algorithms_remove_copy_team_test (2025 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 (1815 ms) 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1815 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 9 tests from 9 test suites ran. (18110 ms total) 42: [ PASSED ] 9 tests. 42/48 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 18.78 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 2 tests from 2 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 (2075 ms) 43: [----------] 1 test from std_algorithms_unique_team_test (2075 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 (3157 ms) 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3157 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 2 tests from 2 test suites ran. (5233 ms total) 43: [ PASSED ] 2 tests. 43/48 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 5.92 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 6 tests from 2 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 (907 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 (1398 ms) 44: [----------] 2 tests from std_algorithms_is_sorted_team_test (2306 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 (72 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (79 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1223 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (736 ms) 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2111 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 6 tests from 2 test suites ran. (4417 ms total) 44: [ PASSED ] 6 tests. 44/48 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 5.10 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_transform_team_test 45: [ RUN ] std_algorithms_transform_team_test.test_unary_op 45: [ OK ] std_algorithms_transform_team_test.test_unary_op (1973 ms) 45: [----------] 1 test from std_algorithms_transform_team_test (1973 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 (2059 ms) 45: [----------] 1 test from std_algorithms_generate_team_test (2059 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 (2107 ms) 45: [----------] 1 test from std_algorithms_generate_n_team_test (2107 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 (1797 ms) 45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1797 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (7937 ms total) 45: [ PASSED ] 4 tests. 45/48 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 8.61 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 46: [==========] Running 1 test from 1 test suite. 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 (1943 ms) 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1943 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 1 test from 1 test suite ran. (1943 ms total) 46: [ PASSED ] 1 test. 46/48 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 2.63 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 1 test from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test 47: [ RUN ] std_algorithms_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_inclusive_scan_team_test.test (5697 ms) 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5697 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 1 test from 1 test suite ran. (5697 ms total) 47: [ PASSED ] 1 test. 47/48 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 6.38 sec test 48 Start 48: Kokkos_UnitTest_SIMD 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests 48: Test timeout computed to be: 1500 48: [==========] Running 14 tests from 1 test suite. 48: [----------] Global test environment set-up. 48: [----------] 14 tests from simd 48: [ RUN ] simd.host_math_ops 48: [ OK ] simd.host_math_ops (0 ms) 48: [ RUN ] simd.device_math_ops 48: [ OK ] simd.device_math_ops (93 ms) 48: [ RUN ] simd.host_mask_ops 48: [ OK ] simd.host_mask_ops (0 ms) 48: [ RUN ] simd.device_mask_ops 48: [ OK ] simd.device_mask_ops (0 ms) 48: [ RUN ] simd.host_conversions 48: [ OK ] simd.host_conversions (0 ms) 48: [ RUN ] simd.device_conversions 48: [ OK ] simd.device_conversions (0 ms) 48: [ RUN ] simd.host_shift_ops 48: [ OK ] simd.host_shift_ops (0 ms) 48: [ RUN ] simd.device_shift_ops 48: [ OK ] simd.device_shift_ops (6 ms) 48: [ RUN ] simd.host_condition 48: [ OK ] simd.host_condition (0 ms) 48: [ RUN ] simd.device_condition 48: [ OK ] simd.device_condition (0 ms) 48: [ RUN ] simd.host_gen_ctors 48: [ OK ] simd.host_gen_ctors (0 ms) 48: [ RUN ] simd.device_gen_ctors 48: [ OK ] simd.device_gen_ctors (0 ms) 48: [ RUN ] simd.host_where_expressions 48: [ OK ] simd.host_where_expressions (0 ms) 48: [ RUN ] simd.device_where_expressions 48: [ OK ] simd.device_where_expressions (0 ms) 48: [----------] 14 tests from simd (99 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 14 tests from 1 test suite ran. (99 ms total) 48: [ PASSED ] 14 tests. 48/48 Test #48: Kokkos_UnitTest_SIMD ........................ Passed 0.78 sec 100% tests passed, 0 tests failed out of 48 Total Test time (real) = 839.94 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Wed Jan 31 22:40:42 2024 stats zeroed Wed Jan 31 22:40:42 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 1646 cache size 4.4 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 7b25021a0b0bd27dcb19ac15a059f16fc932568215aec99a4f4c62370d376fba $ docker rm -f --volumes 7b25021a0b0bd27dcb19ac15a059f16fc932568215aec99a4f4c62370d376fba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 27: [ OK ] serial.UnorderedMap_insert (81201 ms) 27: [ RUN ] serial.UnorderedMap_failed_insert 27: [ OK ] serial.UnorderedMap_failed_insert (32307 ms) 27: [ RUN ] serial.UnorderedMap_deep_copy 27: [ OK ] serial.UnorderedMap_deep_copy (21 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.viewctorprop_embedded_dim 27: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 27: [----------] 61 tests from serial (157113 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 61 tests from 1 test suite ran. (157113 ms total) 27: [ PASSED ] 60 tests. 27: [ SKIPPED ] 1 test, listed below: 27: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 27/50 Test #27: Kokkos_ContainersUnitTest_Serial ............ Passed 158.02 sec test 28 Start 28: Kokkos_ContainersUnitTest_Cuda 28: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 28: Test timeout computed to be: 1500 28: [==========] Running 61 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 61 tests from cuda 28: [ RUN ] cuda.bitset 28: [ OK ] cuda.bitset (17 ms) 28: [ RUN ] cuda.dualview_combination 28: [ OK ] cuda.dualview_combination (0 ms) 28: [ RUN ] cuda.dualview_alloc 28: [ OK ] cuda.dualview_alloc (0 ms) 28: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 28: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] cuda.dualview_combinations_without_init 28: [ OK ] cuda.dualview_combinations_without_init (0 ms) 28: [ RUN ] cuda.dualview_deep_copy 28: [ OK ] cuda.dualview_deep_copy (1 ms) 28: [ RUN ] cuda.dualview_realloc 28: [ OK ] cuda.dualview_realloc (0 ms) 28: [ RUN ] cuda.dualview_resize 28: [ OK ] cuda.dualview_resize (0 ms) 28: [ RUN ] cuda.dualview_device_correct_kokkos_device 28: [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) 28: [ RUN ] cuda.dualview_host_correct_kokkos_device 28: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_sync 28: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 28: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_sync 28: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 28: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 28: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] cuda.dynamic_view 28: [ OK ] cuda.dynamic_view (30 ms) 28: [ RUN ] cuda.dyn_rank_view_api_generic 28: [ OK ] cuda.dyn_rank_view_api_generic (43 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 28: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 28: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 28: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 28: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (2 ms) 28: [ RUN ] cuda.ErrorReporterViaLambda 28: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 28: [ RUN ] cuda.ErrorReporter 28: [ OK ] cuda.ErrorReporter (0 ms) 28: [ RUN ] cuda.offsetview_construction 28: [ OK ] cuda.offsetview_construction (2 ms) 28: [ RUN ] cuda.offsetview_unmanaged_construction 28: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] cuda.offsetview_subview 28: [ OK ] cuda.offsetview_subview (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank1 28: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank2 28: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank3 28: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] cuda.scatterview 28: [ OK ] cuda.scatterview (914 ms) 28: [ RUN ] cuda.scatterview_devicetype 28: [ OK ] cuda.scatterview_devicetype (27 ms) 28: [ RUN ] cuda.staticcrsgraph 28: [ OK ] cuda.staticcrsgraph (32 ms) 28: [ RUN ] cuda.resize_realloc_no_init_dualview 28: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_alloc_dualview 28: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 28: [ RUN ] cuda.resize_exec_space_dualview 28: [ OK ] cuda.resize_exec_space_dualview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_dualview 28: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_init_dynrankview 28: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 28: [ RUN ] cuda.resize_exec_space_dynrankview 28: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_dynrankview 28: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_init_scatterview 28: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 28: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 28: [ RUN ] cuda.resize_exec_space_scatterview 28: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_scatterview 28: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynrankview 28: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 28: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 28: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_offsetview 28: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 28: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 28: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynamicview 28: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 28: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 28: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 28: [ RUN ] cuda.UnorderedMap_insert 28: [ OK ] cuda.UnorderedMap_insert (13211 ms) 28: [ RUN ] cuda.UnorderedMap_failed_insert 28: [ OK ] cuda.UnorderedMap_failed_insert (1571 ms) 28: [ RUN ] cuda.UnorderedMap_deep_copy 28: [ OK ] cuda.UnorderedMap_deep_copy (9 ms) 28: [ RUN ] cuda.UnorderedMap_valid_empty 28: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 28: [ RUN ] cuda.UnorderedMap_clear_zero_size 28: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_consistent_size 28: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 28: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] cuda.UnorderedMap_lambda_capturable 28: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 28: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] cuda.viewctorprop_embedded_dim 28: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 28: [----------] 61 tests from cuda (15884 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 61 tests from 1 test suite ran. (15884 ms total) 28: [ PASSED ] 61 tests. 28/50 Test #28: Kokkos_ContainersUnitTest_Cuda .............. Passed 16.77 sec test 29 Start 29: Kokkos_ContainersPerformanceTest_Cuda 29: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 29: Test timeout computed to be: 1500 29: [==========] Running 4 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 4 tests from TEST_CATEGORY 29: [ RUN ] TEST_CATEGORY.dynrankview_perf 29: Cuda 29: DynRankView vs View: Initialization Only 29: View time (init only): 0.00370312 29: View sum computation time: 0.00370312 29: Strided View time (init only): 0.0011164 29: View Rank7 time (init only): 0.00118526 29: DynRankView time (init only): 0.001163 29: DynRankView sum computation time: 0.00210739 29: Ratio of View to DynRankView time: 3.1841 29: Ratio of View to DynRankView sum computation time: 0.81174 29: Ratio of View to View Rank7 time: 3.12432 29: Ratio of StrideView to DynRankView time: 0.959925 29: Ratio of DynRankView to View Rank7 time: 0.981226 29: [ OK ] TEST_CATEGORY.dynrankview_perf (18 ms) 29: [ RUN ] TEST_CATEGORY.global_2_local 29: Cuda 29: size, create, generate, fill, find 29: 256, 0.000310896, 3.1934e-05, 3.0606e-05, 0.00237297 29: 512, 0.000203512, 1.6415e-05, 2.9487e-05, 0.00239313 29: 1024, 0.000198531, 1.5831e-05, 3.0779e-05, 0.00238886 29: 2048, 0.000219647, 1.7447e-05, 3.1912e-05, 0.00251143 29: 4096, 0.000204539, 1.5492e-05, 2.9709e-05, 0.00248908 29: 8192, 0.000197061, 1.5048e-05, 3.2081e-05, 0.00245501 29: 16384, 0.000198628, 1.5397e-05, 3.5371e-05, 0.00252316 29: 32768, 0.000676981, 1.6455e-05, 3.9679e-05, 0.0026719 29: 65536, 0.000300724, 1.7201e-05, 4.9891e-05, 0.0029396 29: 131072, 0.000379806, 1.7289e-05, 7.0557e-05, 0.00363344 29: 262144, 0.000593754, 2.9013e-05, 0.000158346, 0.00634214 29: 524288, 0.000648956, 2.3841e-05, 0.000539785, 0.0193923 29: 1048576, 0.000687279, 3.0548e-05, 0.00140832, 0.0481683 29: 2097152, 0.00080789, 4.3222e-05, 0.0030412, 0.109663 29: 4194304, 0.00108392, 6.932e-05, 0.00682669, 0.236107 29: [ OK ] TEST_CATEGORY.global_2_local (469 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 29: [----------] 4 tests from TEST_CATEGORY (487 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 4 tests from 1 test suite ran. (487 ms total) 29: [ PASSED ] 4 tests. 29/50 Test #29: Kokkos_ContainersPerformanceTest_Cuda ....... Passed 1.25 sec test 30 Start 30: Kokkos_UnitTest_Sort 30: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 30: Test timeout computed to be: 1500 30: [==========] Running 9 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 9 tests from cuda 30: [ RUN ] cuda.SortUnsignedValueType 30: [ OK ] cuda.SortUnsignedValueType (39 ms) 30: [ RUN ] cuda.SortEmptyView 30: [ OK ] cuda.SortEmptyView (0 ms) 30: [ RUN ] cuda.SortWithCustomComparator 30: [ OK ] cuda.SortWithCustomComparator (2910 ms) 30: [ RUN ] cuda.BinSortGenericTests 30: [ OK ] cuda.BinSortGenericTests (29 ms) 30: [ RUN ] cuda.BinSortEmptyView 30: [ OK ] cuda.BinSortEmptyView (0 ms) 30: [ RUN ] cuda.BinSortEmptyKeysView 30: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 30: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 30: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (107650 ms) 30: [ RUN ] cuda.NestedSort 30: [ OK ] cuda.NestedSort (202 ms) 30: [ RUN ] cuda.NestedSortByKey 30: [ OK ] cuda.NestedSortByKey (727 ms) 30: [----------] 9 tests from cuda (111560 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 9 tests from 1 test suite ran. (111560 ms total) 30: [ PASSED ] 9 tests. 30/50 Test #30: Kokkos_UnitTest_Sort ........................ Passed 112.39 sec test 31 Start 31: Kokkos_UnitTest_Random 31: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_UnitTest_Random 31: Test timeout computed to be: 1500 31: [==========] Running 3 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 3 tests from cuda 31: [ RUN ] cuda.Random_XorShift64 31: Test Seed:1706743256398722567 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.000539048 -0.0105353 || 0.051031 28076 29356 || 28658.9 28674.4 || -145.64 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0101057 -0.00525702 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.00257983 -0.000829898 || 0.051031 28041 29493 || 28600.6 28674.4 || -11.4725 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.0142408 -0.00179985 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.022071 -0.00417718 || 0.051031 28027 29298 || 28055.2 28674.4 || -57.7454 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0030027 0.00521468 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.00564483 0.00796301 || 0.051031 28062 29306 || 28837.2 28674.4 || 110.081 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0159633 0.00916245 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000246646 -0.99999 -48245 || 0.051031 0 194884 || 2.92872e+09 28674.4 || -6.66939e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.000738847 -0.304857 0.161759 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195969 -0.999999 -57855.7 || 0.051031 0 1.55167e+06 || 2.8688e+10 28674.4 || -7.99798e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.00588938 -0.967708 10.118 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.93703e-07 -0.00592742 -0.0167291 || 0.051031 27883 29318 || 28845.4 28674.4 || -231.263 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 7.94606e-07 -0.0207833 0.0020446 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0126887 0.000636715 || 0.051031 28038 29354 || 28315.1 28674.4 || 8.80195 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.00193631 -0.00173665 || 0.051031 1e+64 -1e+64 31: Test Seed:1706743256562958432 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0200267 0.00786544 || 0.051031 27941 29336 || 28111.4 28674.4 || 108.732 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.0100084 -0.00840636 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0019485 -0.0446219 || 0.051031 28041 29310 || 28618.6 28674.4 || -616.853 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.0268051 -0.00277835 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0129272 -0.0125998 || 0.051031 28065 29443 || 28308.4 28674.4 || -174.179 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.00227739 -0.00337829 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.00163702 -0.00738168 || 0.051031 27988 29408 || 28721.4 28674.4 || -102.044 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.00244918 -0.00405726 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000244629 -0.99999 -48243.7 || 0.051031 0 195052 || 2.92865e+09 28674.4 || -6.66921e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.000732776 -0.313217 0.151967 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195592 -0.999999 -57858.3 || 0.051031 0 1.55184e+06 || 2.86924e+10 28674.4 || -7.99833e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.00587735 -0.967737 10.226 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.78568e-07 -0.0105905 -0.0306161 || 0.051031 28045 29356 || 28981.3 28674.4 || -423.237 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 7.49199e-07 -0.00491105 0.00348239 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.000546675 -0.00203727 || 0.051031 28022 29284 || 28690.1 28674.4 || -28.1632 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.000165118 -0.0072859 || 0.051031 1e+64 -1e+64 31: [ OK ] cuda.Random_XorShift64 (323 ms) 31: [ RUN ] cuda.Random_XorShift1024_0 31: Test Seed:1706743256721787865 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00135781 0.00641731 || 0.051031 10926 11749 || 11392.4 11377 || 88.7129 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00963294 -0.00323662 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00716226 0.00346547 || 0.051031 10999 11754 || 11459 11377 || 47.9066 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00899769 0.000448945 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.0185471 -0.000154983 || 0.051031 10920 11766 || 11169.8 11377 || -2.14248 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.0138664 0.00175984 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.0110062 0.00519215 || 0.051031 10962 11787 || 11253.1 11377 || 71.7763 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00706482 0.000978352 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000243265 -0.999975 -7595.01 || 0.051031 0 77734 || 4.6098e+08 11377 || -1.04993e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.00072952 -0.158616 0.0262305 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195845 -0.999997 -9108.03 || 0.051031 0 615876 || 4.51641e+09 11377 || -1.25909e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.00588731 -0.9232 1.65005 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.67029e-07 -0.0100025 0.00158069 || 0.051031 10915 11817 || 11491.9 11377 || 21.8514 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 3.05176e-07 0.00400084 -0.00103722 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00358962 0.00133076 || 0.051031 10989 11806 || 11417.9 11377 || 18.3964 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.0123621 0.00261805 || 0.051031 1e+64 -1e+64 31: Test Seed:1706743256949057550 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.00995973 -0.00727985 || 0.051031 10931 11768 || 11264.8 11377 || -100.637 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.0223194 -0.000782582 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00222765 -0.0117292 || 0.051031 10991 11796 || 11402.4 11377 || -162.144 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00434251 0.00339491 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.00882617 -0.00904837 || 0.051031 10917 11773 || 11277.4 11377 || -125.085 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.0148449 -0.00124462 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.00272827 0.0031575 || 0.051031 10978 11818 || 11346 11377 || 43.6493 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00586421 -0.000574941 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000244906 -0.999975 -7594.43 || 0.051031 0 77713 || 4.60993e+08 11377 || -1.04985e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.000734353 -0.146717 0.0239163 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195476 -0.999997 -9108.14 || 0.051031 0 616555 || 4.51621e+09 11377 || -1.25911e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.00587617 -0.922186 1.61175 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.60671e-07 -0.0130527 0.0140346 || 0.051031 10987 11765 || 11527.4 11377 || 194.014 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.86102e-07 0.00347597 0.00182007 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0221616 -0.00470669 || 0.051031 10956 11848 || 11634.8 11377 || -65.0653 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.0185258 0.00498797 || 0.051031 1e+64 -1e+64 31: [ OK ] cuda.Random_XorShift1024_0 (641 ms) 31: [ RUN ] cuda.Multi_streams 31: [ OK ] cuda.Multi_streams (4289 ms) 31: [----------] 3 tests from cuda (5253 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 3 tests from 1 test suite ran. (5253 ms total) 31: [ PASSED ] 3 tests. 31/50 Test #31: Kokkos_UnitTest_Random ...................... Passed 6.04 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_A 32: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 32: Test timeout computed to be: 1500 32: [==========] Running 14 tests from 3 test suites. 32: [----------] Global test environment set-up. 32: [----------] 3 tests from std_algorithms_reducers 32: [ RUN ] std_algorithms_reducers.max_first_loc 32: checking reduction with order: LeftToRight 32: checking reduction with order: RightToLeft 32: checking reduction with order: Random 32: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 32: [ RUN ] std_algorithms_reducers.min_first_loc 32: checking reduction with order: LeftToRight 32: checking reduction with order: RightToLeft 32: checking reduction with order: Random 32: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 32: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 32: checking reduction with order: LeftToRight 32: checking reduction with order: RightToLeft 32: checking reduction with order: Random 32: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 32: [----------] 3 tests from std_algorithms_reducers (0 ms total) 32: 32: [----------] 1 test from std_algorithms 32: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 32: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 32: [----------] 1 test from std_algorithms (0 ms total) 32: 32: [----------] 10 tests from random_access_iterator_test 32: [ RUN ] random_access_iterator_test.constructor 32: [ OK ] random_access_iterator_test.constructor (2 ms) 32: [ RUN ] random_access_iterator_test.dereference 32: [ OK ] random_access_iterator_test.dereference (0 ms) 32: [ RUN ] random_access_iterator_test.subscript_operator 32: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet1 32: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet2 32: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet3 32: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet4 32: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 32: [ RUN ] random_access_iterator_test.assignment_operator 32: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 32: [ RUN ] random_access_iterator_test.distance 32: [ OK ] random_access_iterator_test.distance (0 ms) 32: [ RUN ] random_access_iterator_test.traits_helpers 32: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 32: [----------] 10 tests from random_access_iterator_test (5 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 14 tests from 3 test suites ran. (5 ms total) 32: [ PASSED ] 14 tests. 32/50 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.77 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_B 33: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 33: Test timeout computed to be: 1500 33: [==========] Running 7 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 7 tests from std_algorithms_min_max_element_test 33: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 33: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 33: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 33: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 33: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 33: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 33: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 33: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms) 33: [----------] 7 tests from std_algorithms_min_max_element_test (38 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 7 tests from 1 test suite ran. (38 ms total) 33: [ PASSED ] 7 tests. 33/50 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.81 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_C 34: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 34: Test timeout computed to be: 1500 34: [==========] Running 13 tests from 10 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from std_algorithms_lexicographical_compare_test 34: [ RUN ] std_algorithms_lexicographical_compare_test.test 34: [ OK ] std_algorithms_lexicographical_compare_test.test (835 ms) 34: [----------] 1 test from std_algorithms_lexicographical_compare_test (835 ms total) 34: 34: [----------] 1 test from std_algorithms_for_each_test 34: [ RUN ] std_algorithms_for_each_test.test 34: [ OK ] std_algorithms_for_each_test.test (1121 ms) 34: [----------] 1 test from std_algorithms_for_each_test (1121 ms total) 34: 34: [----------] 1 test from std_algorithms_find_test 34: [ RUN ] std_algorithms_find_test.test 34: [ OK ] std_algorithms_find_test.test (414 ms) 34: [----------] 1 test from std_algorithms_find_test (414 ms total) 34: 34: [----------] 4 tests from std_algorithms_non_mod_seq_ops 34: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 34: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1503 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 34: [ OK ] std_algorithms_non_mod_seq_ops.find_end (4230 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.search 34: [ OK ] std_algorithms_non_mod_seq_ops.search (2380 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 34: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1712 ms) 34: [----------] 4 tests from std_algorithms_non_mod_seq_ops (9826 ms total) 34: 34: [----------] 1 test from std_algorithms_count_test 34: [ RUN ] std_algorithms_count_test.test 34: [ OK ] std_algorithms_count_test.test (471 ms) 34: [----------] 1 test from std_algorithms_count_test (471 ms total) 34: 34: [----------] 1 test from std_algorithms_equal_test 34: [ RUN ] std_algorithms_equal_test.test 34: [ OK ] std_algorithms_equal_test.test (16 ms) 34: [----------] 1 test from std_algorithms_equal_test (16 ms total) 34: 34: [----------] 1 test from std_algorithms_all_any_none_of_test 34: [ RUN ] std_algorithms_all_any_none_of_test.test 34: [ OK ] std_algorithms_all_any_none_of_test.test (446 ms) 34: [----------] 1 test from std_algorithms_all_any_none_of_test (446 ms total) 34: 34: [----------] 1 test from std_algorithms_nonmod_seq_ops 34: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 34: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (425 ms) 34: [----------] 1 test from std_algorithms_nonmod_seq_ops (426 ms total) 34: 34: [----------] 1 test from std_algorithms_mismatch_test 34: [ RUN ] std_algorithms_mismatch_test.test 34: [ OK ] std_algorithms_mismatch_test.test (720 ms) 34: [----------] 1 test from std_algorithms_mismatch_test (720 ms total) 34: 34: [----------] 1 test from std_algorithms_mod_seq_ops 34: [ RUN ] std_algorithms_mod_seq_ops.move_backward 34: [ OK ] std_algorithms_mod_seq_ops.move_backward (131 ms) 34: [----------] 1 test from std_algorithms_mod_seq_ops (131 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 13 tests from 10 test suites ran. (14411 ms total) 34: [ PASSED ] 13 tests. 34/50 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 15.22 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_D 35: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 35: Test timeout computed to be: 1500 35: [==========] Running 33 tests from 5 test suites. 35: [----------] Global test environment set-up. 35: [----------] 5 tests from std_algorithms_mod_ops_test 35: [ RUN ] std_algorithms_mod_ops_test.move 35: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 35: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 35: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 35: [ RUN ] std_algorithms_mod_ops_test.swap 35: [ OK ] std_algorithms_mod_ops_test.swap (0 ms) 35: [ RUN ] std_algorithms_mod_ops_test.swap_within_parfor 35: [ OK ] std_algorithms_mod_ops_test.swap_within_parfor (0 ms) 35: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 35: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 35: [----------] 5 tests from std_algorithms_mod_ops_test (3 ms total) 35: 35: [----------] 12 tests from std_algorithms_mod_seq_ops_test 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy 35: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 35: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.fill 35: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 35: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 35: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 35: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.generate 35: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 35: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 35: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 35: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 35: 35: [----------] 4 tests from std_algorithms_replace_ops_test 35: [ RUN ] std_algorithms_replace_ops_test.replace 35: [ OK ] std_algorithms_replace_ops_test.replace (181 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_if 35: [ OK ] std_algorithms_replace_ops_test.replace_if (728 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_copy 35: [ OK ] std_algorithms_replace_ops_test.replace_copy (326 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 35: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (324 ms) 35: [----------] 4 tests from std_algorithms_replace_ops_test (1562 ms total) 35: 35: [----------] 11 tests from std_algorithms_mod_seq_ops 35: [ RUN ] std_algorithms_mod_seq_ops.copy_if 35: [ OK ] std_algorithms_mod_seq_ops.copy_if (179 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.unique 35: [ OK ] std_algorithms_mod_seq_ops.unique (1334 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 35: [ OK ] std_algorithms_mod_seq_ops.unique_copy (457 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove 35: [ OK ] std_algorithms_mod_seq_ops.remove (301 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_if 35: [ OK ] std_algorithms_mod_seq_ops.remove_if (281 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 35: [ OK ] std_algorithms_mod_seq_ops.remove_copy (553 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 35: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (254 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.rotate 35: [ OK ] std_algorithms_mod_seq_ops.rotate (4157 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 35: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (2173 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.shift_left 35: [ OK ] std_algorithms_mod_seq_ops.shift_left (3699 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.shift_right 35: [ OK ] std_algorithms_mod_seq_ops.shift_right (3712 ms) 35: [----------] 11 tests from std_algorithms_mod_seq_ops (17105 ms total) 35: 35: [----------] 1 test from std_algorithms_modseq_test 35: [ RUN ] std_algorithms_modseq_test.reverse 35: [ OK ] std_algorithms_modseq_test.reverse (249 ms) 35: [----------] 1 test from std_algorithms_modseq_test (249 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 33 tests from 5 test suites ran. (18924 ms total) 35: [ PASSED ] 33 tests. 35/50 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 19.73 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_E 36: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 36: Test timeout computed to be: 1500 36: [==========] Running 29 tests from 7 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_sorting_ops_test 36: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 36: is_sorted: dynamic_view, all overloads 36: is_sorted: stride2_view, all overloads 36: is_sorted: stride3_view, all overloads 36: [ OK ] std_algorithms_sorting_ops_test.is_sorted (24 ms) 36: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 36: is_sorted_until: dynamic_view, all overloads 36: is_sorted_until: stride2_view, all overloads 36: is_sorted_until: stride3_view, all overloads 36: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (21 ms) 36: [----------] 2 tests from std_algorithms_sorting_ops_test (46 ms total) 36: 36: [----------] 4 tests from std_algorithms_partitioning_test 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 36: [ RUN ] std_algorithms_partitioning_test.partition_point 36: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 36: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 36: 36: [----------] 1 test from std_algorithms_partitioning_ops 36: [ RUN ] std_algorithms_partitioning_ops.partition_copy 36: [ OK ] std_algorithms_partitioning_ops.partition_copy (23 ms) 36: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total) 36: 36: [----------] 12 tests from std_algorithms_numerics_test 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 36: [----------] 12 tests from std_algorithms_numerics_test (10 ms total) 36: 36: [----------] 1 test from std_algorithms_numerics_ops_test 36: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 36: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (658 ms) 36: [----------] 1 test from std_algorithms_numerics_ops_test (658 ms total) 36: 36: [----------] 8 tests from std_algorithms_numeric_ops_test 36: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1230 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (704 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (380 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (98 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 36: [----------] 8 tests from std_algorithms_numeric_ops_test (2414 ms total) 36: 36: [----------] 1 test from std_algorithms_transform_ops_test 36: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 36: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (208 ms) 36: [----------] 1 test from std_algorithms_transform_ops_test (208 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 29 tests from 7 test suites ran. (3365 ms total) 36: [ PASSED ] 29 tests. 36/50 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 4.19 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 37: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 37: Test timeout computed to be: 1500 37: [==========] Running 12 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_adjacent_find_team_test 37: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 37: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1819 ms) 37: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 37: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1798 ms) 37: [----------] 2 tests from std_algorithms_adjacent_find_team_test (3618 ms total) 37: 37: [----------] 2 tests from std_algorithms_count_team_test 37: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 37: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (2616 ms) 37: [ RUN ] std_algorithms_count_team_test.count_returns_zero 37: [ OK ] std_algorithms_count_team_test.count_returns_zero (897 ms) 37: [----------] 2 tests from std_algorithms_count_team_test (3514 ms total) 37: 37: [----------] 1 test from std_algorithms_count_if_team_test 37: [ RUN ] std_algorithms_count_if_team_test.test 37: [ OK ] std_algorithms_count_if_team_test.test (1377 ms) 37: [----------] 1 test from std_algorithms_count_if_team_test (1377 ms total) 37: 37: [----------] 1 test from std_algorithms_for_each_team_test 37: [ RUN ] std_algorithms_for_each_team_test.test 37: [ OK ] std_algorithms_for_each_team_test.test (2911 ms) 37: [----------] 1 test from std_algorithms_for_each_team_test (2911 ms total) 37: 37: [----------] 1 test from std_algorithms_for_each_n_team_test 37: [ RUN ] std_algorithms_for_each_n_team_test.test 37: [ OK ] std_algorithms_for_each_n_team_test.test (3215 ms) 37: [----------] 1 test from std_algorithms_for_each_n_team_test (3215 ms total) 37: 37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 37: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (14003 ms) 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 37: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (7835 ms) 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 37: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (7842 ms) 37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (29681 ms total) 37: 37: [----------] 2 tests from std_algorithms_mismatch_team_test 37: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 37: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (8917 ms) 37: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 37: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (3380 ms) 37: [----------] 2 tests from std_algorithms_mismatch_team_test (12298 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 12 tests from 7 test suites ran. (56618 ms total) 37: [ PASSED ] 12 tests. 37/50 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 57.50 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 38: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 38: Test timeout computed to be: 1500 38: [==========] Running 8 tests from 4 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_equal_team_test 38: [ RUN ] std_algorithms_equal_team_test.views_are_equal 38: [ OK ] std_algorithms_equal_team_test.views_are_equal (7033 ms) 38: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 38: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (5032 ms) 38: [----------] 2 tests from std_algorithms_equal_team_test (12066 ms total) 38: 38: [----------] 2 tests from std_algorithms_search_team_test 38: [ RUN ] std_algorithms_search_team_test.sequences_exist 38: [ OK ] std_algorithms_search_team_test.sequences_exist (3020 ms) 38: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (4228 ms) 38: [----------] 2 tests from std_algorithms_search_team_test (7248 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_end_team_test 38: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 38: [ OK ] std_algorithms_find_end_team_test.sequences_exist (8022 ms) 38: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (7516 ms) 38: [----------] 2 tests from std_algorithms_find_end_team_test (15539 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_first_of_team_test 38: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 38: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (7457 ms) 38: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (33005 ms) 38: [----------] 2 tests from std_algorithms_find_first_of_team_test (40463 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 8 tests from 4 test suites ran. (75318 ms total) 38: [ PASSED ] 8 tests. 38/50 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 76.20 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 39: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 39: Test timeout computed to be: 1500 39: [==========] Running 11 tests from 7 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_find_team_test 39: [ RUN ] std_algorithms_find_team_test.searched_values_exist 39: [ OK ] std_algorithms_find_team_test.searched_values_exist (1102 ms) 39: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 39: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (1839 ms) 39: [----------] 2 tests from std_algorithms_find_team_test (2942 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_if_team_test 39: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 39: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (874 ms) 39: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 39: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (1801 ms) 39: [----------] 2 tests from std_algorithms_find_if_team_test (2676 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_if_not_team_test 39: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 39: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (1793 ms) 39: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 39: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (870 ms) 39: [----------] 2 tests from std_algorithms_find_if_not_team_test (2664 ms total) 39: 39: [----------] 1 test from std_algorithms_all_of_team_test 39: [ RUN ] std_algorithms_all_of_team_test.test 39: [ OK ] std_algorithms_all_of_team_test.test (1769 ms) 39: [----------] 1 test from std_algorithms_all_of_team_test (1769 ms total) 39: 39: [----------] 1 test from std_algorithms_any_of_team_test 39: [ RUN ] std_algorithms_any_of_team_test.test 39: [ OK ] std_algorithms_any_of_team_test.test (856 ms) 39: [----------] 1 test from std_algorithms_any_of_team_test (856 ms total) 39: 39: [----------] 1 test from std_algorithms_none_of_team_test 39: [ RUN ] std_algorithms_none_of_team_test.test 39: [ OK ] std_algorithms_none_of_team_test.test (1770 ms) 39: [----------] 1 test from std_algorithms_none_of_team_test (1770 ms total) 39: 39: [----------] 2 tests from std_algorithms_search_n_team_test 39: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 39: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (907 ms) 39: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 39: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (1080 ms) 39: [----------] 2 tests from std_algorithms_search_n_team_test (1988 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 11 tests from 7 test suites ran. (14668 ms total) 39: [ PASSED ] 11 tests. 39/50 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 15.46 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 40: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 40: Test timeout computed to be: 1500 40: [==========] Running 3 tests from 3 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_min_element_team_test 40: [ RUN ] std_algorithms_min_element_team_test.test 40: [ OK ] std_algorithms_min_element_team_test.test (7348 ms) 40: [----------] 1 test from std_algorithms_min_element_team_test (7348 ms total) 40: 40: [----------] 1 test from std_algorithms_max_element_team_test 40: [ RUN ] std_algorithms_max_element_team_test.test 40: [ OK ] std_algorithms_max_element_team_test.test (7383 ms) 40: [----------] 1 test from std_algorithms_max_element_team_test (7383 ms total) 40: 40: [----------] 1 test from std_algorithms_minmax_element_team_test 40: [ RUN ] std_algorithms_minmax_element_team_test.test 40: [ OK ] std_algorithms_minmax_element_team_test.test (9581 ms) 40: [----------] 1 test from std_algorithms_minmax_element_team_test (9581 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 3 tests from 3 test suites ran. (24313 ms total) 40: [ PASSED ] 3 tests. 40/50 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 25.11 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 41: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 41: Test timeout computed to be: 1500 41: [==========] Running 6 tests from 6 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_fill_team_test 41: [ RUN ] std_algorithms_fill_team_test.test 41: [ OK ] std_algorithms_fill_team_test.test (1917 ms) 41: [----------] 1 test from std_algorithms_fill_team_test (1917 ms total) 41: 41: [----------] 1 test from std_algorithms_fill_n_team_test 41: [ RUN ] std_algorithms_fill_n_team_test.test 41: [ OK ] std_algorithms_fill_n_team_test.test (574 ms) 41: [----------] 1 test from std_algorithms_fill_n_team_test (574 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_team_test 41: [ RUN ] std_algorithms_replace_team_test.test 41: [ OK ] std_algorithms_replace_team_test.test (3698 ms) 41: [----------] 1 test from std_algorithms_replace_team_test (3698 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_if_team_test 41: [ RUN ] std_algorithms_replace_if_team_test.test 41: [ OK ] std_algorithms_replace_if_team_test.test (4611 ms) 41: [----------] 1 test from std_algorithms_replace_if_team_test (4611 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_copy_team_test 41: [ RUN ] std_algorithms_replace_copy_team_test.test 41: [ OK ] std_algorithms_replace_copy_team_test.test (5880 ms) 41: [----------] 1 test from std_algorithms_replace_copy_team_test (5880 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_copy_if_team_test 41: [ RUN ] std_algorithms_replace_copy_if_team_test.test 41: [ OK ] std_algorithms_replace_copy_if_team_test.test (4827 ms) 41: [----------] 1 test from std_algorithms_replace_copy_if_team_test (4827 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 6 tests from 6 test suites ran. (21510 ms total) 41: [ PASSED ] 6 tests. 41/50 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 22.29 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 42: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 42: Test timeout computed to be: 1500 42: [==========] Running 4 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_reverse_team_test 42: [ RUN ] std_algorithms_reverse_team_test.test 42: [ OK ] std_algorithms_reverse_team_test.test (2727 ms) 42: [----------] 1 test from std_algorithms_reverse_team_test (2727 ms total) 42: 42: [----------] 1 test from std_algorithms_reverse_copy_team_test 42: [ RUN ] std_algorithms_reverse_copy_team_test.test 42: [ OK ] std_algorithms_reverse_copy_team_test.test (2628 ms) 42: [----------] 1 test from std_algorithms_reverse_copy_team_test (2628 ms total) 42: 42: [----------] 1 test from std_algorithms_rotate_team_test 42: [ RUN ] std_algorithms_rotate_team_test.test 42: [ OK ] std_algorithms_rotate_team_test.test (3181 ms) 42: [----------] 1 test from std_algorithms_rotate_team_test (3181 ms total) 42: 42: [----------] 1 test from std_algorithms_rotate_copy_team_test 42: [ RUN ] std_algorithms_rotate_copy_team_test.test 42: [ OK ] std_algorithms_rotate_copy_team_test.test (2526 ms) 42: [----------] 1 test from std_algorithms_rotate_copy_team_test (2526 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 4 tests from 4 test suites ran. (11064 ms total) 42: [ PASSED ] 4 tests. 42/50 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 11.87 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 43: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 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_move_team_test 43: [ RUN ] std_algorithms_move_team_test.test 43: [ OK ] std_algorithms_move_team_test.test (5224 ms) 43: [----------] 1 test from std_algorithms_move_team_test (5224 ms total) 43: 43: [----------] 1 test from std_algorithms_move_backward_team_test 43: [ RUN ] std_algorithms_move_backward_team_test.test 43: [ OK ] std_algorithms_move_backward_team_test.test (3217 ms) 43: [----------] 1 test from std_algorithms_move_backward_team_test (3217 ms total) 43: 43: [----------] 1 test from std_algorithms_shift_left_team_test 43: [ RUN ] std_algorithms_shift_left_team_test.test 43: [ OK ] std_algorithms_shift_left_team_test.test (9813 ms) 43: [----------] 1 test from std_algorithms_shift_left_team_test (9813 ms total) 43: 43: [----------] 1 test from std_algorithms_shift_right_team_test 43: [ RUN ] std_algorithms_shift_right_team_test.test 43: [ OK ] std_algorithms_shift_right_team_test.test (9349 ms) 43: [----------] 1 test from std_algorithms_shift_right_team_test (9349 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (27605 ms total) 43: [ PASSED ] 4 tests. 43/50 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 28.39 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 44: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 44: Test timeout computed to be: 1500 44: [==========] Running 9 tests from 9 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_copy_team_test 44: [ RUN ] std_algorithms_copy_team_test.test 44: [ OK ] std_algorithms_copy_team_test.test (6953 ms) 44: [----------] 1 test from std_algorithms_copy_team_test (6953 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_n_team_test 44: [ RUN ] std_algorithms_copy_n_team_test.test 44: [ OK ] std_algorithms_copy_n_team_test.test (652 ms) 44: [----------] 1 test from std_algorithms_copy_n_team_test (652 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_backward_team_test 44: [ RUN ] std_algorithms_copy_backward_team_test.test 44: [ OK ] std_algorithms_copy_backward_team_test.test (3219 ms) 44: [----------] 1 test from std_algorithms_copy_backward_team_test (3219 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_if_team_test 44: [ RUN ] std_algorithms_copy_if_team_test.test 44: [ OK ] std_algorithms_copy_if_team_test.test (4117 ms) 44: [----------] 1 test from std_algorithms_copy_if_team_test (4117 ms total) 44: 44: [----------] 1 test from std_algorithms_unique_copy_team_test 44: [ RUN ] std_algorithms_unique_copy_team_test.test 44: [ OK ] std_algorithms_unique_copy_team_test.test (7077 ms) 44: [----------] 1 test from std_algorithms_unique_copy_team_test (7077 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_team_test 44: [ RUN ] std_algorithms_remove_team_test.test 44: [ OK ] std_algorithms_remove_team_test.test (4217 ms) 44: [----------] 1 test from std_algorithms_remove_team_test (4217 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_if_team_test 44: [ RUN ] std_algorithms_remove_if_team_test.test 44: [ OK ] std_algorithms_remove_if_team_test.test (3138 ms) 44: [----------] 1 test from std_algorithms_remove_if_team_test (3138 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_copy_team_test 44: [ RUN ] std_algorithms_remove_copy_team_test.test 44: [ OK ] std_algorithms_remove_copy_team_test.test (5083 ms) 44: [----------] 1 test from std_algorithms_remove_copy_team_test (5083 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_copy_if_team_test 44: [ RUN ] std_algorithms_remove_copy_if_team_test.test 44: [ OK ] std_algorithms_remove_copy_if_team_test.test (4860 ms) 44: [----------] 1 test from std_algorithms_remove_copy_if_team_test (4860 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 9 tests from 9 test suites ran. (39319 ms total) 44: [ PASSED ] 9 tests. 44/50 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 40.13 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 45: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 45: Test timeout computed to be: 1500 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_unique_team_test 45: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 45: [ OK ] std_algorithms_unique_team_test.test_default_predicate (7299 ms) 45: [----------] 1 test from std_algorithms_unique_team_test (7299 ms total) 45: 45: [----------] 1 test from std_algorithms_adjacent_difference_team_test 45: [ RUN ] std_algorithms_adjacent_difference_team_test.test 45: [ OK ] std_algorithms_adjacent_difference_team_test.test (8009 ms) 45: [----------] 1 test from std_algorithms_adjacent_difference_team_test (8009 ms total) 45: 45: [----------] 1 test from std_algorithms_reduce_team_test 45: [ RUN ] std_algorithms_reduce_team_test.test 45: [ OK ] std_algorithms_reduce_team_test.test (4167 ms) 45: [----------] 1 test from std_algorithms_reduce_team_test (4167 ms total) 45: 45: [----------] 1 test from std_algorithms_transform_reduce_team_test 45: [ RUN ] std_algorithms_transform_reduce_team_test.test 45: [ OK ] std_algorithms_transform_reduce_team_test.test (7643 ms) 45: [----------] 1 test from std_algorithms_transform_reduce_team_test (7643 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (27120 ms total) 45: [ PASSED ] 4 tests. 45/50 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 27.90 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 46: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 46: Test timeout computed to be: 1500 46: [==========] Running 18 tests from 5 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_is_sorted_team_test 46: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 46: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (3834 ms) 46: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 46: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (7816 ms) 46: [----------] 2 tests from std_algorithms_is_sorted_team_test (11651 ms total) 46: 46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (18 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (23 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (7622 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (5467 ms) 46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (13131 ms total) 46: 46: [----------] 4 tests from std_algorithms_is_partitioned_team_test 46: [ RUN ] std_algorithms_is_partitioned_team_test.empty 46: [ OK ] std_algorithms_is_partitioned_team_test.empty (9 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 46: [ OK ] std_algorithms_is_partitioned_team_test.all_true (2507 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 46: [ OK ] std_algorithms_is_partitioned_team_test.all_false (2579 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.random 46: [ OK ] std_algorithms_is_partitioned_team_test.random (2432 ms) 46: [----------] 4 tests from std_algorithms_is_partitioned_team_test (7529 ms total) 46: 46: [----------] 4 tests from std_algorithms_partition_copy_team_test 46: [ RUN ] std_algorithms_partition_copy_team_test.empty 46: [ OK ] std_algorithms_partition_copy_team_test.empty (17 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.all_true 46: [ OK ] std_algorithms_partition_copy_team_test.all_true (5740 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.all_false 46: [ OK ] std_algorithms_partition_copy_team_test.all_false (5635 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.random 46: [ OK ] std_algorithms_partition_copy_team_test.random (5392 ms) 46: [----------] 4 tests from std_algorithms_partition_copy_team_test (16785 ms total) 46: 46: [----------] 4 tests from std_algorithms_partition_point_team_test 46: [ RUN ] std_algorithms_partition_point_team_test.empty 46: [ OK ] std_algorithms_partition_point_team_test.empty (9 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.all_true 46: [ OK ] std_algorithms_partition_point_team_test.all_true (1893 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.all_false 46: [ OK ] std_algorithms_partition_point_team_test.all_false (1894 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.random 46: [ OK ] std_algorithms_partition_point_team_test.random (1648 ms) 46: [----------] 4 tests from std_algorithms_partition_point_team_test (5445 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 18 tests from 5 test suites ran. (54543 ms total) 46: [ PASSED ] 18 tests. 46/50 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 55.34 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 47: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 47: Test timeout computed to be: 1500 47: [==========] Running 5 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_transform_team_test 47: [ RUN ] std_algorithms_transform_team_test.test_unary_op 47: [ OK ] std_algorithms_transform_team_test.test_unary_op (6825 ms) 47: [ RUN ] std_algorithms_transform_team_test.test_binary_op 47: [ OK ] std_algorithms_transform_team_test.test_binary_op (5720 ms) 47: [----------] 2 tests from std_algorithms_transform_team_test (12545 ms total) 47: 47: [----------] 1 test from std_algorithms_generate_team_test 47: [ RUN ] std_algorithms_generate_team_test.test_unary_op 47: [ OK ] std_algorithms_generate_team_test.test_unary_op (18860 ms) 47: [----------] 1 test from std_algorithms_generate_team_test (18860 ms total) 47: 47: [----------] 1 test from std_algorithms_generate_n_team_test 47: [ RUN ] std_algorithms_generate_n_team_test.test 47: [ OK ] std_algorithms_generate_n_team_test.test (626 ms) 47: [----------] 1 test from std_algorithms_generate_n_team_test (626 ms total) 47: 47: [----------] 1 test from std_algorithms_swap_ranges_team_test 47: [ RUN ] std_algorithms_swap_ranges_team_test.test 47: [ OK ] std_algorithms_swap_ranges_team_test.test (6330 ms) 47: [----------] 1 test from std_algorithms_swap_ranges_team_test (6330 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 5 tests from 4 test suites ran. (38362 ms total) 47: [ PASSED ] 5 tests. 47/50 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 39.16 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 48: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 48: Test timeout computed to be: 1500 48: [==========] Running 2 tests from 2 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_exclusive_scan_team_test 48: [ RUN ] std_algorithms_exclusive_scan_team_test.test 48: [ OK ] std_algorithms_exclusive_scan_team_test.test (9339 ms) 48: [----------] 1 test from std_algorithms_exclusive_scan_team_test (9339 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 48: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 48: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (4704 ms) 48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4704 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 2 tests from 2 test suites ran. (14043 ms total) 48: [ PASSED ] 2 tests. 48/50 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 14.84 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 49: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 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_inclusive_scan_team_test 49: [ RUN ] std_algorithms_inclusive_scan_team_test.test 49: [ OK ] std_algorithms_inclusive_scan_team_test.test (14161 ms) 49: [----------] 1 test from std_algorithms_inclusive_scan_team_test (14161 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 49: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 49: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (9460 ms) 49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (9460 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (23622 ms total) 49: [ PASSED ] 2 tests. 49/50 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 24.41 sec test 50 Start 50: Kokkos_UnitTest_SIMD 50: Test command: /var/jenkins/workspace/Kokkos_PR-6770/build/simd/unit_tests/Kokkos_UnitTest_SIMD 50: Test timeout computed to be: 1500 50: [==========] Running 14 tests from 1 test suite. 50: [----------] Global test environment set-up. 50: [----------] 14 tests from simd 50: [ RUN ] simd.host_math_ops 50: [ OK ] simd.host_math_ops (0 ms) 50: [ RUN ] simd.device_math_ops 50: [ OK ] simd.device_math_ops (2 ms) 50: [ RUN ] simd.host_mask_ops 50: [ OK ] simd.host_mask_ops (0 ms) 50: [ RUN ] simd.device_mask_ops 50: [ OK ] simd.device_mask_ops (0 ms) 50: [ RUN ] simd.host_conversions 50: [ OK ] simd.host_conversions (0 ms) 50: [ RUN ] simd.device_conversions 50: [ OK ] simd.device_conversions (0 ms) 50: [ RUN ] simd.host_shift_ops 50: [ OK ] simd.host_shift_ops (0 ms) 50: [ RUN ] simd.device_shift_ops 50: [ OK ] simd.device_shift_ops (0 ms) 50: [ RUN ] simd.host_condition 50: [ OK ] simd.host_condition (0 ms) 50: [ RUN ] simd.device_condition 50: [ OK ] simd.device_condition (0 ms) 50: [ RUN ] simd.host_gen_ctors 50: [ OK ] simd.host_gen_ctors (0 ms) 50: [ RUN ] simd.device_gen_ctors 50: [ OK ] simd.device_gen_ctors (0 ms) 50: [ RUN ] simd.host_where_expressions 50: [ OK ] simd.host_where_expressions (0 ms) 50: [ RUN ] simd.device_where_expressions 50: [ OK ] simd.device_where_expressions (0 ms) 50: [----------] 14 tests from simd (4 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 14 tests from 1 test suite ran. (4 ms total) 50: [ PASSED ] 14 tests. 50/50 Test #50: Kokkos_UnitTest_SIMD ........................ Passed 0.76 sec 100% tests passed, 0 tests failed out of 50 Total Test time (real) = 1921.01 sec + cd ../example/build_cmake_in_tree + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_CXX_STANDARD=17 .. -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting default Kokkos CXX standard to 17 -- Kokkos version: 4.2.1 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Kokkos Devices: SERIAL, Kokkos Backends: SERIAL -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_in_tree/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 3%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 7%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/example/build_cmake_in_tree/build/generated/Kokkos_Version_Info.cpp.o [ 10%] Linking CXX static library libkokkossimd.a [ 10%] Built target kokkossimd [ 14%] Linking CXX static library libimpl_git_version.a [ 14%] Built target impl_git_version Scanning dependencies of target kokkoscore [ 17%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 21%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 25%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 28%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 32%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 39%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 42%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 42%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 50%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 53%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 57%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 60%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 64%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 67%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 71%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 75%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 78%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 82%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 85%] Linking CXX static library libkokkoscore.a [ 85%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 89%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 92%] Linking CXX static library libkokkoscontainers.a [ 92%] Built target kokkoscontainers Scanning dependencies of target example [ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_in_tree/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6770/example/build_cmake_in_tree/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6770/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-6770/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: Kokkos atomics disabled 1: 1: Serial Runtime Configuration: 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000013 1: Sequential: 5 0.000000 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.00 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.01 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Wed Jan 31 22:56:59 2024 stats zeroed Wed Jan 31 22:26:07 2024 cache hit (direct) 48 cache hit (preprocessed) 2 cache miss 646 cache hit rate 7.18 % compiler produced stdout 22 cleanups performed 56 files in cache 3102 cache size 4.4 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 910da75813130410c94a08d8b7a8d4180a3ad0671ea4b6aabe0dab357200f3e7 $ docker rm -f --volumes 910da75813130410c94a08d8b7a8d4180a3ad0671ea4b6aabe0dab357200f3e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch HIP-ROCm-5.2 [Pipeline] } Failed in branch HIP-ROCm-5.6-C++20 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline Timeout has been exceeded org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a5ec823e-535c-4ffb-bf07-59c57f8e0909 GitHub has been notified of this commit’s build result Finished: ABORTED