Started by timer Checking out git https://github.com/kokkos/kokkos/ into /var/jenkins_home/workspace/Kokkos_nightly@script/e75d37dc961a6750345962697bdce3c1e4707329eda9edd8451eb759ba28aefd to read .jenkins/nightly.groovy Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/Kokkos_nightly@script/e75d37dc961a6750345962697bdce3c1e4707329eda9edd8451eb759ba28aefd/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos/ > git --version # timeout=10 > git --version # 'git version 2.47.3' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 Checking out Revision 37f70304dc3676691af88d3ac3ba50cddbfa337f (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 Commit message: "Merge pull request #8769 from PaulGannay/denorm_min_half" > git rev-list --no-walk 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: spack-serial) [Pipeline] { (Branch: spack-cuda) [Pipeline] { (Branch: GCC-15-CXX26) [Pipeline] { (Branch: HIP-ROCM-7.0-MI100-RDC-CXX20) [Pipeline] { (Branch: HIP-ROCM-7.0-MI210-CXX23) [Pipeline] stage [Pipeline] { (spack-serial) [Pipeline] stage [Pipeline] { (spack-cuda) [Pipeline] stage [Pipeline] { (GCC-15-CXX26) [Pipeline] stage [Pipeline] { (HIP-ROCM-7.0-MI100-RDC-CXX20) [Pipeline] stage [Pipeline] { (HIP-ROCM-7.0-MI210-CXX23) [Pipeline] node [Pipeline] node Running on CPU_Node_06 in /var/jenkins/workspace/Kokkos_nightly [Pipeline] node [Pipeline] node Running on waffle_02 in /var/jenkins/workspace/Kokkos_nightly [Pipeline] node Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_nightly Running on lascaux_02 in /var/jenkins/workspace/Kokkos_nightly [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL using credential Jenkins ORNL using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching changes from the remote Git repository using credential Jenkins ORNL Fetching changes from the remote Git repository Fetching changes from the remote Git repository Checking out Revision 37f70304dc3676691af88d3ac3ba50cddbfa337f (refs/remotes/origin/develop) Commit message: "Merge pull request #8769 from PaulGannay/denorm_min_half" Checking out Revision 37f70304dc3676691af88d3ac3ba50cddbfa337f (refs/remotes/origin/develop) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix Commit message: "Merge pull request #8769 from PaulGannay/denorm_min_half" [Pipeline] readFile [Pipeline] sh [Pipeline] withEnv [Pipeline] { Checking out Revision 37f70304dc3676691af88d3ac3ba50cddbfa337f (refs/remotes/origin/develop) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh Commit message: "Merge pull request #8769 from PaulGannay/denorm_min_half" + docker build -t 00e6c2bb2f7303eaca05bf3098ce68d2862b2193 --build-arg BASE=rocm/dev-ubuntu-24.04:7.0-complete -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:1794841923f9bde7798ea50e122c9393b6272175ac14c6b9deb81bcf0c979ab3 #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-24.04:7.0-complete #2 sha256:f711ac902827ecdb8d2508ec6a5b2981401ecc2a4baeb4207ad94e411099e27c [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh #2 DONE 0.4s #3 [internal] load .dockerignore #3 sha256:bc83c2d89beabfca7b5422fa36b2f284a7ea79f7759c3c75fd3b19c0153727ff #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-24.04:7.0-complete@sha256:ffd8ac00ca6c8e2dbfd0c364c7cc27542f90148f3f358d74efd028f67c33607b #7 sha256:ecb8979c5ea133e0c1dc5d9eb9f026f413fd3902005f3e3e2334c80682d252fe #7 DONE 0.0s #5 [3/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:61420f281197780a30841d13d4834fec759fe8d205633f7145914e99276222f2 #5 CACHED #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:59a3886551a1803e93469b4d1e8bbea5a685dbfd5a0c93e65fed656612c86dd9 #6 CACHED #4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.22.6 && CMAKE_SCRIPT=cmake-3.22.6-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.22.6-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:7bf9dcd390d267e1e71ba5dd0fc89002392235e889fa26e1f3a38ad8048c1640 #4 CACHED #8 exporting to image #8 sha256:38706eab1a2845c3490fbccb5aee311960fb8b1650c3df8c80ec83e68d6e286a #8 exporting layers done #8 writing image sha256:757716e75a158a7c663d55d73c4e677c3740e0736bb560d2d582ba2b2da39fe7 done #8 naming to docker.io/library/00e6c2bb2f7303eaca05bf3098ce68d2862b2193:latest done #8 DONE 0.0s + docker inspect -f . ubuntu:22.04 . [Pipeline] } > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_nightly/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos/ > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_nightly/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos/ > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_nightly/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos/ > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 [Pipeline] // withEnv > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_nightly/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos/ > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 [Pipeline] withDockerContainer CPU_Node_06 seems to be running inside container 86980ac722154a3e512a49ad428cf4be22a75958a0948d65bda687291b8e14ff + docker inspect -f . gcc:15.1 . $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_nightly --volumes-from 86980ac722154a3e512a49ad428cf4be22a75958a0948d65bda687291b8e14ff -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ubuntu:22.04 cat $ docker top 85fa0afa5f176cbfb5706688125ebd65ec33a846213d46648c6c09ce973b5ca6 -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] withDockerContainer CPU_Node_05 seems to be running inside container 1a946224d3248bc362f66bb7c5df4ce4cf2e77940e056f48b72a2c7c60cd1fee $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_nightly --volumes-from 1a946224d3248bc362f66bb7c5df4ce4cf2e77940e056f48b72a2c7c60cd1fee -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** gcc:15.1 cat + docker inspect -f . 00e6c2bb2f7303eaca05bf3098ce68d2862b2193 . Checking out Revision 37f70304dc3676691af88d3ac3ba50cddbfa337f (refs/remotes/origin/develop) Commit message: "Merge pull request #8769 from PaulGannay/denorm_min_half" $ docker top 92df5a55799bb8adb56fad9b3a908f9c3aeea3444e785a9a52dbdb5aef01a830 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] withDockerContainer > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37f70304dc3676691af88d3ac3ba50cddbfa337f # timeout=10 lascaux_02 seems to be running inside container a9f41bf7af548383558cb9025f7bc0916cf3108bbc01456296cb3d7a50bed755 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_nightly --volumes-from a9f41bf7af548383558cb9025f7bc0916cf3108bbc01456296cb3d7a50bed755 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 00e6c2bb2f7303eaca05bf3098ce68d2862b2193 cat + DEBIAN_FRONTEND=noninteractive + apt-get update $ docker top 28296be60b0c6bb018e4f49eb8ebfecae82aa6c01272a43be89b8161aae266d5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] + wget https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh --2025-12-22 05:31:09-- https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. + docker inspect -f . nvidia/cuda:12.9.0-devel-ubuntu24.04 . [Pipeline] } + ccache --zero-stats Statistics zeroed [Pipeline] // withEnv Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB] [Pipeline] withDockerContainer waffle_02 seems to be running inside container 9b12e5cc8a0fa8a60d6b9e27510b1a679ef80f65822f0d5d5713eedbe99138ba $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_nightly --volumes-from 9b12e5cc8a0fa8a60d6b9e27510b1a679ef80f65822f0d5d5713eedbe99138ba -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nvidia/cuda:12.9.0-devel-ubuntu24.04 cat HTTP request sent, awaiting response... 302 Found Location: https://release-assets.githubusercontent.com/github-production-release-asset/537699/a6d75952-6b93-477b-9b57-90be59570e7d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-12-22T06%3A10%3A22Z&rscd=attachment%3B+filename%3Dcmake-3.30.0-linux-x86_64.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-12-22T05%3A09%3A26Z&ske=2025-12-22T06%3A10%3A22Z&sks=b&skv=2018-11-09&sig=Yh0m7pU7MeDSuN6wr8RC6Ex8e5TLny%2FzfF05Q871Y5Y%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2NjM4MzI2OSwibmJmIjoxNzY2MzgxNDY5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.crMl3XxV50ip8xVIG1GAZP0itSgkBP9nPBwCVSvWmT0&response-content-disposition=attachment%3B%20filename%3Dcmake-3.30.0-linux-x86_64.sh&response-content-type=application%2Foctet-stream [following] --2025-12-22 05:31:09-- https://release-assets.githubusercontent.com/github-production-release-asset/537699/a6d75952-6b93-477b-9b57-90be59570e7d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-12-22T06%3A10%3A22Z&rscd=attachment%3B+filename%3Dcmake-3.30.0-linux-x86_64.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-12-22T05%3A09%3A26Z&ske=2025-12-22T06%3A10%3A22Z&sks=b&skv=2018-11-09&sig=Yh0m7pU7MeDSuN6wr8RC6Ex8e5TLny%2FzfF05Q871Y5Y%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2NjM4MzI2OSwibmJmIjoxNzY2MzgxNDY5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.crMl3XxV50ip8xVIG1GAZP0itSgkBP9nPBwCVSvWmT0&response-content-disposition=attachment%3B%20filename%3Dcmake-3.30.0-linux-x86_64.sh&response-content-type=application%2Foctet-stream Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53639415 (51M) [application/octet-stream] Saving to: 'cmake-3.30.0-linux-x86_64.sh.25' 0K .......... .......... .......... .......... .......... 0% 1.89M 27s 50K .......... .......... ......Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB] Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB] Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1287 kB] .... .......... .......... 0% 2.02M 26s 100K .......... .......... .......... .......... .......... 0% 2.32M 25s 150K .......... .......... .......... .......... .......... 0% 1.41M 28s 200K .......... .......... .......... .......... .......... 0% 3.33M 25s 250K .......... .......... .......... .......... .......... 0% 1.28M 28s 300K .......... .......... .......... .......... .......... 0% 776K 33s 350K .......... .......... .......... .......... .......... 0% 883K 36s 400K .......... .......... .......... .......... .......... 0% 956K 38s 450K .......... .......... .......... .......... .......... 0% 881K 40s 500K .......... .......... .......... .......... .......... 1% 780K 43s 550K .......... .......... .......... .......... .......... 1% 884K 44s 600K .......... .......... .......... ......Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] .... .......... 1% 1.04M 44s 650K .......... .......... .......... .......... .......... 1% 1.14M 44s 700K .......... .......... .......... .......... .......... 1% 773K 46s 750K .......... .......... .......... .......... .......... 1% 944K 46s 800K .......... .......... .......... .......... .......... 1% 727K 48s 850K .......... .......... ......Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] .... .......... .......... 1% 598K 50s 900K .......... .......... .......... .......... .......... 1% 572K 52s 950K .......... .......... .......... .......... .......... 1% 710K 53s 1000K .......... .......... .......... .......... .......... 2% 817K 53s 1050K .......... .......... .......... .......... .......... 2% 990K 53s 1100K .......... .......... .......... .......... .......... 2% 605K 54s 1150K .......... .......... .......... .......... .......... 2% 1.02M 54s 1200K .......... .......... .......... .......... .......... 2% 594K 55s 1250K .......... .......... .......... .......... .......... 2% 810K 56s 1300K .......... .......... .......... .......... .......... 2% 687K 56s 1350K .......... .......... .......... .......... .......... 2% 668K 57s 1400K .......... .......... .......... .......... .......... 2% 675K 57s 1450K .......... .......... .......... .......... .......... 2% 636K 58s 1500K .......... .......... .......... .......... .......... 2% 574K 59s 1550K .......... .......... ..........Get:11 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] .......... .......... 3% 780K 59s 1600K .......... .......... .......... .......... .......... 3% 683K 60s 1650K .......... .......... .......... .......... .......... 3% 770K 60s 1700K .......... .......... .......... .......... .......... 3% 927K 60s 1750K .......... .......... .......... .......... .......... 3% 1.02M 59s 1800K .......... .......... .......... .......... .......... 3% 1.21M 59s 1850K .......... .......... .......... .......... .......... 3% 1.26M 58s 1900K .......... .......... .......... .......... .......... 3% 998K 58s 1950K .......... .......... .......... .......... .......... 3% 1.39M 57s 2000K .......... .......... .......... .......... .......... 3% 989K 57s 2050K .......... .......... .......... .......... .......... 4% 891K 57s 2100K .......... .......... .......... .......... .......... 4% 838K 57s 2150K .......... .......... .......... .......... .......... 4% 1.01M 57s 2200K .......... .......... .......... .......... .......... 4% 1.01M 56s 2250K .......... .......... .......... .......... .......... 4% 877K 56s 2300K .......... .......... .......... .......... .......... 4% 556K 57s 2350K .......... .......... .......... .......... .......... 4% 654K 57s 2400K .......... .......... .......... .......... .......... 4% 490K 58s 2450K .......... .......... .......... .......... .......... 4% 595K 59s 2500K .......... .......... .......... .......... .......... 4% 719K 59s 2550K .......... .......... .......... .......... .......... 4% 891K 59s 2600K .......... .......... .......... ......$ docker top 04ceca6502bd9e23116871b86badefb066eef854dbc5691a2873280d789e80bf -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 .... .......... 5% 957K 59s 2650K .......... .......... .......... .......... .......... 5% 614K 59s 2700K .......... .......... .......... .......... .......... 5% 448K 60s 2750K .......... .......... .......... .......... ......[Pipeline] sh + export CMAKE_BUILD_PARALLEL_LEVEL=16 + export ENV_CMAKE_OPTIONS= + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20 + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument' + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm' + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_TESTS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_BENCHMARKS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_HIP=ON + ctest -VV -D CDASH_MODEL=Nightly -D CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DCMAKE_CXX_COMPILER=hipcc;-DCMAKE_CXX_STANDARD=20;-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument';-DCMAKE_PREFIX_PATH='/opt/rocm';-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_HIP=ON -S scripts/CTestRun.cmake -D CTEST_SITE=ornl-jenkins -D CTEST_BUILD_NAME=HIP-ROCM-7.0-MI100-RDC-CXX20 * Extra verbosity turned on Reading Script: /var/jenkins/workspace/Kokkos_nightly/scripts/CTestRun.cmake .... 5% 699K 60s 2800K .......... .......... .......... .......... .......... 5% 818K 60s 2850K .......... .......... .......... .......... .......... 5% 967K 60s 2900K .......... .......... .......... .......... .......... 5% 1.17M 59s 2950K .......... .......... .......... .......... .......... 5% 1.12M 59s 3000K .......... .......... .......... .......... .......... 5% 1.09M 59s 3050K ..Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB] + DEBIAN_FRONTEND=noninteractive + apt-get update ........ .......... .......... .......... .......... 5% 636K 59s 3100K .......... .......... .......... .......... .......... 6% 531K 59s 3150K .......... .......... .......... .......... .......... 6% 732K 59s 3200K .......... .......... ........Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3966 kB] .. .......... .......... 6% 769K 59s 3250K .......... .......... .......... .......... .......... 6% 753K 60s 3300K .......... .......... .......... .......... .......... 6% 879K 59s 3350K .......... .......... .......... .......... .......... 6% 620K 60s 3400K .......... ..........Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 InRelease [1581 B] Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] .......... .......... .......... 6% 1.25M 59s 3450K .......... .......... .......... .......... .......... 6% 594K 60s 3500K .......... .......... .......... .......... .......... 6% 510K 60s 3550K .......... .......... .......... .......... ......Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.9 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [37.2 kB] .... 6% 857K 60s 3600K .......... .......... .......... .......... .......... 6% 579K 60s 3650K .......... .......... .......... .......... .......... 7% 552K 60s 3700K .......... .......... ....Fetched 43.7 MB in 5s (8047 kB/s) Reading package lists......... .......... .......... 7% 513K 61s 3750K .......... .......... .......... .......... .......... 7% 804K 61s 3800K .......... .......... .......... .......... .......... 7% 835K 61s 3850K .......... .......... .......... .......... .......... 7% 779K 61s 3900K .......... ......Get:6 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 Packages [1085 kB] .... .......... .......... .......... 7% 542K 61s 3950K .......... .......... .......... .......... .......... 7% 586K 61s 4000K .......... .......... .......... .......... .......... 7% 681K 61s 4050K .......... .......... ......Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] .... .......... .......... 7% 828K 61s 4100K .......... .......... .......... .......... .......... 7% 588K 61s 4150K .......... .......... .......... .......... .......... 8% 527K 62s 4200K .......... .......... .......... .......... .......... 8% 581K 62s 4250K .......... .......... .......... .......... .......... 8% 562K 62s 4300K .......... .......... .......... .......... .......... 8% 582K 62s 4350K .......... .......... ..........Get:8 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] + apt-get upgrade -y Reading package lists... .......... .......... 8% 533K 62s 4400K .......... .......... .......... .......... .......... 8% 563K 63s 4450K .......... .......... .......... .......... .......... 8% 537K 63s 4500K ........Get:11 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1183 kB] SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build Run dashboard with model Nightly Source directory: /var/jenkins/workspace/Kokkos_nightly Build directory: /var/jenkins/workspace/Kokkos_nightly/build Reading ctest configuration file: /var/jenkins/workspace/Kokkos_nightly/CTestConfig.cmake SetCTestConfigurationFromCMakeVariable:NightlyStartTime:CTEST_NIGHTLY_START_TIME SetCTestConfiguration:NightlyStartTime:01:00:00;UTC SetCTestConfigurationFromCMakeVariable:Site:CTEST_SITE SetCTestConfiguration:Site:ornl-jenkins SetCTestConfigurationFromCMakeVariable:BuildName:CTEST_BUILD_NAME SetCTestConfiguration:BuildName:HIP-ROCM-7.0-MI100-RDC-CXX20 Site: ornl-jenkins Build name: HIP-ROCM-7.0-MI100-RDC-CXX20 Determine Nightly Start Time Specified time: 01:00:00;UTC Use Nightly tag: 20251222-0100 SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfigurationFromCMakeVariable:UpdateCommand:CTEST_UPDATE_COMMAND SetCTestConfiguration:UpdateCommand:git SetCTestConfigurationFromCMakeVariable:UpdateVersionOnly:CTEST_UPDATE_VERSION_ONLY SetCTestConfiguration:UpdateVersionOnly:1 Updating the repository: /var/jenkins/workspace/Kokkos_nightly Use GIT repository type New revision of repository is: Gathering version information (one . per revision): SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:ConfigureCommand:"/opt/cmake/bin/cmake" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_CXX_COMPILER=hipcc" "-DCMAKE_CXX_STANDARD=20" "-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument'" "-DCMAKE_PREFIX_PATH='/opt/rocm'" "-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_HIP=ON" "-GUnix Makefiles" "/var/jenkins/workspace/Kokkos_nightly" Configure project Configure with command: "/opt/cmake/bin/cmake" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_CXX_COMPILER=hipcc" "-DCMAKE_CXX_STANDARD=20" "-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument'" "-DCMAKE_PREFIX_PATH='/opt/rocm'" "-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_HIP=ON" "-GUnix Makefiles" "/var/jenkins/workspace/Kokkos_nightly" Run command: "/opt/cmake/bin/cmake" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_CXX_COMPILER=hipcc" "-DCMAKE_CXX_STANDARD=20" "-DCMAKE_CXX_FLAGS='-Werror -Wno-unused-command-line-argument'" "-DCMAKE_PREFIX_PATH='/opt/rocm'" "-DKokkos_ENABLE_HIP_RELOCATABLE_DEVICE_CODE=ON" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_HIP=ON" "-GUnix Makefiles" "/var/jenkins/workspace/Kokkos_nightly" -- Setting default Kokkos CXX standard to 20 .. .......... .......... .......... .......... 8% 529K 63s 4550K .......... .......... .......... .......... .......... 8% 459K 63s 4600K .......... .......... .......... .......... .......... 8% 503K 64s 4650K .......... .......... .......... .......... .......... 8% 482K 64s 4700K .......... .......... .......... .......... .......... 9% 519K 64s 4750K .......... .......... ..........Get:12 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [33.1 kB] Get:13 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1752 kB] .......... .......... 9% 573K 64s 4800K .......... .......... .......... .......... .......... 9% 442K 65s 4850K .......... .......... .......... .......... ..Get:14 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2898 kB] ........ 9% 531K 65s 4900K .......... .......... .......... .......... .......... 9% 490K 65s 4950K .......... .......... .......... ........-- The CXX compiler identification is Clang 20.0.0 -- Detecting CXX compiler ABI info Building dependency tree... Reading state information... .. .......... 9% 275K 66s 5000K .......... .......... .......... .......... .......... 9% 226K 68s 5050K ..Calculating upgrade... ........ .......... .......... .......... .......... 9% 309K 68s 5100K .......... .......... .......... ..The following packages will be upgraded: apt dpkg gcc-12-base gpgv libapt-pkg6.0 libc-bin libc6 libcap2 libgcc-s1 libgnutls30 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libpam-modules libpam-modules-bin libpam-runtime libpam0g libseccomp2 libssl3 libstdc++6 libsystemd0 libtasn1-6 libudev1 perl-base ........ .......... 9% 288K 69s 5150K .......... .......... .......... .......... .......... 9% 398K 70s 5200K .......... .......... ........25 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 14.5 MB of archives. After this operation, 20.5 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-12-base amd64 12.3.0-1ubuntu1~22.04.2 [20.6 kB] .. .......... .......... 10% 463K 70s 5250K .......... .......... .......... .......... .......... 10% 640K 70s 5300K .......... .......... .......... .......... .......... 10% 680K 70s 5350K .......... .......... .......... ........Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-s1 amd64 12.3.0-1ubuntu1~22.04.2 [53.9 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++6 amd64 12.3.0-1ubuntu1~22.04.2 [699 kB] .. .......... 10% 604K 70s 5400K .......... .......... .......... .......... .......... 10% 580K 70s 5450K .......... .......... .......... .......... .......... 10% 705K 70s 5500K .......... .......... .......... .......... .......... 10% 192K 71s 5550K .......... .......... ..........Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.11 [3235 kB] .......... .......... 10% 437K 71s 5600K .......... .......... .......... .......... .......... 10% 661K 71s 5650K .......... .......... .......... .......... .......... 10% 800K 71s 5700K .......... .......... .......... .......... .......... 10% 1.07M 71s 5750K .......... .......... ..-- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 5.0.99 -- The project name is: Kokkos -- Using bundled GoogleTest version ........ .......... .......... 11% 1016K 71s 5800K .......... .......... .......... .......... .......... 11% 1.26M 70s 5850K .......... .......... .......... .......... .......... 11% 1.16M 70s 5900K .......... .......... .......... .......... .......... 11% 752K 70s 5950K .......... .......... .......... .......... .......... 11% 1.03M 69s 6000K .......... .......... .......... .......... .......... 11% 601K 69s 6050K .......... .......... .......... .......... .......... 11% 557K 69s 6100K .......... .......... .......... .......... .......... 11% 684K 69s 6150K .......... .......... .......... ........Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.17 [317 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.17 [76.7 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapt-pkg6.0 amd64 2.4.14 [912 kB] .. .......... 11% 833K 69s 6200K .......... .......... .......... .......... .......... 11% 963K 69s 6250K .......... .......... .......... .......... .......... 12% 781K 69s 6300K .......... .......... .......... .......... .......... 12% 599K 69s 6350K .......... .......... .......... .......... .......... 12% 503K 69s 6400K .......... .......... .......... .......... .......... 12% 527K 69s 6450K .......... .......... .......... .......... .......... 12% 633K 69s 6500K .......... .......... ....Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg amd64 1.21.1ubuntu2.6 [1239 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-base amd64 5.34.0-3ubuntu1.5 [1761 kB] ...... .......... .......... 12% 865K 69s 6550K .......... .......... .......... .......... .......... 12% 811K 68s 6600K .......... .......... .......... .......... .......... 12% 778K 68s 6650K .......... .......... .......... .......... .......... 12% 640K 68sGet:15 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1950 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-bin amd64 2.35-0ubuntu3.11 [706 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgv amd64 2.2.27-3ubuntu2.4 [137 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6 amd64 4.18.0-4ubuntu0.1 [43.5 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls30 amd64 3.7.3-4ubuntu1.7 [967 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libseccomp2 amd64 2.5.3-2ubuntu3~22.04.1 [47.4 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt amd64 2.4.14 [1363 kB] 6700K .......... .......... .......... .......... .......... 12% 475K 68s 6750K .......... .......... .......... .......... .......... 12% 687K 68s 6800K .......... .......... .......... .......... .......... 13% 773K 68s 6850K .......... .......... ......Get:16 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [35.9 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2130 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam0g amd64 1.4.0-11ubuntu2.6 [59.9 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-modules-bin amd64 1.4.0-11ubuntu2.6 [37.4 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-modules amd64 1.4.0-11ubuntu2.6 [282 kB] Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2 amd64 1:2.44-1ubuntu0.22.04.2 [18.3 kB] Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libk5crypto3 amd64 1.19.2-2ubuntu0.7 [86.5 kB] Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5support0 amd64 1.19.2-2ubuntu0.7 [32.7 kB] Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-3 amd64 1.19.2-2ubuntu0.7 [356 kB] Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssapi-krb5-2 amd64 1.19.2-2ubuntu0.7 [144 kB] Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.20 [1905 kB] .... .......... .......... 13% 920K 68s 6900K .......... .......... .......... .......... .......... 13% 978K 68s 6950K .......... .......... .......... .......... .......... 13% 1.20M 67s 7000K .......... .......... .......... .......... .......... 13% 1.12M 67s 7050K .......... .......... .......... .......... .......... 13% 1.35M 67s 7100K .......... .......... .......... .......... .......... 13% 940K 67s 7150K .......... ....Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-runtime all 1.4.0-11ubuntu2.6 [40.2 kB] ...... .......... .......... .......... 13% 953K 66s 7200K .......... .......... .......... .......... .......... 13% 1.10M 66s 7250K .......... .......... .......... .......... .......... 13% 1.16M 66s 7300K .......... .......... .......... .......... .......... 14% 1.28M 66s 7350K .......... .......... .......... .......... .......... 14% 1.36M 65s 7400K .......... .......... .......... ......Get:18 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3059 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 14.5 MB in 3s (4771 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 ... 4393 files and directories currently installed.) Preparing to unpack .../gcc-12-base_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... Setting up gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04.2) ... Still waiting to schedule task All nodes of label ‘rocm-docker&&AMD_Radeon_Instinct_MI210’ are offline .... .......... 14% 696K 65s 7450K .......... .......... .......... .......... .......... 14% 1.48M 65s 7500K .......... .......... .......... .......... .......... 14% 780K 65s 7550K .......... .......... .......... .......... .......... 14% 859K 65s 7600K .......... .......... .......... .......... .......... 14% 976K 64s 7650K .......... .......... ......(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 ... 4393 files and directories currently installed.) Preparing to unpack .../libgcc-s1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... Setting up libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04.2) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libstdc++6_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libstdc++6:amd64 (12.3.0-1ubuntu1~22.04.2) over (12.3.0-1ubuntu1~22.04) ... Setting up libstdc++6:amd64 (12.3.0-1ubuntu1~22.04.2) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libc6_2.35-0ubuntu3.11_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype .... .......... .......... 14% 1.07M 64s 7700K .......... .......... .......... .......... .......... 14% 1.00M 64s 7750K .......... .......... .......... .......... .......... 14% 795K 64s 7800K .......... .......... .......... .......... .......... 14% 966K 64s 7850K .......... .......... .......... .......... .......... 15% 1.10M 64s 7900K .......... ......Unpacking libc6:amd64 (2.35-0ubuntu3.11) over (2.35-0ubuntu3.8) ... Get:19 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.5 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [34.6 kB] .... .......... .......... .......... 15% 907K 63s 7950K .......... .......... .......... .......... .......... 15% 1.27M 63s 8000K .......... .......... .......... .......... .......... 15% 779K 63s 8050K .......... .......... .......... .......... .......... 15% 1.57M 63s 8100K .......... .......... .......... .......... .......... 15% 580K 63s 8150K ......Fetched 36.4 MB in 8s (4813 kB/s) Reading package lists....... .......... .......... .......... .......... 15% 398K 63s 8200K .......... .......... .......... ......Setting up libc6:amd64 (2.35-0ubuntu3.11) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype .... .......... 15% 329K 63s 8250K .......... .......... .......... .......... .......... 15% 410K 63s 8300K .......... .......... .......... .......... .......... 15% 268K 64s 8350K .......... .......... .......... .......... .......... 16% 399K 64s 8400K .......... .......... .......... .......... .......... 16% 411K 64s 8450K .......... .......... .......... .......... .......... 16% 565K 64s 8500K .......... .......... .......... .......... .......... 16% 491K 64s 8550K ...... W: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. + apt-get upgrade -y .... .......... .......... .......... .......... 16% 474K 65s 8600K .......... .......... .......... .......... .......... 16% 405K 65s 8650K ..Reading package lists...(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 ... 4393 files and directories currently installed.) Preparing to unpack .../libsystemd0_249.11-0ubuntu3.17_amd64.deb ... Unpacking libsystemd0:amd64 (249.11-0ubuntu3.17) over (249.11-0ubuntu3.12) ... -- Kokkos is configured for CMake languages CXX compilation (using HIPCC version 7.0.51831) -- 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. -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS ........ .......... .......... .......... .......... 16% 413K 65s 8700K .......... .......... .......... .......... .......... 16% 317K 65s 8750K .......... ....Setting up libsystemd0:amd64 (249.11-0ubuntu3.17) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libudev1_249.11-0ubuntu3.17_amd64.deb ... Unpacking libudev1:amd64 (249.11-0ubuntu3.17) over (249.11-0ubuntu3.12) ... Setting up libudev1:amd64 (249.11-0ubuntu3.17) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libapt-pkg6.0_2.4.14_amd64.deb ... Unpacking libapt-pkg6.0:amd64 (2.4.14) over (2.4.13) ... Setting up libapt-pkg6.0:amd64 (2.4.14) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../dpkg_1.21.1ubuntu2.6_amd64.deb ... Unpacking dpkg (1.21.1ubuntu2.6) over (1.21.1ubuntu2.3) ... ...... .......... .......... .......... 16% 654K 65s 8800K .......... .......... .......... .......... .......... 16% 790K 65s 8850K .......... .......... .......... .......... .......... 16% 969K 65s 8900K .......... .......... .......... .......... .......... 17% 1021K 65s 8950K .......... .......... .......... ........Setting up dpkg (1.21.1ubuntu2.6) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../perl-base_5.34.0-3ubuntu1.5_amd64.deb ... Unpacking perl-base (5.34.0-3ubuntu1.5) over (5.34.0-3ubuntu1.3) ... .. .......... 17% 1.17M 64s 9000K .......... .......... .......... .......... .......... 17% 1.25M 64s 9050K .......... .......... .......... .......... .......... 17% 888K 64s 9100K .......... .......... .......... .......... .......... 17% 904K 64s 9150K .......... .......... .......... .......... .......... 17% 983K 64s 9200K .......... .......... .......... .......... .... Building dependency tree......... 17% 1.03M 63s 9250K .......... .......... .......... .......... .......... 17% 1.21M 63s 9300K .......... .......... .......... .......... .......... 17% 883K 63s 9350K .......... .......... .......... .......... .......... 17% 1.47M 63s 9400K .......... .......... .......... .......... .......... 18% 1006K 63s 9450K .......... .......... .......... .......... .......... 18% 767K 63s Reading state information... Calculating upgrade... 9500K .......... .......... .......... .......... .......... 18% 564K 63s 9550K .......... .......... .......... .......... .......... 18% 895K 62s 9600K .......... .......... .......... .......... .......... 18% 1002K 62s 9650K .......... .......... .......... .......... .. ........ 18% 738K 62s 9700K .......... .......... .......... .......... .......... 18% 866K 62s 9750K .......... .......... .......... .......... .......... 18% 953K 62s 9800K .......... .......... .......... .......... .......... 18% 1.06M 62s 9850K .......... .......... .......... .......... .......... 18% 1.02M 61s 9900K .......... .......... .......... .......... .......... 18% 1.06M 61s 9950K ......-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using -std=gnu++20 for C++20 extensions as feature The following packages have been kept back: cuda-libraries-12-9 cuda-libraries-dev-12-9 cuda-nsight-compute-12-9 libcublas-12-9 libcublas-dev-12-9 libnccl-dev libnccl2 The following packages will be upgraded: apt base-files binutils binutils-common binutils-x86-64-linux-gnu bsdutils coreutils cuda-command-line-tools-12-9 cuda-compat-12-9 cuda-compiler-12-9 cuda-crt-12-9 cuda-cudart-12-9 cuda-cudart-dev-12-9 cuda-cuobjdump-12-9 cuda-cupti-12-9 cuda-cupti-dev-12-9 cuda-cuxxfilt-12-9 cuda-driver-dev-12-9 cuda-gdb-12-9 cuda-minimal-build-12-9 cuda-nvcc-12-9 cuda-nvdisasm-12-9 cuda-nvml-dev-12-9 cuda-nvprof-12-9 cuda-nvprune-12-9 cuda-nvrtc-12-9 cuda-nvrtc-dev-12-9 cuda-nvtx-12-9 cuda-nvvm-12-9 cuda-profiler-api-12-9 cuda-sanitizer-12-9 cuda-toolkit-12-9-config-common cuda-toolkit-12-config-common cuda-toolkit-config-common dirmngr dpkg dpkg-dev gnupg gnupg-utils gnupg2 gpg gpg-agent gpgconf gpgsm gpgv gzip keyboxd libapt-pkg6.0t64 libbinutils libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libctf-nobfd0 libctf0 libcufft-12-9 libcufft-dev-12-9 libcufile-12-9 libcufile-dev-12-9 libcusolver-12-9 libcusolver-dev-12-9 libcusparse-12-9 libcusparse-dev-12-9 libdpkg-perl libgnutls30t64 libgprofng0 libmount1 libnpp-12-9 libnpp-dev-12-9 libnvfatbin-12-9 libnvfatbin-dev-12-9 libnvjitlink-12-9 libnvjitlink-dev-12-9 libnvjpeg-12-9 libnvjpeg-dev-12-9 libpam-modules libpam-modules-bin libpam-runtime libpam0g libperl5.38t64 libsframe1 libsmartcols1 libsqlite3-0 libssl3t64 libsystemd0 libudev1 libuuid1 linux-libc-dev mount openssl perl perl-base perl-modules-5.38 util-linux .... .......... .......... .......... .......... 19% 961K 61s 10000K .......... .......... .......... .......... .......... 19% 1.02M 61s 10050K .......... .......... .......... .......... .......... 19% 1.03M 61s 10100K .......... .......... .......... .......... .......... 19% 933K 61s 10150K .......... .......... .......... .......... .......... 19% 1.33M 60s 10200K .......... .......... ........Setting up perl-base (5.34.0-3ubuntu1.5) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libc-bin_2.35-0ubuntu3.11_amd64.deb ... Unpacking libc-bin (2.35-0ubuntu3.11) over (2.35-0ubuntu3.8) ... Setting up libc-bin (2.35-0ubuntu3.11) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../gpgv_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpgv (2.2.27-3ubuntu2.4) over (2.2.27-3ubuntu2.1) ... Setting up gpgv (2.2.27-3ubuntu2.4) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libtasn1-6_4.18.0-4ubuntu0.1_amd64.deb ... Unpacking libtasn1-6:amd64 (4.18.0-4ubuntu0.1) over (4.18.0-4build1) ... Setting up libtasn1-6:amd64 (4.18.0-4ubuntu0.1) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libgnutls30_3.7.3-4ubuntu1.7_amd64.deb ... Unpacking libgnutls30:amd64 (3.7.3-4ubuntu1.7) over (3.7.3-4ubuntu1.5) ... .. .......... .......... 19% 1.03M 60s 10250K .......... .......... .......... .......... .......... 19% 1.04M 60s 10300K .......... .......... .......... .......... .......... 19% 689K 60s 10350K .......... .......... .......... .......... ........Setting up libgnutls30:amd64 (3.7.3-4ubuntu1.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 ... 4393 files and directories currently installed.) Preparing to unpack .../libseccomp2_2.5.3-2ubuntu3~22.04.1_amd64.deb ... Unpacking libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) over (2.5.3-2ubuntu2) ... Setting up libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../archives/apt_2.4.14_amd64.deb ... Unpacking apt (2.4.14) over (2.4.13) ... Setting up apt (2.4.14) ... .. 19% 407K 60s 10400K .......... .......... .......... .......... .......... 19% 752K 60s 10450K .......... .......... .......... .......... .......... 20% 852K 60s 10500K .......... .......... .......... .......... .......... 20% 667K 60s 10550K .......... .......... .......... ..........(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 ... 4393 files and directories currently installed.) Preparing to unpack .../libpam0g_1.4.0-11ubuntu2.6_amd64.deb ... Unpacking libpam0g:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.4) ... .......... 20% 844K 60s 10600K .......... .......... .......... .......... .......... 20% 683K 60s 10650K .......... .......... .......... .......... .......... 20% 712K 60s 10700K .......... .......... .......... .......... .......... 20% 630K 60s95 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. Need to get 1984 MB of archives. After this operation, 97.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-dev amd64 2.39-0ubuntu8.6 [2125 kB] Setting up libpam0g:amd64 (1.4.0-11ubuntu2.6) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu2.6_amd64.deb ... Unpacking libpam-modules-bin (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.4) ... Setting up libpam-modules-bin (1.4.0-11ubuntu2.6) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libpam-modules_1.4.0-11ubuntu2.6_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype 10750K .......... .......... .......... .......... .......... 20% 302K 60s 10800K .......... .......... .......... .......... .......... 20% 648K 60s 10850K .......... .......... ........Unpacking libpam-modules:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.4) ... Setting up libpam-modules:amd64 (1.4.0-11ubuntu2.6) ... Installing new version of config file /etc/security/namespace.init ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libcap2_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... Unpacking libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) over (1:2.44-1ubuntu0.22.04.1) ... Setting up libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) ... (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.7_amd64.deb ... Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.4) ... .. .......... .......... 20% 790K 60s 10900K .......... .......... .......... .......... .......... 20% 967K 60s 10950K .......... .......... .......... .......... .......... 20% 1.08M 59s 11000K .......... .......... .......... .......... .......... 21% 1.05M 59s 11050K .......... .......... .......... .......... .......... 21% 1.31M 59s 11100K .......... .......... .......... .......... .......... 21% 1.32M 59sSetting up libk5crypto3:amd64 (1.19.2-2ubuntu0.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 ... 4393 files and directories currently installed.) Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.7_amd64.deb ... Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.4) ... Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.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 ... 4393 files and directories currently installed.) Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.7_amd64.deb ... Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.4) ... Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.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 ... 4393 files and directories currently installed.) Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.7_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.4) ... Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) ... Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cupti-12-9 12.9.79-1 [12.7 MB] 11150K .......... .......... .......... .......... .......... 21% 1.13M 59s 11200K .......... .......... .......... .......... .......... 21% 1.45M 58s 11250K .......... .......... .......... .......... .......... 21% 1.70M 58s 11300K .......... .......... .......... .......... .......... 21% 1.62M 58s 11350K .......... .......... .......... .......... .......... 21% 1.74M 58s 11400K .......... .......... .......... .......... .......... 21% 1.77M 58s 11450K .......... .......... .......... .......... .......... 21% 1.90M 57s 11500K .......... .......... .......... .......... .......... 22% 1.89M 57s 11550K .......... .......... .......... .......... ........(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 ... 4393 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.2-0ubuntu1.20_amd64.deb ... Unpacking libssl3:amd64 (3.0.2-0ubuntu1.20) over (3.0.2-0ubuntu1.18) ... Setting up libssl3:amd64 (3.0.2-0ubuntu1.20) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype (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 ... 4393 files and directories currently installed.) Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu2.6_all.deb ... Unpacking libpam-runtime (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.4) ... .. 22% 1.50M 57s 11600K .......... .......... .......... .......... .......... 22% 2.23M 57s 11650K .......... .......... .......... .......... .......... 22% 1.26M 56s 11700K .......... .......... .......... .......... .......... 22% 3.45M 56s 11750K .......... .......... .......... .......... .......... 22% 1.39M 56s 11800K .......... .......... .......... .......... .......... 22% 1.45M 56s 11850K .......... .......... .......... .......... .......... 22% 1.76M 56s 11900K .......... .......... .......... .......... .......... 22% 1.60M 55s 11950K .......... .......... .......... .......... .......... 22% 1.27M 55s 12000K .......... .......... .......... .......... ......Setting up libpam-runtime (1.4.0-11ubuntu2.6) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Processing triggers for libc-bin (2.35-0ubuntu3.11) ... + apt-get install -y build-essential wget git bc python3-dev Reading package lists....... 23% 1.17M 55s 12050K .......... .......... .......... .......... .......... 23% 1.19M 55s 12100K .......... .......... .......... .......... .......... 23% 1.45M 55s 12150K .......... .......... .......... .......... .......... 23% 922K 55s 12200K .......... .......... .......... .......... .......... 23% 771K 55s 12250K .......... .......... .......... .......... .......... 23% 433K 55s 12300K .......... .......... .......... .......... .......... 23% 519K 55s 12350K .......... .......... .......... .......... ........Get:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cupti-dev-12-9 12.9.79-1 [4083 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc-dev-bin amd64 2.39-0ubuntu8.6 [20.4 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 linux-libc-dev amd64 6.8.0-90.91 [1932 kB] .. 23% 474K 55s 12400K .......... .......... .......... .......... .......... 23% 828K 55s 12450K .......... .......... .......... .......... .......... 23% 832K 55s 12500K .......... .......... .......... .......... .......... 23% 1.09M 54s 12550K .......... .......... .......... .......... .......... 24% 857K 54s 12600K .......... .......... .......... .......... .......... 24% 885K 54s 12650K .......... .......... .......... .......... .......... 24% 984K 54s 12700K .......... .......... .......... .......... .......... 24% 1.02M 54s 12750K .......... .......... .......... .......... .......... 24% 942K 54s 12800K .......... .......... .......... .......... .......... 24% 1.30M 54s 12850K .......... .......... .......... .......... ....Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6 amd64 2.39-0ubuntu8.6 [3263 kB] Get:7 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvdisasm-12-9 12.9.88-1 [5486 kB] ...... 24% 1.37M 54s 12900K .......... .......... .......... .......... .......... 24% 1.35M 53s 12950K .......... .......... .......... .......... .......... 24% 1.02M 53s 13000K .......... .......... .......... .......... .......... 24% 1.22M 53s 13050K .......... .......... .......... .......... .......... 25% 1.05M 53s 13100K .......... .......... .......... .......... .......... 25% 1.33M 53s 13150K .......... .......... .......... .......... .......... 25% 1.07M 53s 13200K .......... .... Building dependency tree... Reading state information... ...... .......... .......... .......... 25% 1.47M 52s 13250K .......... .......... .......... .......... .......... 25% 1.53M 52s 13300K .......... .......... .......... .......... .......... 25% 967K 52s 13350K .......... .......... .......... .......... .......... 25% 2.90M 52s 13400K .......... .......... .......... .......... .......... 25% 763K 52s 13450K .......... .......... .......... .......... .......... 25% 869K 52s 13500K ..Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 base-files amd64 13ubuntu10.3 [73.2 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bsdutils amd64 1:2.39.3-9ubuntu6.4 [95.6 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 coreutils amd64 9.4-3ubuntu6.1 [1413 kB] The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libexpat1-dev libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpdec3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 libpython3-dev libpython3-stdlib libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev media-types netbase openssh-client openssl patch perl perl-modules-5.34 pinentry-curses publicsuffix python3 python3-distutils python3-lib2to3 python3-minimal python3.10 python3.10-dev python3.10-minimal readline-common rpcsvc-proto ucf xauth xz-utils zlib1g-dev Suggested packages: binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-11-multilib gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon apache2 | lighttpd | httpd glibc-doc bzr libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-11-doc make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv python3.10-venv python3.10-doc binfmt-support readline-doc ........ .......... .......... .......... .......... 25% 673K 52s 13550K .......... .......... .......... .......... .......... 25% 365K 52s 13600K .......... .......... .......... .......... ......Get:11 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cuobjdump-12-9 12.9.82-1 [218 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd0 amd64 255.4-1ubuntu8.12 [435 kB] The following NEW packages will be installed: bc binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 ca-certificates cpp cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1 libexpat1-dev libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpdec3 libmpfr6 libnghttp2-14 libnpth0 libnsl-dev libperl5.34 libpng16-16 libpsl5 libpython3-dev libpython3-stdlib libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev lto-disabled-list make manpages manpages-dev media-types netbase openssh-client openssl patch perl perl-modules-5.34 pinentry-curses publicsuffix python3 python3-dev python3-distutils python3-lib2to3 python3-minimal python3.10 python3.10-dev python3.10-minimal readline-common rpcsvc-proto ucf wget xauth xz-utils zlib1g-dev 0 upgraded, 146 newly installed, 0 to remove and 0 not upgraded. Need to get 106 MB of archives. After this operation, 376 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] .... 26% 710K 52s 13650K .......... .......... .......... .......... .......... 26% 859K 52s 13700K .......... .......... .......... .......... .......... 26% 1011K 52s 13750K .......... .......... .......... .......... .......... 26% 1.05M 52s 13800K .......... .......... .......... .......... .......... 26% 1.18M 51s 13850K .......... .......... .......... .......... .......... 26% 1.30M 51s 13900K .......... .......... .......... .......... .......... 26% 1.29M 51s 13950K .......... .......... .......... ..Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libudev1 amd64 255.4-1ubuntu8.12 [177 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapt-pkg6.0t64 amd64 2.8.3 [985 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.12 [815 kB] ........ .......... 26% 745K 51s 14000K .......... .......... .......... .......... .......... 26% 680K 51s 14050K .......... .......... .......... .......... .......... 26% 346K 51s 14100K ..........Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dpkg amd64 1.22.6ubuntu6.5 [1282 kB] Get:16 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-gdb-12-9 12.9.79-1 [26.3 MB] .......... .......... .......... .......... 27% 354K 51s 14150K .......... .......... .......... .......... .......... 27% 544K 51s 14200K .......... .......... ..Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gzip amd64 1.12-1ubuntu3.1 [99.0 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libperl5.38t64 amd64 5.38.2-3.2ubuntu0.2 [4874 kB] ........ .......... .......... 27% 745K 51s 14250K .......... .......... .......... .......... .......... 27% 863K 51s 14300K .......... .......... .......... .......... .......... 27% 962K 51s 14350K .......... .......... .......... .......... .......... 27% 875K 51s 14400K .......... .......... .......... .......... .......... 27% 1.13M 51s 14450K .......... .......... .......... .......... .......... 27% 1.30M 51s 14500K .......... .......... .......... .......... .......... 27% 1.55M 50s 14550K .......... .......... .......... .......... .......... 27% 1.50M 50s 14600K .......... .......... .......... .......... .......... 27% 1.07M 50s 14650K .......... .......... .......... .......... .......... 28% 1.45M 50s 14700K .......... .......... .......... .......... .......... 28% 1.22M 50s 14750K .......... .......... .......... .......... ........Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.12 [2268 kB] .. 28% 787K 50s 14800K .......... .......... .......... .......... .......... 28% 955K 50s 14850K .......... .......... .......... .......... .......... 28% 751K 50s 14900K .......... .......... .......... .......... .......... 28% 923K 50s 14950K .......... .......... .......... .......... .......... 28% 887K 49s 15000K ......Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.5 [643 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.12 [1849 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl amd64 5.38.2-3.2ubuntu0.2 [231 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl-base amd64 5.38.2-3.2ubuntu0.2 [1827 kB] Get:21 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvprof-12-9 12.9.79-1 [2400 kB] .... .......... .......... .......... .......... 28% 963K 49s 15050K .......... .......... .......... .......... .......... 28% 1.00M 49s 15100K .......... .......... .......... .......... .......... 28% 1.10M 49s 15150K .......... .......... .......... .......... .......... 29% 984K 49s 15200K .......... .......... .......... .......... .......... 29% 1.11M 49s 15250K .......... .......... ........Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.2 [3110 kB] .. .......... .......... 29% 964K 49s 15300K .......... .......... .......... .......... .......... 29% 800K 49s 15350K .......... .......... .......... .......... .......... 29% 975K 49s 15400K .......... .......... .......... .......... .......... 29% 600K 49s 15450K .......... ..........Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.12 [508 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6812 B] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.5 [2977 kB] .......... .......... .......... 29% 474K 49s 15500K .......... .......... .......... .......... .......... 29% 564K 49s 15550K .......... .......... .......... .......... .......... 29% 544K 49s 15600K .......... .......... .......... .......... .......... 29% 600K 49s 15650K .......... .......... .......... .......... .......... 29% 283K 49s 15700K ..........Get:23 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvtx-12-9 12.9.79-1 [67.3 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 util-linux amd64 2.39.3-9ubuntu6.4 [1128 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.5 [4797 kB] .......... .......... .......... .......... 30% 414K 49s 15750K .......... .......... .......... .......... .......... 30% 566K 49s 15800K .......... .......... .......... ........Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc-bin amd64 2.39-0ubuntu8.6 [682 kB] Get:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsqlite3-0 amd64 3.45.1-1ubuntu2.5 [701 kB] Get:27 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-sanitizer-12-9 12.9.79-1 [10.0 MB] .. .......... 30% 723K 49s 15850K .......... .......... .......... .......... .......... 30% 922K 49s 15900K .......... .......... .......... .......... .......... 30% 1.00M 49s 15950K .......... .......... .......... .......... .......... 30% 872K 48s 16000K .......... .......... .......... .......... .......... 30% 1.26M 48s 16050K .......... .......... .......... .......... .......... 30% 1.37M 48s 16100K ..........Get:28 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dirmngr amd64 2.4.4-2ubuntu17.3 [323 kB] Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgsm amd64 2.4.4-2ubuntu17.3 [232 kB] Get:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-utils amd64 2.4.4-2ubuntu17.3 [109 kB] Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-agent amd64 2.4.4-2ubuntu17.3 [227 kB] Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg amd64 2.4.4-2ubuntu17.3 [565 kB] Get:33 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgconf amd64 2.4.4-2ubuntu17.3 [104 kB] Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg all 2.4.4-2ubuntu17.3 [359 kB] Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 keyboxd amd64 2.4.4-2ubuntu17.3 [78.3 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgnutls30t64 amd64 3.8.3-1.1ubuntu3.4 [998 kB] .......... .......... .......... .......... 30% 1.43M 48s 16150K .......... .......... .......... .......... .......... 30% 1.33M 48s 16200K .......... .......... .......... .......... .......... 31% 1.13M 48s 16250K .......... .......... .......... .......... .......... 31% 886K 48s 16300K .......... .......... .......... .......... .......... 31% 829K 48s 16350K .......... ......Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgv amd64 2.4.4-2ubuntu17.3 [158 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 apt amd64 2.8.3 [1376 kB] .... .......... .......... .......... 31% 625K 48s 16400K .......... .......... .......... .......... .......... 31% 990K 48s 16450K .......... .......... .......... .......... .......... 31% 1.11M 47s 16500K .......... .......... .......... .......... .......... 31% 935K 47s 16550K .......... .......... .......... ..........Get:39 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-command-line-tools-12-9 12.9.1-1 [2546 B] Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.5 [232 kB] Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.20 [1185 kB] Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] .......... 31% 657K 47s 16600K .......... .......... .......... .......... .......... 31% 686K 47s 16650K .......... .......... .......... .......... .......... 31% 594K 47s 16700K .......... .......... .......... .......... .......... 31% 758K 47sGet:40 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam0g amd64 1.5.3-5ubuntu5.5 [67.8 kB] Get:41 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-modules-bin amd64 1.5.3-5ubuntu5.5 [51.9 kB] Get:42 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-modules amd64 1.5.3-5ubuntu5.5 [286 kB] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 mount amd64 2.39.3-9ubuntu6.4 [118 kB] Get:44 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libblkid1 amd64 2.39.3-9ubuntu6.4 [123 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmount1 amd64 2.39.3-9ubuntu6.4 [134 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-runtime all 1.5.3-5ubuntu5.5 [40.8 kB] Get:47 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsmartcols1 amd64 2.39.3-9ubuntu6.4 [65.6 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libssl3t64 amd64 3.0.13-0ubuntu3.6 [1940 kB] Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpng16-16 amd64 1.6.37-3ubuntu0.1 [191 kB] Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] 16750K .......... .......... .......... .......... .......... 32% 531K 47s 16800K .......... .......... .......... .......... .......... 32% 888K 47s 16850K .......... .......... .......... .......... .......... 32% 961K 47s 16900K .......... .......... .......... .......... .......... 32% 1.07M 47s 16950K .......... .......... ....Get:49 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-compat-12-9 575.57.08-0ubuntu1 [64.1 MB] Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] ...... .......... .......... 32% 1.17M 47s 17000K .......... .......... .......... .......... .......... 32% 1.38M 47s 17050K .......... .......... .......... .......... .......... 32% 1.10M 46s 17100K .......... .......... .......... .......... .......... 32% 1.13M 46s 17150K .......... .......... .......... .......... .......... 32% 812K 46s 17200K .......... .......... .......... .......... ......Get:50 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuuid1 amd64 2.39.3-9ubuntu6.4 [35.9 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssl amd64 3.0.13-0ubuntu3.6 [1003 kB] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgprofng0 amd64 2.42-4ubuntu2.8 [849 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libctf0 amd64 2.42-4ubuntu2.8 [94.5 kB] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libctf-nobfd0 amd64 2.42-4ubuntu2.8 [97.9 kB] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.42-4ubuntu2.8 [2463 kB] Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 bc amd64 1.07.1-3build1 [87.6 kB] Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.12 [223 kB] Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.12 [663 kB] Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.12 [108 kB] Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.12 [103 kB] Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.12 [2324 kB] -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Using bundled desul_atomics copy (desul/desul@79f928075837ffb5d302aae188e0ec7b7a79ae94) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK .... 32% 593K 46s 17250K .......... .......... .......... .......... .......... 33% 671K 46s 17300K .......... .......... .......... .......... .......... 33% 662K 46s 17350K .......... .......... .......... .......... .......... 33% 794K 46s 17400K .......... .......... .......... .......... .......... 33% 810K 46s 17450K .......... .......... .......... .......... .......... 33% 563K 46s 17500K .......... .......... .......... ....Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.12 [3184 B] Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.11 [20.3 kB] Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-164.174 [1325 kB] ...... .......... 33% 387K 46s 17550K .......... .......... .......... .......... .......... 33% 321K 46s 17600K .......... .......... ..........Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.11 [2100 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libbinutils amd64 2.42-4ubuntu2.8 [576 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils amd64 2.42-4ubuntu2.8 [18.1 kB] Get:58 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-common amd64 2.42-4ubuntu2.8 [240 kB] Get:59 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsframe1 amd64 2.42-4ubuntu2.8 [15.6 kB] Get:60 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dpkg-dev all 1.22.6ubuntu6.5 [1074 kB] Get:61 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cuxxfilt-12-9 12.9.82-1 [191 kB] .......... .......... 33% 301K 46s 17650K .......... .......... .......... .......... .......... 33% 349K 46s 17700K ..........Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04.2 [20.8 kB] Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] Get:62 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-toolkit-config-common 13.1.80-1 [17.4 kB] Get:63 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdpkg-perl all 1.22.6ubuntu6.5 [269 kB] .......... .......... .......... .......... 33% 447K 46s 17750K .......... .......... .......... .......... .......... 33% 639K 46s 17800K .......... .......... .......... .......... .......... 34% 541K 46s 17850K ....Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04.2 [10.0 MB] Get:64 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B] Get:65 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-toolkit-12-config-common 12.9.79-1 [16.6 kB] -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK ...... .......... .......... .......... .......... 34% 583K 46s 17900K .......... .......... .......... .......... .......... 34% 746K 46s 17950K .......... .......... .......... .......... .......... 34% 690K 46s 18000K .......... .......... .......... .......... .......... 34% 920K 46s 18050K .......... .......... .......... .......... .......... 34% 622K 46s 18100K .......... .......... .......... .......... .......... 34% 762K 46s 18150K .......... .......... .......... .......... .......... 34% 725K 46s 18200K .......... .......... ..Get:66 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-toolkit-12-9-config-common 12.9.79-1 [16.6 kB] ........ .......... .......... 34% 781K 46s 18250K .......... .......... .......... .......... .......... 34% 964K 46s 18300K .......... .......... .......... .......... .......... 35% 1.17M 46s 18350K .......... .......... .......... .......... .......... 35% 892K 46s 18400K .......... .......... .......... .......... .......... 35% 1011K 45s 18450K .......... .......... .......... .......... .......... 35% 1.12M 45s 18500K .......... .......... .......... .......... .......... 35% 905K 45s 18550K .......... .......... .......... .......... .......... 35% 553K 45s 18600K .......... .......... .......... .......... .......... 35% 582K 45s 18650K .......... .......... .......... .......... .......... 35% 560K 45s 18700K .......... .......... .......... .......... .......... 35% 460K 45s 18750K .......... ......Get:67 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cudart-12-9 12.9.79-1 [173 kB] .... .......... .......... .......... 35% 369K 45s 18800K .......... .......... .......... .......... .......... 35% 696K 45s 18850K .......... .......... .......... .......... .......... 36% 864K 45s 18900K .......... .......... .......... .......... .......... 36% 1.02M 45s 18950K .......... .......... .......... .......... .......... 36% 802K 45s 19000K .......... .......... .......... .......... .......... 36% 640K 45s 19050K .......... .......... .......... .......... .......... 36% 592K 45s 19100K .......... ........Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04.2 [48.3 kB] Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04.2 [127 kB] Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04.2 [30.2 kB] Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04.2 [10.4 kB] Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04.2 [2283 kB] .. .......... .......... .......... 36% 511K 45s 19150K .......... .......... .......... .......... .......... 36% 469K 45s 19200K .......... .......... .......... .......... .......... 36% 788K 45s 19250K .......... .......... .......... .......... ....-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Using bundled mdspan copy (kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812) Get:68 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-driver-dev-12-9 12.9.79-1 [29.3 kB] ...... 36% 765K 45s 19300K .......... .......... .......... .......... .......... 36% 724K 45s 19350K .......... .......... .......... .......... .......... 37% 476K 45s 19400K .......... .......... .......... ........-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04.2 [1069 kB] Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04.2 [2262 kB] .. .......... 37% 584K 45s 19450K .......... .......... .......... .......... .......... 37% 562K 45s 19500K .......... .......... .......... .......... .......... 37% 746K 44s 19550K .......... .......... .......... .......... ........Get:69 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-cudart-dev-12-9 12.9.79-1 [1415 kB] Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04.2 [976 kB] Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04.2 [154 kB] Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2517 kB] .. 37% 590K 44s 19600K .......... .......... .......... .......... .......... 37% 547K 44s 19650K .......... .......... .......... .......... .......... 37% 573K 44s 19700K .......... .......... .......... .......... ..-- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Google Benchmark version: 1.8.3 -- [benchmark] Looking for shm_open in rt Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04.2 [20.1 MB] ........ 37% 562K 44s 19750K .......... .......... .......... .......... .......... 37% 528K 44s 19800K .......... .......... .......... ........Get:70 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvcc-12-9 12.9.86-1 [38.6 MB] .. .......... 37% 328K 44s 19850K .......... .......... .......... .......... .......... 37% 362K 44s 19900K .......... .......... .......... .......... .......... 38% 362K 44s 19950K .......... .......... .......... .......... .......... 38% 342K 45s 20000K .......... .......... .......... .......... .......... 38% 506K 45s 20050K .......... .......... .......... .......... .......... 38% 600K 44s 20100K .......... .......... .......... .......... .......... 38% 537K 44s 20150K .......... .......... .......... .......... .......... 38% 751K 44s 20200K .......... .......... .......... .......... .......... 38% 494K 44s 20250K .......... .......... .......... .......... .......... 38% 523K 44s 20300K .......... ........Get:71 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvvm-12-9 12.9.86-1 [43.1 MB] .. .......... .......... .......... 38% 575K 44s 20350K .......... .......... .......... .......... .......... 38% 433K 44s 20400K .......... .......... .......... .......... .......... 39% 551K 44s 20450K .......... .......... .......... .......... .......... 39% 483K 44s 20500K .......... .......... .......... .......... .......... 39% 724K 44s 20550K .......... .......... .......... .......... .......... 39% 686K 44s 20600K .......... .......... .-- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL ......... .......... .......... 39% 716K 44s 20650K .......... .......... .......... .......... .......... 39% 705K 44s 20700K .......... .......... .......... .......... .......... 39% 584K 44s 20750K .......... .......... .......... .......... .......... 39% 989K 44s 20800K .......... .......... .......... .......... .......... 39% 1.11M 44s 20850K .......... .......... .......... .......... .......... 39% 1.13M 44s 20900K .......... .......... .......... .......... .......... 39% 1.34M 43s 20950K .......... .......... .......... .......... .......... 40% 1.34M 43s 21000K .......... .......... .......... .......... .......... 40% 1.54M 43s 21050K .......... .......... .......... .......... .......... 40% 1.02M 43s 21100K .......... .......... .......... .......... .......... 40% 306K 43s 21150K .......... .......... .......... .......... .......Get:72 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-crt-12-9 12.9.86-1 [82.1 kB] ... 40% 349K 43s 21200K .......... .......... .......... .......... .......... 40% 502K 43s 21250K .......... .......... .......... .......... .......... 40% 633K 43s 21300K .......... .......... .....-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA Get:73 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvprune-12-9 12.9.82-1 [61.7 kB] ..... .......... .......... 40% 506K 43s 21350K .......... .......... .......... .......... .......... 40% 470K 43s 21400K .......... .......... .......... .......... .......... 40% 566K 43s 21450K .......... .......... .......... .......... .......... 41% 729K 43s 21500K .......... .......... .......... .......... .......... 41% 680K 43s 21550K .......... .......... .......... .......... .......... 41% 930K 43s 21600K .......... .......... .......... .......... .....Get:74 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-compiler-12-9 12.9.1-1 [2510 B] ..... 41% 679K 43s 21650K .......... .......... .......... .......... .......... 41% 825K 43s 21700K .......... .......... .......... .......... .......... 41% 946K 43s 21750K .......... .......... .......... .......... .......... 41% 730K 43s 21800K .......... .......... .......... .......... .......... 41% 831K 42s 21850K .......... .......... .......... .......... .......... 41% 935K 42s 21900K .......... .......... .......... .......... .......... 41% 569K 42s 21950K .......... .......... .......... .......... .......... 41% 594K 42s 22000K .......... .......... .......... .......... .......... 42% 515K 42s 22050K .......... .......... .......... .......... .......... 42% 372K 42s 22100K .......... .......... .....-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW ..... .......... .......... 42% 499K 42s 22150K .......... .......... .......... .......... .......... 42% 723K 42s 22200K .......... .......... .......... .......... .......... 42% 877K 42s 22250K .......... .......... .......... .......... .......... 42% 967K 42s 22300K .......... .......... .......... .......... .......... 42% 491K 42s 22350K .......... .......... .......... .......... .......... 42% 558K 42s 22400K .......... .......... .......... .......... .......... 42% 740K 42s 22450K .......... .......... .......... .......... .......... 42% 868K 42s 22500K .......... .......... .......... .......... .......... 43% 632K 42s 22550K .......... .......... .......... .........Get:75 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-profiler-api-12-9 12.9.79-1 [18.8 kB] . .......... 43% 240K 42s 22600K .......... .......... .......... .......... .......... 43% 348K 42s 22650K .......... .......... .......... .....-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL Get:76 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-minimal-build-12-9 12.9.1-1 [2538 B] ..... .......... 43% 455K 42s 22700K .......... .......... .......... .......... .......... 43% 414K 42s 22750K .......... .......... .......... .......... .......... 43% 799K 42s 22800K .......... .......... .........Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04.2 [2101 kB] Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04.2 [11.4 MB] . .......... .......... 43% 911K 42s 22850K .......... .......... .......... .......... .......... 43% 891K 42s 22900K .......... .......... .......... .......... .......... 43% 773K 41s 22950K .......... .......... .......... .......... .......... 43% 660K 41s 23000K .......... .......... .Get:77 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvml-dev-12-9 12.9.79-1 [132 kB] ......... .......... .......... 44% 658K 41s 23050K .......... .......... .......... .......... .......... 44% 724K 41s 23100K .......... .......... .......... .......... .......... 44% 708K 41s 23150K .......... .......... .......... .......... .......... 44% 863K 41s 23200K .......... ...-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST ....... .......... .......... .......... 44% 792K 41s 23250K .......... .......... .......... .......... .......... 44% 655K 41s 23300K .......... .......... .......... .......... .......... 44% 724K 41s 23350K .......... .......... .......... .......... .......... 44% 904K 41s 23400K .......... .......... .......... .......... .......... 44% 1.01M 41s 23450K .......... .......... .......... .......... .......... 44% 1.09M 41s 23500K .......... .......... .......... .......... .......... 44% 967K 41s 23550K .......... .......... .......... .......... .......... 45% 1.30M 40s 23600K .......... .......... .......... .......... .......... 45% 1003K 40s 23650K .......... .......... .......... .......... .......... 45% 953K 40s 23700K .......... .......... .......... .......... .......... 45% 553K 40s 23750K .......... .......... .......... .......... .......... 45% 620K 40s 23800K .......... .......... .Get:78 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvrtc-12-9 12.9.86-1 [63.0 MB] Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.6 [237 kB] Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.6 [922 kB] ......... .......... .......... 45% 539K 40s 23850K .......... .......... .......... .......... .......... 45% 649K 40s 23900K .......... .......... .......... .......... .......... 45% 646K 40s 23950K .......... .......... .......... .......... .......... 45% 963K 40s 24000K .......... ...-- [benchmark] Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.4 [94.5 kB] Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.19+dfsg-0ubuntu0.22.04.1 [184 kB] ....... .......... .......... .......... 45% 797K 40s 24050K .......... .......... .......... .......... .......... 46% 795K 40s 24100K .......... .......... .......... .......... .......... 46% 705K 40s 24150K .......... .......... .......... .......... .......... 46% 701K 40s 24200K .....Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.4 [293 kB] Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] ..... .......... .......... .......... .......... 46% 772K 39s 24250K .......... .......... .......... .......... .......... 46% 1.07M 39s 24300K .......... .......... .......... .......... .......... 46% 580K 39s 24350K .......... .......... .......... .......... .......... 46% 594K 39s 24400K .......... .......... .........Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.5 [187 kB] . .......... .......... 46% 675K 39s 24450K .......... .......... .......... .......... .......... 46% 604K 39s 24500K .......... .......... .......... .......... .......... 46% 644K 39s 24550K .......... .......... .......... .........Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.21 [284 kB] Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.15 [955 kB] Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.15 [3166 kB] . .......... 46% 642K 39s 24600K .......... .......... .......... .......... .......... 47% 522K 39s 24650K .......... .......... .......... .......... .......... 47% 483K 39s 24700K .......... .......Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.4 [54.7 kB] Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.4 [309 kB] Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.4 [518 kB] Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.4 [209 kB] Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.4 [62.7 kB] Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.4 [57.5 kB] Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.4 [197 kB] Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.4 [315 kB] Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5936 B] ... .......... .......... .......... 47% 535K 39s 24750K .......... .......... .......... .......... .......... 47% 810K 39s 24800K .......... .......... .......... .......... .......... 47% 1.12M 39s 24850K .......... .......... .......... .......... .......... 47% 1.02M 39s 24900K .......... .......... .......... .......... .......... 47% 1.20M 39s 24950K .......Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] Get:119 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.12 [185 kB] Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.11 [29.0 kB] Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.6 [148 kB] Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE ... .......... .......... .......... .......... 47% 973K 38s 25000K .......... .......... .......... .......... .......... 47% 985K 38s 25050K .......... .......... .......... .......... .......... 47% 813K 38s 25100K .......... .......... .......... .......... .........Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB] Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB] Get:136 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.19+dfsg-0ubuntu0.22.04.1 [16.1 kB] Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.12 [1949 kB] Get:138 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.12 [4763 kB] . 48% 512K 38s 25150K .......... .......... .......... .......... .......... 48% 436K 38s 25200K .......... .......... .......... .......... .......... 48% 482K 38s 25250K .......... .......... .......... .......... .......... 48% 446K 38s 25300K .......... .......... .......... .......... .......... 48% 595K 38s 25350K .......... .......... .......... .......... .......... 48% 666K 38s 25400K .....Get:79 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 cuda-nvrtc-dev-12-9 12.9.86-1 [51.9 MB] ..... .......... .......... .......... .......... 48% 579K 38s 25450K .......... .......... .......... .......... .......... 48% 721K 38s 25500K .......... .......... .......... .......... .......... 48% 693K 38s 25550K .......... .......... .......... .......... .......-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7064 B] Get:141 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] Get:142 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.12 [508 kB] Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-lib2to3 all 3.10.8-1~22.04 [77.6 kB] Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distutils all 3.10.8-1~22.04 [139 kB] Get:146 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB] ... 48% 889K 38s 25600K .......... .......... .......... .......... .......... 48% 776K 38s 25650K .......... .......... .......... .......... .......... 49% 864K 38s 25700K .......... .......... .......... .......... .......... 49% 746K 38s 25750K .......... .......... .......... .......... .......... 49% 937K 37s 25800K .....Get:80 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcufft-12-9 11.4.1.4-1 [158 MB] debconf: delaying package configuration, since apt-utils is not installed Fetched 106 MB in 18s (5880 kB/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 ... 4393 files and directories currently installed.) Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-4build3) ... Selecting previously unselected package libpython3.10-minimal:amd64. Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... Selecting previously unselected package python3.10-minimal. Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.12_amd64.deb ... Unpacking python3.10-minimal (3.10.12-1~22.04.12) ... Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ... Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... Setting up python3.10-minimal (3.10.12-1~22.04.12) ... ..... .......... .......... .......... .......... 49% 589K 37s 25850K .......... .......... .......... .......... .......... 49% 704K 37s 25900K .......... .......... .......... .......... .......... 49% 593K 37s 25950K .......... .......... .......... .......... .......... 49% 960K 37s 26000K .......... .......... .......... .......... .......... 49% 1.16M 37s 26050K .......... .......... .......... .......... .......... 49% 1.11M 37s 26100K .......... .......... .......... .......... .......... 49% 1024K 37s 26150K .......... .......... .......... .......... .......... 50% 774K 37s 26200K .......... .......... .-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS ......... .......... .......... 50% 667K 37s 26250K .......... .......... .......... .......... .......... 50% 445K 37s 26300K .......... .......... .......... ...Selecting previously unselected package python3-minimal. (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 ... 4711 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3-minimal (3.10.6-1~22.04.1) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_7.0.0_all.deb ... Unpacking media-types (7.0.0) ... Selecting previously unselected package libmpdec3:amd64. Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... Unpacking libmpdec3:amd64 (2.5.1-2build2) ... ....... .......... 50% 329K 37s 26350K .......... .......... .......... .......... .......... 50% 536K 37s 26400K .......... .......... .......... .......... .......... 50% 556K 37s 26450K .......... .Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... Unpacking readline-common (8.1.2-1) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... Unpacking libreadline8:amd64 (8.1.2-1) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.5_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... Selecting previously unselected package libpython3.10-stdlib:amd64. Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.12_amd64.deb ... Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... Selecting previously unselected package python3.10. Preparing to unpack .../7-python3.10_3.10.12-1~22.04.12_amd64.deb ... Unpacking python3.10 (3.10.12-1~22.04.12) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... Setting up python3-minimal (3.10.6-1~22.04.1) ... ......... .......... .......... .......... 50% 497K 37s 26500K .......... .......... .......... .......... .......... 50% 627K 37s 26550K .......... .......... .......... .......... .......... 50% 661K 36s 26600K .......... .......... .Selecting previously unselected package python3. (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 ... 5141 files and directories currently installed.) Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3 (3.10.6-1~22.04.1) ... Selecting previously unselected package perl-modules-5.34. Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.5_all.deb ... Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.5) ... ......... .......... .......... 50% 786K 36s 26650K .......... .......... .......... .......... .......... 50% 723K 36s 26700K .......... .......... .......... .......... .......... 51% 614K 36s 26750K .......... .......... .......... .......... .......Selecting previously unselected package libgdbm6:amd64. Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ... Unpacking libgdbm6:amd64 (1.23-1) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.23-1) ... Selecting previously unselected package libperl5.34:amd64. Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.5_amd64.deb ... Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... Selecting previously unselected package perl. Preparing to unpack .../005-perl_5.34.0-3ubuntu1.5_amd64.deb ... -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 ... 51% 757K 36s 26800K .......... .......... .......... .......... .......... 51% 1.16M 36s 26850K .......... .......... .......... .......... .......... 51% 757K 36s 26900K .......... .......... .......... .......... .......... 51% 682K 36s 26950K .......... .......... .......... .......... .......... 51% 924K 36s 27000K .....Unpacking perl (5.34.0-3ubuntu1.5) ... Selecting previously unselected package openssl. Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.20_amd64.deb ... Unpacking openssl (3.0.2-0ubuntu1.20) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../007-ca-certificates_20240203~22.04.1_all.deb ... Unpacking ca-certificates (20240203~22.04.1) ... Selecting previously unselected package less. Preparing to unpack .../008-less_590-1ubuntu0.22.04.3_amd64.deb ... Unpacking less (590-1ubuntu0.22.04.3) ... Selecting previously unselected package libmd0:amd64. Preparing to unpack .../009-libmd0_1.0.4-1build1_amd64.deb ... Unpacking libmd0:amd64 (1.0.4-1build1) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../010-libbsd0_0.11.5-1_amd64.deb ... Unpacking libbsd0:amd64 (0.11.5-1) ... Selecting previously unselected package netbase. Preparing to unpack .../011-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package ucf. Preparing to unpack .../012-ucf_3.0043_all.deb ... Moving old data out of the way Unpacking ucf (3.0043) ... Selecting previously unselected package libcbor0.8:amd64. Preparing to unpack .../013-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../014-libedit2_3.1-20210910-1build1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20210910-1build1) ... ..... .......... .......... .......... .......... 51% 722K 36s 27050K .......... .......... .......... .......... .......... 51% 834K 36s 27100K .......... .......... .......... .......... .......... 51% 725K 36s 27150K .......... .......... .......... .......... .......... 51% 1.04M 36s 27200K .......... .......... .........Selecting previously unselected package libfido2-1:amd64. Preparing to unpack .../015-libfido2-1_1.10.0-1_amd64.deb ... Unpacking libfido2-1:amd64 (1.10.0-1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../016-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../017-libpng16-16_1.6.37-3ubuntu0.1_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../018-libpsl5_0.21.0-1.2build2_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../019-libxau6_1%3a1.0.9-1build5_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-1build5) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../020-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../021-libxcb1_1.14-3ubuntu3_amd64.deb ... Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../022-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../023-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../024-libxext6_2%3a1.3.4-1build1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-1build1) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../025-libxmuu1_2%3a1.1.3-3_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-3) ... . .......... .......... 52% 606K 35s 27250K .......... .......... .......... .......... .......... 52% 837K 35s 27300K .......... .......... .......... .......... .......... 52% 670K 35s 27350K .......... .......... .......... .........Selecting previously unselected package manpages. Preparing to unpack .../026-manpages_5.10-1ubuntu1_all.deb ... Unpacking manpages (5.10-1ubuntu1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../027-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../028-publicsuffix_20211207.1025-1_all.deb ... Unpacking publicsuffix (20211207.1025-1) ... Selecting previously unselected package wget. Preparing to unpack .../029-wget_1.21.2-2ubuntu1.1_amd64.deb ... Unpacking wget (1.21.2-2ubuntu1.1) ... Selecting previously unselected package xauth. Preparing to unpack .../030-xauth_1%3a1.1-1build2_amd64.deb ... Unpacking xauth (1:1.1-1build2) ... Selecting previously unselected package xz-utils. Preparing to unpack .../031-xz-utils_5.2.5-2ubuntu1_amd64.deb ... Unpacking xz-utils (5.2.5-2ubuntu1) ... Selecting previously unselected package bc. Preparing to unpack .../032-bc_1.07.1-3build1_amd64.deb ... Unpacking bc (1.07.1-3build1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../033-binutils-common_2.38-4ubuntu2.12_amd64.deb ... -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING . .......... 52% 798K 35s 27400K .......... .......... .......... .......... .......... 52% 881K 35s 27450K .......... .......... .......... .......... .......... 52% 790K 35s 27500K .......... .......... .......... .......... .......... 52% 658K 35s 27550K .......... .......... .......... .......... .......... 52% 988K 35s 27600K .......... ...Unpacking binutils-common:amd64 (2.38-4ubuntu2.12) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../034-libbinutils_2.38-4ubuntu2.12_amd64.deb ... Unpacking libbinutils:amd64 (2.38-4ubuntu2.12) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../035-libctf-nobfd0_2.38-4ubuntu2.12_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../036-libctf0_2.38-4ubuntu2.12_amd64.deb ... Unpacking libctf0:amd64 (2.38-4ubuntu2.12) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../037-binutils-x86-64-linux-gnu_2.38-4ubuntu2.12_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... Selecting previously unselected package binutils. Preparing to unpack .../038-binutils_2.38-4ubuntu2.12_amd64.deb ... Unpacking binutils (2.38-4ubuntu2.12) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../039-libc-dev-bin_2.35-0ubuntu3.11_amd64.deb ... Unpacking libc-dev-bin (2.35-0ubuntu3.11) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../040-linux-libc-dev_5.15.0-164.174_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.15.0-164.174) ... ....... .......... .......... .......... 52% 1.02M 35s 27650K .......... .......... .......... .......... .......... 52% 1.27M 35s 27700K .......... .......... .......... .......... .......... 52% 1.33M 35s 27750K .......... .......... .......... .......... .......... 53% 1.38M 35s 27800K .......... .......... .......... .......... .......... 53% 1.50M 34s 27850K .......... .......... .......... .......... .......... 53% 994K 34s 27900K .......... .......Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../041-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... Selecting previously unselected package rpcsvc-proto. Preparing to unpack .../042-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../043-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../044-libnsl-dev_1.3.0-2build2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../045-libc6-dev_2.35-0ubuntu3.11_amd64.deb ... Unpacking libc6-dev:amd64 (2.35-0ubuntu3.11) ... ... .......... .......... .......... 53% 953K 34s 27950K .......... .......... .......... .......... .......... 53% 1.20M 34s 28000K .......... .......... .......... .......... .......... 53% 1.12M 34s 28050K .......... .......... .......... .......... .......... 53% 1.03M 34s 28100K .......... .......... .......... .......... .......... 53% 724K 34s 28150K .......Selecting previously unselected package gcc-11-base:amd64. Preparing to unpack .../046-gcc-11-base_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libisl23:amd64. Preparing to unpack .../047-libisl23_0.24-2build1_amd64.deb ... Unpacking libisl23:amd64 (0.24-2build1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../048-libmpfr6_4.1.0-3build3_amd64.deb ... Unpacking libmpfr6:amd64 (4.1.0-3build3) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../049-libmpc3_1.2.1-2build1_amd64.deb ... Unpacking libmpc3:amd64 (1.2.1-2build1) ... Selecting previously unselected package cpp-11. Preparing to unpack .../050-cpp-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking cpp-11 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package cpp. Preparing to unpack .../051-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... Unpacking cpp (4:11.2.0-1ubuntu1) ... ... .......... .......... .......... .......... 53% 643K 34s 28200K .......... .......... .......... .......... .......... 53% 709K 34s 28250K .......... .......... .......... .......... .......... 54% 536K 34s 28300K .Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../052-libcc1-0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../053-libgomp1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../054-libitm1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../055-libatomic1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libasan6:amd64. Preparing to unpack .../056-libasan6_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../057-liblsan0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../058-libtsan0_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../059-libubsan1_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... ......... .......... .......... .......... .......... 54% 384K 34s 28350K .......... .......... .......... .......... .......... 54% 718K 34s 28400K .......... .......... .......... .......... .......... 54% 830K 34s 28450K .......... .......... .......Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../060-libquadmath0_12.3.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.2) ... Selecting previously unselected package libgcc-11-dev:amd64. Preparing to unpack .../061-libgcc-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package gcc-11. Preparing to unpack .../062-gcc-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking gcc-11 (11.4.0-1ubuntu1~22.04.2) ... ... .......... .......... 54% 988K 33s 28500K .......... .......... .......... .......... .......... 54% 1.11M 33s 28550K .......... .......... .......... .......... .......... 54% 1.16M 33s 28600K .......... .......... .......... .......... .......... 54% 1.35M 33s 28650K .......... .......... .......... .......... .......... 54% 977K 33s 28700K .......... .......... .......... .......... .........Selecting previously unselected package gcc. Preparing to unpack .../063-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... Unpacking gcc (4:11.2.0-1ubuntu1) ... Selecting previously unselected package libstdc++-11-dev:amd64. Preparing to unpack .../064-libstdc++-11-dev_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS . 54% 780K 33s 28750K .......... .......... .......... .......... .......... 54% 1.01M 33s 28800K .......... .......... .......... .......... .......... 55% 1.24M 33s 28850K .......... .......... .......... .......... .......... 55% 858K 33s 28900K .......... .......... .......... .......... .......... 55% 1.21M 33s 28950K .......... .......... .......... .........Selecting previously unselected package g++-11. Preparing to unpack .../065-g++-11_11.4.0-1ubuntu1~22.04.2_amd64.deb ... Unpacking g++-11 (11.4.0-1ubuntu1~22.04.2) ... Selecting previously unselected package g++. Preparing to unpack .../066-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... Unpacking g++ (4:11.2.0-1ubuntu1) ... Selecting previously unselected package make. Preparing to unpack .../067-make_4.3-4.1build1_amd64.deb ... Unpacking make (4.3-4.1build1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../068-libdpkg-perl_1.21.1ubuntu2.6_all.deb ... Unpacking libdpkg-perl (1.21.1ubuntu2.6) ... . .......... 55% 652K 33s 29000K .......... .......... .......... .......... .......... 55% 822K 33s 29050K .......... .......... .......... .......... .......... 55% 832K 32s 29100K .......... .......... .......... .......... .......... 55% 797K 32s 29150K .......... .......... .......... .......... .......... 55% 1.11M 32s 29200K .......... .......... .........Selecting previously unselected package bzip2. Preparing to unpack .../069-bzip2_1.0.8-5build1_amd64.deb ... Unpacking bzip2 (1.0.8-5build1) ... Selecting previously unselected package patch. Preparing to unpack .../070-patch_2.7.6-7build2_amd64.deb ... Unpacking patch (2.7.6-7build2) ... Selecting previously unselected package lto-disabled-list. Preparing to unpack .../071-lto-disabled-list_24_all.deb ... Unpacking lto-disabled-list (24) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../072-dpkg-dev_1.21.1ubuntu2.6_all.deb ... Unpacking dpkg-dev (1.21.1ubuntu2.6) ... Selecting previously unselected package build-essential. Preparing to unpack .../073-build-essential_12.9ubuntu3_amd64.deb ... Unpacking build-essential (12.9ubuntu3) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../074-libassuan0_2.5.5-1build1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.5-1build1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../075-gpgconf_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpgconf (2.2.27-3ubuntu2.4) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../076-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../077-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../078-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libldap-2.5-0:amd64. Preparing to unpack .../079-libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... . .......... .......... 55% 1.30M 32s 29250K .......... .......... .......... .......... .......... 55% 1.35M 32s 29300K .......... .......... .......... .......... .......... 56% 1.48M 32s 29350K .......... .......... .......... .......... .......... 56% 1.52M 32s 29400K .......... .......... .......... .......... .......... 56% 1.57M 32s 29450K .......... .......... .......... .......... .......... 56% 1.76M 32s 29500K .......... .......... .......... .......... .......... 56% 1.18M 32s 29550K .......... .......... .......... .......... .......... 56% 2.02M 31s 29600K .......... .......... .........Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../080-libnpth0_1.6-3build2_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../081-dirmngr_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking dirmngr (2.2.27-3ubuntu2.4) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../082-libfakeroot_1.28-1ubuntu1_amd64.deb ... Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../083-fakeroot_1.28-1ubuntu1_amd64.deb ... Unpacking fakeroot (1.28-1ubuntu1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../084-fonts-dejavu-core_2.37-2build1_all.deb ... Unpacking fonts-dejavu-core (2.37-2build1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../085-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED . .......... .......... 56% 1.77M 31s 29650K .......... .......... .......... .......... .......... 56% 1.99M 31s 29700K .......... .......... .......... .......... .......... 56% 2.20M 31s 29750K .......... .......... .......... .......... .......... 56% 1.85M 31s 29800K .......... .......... .......... .......... .......... 56% 1.47M 31s 29850K .......... .......... .......... .......... .......... 57% 1.75M 31s 29900K .......... .......... .......... .......... .......... 57% 758K 31s 29950K .......... .......... .......... .......... .......Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../086-libbrotli1_1.0.9-2build6_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2build6) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../087-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../088-libssh-4_0.9.6-2ubuntu0.22.04.5_amd64.deb ... Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../089-libcurl3-gnutls_7.81.0-1ubuntu1.21_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../090-liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... Selecting previously unselected package git-man. Preparing to unpack .../091-git-man_1%3a2.34.1-1ubuntu1.15_all.deb ... Unpacking git-man (1:2.34.1-1ubuntu1.15) ... Selecting previously unselected package git. Preparing to unpack .../092-git_1%3a2.34.1-1ubuntu1.15_amd64.deb ... Unpacking git (1:2.34.1-1ubuntu1.15) ... ... 57% 831K 31s 30000K .......... .......... .......... .......... .......... 57% 769K 31s 30050K .......... .......... .......... .......... .......... 57% 740K 31s 30100K .......... .......... .......... .......... .......... 57% 704K 31s 30150K .......... .......... ...Selecting previously unselected package gnupg-l10n. Preparing to unpack .../093-gnupg-l10n_2.2.27-3ubuntu2.4_all.deb ... Unpacking gnupg-l10n (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../094-gnupg-utils_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gnupg-utils (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gpg. Preparing to unpack .../095-gpg_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpg (2.2.27-3ubuntu2.4) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../096-pinentry-curses_1.1.1-1build2_amd64.deb ... Unpacking pinentry-curses (1.1.1-1build2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../097-gpg-agent_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpg-agent (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../098-gpg-wks-client_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpg-wks-client (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../099-gpg-wks-server_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpg-wks-server (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gpgsm. Preparing to unpack .../100-gpgsm_2.2.27-3ubuntu2.4_amd64.deb ... Unpacking gpgsm (2.2.27-3ubuntu2.4) ... Selecting previously unselected package gnupg. Preparing to unpack .../101-gnupg_2.2.27-3ubuntu2.4_all.deb ... Unpacking gnupg (2.2.27-3ubuntu2.4) ... Selecting previously unselected package javascript-common. Preparing to unpack .../102-javascript-common_11+nmu1_all.deb ... Unpacking javascript-common (11+nmu1) ... Selecting previously unselected package libalgorithm-diff-perl. ....... .......... .......... 57% 709K 30s 30200K .......... .......... .......... .......... .......... 57% 617K 30s 30250K .......... .......... .......... .......... .......... 57% 682K 30s 30300K .......... .......... .......... .......... .........Preparing to unpack .../103-libalgorithm-diff-perl_1.201-1_all.deb ... Unpacking libalgorithm-diff-perl (1.201-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../106-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../107-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../108-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../109-libjpeg8_8c-2ubuntu10_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../110-libdeflate0_1.10-2_amd64.deb ... Unpacking libdeflate0:amd64 (1.10-2) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../111-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... Selecting previously unselected package libwebp7:amd64. Preparing to unpack .../112-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../113-libtiff5_4.3.0-6ubuntu0.12_amd64.deb ... Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.12) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../114-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... . 57% 627K 30s 30350K .......... .......... .......... .......... .......... 58% 966K 30s 30400K .......... .......... .......... .......... .......... 58% 967K 30s 30450K .......... .......... .......... .......... .......... 58% 1.03M 30s 30500K .......... .......... .......... .......... .......... 58% 642K 30s 30550K .......Selecting previously unselected package libgd3:amd64. Preparing to unpack .../115-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... Selecting previously unselected package libc-devtools. Preparing to unpack .../116-libc-devtools_2.35-0ubuntu3.11_amd64.deb ... Unpacking libc-devtools (2.35-0ubuntu3.11) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../117-libexpat1-dev_2.4.7-1ubuntu0.6_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../118-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3build7) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../119-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../120-libjs-underscore_1.13.2~dfsg-2_all.deb ... Unpacking libjs-underscore (1.13.2~dfsg-2) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../121-libjs-sphinxdoc_4.3.2-1_all.deb ... Unpacking libjs-sphinxdoc (4.3.2-1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../122-libldap-common_2.5.19+dfsg-0ubuntu0.22.04.1_all.deb ... Unpacking libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... Selecting previously unselected package libpython3.10:amd64. Preparing to unpack .../123-libpython3.10_3.10.12-1~22.04.12_amd64.deb ... Unpacking libpython3.10:amd64 (3.10.12-1~22.04.12) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../124-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING ... .......... .......... .......... .......... 58% 493K 30s 30600K .......... .......... .......... .......... .......... 58% 520K 30s 30650K .......... .......... .......... .......... .......... 58% 721K 30s 30700K .Selecting previously unselected package libpython3.10-dev:amd64. Preparing to unpack .../125-libpython3.10-dev_3.10.12-1~22.04.12_amd64.deb ... Unpacking libpython3.10-dev:amd64 (3.10.12-1~22.04.12) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../126-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ... Unpacking libpython3-dev:amd64 (3.10.6-1~22.04.1) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../127-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../128-manpages-dev_5.10-1ubuntu1_all.deb ... Unpacking manpages-dev (5.10-1ubuntu1) ... ......... .......... .......... .......... .......... 58% 689K 30s 30750K .......... .......... .......... .......... .......... 58% 886K 30s 30800K .......... .......... .......... .......... .......... 58% 588K 30s 30850K .......... .......... .......Selecting previously unselected package python3.10-dev. Preparing to unpack .../129-python3.10-dev_3.10.12-1~22.04.12_amd64.deb ... Unpacking python3.10-dev (3.10.12-1~22.04.12) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../130-python3-lib2to3_3.10.8-1~22.04_all.deb ... Unpacking python3-lib2to3 (3.10.8-1~22.04) ... Selecting previously unselected package python3-distutils. Preparing to unpack .../131-python3-distutils_3.10.8-1~22.04_all.deb ... Unpacking python3-distutils (3.10.8-1~22.04) ... Selecting previously unselected package python3-dev. Preparing to unpack .../132-python3-dev_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3-dev (3.10.6-1~22.04.1) ... ... .......... .......... 58% 705K 30s 30900K .......... .......... .......... .......... .......... 59% 744K 29s 30950K .......... .......... .......... .......... .......... 59% 867K 29s 31000K .......... .......... .......... .......... .......... 59% 1.06M 29s 31050K .......... .......... .......... .......... .......... 59% 1.04M 29s 31100K .Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... Setting up media-types (7.0.0) ... Setting up javascript-common (11+nmu1) ... Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.2) ... Setting up libxau6:amd64 (1:1.0.9-1build5) ... Setting up lto-disabled-list (24) ... Setting up libpsl5:amd64 (0.21.0-1.2build2) ... Setting up wget (1.21.2-2ubuntu1.1) ... Setting up manpages (5.10-1ubuntu1) ... Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... Setting up libbrotli1:amd64 (1.0.9-2build6) ... Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.5) ... Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up binutils-common:amd64 (2.38-4ubuntu2.12) ... Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... Setting up libdeflate0:amd64 (1.10-2) ... Setting up less (590-1ubuntu0.22.04.3) ... Setting up linux-libc-dev:amd64 (5.15.0-164.174) ... Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.12) ... Setting up libnpth0:amd64 (1.6-3build2) ... Setting up libassuan0:amd64 (2.5.5-1build1) ... Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Setting up perl-modules-5.34 (5.34.0-3ubuntu1.5) ... Setting up bzip2 (1.0.8-5build1) ... Setting up libldap-common (2.5.19+dfsg-0ubuntu0.22.04.1) ... Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04.2) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up fakeroot (1.28-1ubuntu1) ... 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 libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... Setting up make (4.3-4.1build1) ... Setting up libmpfr6:amd64 (4.1.0-3build3) ... Setting up gnupg-l10n (2.2.27-3ubuntu2.4) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up xz-utils (5.2.5-2ubuntu1) ... 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 (12.3.0-1ubuntu1~22.04.2) ... Setting up libpng16-16:amd64 (1.6.37-3ubuntu0.1) ... ......... .......... .......... .......... .......... 59% 968K 29s 31150K .......... .......... .......... .......... .......... 59% 1.31M 29s 31200K .......... .......... .......... .......... .......... 59% 1.50M 29s 31250K .......... .......... .......... .......... .......... 59% 1.01M 29s 31300K .......... .......... .......... .......... .......... 59% 847K 29s 31350K .......-- [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 Setting up libmpc3:amd64 (1.2.1-2build1) ... Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Setting up patch (2.7.6-7build2) ... Setting up fonts-dejavu-core (2.37-2build1) ... Setting up ucf (3.0043) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.5) ... Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Setting up libmd0:amd64 (1.0.4-1build1) ... Setting up libnsl-dev:amd64 (1.3.0-2build2) ... Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... Setting up libmpdec3:amd64 (2.5.1-2build2) ... Setting up git-man (1:2.34.1-1ubuntu1.15) ... Setting up netbase (6.3) ... Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Setting up libbinutils:amd64 (2.38-4ubuntu2.12) ... Setting up libfido2-1:amd64 (1.10.0-1) ... Setting up libisl23:amd64 (0.24-2build1) ... Setting up libc-dev-bin (2.35-0ubuntu3.11) ... Setting up openssl (3.0.2-0ubuntu1.20) ... Setting up libbsd0:amd64 (0.11.5-1) ... Setting up readline-common (8.1.2-1) ... Setting up publicsuffix (20211207.1025-1) ... Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.2) ... Setting up liblocale-gettext-perl (1.07-4build3) ... Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04.2) ... Get:81 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcufft-dev-12-9 11.4.1.4-1 [316 MB] ... .......... .......... .......... .......... 59% 669K 29s 31400K .......... .......... .......... .......... .......... 60% 614K 29s 31450K .......... .......... .......... .......... .......... 60% 660K 29s 31500K .......... .......Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04.2) ... Setting up libgdbm6:amd64 (1.23-1) ... Setting up libjs-underscore (1.13.2~dfsg-2) ... Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04.2) ... Setting up libctf0:amd64 (2.38-4ubuntu2.12) ... Setting up libjpeg8:amd64 (8c-2ubuntu10) ... Setting up pinentry-curses (1.1.1-1build2) ... Setting up cpp-11 (11.4.0-1ubuntu1~22.04.2) ... Setting up manpages-dev (5.10-1ubuntu1) ... Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... Setting up libxcb1:amd64 (1.14-3ubuntu3) ... Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... Setting up libedit2:amd64 (3.1-20210910-1build1) ... Setting up libreadline8:amd64 (8.1.2-1) ... Setting up bc (1.07.1-3build1) ... Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ... Setting up ca-certificates (20240203~22.04.1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline ... .......... .......... .......... 60% 393K 29s 31550K .......... .......... .......... .......... .......... 60% 445K 29s 31600K .......... .......... .......... .......... .......... 60% 476K 29s 31650K .......... .......... .......... .......... .......... 60% 564K 28s 31700K .......... .......... .......... .......... .......... 60% 760K 28s 31750K .......... .......... .......... .......... .......... 60% 926K 28s 31800K .....Updating certificates in /etc/ssl/certs... ..... .......... .......... .......... .......... 60% 760K 28s 31850K .......... .......... .......... .......... .......... 60% 867K 28s 31900K .......... .......... .......... .......... .........146 added, 0 removed; done. . 60% 325K 28s 31950K .......... .......... .......... .......... .......... 61% 335K 28s 32000K .......... .......... .......... .......... .....Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... Setting up libgdbm-compat4:amd64 (1.23-1) ... Setting up libjs-sphinxdoc (4.3.2-1) ... Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... Setting up cpp (4:11.2.0-1ubuntu1) ... Setting up gpgconf (2.2.27-3ubuntu2.4) ... Setting up libc6-dev:amd64 (2.35-0ubuntu3.11) ... Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... Setting up libtiff5:amd64 (4.3.0-6ubuntu0.12) ... Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... Setting up libxmuu1:amd64 (2:1.1.3-3) ... Setting up gpg (2.2.27-3ubuntu2.4) ... Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... Setting up gnupg-utils (2.2.27-3ubuntu2.4) ... Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.12) ... Setting up libpython3.10:amd64 (3.10.12-1~22.04.12) ... Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.5) ... Setting up gpg-agent (2.2.27-3ubuntu2.4) ... -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_nightly/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES ..... 61% 387K 28s 32050K .......... .......... .......... .......... .......... 61% 525K 28s 32100K .......... .......... .......... .......... .......... 61% 716K 28s 32150K .......... .......... .......... .........Setting up python3.10 (3.10.12-1~22.04.12) ... . .......... 61% 715K 28s 32200K .......... .......... .......... .......... .......... 61% 478K 28s 32250K .......... .......... .......... .......... .......... 61% 412K 28s 32300K .......... .......... .......... .......... .......... 61% 358K 28s 32350K .......... .......... .......... .......... .......... 61% 416K 28s 32400K .......... ...Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... ....... .......... .......... .......... 61% 470K 28s 32450K .......... .......... .......... .......... .......... 62% 482K 28s 32500K .......... .......... .......... .......... .-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist Setting up gpgsm (2.2.27-3ubuntu2.4) ... Setting up libxext6:amd64 (2:1.3.4-1build1) ... Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.21) ... Setting up python3 (3.10.6-1~22.04.1) ... running python rtupdate hooks for python3.10... running python post-rtupdate hooks for python3.10... Setting up binutils (2.38-4ubuntu2.12) ... Setting up dirmngr (2.2.27-3ubuntu2.4) ... Setting up perl (5.34.0-3ubuntu1.5) ... Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.6) ... Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... Setting up libdpkg-perl (1.21.1ubuntu2.6) ... ......... 62% 609K 28s 32550K .......... .......... .......... .......... .......... 62% 663K 28s 32600K .......... .......... .......... .......... .......... 62% 500K 27s 32650K .......... .........Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.2) ... Setting up gpg-wks-server (2.2.27-3ubuntu2.4) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... Setting up gcc-11 (11.4.0-1ubuntu1~22.04.2) ... Setting up xauth (1:1.1-1build2) ... Setting up python3-lib2to3 (3.10.8-1~22.04) ... Setting up libc-devtools (2.35-0ubuntu3.11) ... Setting up python3-distutils (3.10.8-1~22.04) ... Setting up gpg-wks-client (2.2.27-3ubuntu2.4) ... Setting up g++-11 (11.4.0-1ubuntu1~22.04.2) ... Setting up libfile-fcntllock-perl (0.22-3build7) ... Setting up libalgorithm-diff-perl (1.201-1) ... Setting up gcc (4:11.2.0-1ubuntu1) ... Setting up dpkg-dev (1.21.1ubuntu2.6) ... . .......... .......... .......... 62% 239K 27s 32700K .......... .......... .......... ...Setting up liberror-perl (0.17029-1) ... Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.12) ... Setting up git (1:2.34.1-1ubuntu1.15) ... Setting up python3.10-dev (3.10.12-1~22.04.12) ... Setting up g++ (4:11.2.0-1ubuntu1) ... 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 gnupg (2.2.27-3ubuntu2.4) ... Setting up build-essential (12.9ubuntu3) ... Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libpython3-dev:amd64 (3.10.6-1~22.04.1) ... Setting up python3-dev (3.10.6-1~22.04.1) ... Processing triggers for libc-bin (2.35-0ubuntu3.11) ... Processing triggers for ca-certificates (20240203~22.04.1) ... Updating certificates in /etc/ssl/certs... ....... .......... 62% 242K 28s 32750K .......... .......... .......... .......... .......... 62% 322K 27s 32800K .......... ...0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX ....... .......... .......... .......... 62% 554K 27s 32850K .......... .......... .......... .......... .......... 62% 726K 27s 32900K .......... .......... .......... .......... .......... 62% 845K 27s 32950K .......... .......... .......... .........Get:82 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcufile-12-9 1.14.1.1-1 [894 kB] + apt-get clean + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_universe_binary-amd64_Packages.lz4 + export CDASH_ARGS=--cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial + rm -rf spack . .......... 62% 944K 27s 33000K .......... .......... .......... .......... .......... 63% 1.03M 27s 33050K .......... .......... .......... .......... .......... 63% 1.21M 27s 33100K .......... .......... .......... .......... .......... 63% 1006K 27s 33150K .......... .......... .......... .......... .......... 63% 1.42M 27s 33200K .......... .......... .......... .......... .......... 63% 986K 27s 33250K .......... .......... .......+ git clone https://github.com/spack/spack.git Cloning into 'spack'... ... .......... .......... 63% 1.07M 27s 33300K .......... .......... .......... .......... .......... 63% 864K 27s 33350K .......... .......... .......... .......... .......... 63% 529K 27s 33400K .......... .......... .......... .......Get:83 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcufile-dev-12-9 1.14.1.1-1 [2712 kB] ... .......... 63% 470K 27s 33450K .......... .......... .......... .......... .......... 63% 410K 26s 33500K .......... .......... .......... .......... .......... 64% 336K 26s 33550K .......... .......... .......... .......... .......... 64% 476K 26s 33600K .......... .......... .......... .......... .....Get:84 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcusolver-12-9 11.7.5.82-1 [199 MB] ..... 64% 396K 26s 33650K .......... .......... .......... .......... .......... 64% 385K 26s 33700K .......... .......... .......... .......... .......... 64% 353K 26s 33750K .......... .......... .......... .......... .......... 64% 329K 26s 33800K .......... .......... .......... .......... .......... 64% 404K 26s 33850K .......... .......... .......... .......... .......... 64% 220K 26s 33900K .......... .......... .......... .......... .......... 64% 355K 26s 33950K .......... .......... .......... .......... .......... 64% 566K 26s 34000K .......... .......... .......... .......... .......... 65% 450K 26s 34050K .......... .......... .......... .......... .......... 65% 448K 26s 34100K .......... .......... .......... .......... .......... 65% 414K 26s 34150K .......... .......... .......... .......... .......... 65% 567K 26s 34200K .......... .......... .......... .......... .......... 65% 725K 26s 34250K .......... .......... .......... .......... .......... 65% 859K 26s 34300K .......... .......... .......... .......... .......... 65% 754K 26s 34350K .......... .......... .......... .......... .......... 65% 1.15M 26s 34400K .......... .......... .......... .......... .......... 65% 1.29M 26s 34450K .......... .......... .......... .......... .......... 65% 949K 25s 34500K .......... .......... .......... .......... .......... 65% 988K 25s 34550K .......... .......... .......... .......... .......... 66% 496K 25s 34600K .......... .......... .......... .......... .......... 66% 521K 25s 34650K .......... .......... .......... .......... .......... 66% 561K 25s 34700K .......... .......... .......... .......... .......... 66% 442K 25s 34750K .......... .......... .......... .......... .......... 66% 616K 25s 34800K .......... .......... .......... .......... .......... 66% 601K 25s 34850K .......... .......... .......... .......... .......... 66% 316K 25s 34900K .......... .......... .......... .......... .......... 66% 486K 25s 34950K .......... .......... .......... .......... .......... 66% 563K 25s 35000K .......... .......... .......... .......... .......... 66% 515K 25s 35050K .......... .......... .......... .......... .......... 67% 500K 25s 35100K .......... .......... .......... .......... .......... 67% 529K 25s 35150K .......... .......... .......... .......... .......... 67% 804K 25s 35200K .......... .......... .......... .......... .......... 67% 832K 25s 35250K .......... .......... .......... .......... .......... 67% 990K 24s 35300K .......... .......... .......... .......... .......... 67% 858K 24s 35350K .......... .......... .......... .......... .......... 67% 882K 24s 35400K .......... .......... .......... .......... .......... 67% 725K 24s 35450K .......... .......... .......... .......... .......... 67% 441K 24s 35500K .......... .......... .......... .......... .......... 67% 423K 24s 35550K .......... .......... .......... .......... .......... 67% 807K 24s 35600K .......... .......... .......... .......... .......... 68% 608K 24s 35650K .......... .......... .......... .......... .......... 68% 621K 24s 35700K .........-- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX . .......... .......... .......... .......... 68% 650K 24s 35750K .......... .......... .......... .......... .......... 68% 771K 24s 35800K .......... .......... .......... .......... .......... 68% 705K 24s 35850K .......... .......... .......... .......... .......... 68% 841K 24s 35900K .......... .......... .......... .......... .......... 68% 743K 24s 35950K .......... .......... .......... .......... .......... 68% 1016K 23s 36000K .......... .......... .......... .......... .......... 68% 1.20M 23s 36050K .......... .......... .......... .......... .......... 68% 1.18M 23s 36100K .......... .......... .......... .......... .......... 69% 1.41M 23s 36150K .......... .......... .......... .......... .......... 69% 1.42M 23s 36200K .......... .......... .......... .......... .......... 69% 1.45M 23s 36250K .......... .......... .......... .......... .......... 69% 1.65M 23s 36300K .......... .......... .......... .......... .......... 69% 1.13M 23s 36350K .......... .......... .......... .......... .......... 69% 2.01M 23s 36400K .......... .......... .......... .......... .......... 69% 992K 23s 36450K .......... .......... .......... .......... .......... 69% 1.10M 23s 36500K .......... ...-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK ....... .......... .......... .......... 69% 886K 23s 36550K .......... .......... .......... .......... .......... 69% 1015K 22s 36600K .......... .......... .......... .......... .......... 69% 864K 22s 36650K .......... .......... .......... .......... .......... 70% 449K 22s 36700K .......... .......... .......... .......... .......... 70% 412K 22s 36750K .......... .......... .......... .......... .......... 70% 593K 22s 36800K .......... .......... .......... .......... .......... 70% 480K 22s 36850K .......... .......... .......... .......... .......... 70% 704K 22s 36900K .......... .......... .......... .......... .......... 70% 527K 22s 36950K .......... .......... .......... .......... .......... 70% 453K 22s 37000K .......... .......... .......... .......... .......... 70% 636K 22s 37050K .......... .......... .......... .......... .......... 70% 774K 22s 37100K .......... .......... .......... .......... .......... 70% 901K 22s 37150K .......... .......... .......... .......... .......... 71% 967K 22s 37200K .......... .......... .......... .......... .......... 71% 434K 22s 37250K .......... .......... .......... .-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Compiling and running to test HAVE_PTHREAD_AFFINITY ......... .......... 71% 316K 22s 37300K .......... .......... .......... .......... .......... 71% 433K 22s 37350K .......... .......... .......... .......... .......... 71% 564K 21s 37400K .......... .......... .......... .......... .......... 71% 531K 21s 37450K .......... .......... .......... .......... .......... 71% 668K 21s 37500K .......... .......Get:85 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcusolver-dev-12-9 11.7.5.82-1 [131 MB] ... .......... .......... .......... 71% 411K 21s 37550K .......... .......... .......... .......... .......... 71% 579K 21s 37600K .......... .......... .......... .......... .......... 71% 793K 21s 37650K .......... .......... .......... .......... .......... 71% 866K 21s 37700K .........-- [benchmark] Performing Test HAVE_PTHREAD_AFFINITY -- success -- Sources TestHIP.cpp -- Kokkos Backends: SERIAL;HIP -- Configuring done . .......... .......... .......... .......... 72% 1.06M 21s 37750K .......... .......... .......... .......... .......... 72% 618K 21s 37800K .......... .......... .......... .......... .......... 72% 1.83M 21s 37850K .......... .......... .......... .......... .......... 72% 744K 21s 37900K .......... .......... .......... .......... .......... 72% 421K 21s 37950K .......... .......... .......... .......... .......... 72% 473K 21s 38000K .......... .......... .......... .......... .......... 72% 633K 21s 38050K .......... .......... .......... .......... .......... 72% 596K 20s 38100K .......... .......... .......... .......... .......... 72% 704K 20s 38150K .......... .......... .......... .......... .......... 72% 783K 20s 38200K .......... .......... .......... .......-- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_nightly/build Command exited with the value: 0 ... .......... 73% 880K 20s 38250K .......... .......... .......... .......... .......... 73% 1.02M 20s 38300K .......... .......... .......... .......... .......... 73% 851K 20s 38350K .......... .......... .......... .......... .......... 73% 1.26M 20s 38400K .......... .......... .......... .......... .......... 73% 1.29M 20s 38450K .......... .......... .......... .......... .......... 73% 1.31M 20s 38500K .......... .......... .......... .......... .SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetMakeCommand:/opt/cmake/bin/cmake --build . --config "Release" SetCTestConfiguration:MakeCommand:/opt/cmake/bin/cmake --build . --config "Release" Build project MakeCommand:/opt/cmake/bin/cmake --build . --config "Release" Run command: "/opt/cmake/bin/cmake" "--build" "." "--config" "Release" [ 0%] Building CXX object _deps/googletest-build/CMakeFiles/gtest.dir/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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.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_name.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o ......... 73% 1.69M 20s 38550K .......... .......... .......... .......... .......... 73% 982K 20s 38600K .......... .......... .......... .......... .......... 73% 1.98M 20s 38650K .......... .......... .......... .......... .......... 73% 1.17M 20s 38700K .......... .......... .......... .......... .......... 73% 896K 19s 38750K .......... .......... .......... .......... .......... 74% 1.40M 19s 38800K .......... .......... .......... .......... .......... 74% 1.41M 19s 38850K .......... .......... .......... .......... .......... 74% 1.06M 19s 38900K .......... .......... .......... .......... .......... 74% 925K 19s 38950K .......... .......... .......... .......... .......... 74% 783K 19s 39000K .......... .......... .......... .......... .......... 74% 839K 19s 39050K .......... .......... .......... .......... .......... 74% 965K 19s 39100K .......... .......... .......... .......... .......... 74% 1.14M 19s 39150K .......... .......... .......... .......... .......... 74% 811K 19s 39200K .......... .......... .......... .......... .......... 74% 630K 19s 39250K .......... .......... .......... .......... .......... 75% 876K 19s 39300K .......... .......... .........[ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o . .......... .......... 75% 1.11M 19s 39350K .......... .......... .......... .......... .......... 75% 1.12M 18s 39400K .......... .......... .......... .......... .......... 75% 1.06M 18s 39450K .......... .......... .......... .......... .......... 75% 959K 18s 39500K .......... .......... .......... .......... .......... 75% 551K 18s 39550K .......... .........[ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o . .......... .......... .......... 75% 1.27M 18s 39600K .......... .......... .......... .......... .......... 75% 327K 18s 39650K .......... .......... .......... .[ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o ......... .......... 75% 472K 18s 39700K .......... .......... .......... .......... .......... 75% 654K 18s 39750K .......... .......... .......... .......... .......... 75% 486K 18s 39800K .......... .......... .....[ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so ..... .......... .......... 76% 558K 18s 39850K .......... .......... .......... .......... .......... 76% 566K 18s 39900K .......... .......... .......... .......... .......... 76% 701K 18s 39950K .......... .......... .......... .....[ 1%] Built target kokkosprinter-tool [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o ..... .......... 76% 854K 18s 40000K .......... .......... .......... .......... .......... 76% 504K 18s 40050K .......... .......... .......... .......... .......... 76% 641K 17s 40100K .......... .......... .......... .......... .....Get:86 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcusparse-12-9 12.5.10.65-1 [207 MB] ..... 76% 641K 17s 40150K .......... .......... .......... .......... .......... 76% 683K 17s 40200K .......... .......... .......... .......... .......... 76% 848K 17s 40250K .......... .......... .......... .......... .......... 76% 1.06M 17s 40300K .......... .......... .......... .......... .......... 77% 809K 17s 40350K ...[ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o ....... .......... .......... .......... .......... 77% 842K 17s 40400K .......... .......... .......... .......... .......... 77% 618K 17s 40450K .......... .......... .......... .......... .......... 77% 907K 17s 40500K .......... .......... .......... .......... .......... 77% 828K 17s 40550K .......... .[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o ......... .......... .......... .......... 77% 823K 17s 40600K .......... .......... .......... .......... .......... 77% 1.08M 17s 40650K .......... .......... .......... .......... .......... 77% 1014K 17s 40700K .......... .......... .......... .......... .......... 77% 965K 17s 40750K .......... .......... .......... .......... .......... 77% 865K 16s 40800K .[ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o ......... .......... .......... .......... .......... 77% 676K 16s 40850K .......... .......... .......... .......... .......... 78% 1.09M 16s 40900K .......... .......... .......... .......... .......... 78% 1.17M 16s 40950K .......... .......... .......... .......... .......... 78% 1.28M 16s 41000K .......... .......... .......... .......... .......... 78% 1.35M 16s 41050K .......... .......... .......... .......... .......... 78% 1.37M 16s 41100K .......... .......... .......... .......... .......... 78% 1.53M 16s 41150K .......... .......... .......... .......... .......... 78% 1.59M 16s 41200K .......... .......... .......... .......... .......... 78% 1.23M 16s 41250K .......... .......... .......... .......... .......... 78% 1.68M 16s 41300K .......... .......... .......... .......... .......... 78% 1.87M 16s 41350K .......... .......... .......... .......... .......... 79% 1.54M 15s 41400K .......... .......... .......... .......... .......... 79% 1.27M 15s 41450K .......... .......... .......... .......... .......... 79% 1.30M 15s 41500K .......... .......... .......... .......... .......... 79% 889K 15s 41550K .......... .......... .......... .......... .......... 79% 799K 15s 41600K .......... .......... .......... .......... .......... 79% 526K 15s 41650K .......... .......... .......... .[ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o ......... .......... 79% 685K 15s 41700K .......... .......... .......... .......... .......... 79% 772K 15s 41750K .......... .......... .......... .......... .......... 79% 965K 15s 41800K .......... .......... .......... .......... .......... 79% 722K 15s 41850K .......... .......... .......... .........[ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o . .......... 79% 1.22M 15s 41900K .......... .......... .......... .......... .......... 80% 863K 15s 41950K .......... .......... .......... .......... .......... 80% 905K 15s 42000K .......... .......... .......... .......... .......... 80% 784K 15s 42050K .......... .......... .......... .......... .......... 80% 782K 14s 42100K .......... .......... .......... .......... .......... 80% 1.29M 14s 42150K .......... .......... .......... .......... .......... 80% 897K 14s 42200K .......... .......... .......... .......... .......... 80% 917K 14s 42250K .......... .......... .......... .......... .......... 80% 934K 14s 42300K .......... .......... .......... .......[ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o ... .......... 80% 556K 14s 42350K .......... .......... .......... .......... .......... 80% 832K 14s 42400K .......... .......... .......... .......... .......... 81% 390K 14s 42450K .......... .....[ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o ..... .......... .......... .......... 81% 229K 14s 42500K .......... .......... .......... .......... .....[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o ..... 81% 463K 14s 42550K .......... .......... .......... .......... .......... 81% 657K 14s 42600K .......... .......... .......... .......... .......... 81% 887K 14s 42650K .......... .......... .......... .......... .......... 81% 714K 14s 42700K .......... .......... .[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o ......... .......... .......... 81% 600K 14s 42750K .......... .......... .......... .......... .......... 81% 305K 14s 42800K .......... .......... .......... .......... .......... 81% 452K 13s 42850K .......... .......... .......... .......... .......... 81% 778K 13s 42900K .......... .......... .......... .......... .......... 81% 966K 13s 42950K .......... .......... .......... .......... .......... 82% 986K 13s 43000K .......... .......... .......... .......... .......... 82% 1.26M 13s 43050K .......[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o ... .......... .......... .......... .......... 82% 1.26M 13s 43100K .......... .......... .......... .......... .......... 82% 1.27M 13s 43150K .......... .......... .......... .......... .......... 82% 1.20M 13s 43200K .......... .......... .......... .......... .......... 82% 1.20M 13s 43250K .......... .......... .......... .......... .......... 82% 1.59M 13s 43300K .......... .......... .......... .......... .......... 82% 1.73M 13s 43350K .......... .......... .......... .......... .......... 82% 1.72M 13s 43400K .......... .......... .......... .......... .......... 82% 997K 13s 43450K .......... .......... .......... .......... .......... 83% 2.83M 12s 43500K .......... .......... .......... .......... .......... 83% 1.32M 12s 43550K .......... .......... .......... .......... .......... 83% 1.26M 12s 43600K .......... .......... .......... .......... .......... 83% 703K 12s 43650K .......... .......... .......... .......... .......... 83% 986K 12s 43700K .......... ...[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Error.cpp.o ....... .......... .......... .......... 83% 711K 12s 43750K .......... .......... .......... .......... .......... 83% 878K 12s 43800K .......... .......... .......... .......... .......... 83% 584K 12s 43850K .......... .......... ...[ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o ....... .......... .......... 83% 565K 12s 43900K .......... .......... .......... .......... .......... 83% 592K 12s 43950K .......... .......... .......... .......... .......... 83% 729K 12s 44000K .......... .......... .......... ...[ 3%] Linking CXX static library libbenchmark.a [ 3%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o ....... .......... 84% 491K 12s 44050K .......... .......... .......... .......... .......... 84% 745K 12s 44100K .......... .......... .......... .......... .......... 84% 717K 12s 44150K .......... .......... .......... .......... .......... 84% 515K 11s 44200K .......... .......... .......... .......... .......... 84% 500K 11s 44250K .......... .......... .......... .......... .......... 84% 538K 11s 44300K .......... .......... .......... .......[ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o Get:87 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libcusparse-dev-12-9 12.5.10.65-1 [206 MB] ... .......... 84% 642K 11s 44350K .......... .......... .......... .......... .......... 84% 324K 11s 44400K .......... .......... ..........[ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o .......... .......... 84% 350K 11s 44450K .......... .......... .......... .......... .......... 84% 414K 11s 44500K .......... .......... ......[ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o .... .......... .......... 85% 568K 11s 44550K .......... .......... .......... .......... .......... 85% 649K 11s 44600K .......... .......... .......... .......... .......... 85% 667K 11s 44650K .......... .......... .......... .......... .......... 85% 670K 11s 44700K ..[ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o ........ .......... .......... .......... .......... 85% 721K 11s 44750K .......... .......... .......... .......... .......... 85% 509K 11s 44800K .......... .......... .......... .......... .......... 85% 541K 11s 44850K .......... .......... .......... .......... .......... 85% 701K 11s 44900K .......... .......... .......... .......... .......... 85% 509K 11s 44950K .......... .......... .......... ..........[ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o .......... 85% 586K 10s 45000K .......... .......... .......... .......... .......... 86% 566K 10s 45050K .......... .......... .......... .......... .......... 86% 588K 10s 45100K .......... .......... .......... .......... .......... 86% 728K 10s 45150K .......... .......... .......... .......... .......... 86% 678K 10s 45200K .......... .......... .......... .......... .......... 86% 979K 10s 45250K .......... .......... .......... .......... .......... 86% 660K 10s 45300K .......... .......... .......... .......... .......... 86% 1.14M 10s 45350K .......... .......... .......... .......... .......... 86% 815K 10s 45400K .......... .......... .......... .......... .......... 86% 1.04M 10s 45450K .......... .......... .......... .......... .......... 86% 1.09M 10s 45500K .......... .......... .......... .......... .......... 86% 517K 10s 45550K .......... .......... .......... .......... .......... 87% 246K 10s 45600K .......... .......... .......... .......... .......... 87% 365K 10s 45650K .......... .......... .......... .......... .......... 87% 329K 9s 45700K .......... .......... .......... .......... .......... 87% 483K 9s 45750K .......... .......... .......... .......... .......... 87% 674K 9s 45800K .......... .......... .......... .......... .......... 87% 934K 9s 45850K .......... .......... .......... .......... .......... 87% 975K 9s 45900K .......... ........[ 4%] Linking CXX static library libbenchmark_main.a [ 4%] Built target benchmark_main .. .......... .......... .......... 87% 1.05M 9s 45950K .......... .......... .......... .......... .......... 87% 933K 9s 46000K .......... .......... .......... .......... .......... 87% 1021K 9s 46050K .......... .......... .......... .......... .......... 88% 1.00M 9s 46100K .......... .......... .......... .......... .......... 88% 995K 9s 46150K .......... .......... .......... .......... .......... 88% 794K 9s 46200K .......... .......... .......... .......... .......... 88% 827K 9s 46250K .......... .......... .......... .......... .......... 88% 628K 9s 46300K .......... .......... .......... .......... .......... 88% 687K 9s 46350K .......... .......... .......... .......... .......... 88% 338K 8s 46400K .......... .......... .......... .......... .......... 88% 720K 8s 46450K .......... .......... .......... .......... .......... 88% 384K 8s 46500K .......... .......... .......... .......... .......... 88% 518K 8s 46550K .......... .......... .......... .......... .......... 88% 516K 8s 46600K .......... .......... .......... .......... .......... 89% 535K 8s 46650K .......... .......... .......... .......... .......... 89% 619K 8s 46700K .......... .......... .......... .......... .......... 89% 309K 8s 46750K .......... .......... .......... .......... .......... 89% 275K 8s 46800K .......... .......... .......... .......... .......... 89% 427K 8s 46850K .......... .......... .......... .......... .......... 89% 509K 8s 46900K .......... .......... .......... .......... .......... 89% 496K 8s 46950K .......... .......... .......... .......... .......... 89% 722K 8s 47000K .......... .......... .......... .......... .......... 89% 891K 8s 47050K .......... .......... .......... .......... .......... 89% 976K 8s 47100K .......... .......... .......... .......... .......... 90% 1.16M 7s 47150K .......... .......... .......... .......... .......... 90% 811K 7s 47200K .......... .......... .......... .......... .......... 90% 846K 7s 47250K .......... .......... .......... .......... .......... 90% 858K 7s 47300K .......... .......... .......... .......... .......... 90% 1021K 7s 47350K .......... .......... .......... .......... .......... 90% 1.15M 7s 47400K .......... .......... .......... .......... .......... 90% 1.03M 7s 47450K .......... .......... .......... .......... .......... 90% 1.03M 7s 47500K .......... .......... .......... .......... .......... 90% 999K 7s 47550K .......... .......... .......... .......... ........Get:88 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnpp-12-9 12.4.1.87-1 [172 MB] .. 90% 810K 7s 47600K .......... .......... .......... .......... .......... 90% 1.16M 7s 47650K .......... .......... .......... .......... .......... 91% 1.25M 7s 47700K .......... .......... .......... .......... .......... 91% 1.41M 7s 47750K .......... .......... .......... .......... .......... 91% 1.42M 7s 47800K .......... .......... .......... .......... .......... 91% 1.50M 6s 47850K .......... .......... .......... .......... .......... 91% 1.51M 6s 47900K .......... .......... .......... .......... .......... 91% 1.11M 6s 47950K .......... .......... .......... .......... .......... 91% 1.37M 6s 48000K .......... .......... .......... .......... .......... 91% 1.22M 6s 48050K .......... .......... .......... .......... .......... 91% 1.31M 6s 48100K .......... .......... .......... .......... .......... 91% 662K 6s 48150K .......... .......... .......... .......... .......... 92% 964K 6s 48200K .......... .......... .......... .......... .......... 92% 711K 6s 48250K .......... .......... .......... .......... .......... 92% 804K 6s 48300K .......... .......... .......... .......... .......... 92% 926K 6s 48350K .......... .......... .......... .......... .......... 92% 800K 6s 48400K .......... .......... .......... .......... .......... 92% 925K 6s 48450K .......... .......... .......... .......... .......... 92% 1.09M 5s 48500K .......... .......... .......... .......... .......... 92% 880K 5s 48550K .......... .......... .......... .......... .......... 92% 930K 5s 48600K .......... .......... .......... .......... .......... 92% 1.09M 5s 48650K .......... .......... .......... .......... .......... 92% 1.17M 5s 48700K .......... .......... .......... .......... .......... 93% 1.32M 5s 48750K .......... .......... .......... .......... .......... 93% 1.06M 5s 48800K .......... .......... .......... .......... .......... 93% 1.42M 5s 48850K .......... .......... .......... .......... .......... 93% 1.58M 5s 48900K .......... .......... .......... .......... .......... 93% 1.71M 5s 48950K .......... .......... .......... .......... .......... 93% 1.63M 5s 49000K .......... .......... .......... .......... .......... 93% 1.84M 5s 49050K .......... .......... .......... .......... .......... 93% 1.15M 5s 49100K .......... .......... .......... .......... .......... 93% 2.58M 5s 49150K .......... .......... .......... .......... .......... 93% 867K 4s 49200K .......... .......... .......... .......... .......... 94% 966K 4s 49250K .......... .......... .......... .......... .......... 94% 995K 4s 49300K .......... .......... ......[ 4%] Linking CXX static library libgtest.a [ 4%] Built target gtest .... .......... .......... 94% 1.07M 4s 49350K .......... .......... .......... .......... .......... 94% 796K 4s 49400K .......... .......... .......... .......... .......... 94% 1.09M 4s 49450K .......... .......... .......... .......... .......... 94% 807K 4s 49500K .......... .......... .......... .......... .......... 94% 1.06M 4s 49550K .......... .......... .......... .......... .......... 94% 779K 4s 49600K .......... .......... .......... .......... .......... 94% 1.23M 4s 49650K .......... .......... .......... .......... .......... 94% 948K 4s 49700K .......... .......... .......... .......... .......... 94% 280K 4s 49750K .......... .......... .......... .......... .......... 95% 399K 4s 49800K .......... .......... .......... .......... .......... 95% 595K 4s 49850K .......... .......... .......... .......... .......... 95% 734K 3s 49900K .......... .......... .......... .......... .......... 95% 862K 3s 49950K .......... .......... .......... .......... .......... 95% 784K 3s 50000K .......... .......... .......... .......... .......... 95% 1.21M 3s 50050K .......... .......... .......... .......... .......... 95% 1.09M 3s 50100K .......... .......... .......... .......... .......... 95% 1.17M 3s 50150K .......... .......... .......... .......... .......... 95% 965K 3s 50200K .......... .......... .......... .......... .......... 95% 545K 3s 50250K .......... .......... .......... .......... .......... 96% 371K 3s 50300K .......... .......... .......... .......... .......... 96% 278K 3s 50350K .......... .......... .......... .......... .......... 96% 230K 3s 50400K .......... ....[ 4%] Linking CXX static library libkokkoscore.a [ 4%] Built target kokkoscore [ 4%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 4%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 4%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o ...... .......... .......... .......... 96% 483K 3s 50450K .......... .......... .......... .......... .......... 96% 608K 3s 50500K .......... .......... .......... .......... .......... 96% 812K 3s 50550K .......... .......... .......... .......... .......... 96% 934K 3s 50600K .......... .......... .......... .......... .......... 96% 1.01M 2s 50650K .......... .......... .......... .......... .......... 96% 1.10M 2s 50700K .......... .......... .......... .......... .......... 96% 1.22M 2s 50750K .......... .......... .......... .......... .......... 96% 927K 2s 50800K .......... .......... .......... .......... .......... 97% 750K 2s 50850K .......... .......... .......... .......... .......... 97% 630K 2s 50900K .......... .......... .......... .......... .......... 97% 370K 2s 50950K .......... .......... .......... .......... .......... 97% 529K 2s 51000K .......... .......... .......... .......... .......... 97% 703K 2s 51050K .......... .......... .......... .......... .......... 97% 580K 2s 51100K .......... .......... .......... .......... .......... 97% 507K 2s 51150K .......... .......... .......... .......... .......... 97% 414K 2s 51200K .......... .......... .......... .......... .......... 97% 725K 2s 51250K .......... .......... .......... .......... .......... 97% 920K 2s 51300K .......... .......... .......... .......... .......... 98% 972K 1s 51350K .......... .......... .......... .......... .......... 98% 1.16M 1s 51400K .......... .......... .......... .......... .......... 98% 1.26M 1s 51450K .......... .......... .......... .......... .......... 98% 1.19M 1s 51500K .......... .......... .......... .......... .......... 98% 1.32M 1s 51550K .......... .......... .......... .......... .......... 98% 1.20M 1s 51600K .......... .......... .......... .......... .......... 98% 1.54M 1s 51650K .......... .......... .......... .......... .......... 98% 1.52M 1s 51700K .......... .......... .......... .......... .......... 98% 1.87M 1s 51750K .......... .......... .......... .......... .......... 98% 1.63M 1s 51800K .......... .......... .......... .......... .......... 98% 1.78M 1s 51850K .......... .......... .......... .......... .......... 99% 2.00M 1s 51900K .......... .......... .......... .......... .......... 99% 1.45M 1s 51950K .......... .......... .......... .......... .......... 99% 2.07M 1s 52000K .......... .......... .......... .......... .......... 99% 1.07M 0s 52050K .......... .......... .......... .......... .......... 99% 4.34M 0s 52100K .......... .......... .......... .......... .......... 99% 1.63M 0s 52150K .......... .......... .......... .......... .......... 99% 1.55M 0s 52200K .......... .......... .......... .......... .......... 99% 1.51M 0s 52250K .......... .......... .......... .......... .......... 99% 1.52M 0s 52300K .......... .......... .......... .......... .......... 99% 921K 0s 52350K .......... .......... .......... .. 100% 244M=73s 2025-12-22 05:32:23 (717 KB/s) - 'cmake-3.30.0-linux-x86_64.sh.25' saved [53639415/53639415] + chmod +x cmake-3.30.0-linux-x86_64.sh + ./cmake-3.30.0-linux-x86_64.sh --skip-license --prefix=/usr [ 4%] Linking CXX static library libkokkosalgorithms.a [ 4%] Built target kokkosalgorithms [ 5%] Linking CXX static library libkokkossimd.a [ 5%] Built target kokkossimd CMake Installer Version: 3.30.0, Copyright (c) Kitware This is a self-extracting archive. The archive will be extracted to: /usr Using target directory: /usr Extracting, please wait... Get:89 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnpp-dev-12-9 12.4.1.87-1 [167 MB] Unpacking finished successfully + export CMAKE_BUILD_PARALLEL_LEVEL=8 + export ENV_CMAKE_OPTIONS= + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26 + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_TESTS=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON + export ENV_CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_SERIAL=ON + ctest -VV -D CDASH_MODEL=Nightly -D CMAKE_OPTIONS=;-DCMAKE_BUILD_TYPE=Release;-DCMAKE_CXX_STANDARD=26;-DCMAKE_CXX_FLAGS=-Werror;-DKokkos_ARCH_NATIVE=ON;-DKokkos_ENABLE_COMPILER_WARNINGS=ON;-DKokkos_ENABLE_BENCHMARKS=ON;-DKokkos_ENABLE_EXAMPLES=ON;-DKokkos_ENABLE_TESTS=ON;-DKokkos_ENABLE_DEPRECATED_CODE_4=ON;-DKokkos_ENABLE_SERIAL=ON -S scripts/CTestRun.cmake -D CTEST_SITE=ornl-jenkins -D CTEST_BUILD_NAME=GCC-15-CXX26 * Extra verbosity turned on Reading Script: /var/jenkins/workspace/Kokkos_nightly/scripts/CTestRun.cmake SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build Run dashboard with model Nightly Source directory: /var/jenkins/workspace/Kokkos_nightly Build directory: /var/jenkins/workspace/Kokkos_nightly/build Reading ctest configuration file: /var/jenkins/workspace/Kokkos_nightly/CTestConfig.cmake SetCTestConfigurationFromCMakeVariable:NightlyStartTime:CTEST_NIGHTLY_START_TIME SetCTestConfiguration:NightlyStartTime:01:00:00;UTC SetCTestConfigurationFromCMakeVariable:Site:CTEST_SITE SetCTestConfiguration:Site:ornl-jenkins SetCTestConfigurationFromCMakeVariable:BuildName:CTEST_BUILD_NAME SetCTestConfiguration:BuildName:GCC-15-CXX26 Site: ornl-jenkins Build name: GCC-15-CXX26 Determine Nightly Start Time Specified time: 01:00:00;UTC Use Nightly tag: 20251222-0100 SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfigurationFromCMakeVariable:UpdateCommand:CTEST_UPDATE_COMMAND SetCTestConfiguration:UpdateCommand:git SetCTestConfigurationFromCMakeVariable:UpdateVersionOnly:CTEST_UPDATE_VERSION_ONLY SetCTestConfiguration:UpdateVersionOnly:1 Updating the repository: /var/jenkins/workspace/Kokkos_nightly Use GIT repository type New revision of repository is: 37f70304dc3676691af88d3ac3ba50cddbfa337f Gathering version information (one . per revision): SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:ConfigureCommand:"/usr/bin/cmake" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CXX_STANDARD=26" "-DCMAKE_CXX_FLAGS=-Werror" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_SERIAL=ON" "-GUnix Makefiles" "-S/var/jenkins/workspace/Kokkos_nightly" "-B/var/jenkins/workspace/Kokkos_nightly/build" Configure project Configure with command: "/usr/bin/cmake" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CXX_STANDARD=26" "-DCMAKE_CXX_FLAGS=-Werror" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_SERIAL=ON" "-GUnix Makefiles" "-S/var/jenkins/workspace/Kokkos_nightly" "-B/var/jenkins/workspace/Kokkos_nightly/build" Run command: "/usr/bin/cmake" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CXX_STANDARD=26" "-DCMAKE_CXX_FLAGS=-Werror" "-DKokkos_ARCH_NATIVE=ON" "-DKokkos_ENABLE_COMPILER_WARNINGS=ON" "-DKokkos_ENABLE_BENCHMARKS=ON" "-DKokkos_ENABLE_EXAMPLES=ON" "-DKokkos_ENABLE_TESTS=ON" "-DKokkos_ENABLE_DEPRECATED_CODE_4=ON" "-DKokkos_ENABLE_SERIAL=ON" "-GUnix Makefiles" "-S/var/jenkins/workspace/Kokkos_nightly" "-B/var/jenkins/workspace/Kokkos_nightly/build" -- Setting default Kokkos CXX standard to 26 -- The CXX compiler identification is GNU 15.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 5.0.99 -- The project name is: Kokkos -- Using bundled GoogleTest version -- Configured git information in /var/jenkins/workspace/Kokkos_nightly/build/generated/Kokkos_Version_Info.cpp -- Kokkos is configured for CMake languages CXX compilation (using GNU version 15.1.0) -- Using -std=gnu++26 for C++26 extensions as feature -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- Using bundled desul_atomics copy (desul/desul@79f928075837ffb5d302aae188e0ec7b7a79ae94) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Using bundled mdspan copy (kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812) -- Found Python3: /usr/bin/python3.11 (found version "3.11.2") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.39.5") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Google Benchmark version: 1.8.3 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST -- [benchmark] Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.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_Default.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o Get:90 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvfatbin-12-9 12.9.82-1 [749 kB] [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK Get:91 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvfatbin-dev-12-9 12.9.82-1 [626 kB] -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- [benchmark] Compiling and running to test HAVE_PTHREAD_AFFINITY -- [benchmark] Performing Test HAVE_PTHREAD_AFFINITY -- success -- Kokkos Backends: SERIAL -- Configuring done (6.6s) Get:92 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvjitlink-12-9 12.9.86-1 [28.6 MB] -- Generating done (0.4s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_nightly/build Command exited with the value: 0 SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetMakeCommand:/usr/bin/cmake --build . --config "Release" SetCTestConfiguration:MakeCommand:/usr/bin/cmake --build . --config "Release" Build project MakeCommand:/usr/bin/cmake --build . --config "Release" Run command: "/usr/bin/cmake" "--build" "." "--config" "Release" [ 0%] Building CXX object _deps/googletest-build/CMakeFiles/gtest.dir/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o Get:93 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvjitlink-dev-12-9 12.9.86-1 [25.9 MB] [ 0%] 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_runner.cc.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o Get:94 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvjpeg-12-9 12.4.0.76-1 [3372 kB] [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o Get:95 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 libnvjpeg-dev-12-9 12.4.0.76-1 [3079 kB] [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Built target kokkosprinter-tool [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o debconf: delaying package configuration, since apt-utils is not installed Fetched 1984 MB in 1min 10s (28.5 MB/s) [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Built target impl_git_version [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libc6-dev_2.39-0ubuntu8.6_amd64.deb ... Unpacking libc6-dev:amd64 (2.39-0ubuntu8.6) over (2.39-0ubuntu8.4) ... [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_Develop [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Linking CXX static library libbenchmark.a [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o Preparing to unpack .../libc-dev-bin_2.39-0ubuntu8.6_amd64.deb ... Unpacking libc-dev-bin (2.39-0ubuntu8.6) over (2.39-0ubuntu8.4) ... Preparing to unpack .../linux-libc-dev_6.8.0-90.91_amd64.deb ... Unpacking linux-libc-dev:amd64 (6.8.0-90.91) over (6.8.0-59.61) ... [ 11%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 12%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_AllocationAndSpanSize.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 13%] Linking CXX executable Kokkos_ProfilingAllCalls [ 13%] Built target Kokkos_ProfilingAllCalls [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 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_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 5%] Linking CXX static library libbenchmark_main.a [ 5%] Built target benchmark_main [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o Preparing to unpack .../libc6_2.39-0ubuntu8.6_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Unpacking libc6:amd64 (2.39-0ubuntu8.6) over (2.39-0ubuntu8.4) ... [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 13%] Linking CXX executable Kokkos_ToolsInitialization [ 5%] Linking CXX static library libgtest.a [ 5%] Built target gtest [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_AllocationAndSpanSize.cpp.o [ 13%] Built target Kokkos_ToolsInitialization [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Linking CXX static library libkokkosalgorithms.a [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkosalgorithms [ 7%] Built target kokkossimd Setting up libc6:amd64 (2.39-0ubuntu8.6) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../base-files_13ubuntu10.3_amd64.deb ... Unpacking base-files (13ubuntu10.3) over (13ubuntu10.2) ... [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Setting up base-files (13ubuntu10.3) ... [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o Installing new version of config file /etc/issue ... Installing new version of config file /etc/issue.net ... Installing new version of config file /etc/lsb-release ... [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.4_amd64.deb ... Unpacking bsdutils (1:2.39.3-9ubuntu6.4) over (1:2.39.3-9ubuntu6.2) ... [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o Setting up bsdutils (1:2.39.3-9ubuntu6.4) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../coreutils_9.4-3ubuntu6.1_amd64.deb ... Unpacking coreutils (9.4-3ubuntu6.1) over (9.4-3ubuntu6) ... [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o Setting up coreutils (9.4-3ubuntu6.1) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libsystemd0_255.4-1ubuntu8.12_amd64.deb ... [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o Unpacking libsystemd0:amd64 (255.4-1ubuntu8.12) over (255.4-1ubuntu8.6) ... Setting up libsystemd0:amd64 (255.4-1ubuntu8.12) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libudev1_255.4-1ubuntu8.12_amd64.deb ... Unpacking libudev1:amd64 (255.4-1ubuntu8.12) over (255.4-1ubuntu8.6) ... Setting up libudev1:amd64 (255.4-1ubuntu8.12) ... [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.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_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libapt-pkg6.0t64_2.8.3_amd64.deb ... Unpacking libapt-pkg6.0t64:amd64 (2.8.3) over (2.7.14build2) ... [ 16%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o Setting up libapt-pkg6.0t64:amd64 (2.8.3) ... [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../dpkg_1.22.6ubuntu6.5_amd64.deb ... Unpacking dpkg (1.22.6ubuntu6.5) over (1.22.6ubuntu6.1) ... [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o Setting up dpkg (1.22.6ubuntu6.5) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../gzip_1.12-1ubuntu3.1_amd64.deb ... Unpacking gzip (1.12-1ubuntu3.1) over (1.12-1ubuntu3) ... [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o Setting up gzip (1.12-1ubuntu3.1) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.2_amd64.deb ... Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.2) over (5.38.2-3.2ubuntu0.1) ... [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 12%] Built target Kokkos_CoreUnitTest_Develop [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCtorDataHandle.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCtorDataHandle.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.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_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o Preparing to unpack .../perl_5.38.2-3.2ubuntu0.2_amd64.deb ... Unpacking perl (5.38.2-3.2ubuntu0.2) over (5.38.2-3.2ubuntu0.1) ... [ 20%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.2_amd64.deb ... Unpacking perl-base (5.38.2-3.2ubuntu0.2) over (5.38.2-3.2ubuntu0.1) ... [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 20%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 20%] Linking CXX executable Kokkos_StackTraceTestExec [ 20%] Built target Kokkos_StackTraceTestExec [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 14%] 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_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 20%] Built target Kokkos_CoreUnitTest_CTestDevice [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 20%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.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_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_AllocationAndSpanSize.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 20%] 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_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 20%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 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_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o Setting up perl-base (5.38.2-3.2ubuntu0.2) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.2_all.deb ... Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.2) over (5.38.2-3.2ubuntu0.1) ... [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestConversionFromPointer.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestMemoryTraitTypes.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.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_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 24%] 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_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 24%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 24%] Built target Kokkos_CoreTestCompileOnly [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o Preparing to unpack .../util-linux_2.39.3-9ubuntu6.4_amd64.deb ... Unpacking util-linux (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o Setting up util-linux (2.39.3-9ubuntu6.4) ... [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCtorDataHandle.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libc-bin_2.39-0ubuntu8.6_amd64.deb ... Unpacking libc-bin (2.39-0ubuntu8.6) over (2.39-0ubuntu8.4) ... [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o Setting up libc-bin (2.39-0ubuntu8.6) ... (Reading database ... [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../0-libsqlite3-0_3.45.1-1ubuntu2.5_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.5) over (3.45.1-1ubuntu2.1) ... Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Preparing to unpack .../2-gpgsm_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Preparing to unpack .../3-gnupg-utils_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_amd64.deb ... [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 26%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ... Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Preparing to unpack .../9-libgnutls30t64_3.8.3-1.1ubuntu3.4_amd64.deb ... [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.4) over (3.8.3-1.1ubuntu3.3) ... Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.4) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../gpgv_2.4.4-2ubuntu17.3_amd64.deb ... Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o Setting up gpgv (2.4.4-2ubuntu17.3) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../archives/apt_2.8.3_amd64.deb ... Unpacking apt (2.8.3) over (2.7.14build2) ... [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Setting up apt (2.8.3) ... [ 18%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o (Reading database ... (Reading database ... 5% [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libpam0g_1.5.3-5ubuntu5.5_amd64.deb ... Unpacking libpam0g:amd64 (1.5.3-5ubuntu5.5) over (1.5.3-5ubuntu5.1) ... Setting up libpam0g:amd64 (1.5.3-5ubuntu5.5) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libpam-modules-bin_1.5.3-5ubuntu5.5_amd64.deb ... Unpacking libpam-modules-bin (1.5.3-5ubuntu5.5) over (1.5.3-5ubuntu5.1) ... Setting up libpam-modules-bin (1.5.3-5ubuntu5.5) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libpam-modules_1.5.3-5ubuntu5.5_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Unpacking libpam-modules:amd64 (1.5.3-5ubuntu5.5) over (1.5.3-5ubuntu5.1) ... [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o Setting up libpam-modules:amd64 (1.5.3-5ubuntu5.5) ... Installing new version of config file /etc/security/namespace.init ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../mount_2.39.3-9ubuntu6.4_amd64.deb ... Unpacking mount (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.4_amd64.deb ... [ 18%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 18%] Built target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o Unpacking libblkid1:amd64 (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 18%] 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_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 18%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o Setting up libblkid1:amd64 (2.39.3-9ubuntu6.4) ... [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libmount1_2.39.3-9ubuntu6.4_amd64.deb ... Unpacking libmount1:amd64 (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestConversionFromPointer.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o Setting up libmount1:amd64 (2.39.3-9ubuntu6.4) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libpam-runtime_1.5.3-5ubuntu5.5_all.deb ... Unpacking libpam-runtime (1.5.3-5ubuntu5.5) over (1.5.3-5ubuntu5.1) ... [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Setting up libpam-runtime (1.5.3-5ubuntu5.5) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.4_amd64.deb ... Unpacking libsmartcols1:amd64 (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... Setting up libsmartcols1:amd64 (2.39.3-9ubuntu6.4) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.6_amd64.deb ... Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.6) over (3.0.13-0ubuntu3.5) ... [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.6) ... (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 ... 15322 files and directories currently installed.) Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.4_amd64.deb ... Unpacking libuuid1:amd64 (2.39.3-9ubuntu6.4) over (2.39.3-9ubuntu6.2) ... [ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize Setting up libuuid1:amd64 (2.39.3-9ubuntu6.4) ... [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o (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 ... 15322 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.13-0ubuntu3.6_amd64.deb ... Unpacking openssl (3.0.13-0ubuntu3.6) over (3.0.13-0ubuntu3.5) ... [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestMemoryTraitTypes.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o Preparing to unpack .../01-libgprofng0_2.42-4ubuntu2.8_amd64.deb ... Unpacking libgprofng0:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... Preparing to unpack .../02-libctf0_2.42-4ubuntu2.8_amd64.deb ... Unpacking libctf0:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... Preparing to unpack .../03-libctf-nobfd0_2.42-4ubuntu2.8_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... Preparing to unpack .../04-binutils-x86-64-linux-gnu_2.42-4ubuntu2.8_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o Preparing to unpack .../05-libbinutils_2.42-4ubuntu2.8_amd64.deb ... Unpacking libbinutils:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp Preparing to unpack .../06-binutils_2.42-4ubuntu2.8_amd64.deb ... Unpacking binutils (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o Preparing to unpack .../07-binutils-common_2.42-4ubuntu2.8_amd64.deb ... Unpacking binutils-common:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o Preparing to unpack .../08-libsframe1_2.42-4ubuntu2.8_amd64.deb ... Unpacking libsframe1:amd64 (2.42-4ubuntu2.8) over (2.42-4ubuntu2.5) ... Preparing to unpack .../09-cuda-cupti-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-cupti-12-9 (12.9.79-1) over (12.9.19-1) ... [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o Preparing to unpack .../10-cuda-cupti-dev-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-cupti-dev-12-9 (12.9.79-1) over (12.9.19-1) ... [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 18%] Built target Kokkos_CoreTestCompileOnly [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 18%] Linking CXX executable Kokkos_ProfilingAllCalls [ 18%] Built target Kokkos_ProfilingAllCalls [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.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_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 35%] Linking CXX executable Kokkos_IncrementalTest_HIP Preparing to unpack .../11-cuda-nvdisasm-12-9_12.9.88-1_amd64.deb ... Unpacking cuda-nvdisasm-12-9 (12.9.88-1) over (12.9.19-1) ... Preparing to unpack .../12-cuda-cuobjdump-12-9_12.9.82-1_amd64.deb ... Unpacking cuda-cuobjdump-12-9 (12.9.82-1) over (12.9.26-1) ... Preparing to unpack .../13-cuda-gdb-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-gdb-12-9 (12.9.79-1) over (12.9.19-1) ... [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_Default [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 35%] Built target Kokkos_IncrementalTest_HIP [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o Preparing to unpack .../14-cuda-nvprof-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-nvprof-12-9 (12.9.79-1) over (12.9.19-1) ... Preparing to unpack .../15-cuda-nvtx-12-9_12.9.79-1_amd64.deb ... [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o Unpacking cuda-nvtx-12-9 (12.9.79-1) over (12.9.19-1) ... Preparing to unpack .../16-cuda-sanitizer-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-sanitizer-12-9 (12.9.79-1) over (12.9.27-1) ... [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 36%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 21%] Linking CXX executable Kokkos_ToolsInitialization [ 21%] Built target Kokkos_ToolsInitialization [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 36%] Built target Kokkos_IncrementalTest_SERIAL [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o Preparing to unpack .../17-cuda-command-line-tools-12-9_12.9.1-1_amd64.deb ... Unpacking cuda-command-line-tools-12-9 (12.9.1-1) over (12.9.0-1) ... Preparing to unpack .../18-cuda-compat-12-9_575.57.08-0ubuntu1_amd64.deb ... Unpacking cuda-compat-12-9 (575.57.08-0ubuntu1) over (575.51.03-0ubuntu1) ... [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o Preparing to unpack .../19-cuda-cuxxfilt-12-9_12.9.82-1_amd64.deb ... Unpacking cuda-cuxxfilt-12-9 (12.9.82-1) over (12.9.19-1) ... Preparing to unpack .../20-cuda-toolkit-config-common_13.1.80-1_all.deb ... Unpacking cuda-toolkit-config-common (13.1.80-1) over (12.9.37-1) ... Preparing to unpack .../21-cuda-toolkit-12-config-common_12.9.79-1_all.deb ... Unpacking cuda-toolkit-12-config-common (12.9.79-1) over (12.9.37-1) ... Preparing to unpack .../22-cuda-toolkit-12-9-config-common_12.9.79-1_all.deb ... Unpacking cuda-toolkit-12-9-config-common (12.9.79-1) over (12.9.37-1) ... Preparing to unpack .../23-cuda-cudart-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-cudart-12-9 (12.9.79-1) over (12.9.37-1) ... Preparing to unpack .../24-cuda-driver-dev-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-driver-dev-12-9 (12.9.79-1) over (12.9.37-1) ... [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMove.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o Preparing to unpack .../25-cuda-cudart-dev-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-cudart-dev-12-9 (12.9.79-1) over (12.9.37-1) ... [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o Preparing to unpack .../26-cuda-nvcc-12-9_12.9.86-1_amd64.deb ... Unpacking cuda-nvcc-12-9 (12.9.86-1) over (12.9.41-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o Preparing to unpack .../27-cuda-nvvm-12-9_12.9.86-1_amd64.deb ... Unpacking cuda-nvvm-12-9 (12.9.86-1) over (12.9.41-1) ... [ 38%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o Preparing to unpack .../28-cuda-crt-12-9_12.9.86-1_amd64.deb ... Unpacking cuda-crt-12-9 (12.9.86-1) over (12.9.41-1) ... [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o Preparing to unpack .../29-cuda-nvprune-12-9_12.9.82-1_amd64.deb ... Unpacking cuda-nvprune-12-9 (12.9.82-1) over (12.9.19-1) ... Preparing to unpack .../30-cuda-compiler-12-9_12.9.1-1_amd64.deb ... Unpacking cuda-compiler-12-9 (12.9.1-1) over (12.9.0-1) ... Preparing to unpack .../31-cuda-profiler-api-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-profiler-api-12-9 (12.9.79-1) over (12.9.19-1) ... Preparing to unpack .../32-cuda-minimal-build-12-9_12.9.1-1_amd64.deb ... Unpacking cuda-minimal-build-12-9 (12.9.1-1) over (12.9.0-1) ... Preparing to unpack .../33-cuda-nvml-dev-12-9_12.9.79-1_amd64.deb ... Unpacking cuda-nvml-dev-12-9 (12.9.79-1) over (12.9.40-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o Preparing to unpack .../34-cuda-nvrtc-12-9_12.9.86-1_amd64.deb ... Unpacking cuda-nvrtc-12-9 (12.9.86-1) over (12.9.41-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o Preparing to unpack .../35-cuda-nvrtc-dev-12-9_12.9.86-1_amd64.deb ... Unpacking cuda-nvrtc-dev-12-9 (12.9.86-1) over (12.9.41-1) ... [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o Preparing to unpack .../36-dpkg-dev_1.22.6ubuntu6.5_all.deb ... Unpacking dpkg-dev (1.22.6ubuntu6.5) over (1.22.6ubuntu6.1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o Preparing to unpack .../37-libdpkg-perl_1.22.6ubuntu6.5_all.deb ... Unpacking libdpkg-perl (1.22.6ubuntu6.5) over (1.22.6ubuntu6.1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o Preparing to unpack .../38-libcufft-12-9_11.4.1.4-1_amd64.deb ... Unpacking libcufft-12-9 (11.4.1.4-1) over (11.4.0.6-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o Preparing to unpack .../39-libcufft-dev-12-9_11.4.1.4-1_amd64.deb ... Unpacking libcufft-dev-12-9 (11.4.1.4-1) over (11.4.0.6-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o Preparing to unpack .../40-libcufile-12-9_1.14.1.1-1_amd64.deb ... Unpacking libcufile-12-9 (1.14.1.1-1) over (1.14.0.30-1) ... Preparing to unpack .../41-libcufile-dev-12-9_1.14.1.1-1_amd64.deb ... Unpacking libcufile-dev-12-9 (1.14.1.1-1) over (1.14.0.30-1) ... [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o Preparing to unpack .../42-libcusolver-12-9_11.7.5.82-1_amd64.deb ... Unpacking libcusolver-12-9 (11.7.5.82-1) over (11.7.4.40-1) ... [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o Preparing to unpack .../43-libcusolver-dev-12-9_11.7.5.82-1_amd64.deb ... Unpacking libcusolver-dev-12-9 (11.7.5.82-1) over (11.7.4.40-1) ... [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o Preparing to unpack .../44-libcusparse-12-9_12.5.10.65-1_amd64.deb ... Unpacking libcusparse-12-9 (12.5.10.65-1) over (12.5.9.5-1) ... [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o Preparing to unpack .../45-libcusparse-dev-12-9_12.5.10.65-1_amd64.deb ... Unpacking libcusparse-dev-12-9 (12.5.10.65-1) over (12.5.9.5-1) ... [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o Preparing to unpack .../46-libnpp-12-9_12.4.1.87-1_amd64.deb ... Unpacking libnpp-12-9 (12.4.1.87-1) over (12.4.0.27-1) ... [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o Preparing to unpack .../47-libnpp-dev-12-9_12.4.1.87-1_amd64.deb ... Unpacking libnpp-dev-12-9 (12.4.1.87-1) over (12.4.0.27-1) ... [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o Preparing to unpack .../48-libnvfatbin-12-9_12.9.82-1_amd64.deb ... Unpacking libnvfatbin-12-9 (12.9.82-1) over (12.9.19-1) ... Preparing to unpack .../49-libnvfatbin-dev-12-9_12.9.82-1_amd64.deb ... Unpacking libnvfatbin-dev-12-9 (12.9.82-1) over (12.9.19-1) ... Preparing to unpack .../50-libnvjitlink-12-9_12.9.86-1_amd64.deb ... Unpacking libnvjitlink-12-9 (12.9.86-1) over (12.9.41-1) ... [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o Preparing to unpack .../51-libnvjitlink-dev-12-9_12.9.86-1_amd64.deb ... Unpacking libnvjitlink-dev-12-9 (12.9.86-1) over (12.9.41-1) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o Preparing to unpack .../52-libnvjpeg-12-9_12.4.0.76-1_amd64.deb ... Unpacking libnvjpeg-12-9 (12.4.0.76-1) over (12.4.0.16-1) ... Preparing to unpack .../53-libnvjpeg-dev-12-9_12.4.0.76-1_amd64.deb ... Unpacking libnvjpeg-dev-12-9 (12.4.0.76-1) over (12.4.0.16-1) ... Preparing to unpack .../54-gnupg2_2.4.4-2ubuntu17.3_all.deb ... Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ... Setting up cuda-toolkit-config-common (13.1.80-1) ... Setting up cuda-cuobjdump-12-9 (12.9.82-1) ... Setting up cuda-nvrtc-12-9 (12.9.86-1) ... Setting up cuda-sanitizer-12-9 (12.9.79-1) ... Setting up cuda-nvvm-12-9 (12.9.86-1) ... Setting up cuda-cupti-12-9 (12.9.79-1) ... Setting up cuda-nvml-dev-12-9 (12.9.79-1) ... Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.5) ... Setting up cuda-nvprune-12-9 (12.9.82-1) ... Setting up binutils-common:amd64 (2.42-4ubuntu2.8) ... Setting up linux-libc-dev:amd64 (6.8.0-90.91) ... Setting up libctf-nobfd0:amd64 (2.42-4ubuntu2.8) ... Setting up cuda-nvrtc-dev-12-9 (12.9.86-1) ... Setting up libsframe1:amd64 (2.42-4ubuntu2.8) ... Setting up cuda-compat-12-9 (575.57.08-0ubuntu1) ... Setting up cuda-toolkit-12-9-config-common (12.9.79-1) ... Setting alternatives Setting up cuda-driver-dev-12-9 (12.9.79-1) ... Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.2) ... Setting up cuda-nvdisasm-12-9 (12.9.88-1) ... [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o Setting up cuda-profiler-api-12-9 (12.9.79-1) ... Setting up mount (2.39.3-9ubuntu6.4) ... Setting up cuda-cuxxfilt-12-9 (12.9.82-1) ... Setting up gpgconf (2.4.4-2ubuntu17.3) ... Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.2) ... Setting up cuda-cupti-dev-12-9 (12.9.79-1) ... Setting up libbinutils:amd64 (2.42-4ubuntu2.8) ... Setting up cuda-nvtx-12-9 (12.9.79-1) ... Setting up libc-dev-bin (2.39-0ubuntu8.6) ... Setting up openssl (3.0.13-0ubuntu3.6) ... Setting up cuda-toolkit-12-config-common (12.9.79-1) ... Setting up gpg (2.4.4-2ubuntu17.3) ... Setting up cuda-nvprof-12-9 (12.9.79-1) ... Setting up libcufft-12-9 (11.4.1.4-1) ... Setting up gnupg-utils (2.4.4-2ubuntu17.3) ... Setting up libctf0:amd64 (2.42-4ubuntu2.8) ... Setting up libcusparse-12-9 (12.5.10.65-1) ... Setting up gpg-agent (2.4.4-2ubuntu17.3) ... Setting up libcufft-dev-12-9 (11.4.1.4-1) ... Setting up libnpp-12-9 (12.4.1.87-1) ... Setting up libnpp-dev-12-9 (12.4.1.87-1) ... Setting up libnvjitlink-12-9 (12.9.86-1) ... Setting up gpgsm (2.4.4-2ubuntu17.3) ... Setting up cuda-gdb-12-9 (12.9.79-1) ... Setting up dirmngr (2.4.4-2ubuntu17.3) ... Setting up perl (5.38.2-3.2ubuntu0.2) ... Setting up libgprofng0:amd64 (2.42-4ubuntu2.8) ... Setting up libnvfatbin-12-9 (12.9.82-1) ... Setting up libnvjitlink-dev-12-9 (12.9.86-1) ... Setting up libnvjpeg-12-9 (12.4.0.76-1) ... Setting up keyboxd (2.4.4-2ubuntu17.3) ... Setting up libdpkg-perl (1.22.6ubuntu6.5) ... Setting up libcusolver-12-9 (11.7.5.82-1) ... Setting up libcufile-12-9 (1.14.1.1-1) ... Setting alternatives [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o Setting up libcusparse-dev-12-9 (12.5.10.65-1) ... Setting up libnvfatbin-dev-12-9 (12.9.82-1) ... Setting up gnupg (2.4.4-2ubuntu17.3) ... Setting up libc6-dev:amd64 (2.39-0ubuntu8.6) ... Setting up libcusolver-dev-12-9 (11.7.5.82-1) ... Setting up cuda-cudart-12-9 (12.9.79-1) ... Setting up cuda-cudart-dev-12-9 (12.9.79-1) ... Setting up cuda-crt-12-9 (12.9.86-1) ... Setting up binutils-x86-64-linux-gnu (2.42-4ubuntu2.8) ... Setting up cuda-nvcc-12-9 (12.9.86-1) ... Setting up libnvjpeg-dev-12-9 (12.4.0.76-1) ... Setting up gnupg2 (2.4.4-2ubuntu17.3) ... Setting up libcufile-dev-12-9 (1.14.1.1-1) ... Setting up binutils (2.42-4ubuntu2.8) ... Setting up cuda-command-line-tools-12-9 (12.9.1-1) ... Setting up dpkg-dev (1.22.6ubuntu6.5) ... Setting up cuda-compiler-12-9 (12.9.1-1) ... Setting up cuda-minimal-build-12-9 (12.9.1-1) ... Processing triggers for libc-bin (2.39-0ubuntu8.6) ... + apt-get install -y build-essential wget git bc python3-dev gfortran Reading package lists...[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o Building dependency tree...[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o Reading state information... [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o build-essential is already the newest version (12.10ubuntu1). build-essential set to manually installed. The following additional packages will be installed: gfortran-13 gfortran-13-x86-64-linux-gnu gfortran-x86-64-linux-gnu git-man javascript-common krb5-locales less libbrotli1 libbsd0 libcbor0.10 libcurl3t64-gnutls libedit2 liberror-perl libexpat1 libexpat1-dev libfido2-1 libgfortran-13-dev libgfortran5 libgssapi-krb5-2 libjs-jquery libjs-sphinxdoc libjs-underscore libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5t64 libpython3-dev libpython3-stdlib libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 librtmp1 libssh-4 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 media-types netbase openssh-client publicsuffix python3 python3-minimal python3.12 python3.12-dev python3.12-minimal tzdata xauth zlib1g-dev Suggested packages: gfortran-multilib gfortran-doc gfortran-13-multilib gfortran-13-doc libcoarrays-dev gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn apache2 | lighttpd | httpd krb5-doc krb5-user keychain libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv python3.12-venv python3.12-doc binfmt-support The following NEW packages will be installed: bc gfortran gfortran-13 gfortran-13-x86-64-linux-gnu gfortran-x86-64-linux-gnu git git-man javascript-common krb5-locales less libbrotli1 libbsd0 libcbor0.10 libcurl3t64-gnutls libedit2 liberror-perl libexpat1 libexpat1-dev libfido2-1 libgfortran-13-dev libgfortran5 libgssapi-krb5-2 libjs-jquery libjs-sphinxdoc libjs-underscore libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5t64 libpython3-dev libpython3-stdlib libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 librtmp1 libssh-4 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 media-types netbase openssh-client publicsuffix python3 python3-dev python3-minimal python3.12 python3.12-dev python3.12-minimal tzdata wget xauth zlib1g-dev [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 0 upgraded, 60 newly installed, 0 to remove and 7 not upgraded. Need to get 39.0 MB of archives. After this operation, 150 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.9 [836 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1 amd64 2.6.1-2ubuntu0.3 [88.0 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.9 [2332 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2.1 [27.4 kB] Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 tzdata all 2025b-0ubuntu0.24.04.1 [276 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.9 [2068 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.9 [651 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2.1 [10.1 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2.1 [23.0 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 [142 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libbsd0 amd64 0.12.1-1build1.1 [41.2 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.6 [34.4 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.6 [82.0 kB] Get:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.6 [348 kB] [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.6 [143 kB] Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libcbor0.10 amd64 0.10.2-1.2ubuntu2 [25.8 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libedit2 amd64 3.1-20230828-1build1 [97.6 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libfido2-1 amd64 1.14.0-1build3 [83.5 kB] Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.2 [74.3 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmuu1 amd64 2:1.1.3-3build2 [8958 B] Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.14 [906 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 publicsuffix all 20231001.0357-0.1 [129 kB] Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 xauth amd64 1:1.1.2-1build1 [25.6 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/main amd64 bc amd64 1.07.1-3ubuntu4 [85.3 kB] Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgfortran5 amd64 14.2.0-4ubuntu2~24.04 [916 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgfortran-13-dev amd64 13.3.0-6ubuntu2~24.04 [928 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gfortran-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu2~24.04 [11.4 MB] [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o Get:40 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gfortran-13 amd64 13.3.0-6ubuntu2~24.04 [13.9 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 gfortran-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1024 B] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 gfortran amd64 4:13.2.0-7ubuntu1 [1176 B] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libssh-4 amd64 0.10.6-2ubuntu0.2 [188 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.6 [333 kB] Get:47 http://archive.ubuntu.com/ubuntu noble/main amd64 liberror-perl all 0.17029-2 [25.6 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB] [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o Get:49 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.3 [3680 kB] [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 javascript-common all 11+nmu1 [5936 B] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1-dev amd64 2.6.1-2ubuntu0.3 [140 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] Get:53 http://archive.ubuntu.com/ubuntu noble/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libjs-sphinxdoc all 7.2.6-6 [149 kB] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12t64 amd64 3.12.3-1ubuntu0.9 [2342 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 zlib1g-dev amd64 1:1.3.dfsg-3.1ubuntu2.1 [894 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-dev amd64 3.12.3-1ubuntu0.9 [5677 kB] [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o Get:58 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-dev amd64 3.12.3-0ubuntu2.1 [10.3 kB] Get:59 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-dev amd64 3.12.3-1ubuntu0.9 [498 kB] Get:60 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-dev amd64 3.12.3-0ubuntu2.1 [26.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 39.0 MB in 8s (4693 kB/s) Selecting previously unselected package libpython3.12-minimal: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 ... 15325 files and directories currently installed.) Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ... [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.6.1-2ubuntu0.3_amd64.deb ... Unpacking libexpat1:amd64 (2.6.1-2ubuntu0.3) ... Selecting previously unselected package python3.12-minimal. Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking python3.12-minimal (3.12.3-1ubuntu0.9) ... Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ... Setting up libexpat1:amd64 (2.6.1-2ubuntu0.3) ... Setting up python3.12-minimal (3.12.3-1ubuntu0.9) ... Selecting previously unselected package python3-minimal. (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 ... 15644 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_amd64.deb ... Unpacking python3-minimal (3.12.3-0ubuntu2.1) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package tzdata. Preparing to unpack .../3-tzdata_2025b-0ubuntu0.24.04.1_all.deb ... Unpacking tzdata (2025b-0ubuntu0.24.04.1) ... Selecting previously unselected package libpython3.12-stdlib:amd64. Preparing to unpack .../4-libpython3.12-stdlib_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.9) ... [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o Selecting previously unselected package python3.12. Preparing to unpack .../5-python3.12_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking python3.12 (3.12.3-1ubuntu0.9) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../6-libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... Setting up python3-minimal (3.12.3-0ubuntu2.1) ... [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o Selecting previously unselected package python3. (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 ... 16613 files and directories currently installed.) Preparing to unpack .../00-python3_3.12.3-0ubuntu2.1_amd64.deb ... Unpacking python3 (3.12.3-0ubuntu2.1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../01-krb5-locales_1.20.1-6ubuntu2.6_all.deb ... Unpacking krb5-locales (1.20.1-6ubuntu2.6) ... Selecting previously unselected package less. Preparing to unpack .../02-less_590-2ubuntu2.1_amd64.deb ... Unpacking less (590-2ubuntu2.1) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../03-libbsd0_0.12.1-1build1.1_amd64.deb ... Unpacking libbsd0:amd64 (0.12.1-1build1.1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../04-libkrb5support0_1.20.1-6ubuntu2.6_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.6) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../05-libk5crypto3_1.20.1-6ubuntu2.6_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.6) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../06-libkeyutils1_1.6.3-3build1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-3build1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../07-libkrb5-3_1.20.1-6ubuntu2.6_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.6) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-6ubuntu2.6_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) ... Selecting previously unselected package libcbor0.10:amd64. Preparing to unpack .../09-libcbor0.10_0.10.2-1.2ubuntu2_amd64.deb ... Unpacking libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../10-libedit2_3.1-20230828-1build1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20230828-1build1) ... Selecting previously unselected package libfido2-1:amd64. Preparing to unpack .../11-libfido2-1_1.14.0-1build3_amd64.deb ... Unpacking libfido2-1:amd64 (1.14.0-1build3) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../12-libnghttp2-14_1.59.0-1ubuntu0.2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.2) ... Selecting previously unselected package libpsl5t64:amd64. Preparing to unpack .../13-libpsl5t64_0.21.2-1.1build1_amd64.deb ... Unpacking libpsl5t64:amd64 (0.21.2-1.1build1) ... [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o Selecting previously unselected package libxau6:amd64. Preparing to unpack .../14-libxau6_1%3a1.0.9-1build6_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-1build6) ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../15-libxdmcp6_1%3a1.1.3-0ubuntu6_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../16-libxcb1_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb1:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../17-libx11-data_2%3a1.8.7-1build1_all.deb ... Unpacking libx11-data (2:1.8.7-1build1) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../18-libx11-6_2%3a1.8.7-1build1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.8.7-1build1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../19-libxext6_2%3a1.3.4-1build2_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-1build2) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMove.cpp.o Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../20-libxmuu1_2%3a1.1.3-3build2_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-3build2) ... Selecting previously unselected package openssh-client. Preparing to unpack .../21-openssh-client_1%3a9.6p1-3ubuntu13.14_amd64.deb ... Unpacking openssh-client (1:9.6p1-3ubuntu13.14) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../22-publicsuffix_20231001.0357-0.1_all.deb ... Unpacking publicsuffix (20231001.0357-0.1) ... Selecting previously unselected package wget. Preparing to unpack .../23-wget_1.21.4-1ubuntu4.1_amd64.deb ... Unpacking wget (1.21.4-1ubuntu4.1) ... Selecting previously unselected package xauth. Preparing to unpack .../24-xauth_1%3a1.1.2-1build1_amd64.deb ... Unpacking xauth (1:1.1.2-1build1) ... Selecting previously unselected package bc. Preparing to unpack .../25-bc_1.07.1-3ubuntu4_amd64.deb ... Unpacking bc (1.07.1-3ubuntu4) ... Selecting previously unselected package libgfortran5:amd64. Preparing to unpack .../26-libgfortran5_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libgfortran5:amd64 (14.2.0-4ubuntu2~24.04) ... Selecting previously unselected package libgfortran-13-dev:amd64. Preparing to unpack .../27-libgfortran-13-dev_13.3.0-6ubuntu2~24.04_amd64.deb ... Unpacking libgfortran-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ... Selecting previously unselected package gfortran-13-x86-64-linux-gnu. Preparing to unpack .../28-gfortran-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb ... Unpacking gfortran-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ... Selecting previously unselected package gfortran-13. Preparing to unpack .../29-gfortran-13_13.3.0-6ubuntu2~24.04_amd64.deb ... Unpacking gfortran-13 (13.3.0-6ubuntu2~24.04) ... Selecting previously unselected package gfortran-x86-64-linux-gnu. Preparing to unpack .../30-gfortran-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking gfortran-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Selecting previously unselected package gfortran. Preparing to unpack .../31-gfortran_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking gfortran (4:13.2.0-7ubuntu1) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../32-libbrotli1_1.1.0-2build2_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2build2) ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../33-librtmp1_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../34-libssh-4_0.10.6-2ubuntu0.2_amd64.deb ... Unpacking libssh-4:amd64 (0.10.6-2ubuntu0.2) ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o Selecting previously unselected package libcurl3t64-gnutls:amd64. Preparing to unpack .../35-libcurl3t64-gnutls_8.5.0-2ubuntu10.6_amd64.deb ... Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../36-liberror-perl_0.17029-2_all.deb ... Unpacking liberror-perl (0.17029-2) ... Selecting previously unselected package git-man. Preparing to unpack .../37-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ... Unpacking git-man (1:2.43.0-1ubuntu7.3) ... Selecting previously unselected package git. Preparing to unpack .../38-git_1%3a2.43.0-1ubuntu7.3_amd64.deb ... Unpacking git (1:2.43.0-1ubuntu7.3) ... Selecting previously unselected package javascript-common. Preparing to unpack .../39-javascript-common_11+nmu1_all.deb ... Unpacking javascript-common (11+nmu1) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../40-libexpat1-dev_2.6.1-2ubuntu0.3_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.6.1-2ubuntu0.3) ... [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o Selecting previously unselected package libjs-jquery. Preparing to unpack .../41-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o Selecting previously unselected package libjs-underscore. Preparing to unpack .../42-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../43-libjs-sphinxdoc_7.2.6-6_all.deb ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o Unpacking libjs-sphinxdoc (7.2.6-6) ... [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o Selecting previously unselected package libpython3.12t64:amd64. Preparing to unpack .../44-libpython3.12t64_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.9) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../45-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... Selecting previously unselected package libpython3.12-dev:amd64. Preparing to unpack .../46-libpython3.12-dev_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking libpython3.12-dev:amd64 (3.12.3-1ubuntu0.9) ... [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../47-libpython3-dev_3.12.3-0ubuntu2.1_amd64.deb ... Unpacking libpython3-dev:amd64 (3.12.3-0ubuntu2.1) ... Selecting previously unselected package python3.12-dev. Preparing to unpack .../48-python3.12-dev_3.12.3-1ubuntu0.9_amd64.deb ... Unpacking python3.12-dev (3.12.3-1ubuntu0.9) ... Selecting previously unselected package python3-dev. Preparing to unpack .../49-python3-dev_3.12.3-0ubuntu2.1_amd64.deb ... Unpacking python3-dev (3.12.3-0ubuntu2.1) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o Setting up media-types (10.1.0) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o Setting up javascript-common (11+nmu1) ... Setting up libxau6:amd64 (1:1.0.9-1build6) ... Setting up libkeyutils1:amd64 (1.6.3-3build1) ... Setting up libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ... Setting up libbrotli1:amd64 (1.1.0-2build2) ... Setting up libpsl5t64:amd64 (0.21.2-1.1build1) ... Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.2) ... Setting up less (590-2ubuntu2.1) ... Setting up bc (1.07.1-3ubuntu4) ... Setting up krb5-locales (1.20.1-6ubuntu2.6) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.6) ... Setting up tzdata (2025b-0ubuntu0.24.04.1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Configuring tzdata ------------------ Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located. 1. Africa 4. Arctic 7. Australia 10. Pacific 2. America 5. Asia 8. Europe 11. Etc 3. Antarctica 6. Atlantic 9. Indian 12. Legacy Geographic area: Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 112. Current default time zone: '/UTC' Local time is now: Mon Dec 22 05:37:10 UTC 2025. Universal Time is now: Mon Dec 22 05:37:10 UTC 2025. Run 'dpkg-reconfigure tzdata' if you wish to change it. Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 4. Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 85, <GEN6> line 4. Setting up liberror-perl (0.17029-2) ... Setting up libexpat1-dev:amd64 (2.6.1-2ubuntu0.3) ... Setting up libx11-data (2:1.8.7-1build1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.6) ... Setting up libgfortran5:amd64 (14.2.0-4ubuntu2~24.04) ... Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... Setting up git-man (1:2.43.0-1ubuntu7.3) ... Setting up netbase (6.4) ... Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.6) ... Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... Setting up libfido2-1:amd64 (1.14.0-1build3) ... Setting up libgfortran-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ... Setting up libbsd0:amd64 (0.12.1-1build1.1) ... Setting up publicsuffix (20231001.0357-0.1) ... Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Setting up libxcb1:amd64 (1.15-1ubuntu2) ... Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.9) ... Setting up wget (1.21.4-1ubuntu4.1) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o Setting up python3.12 (3.12.3-1ubuntu0.9) ... [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o Setting up libedit2:amd64 (3.1-20230828-1build1) ... Setting up gfortran-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ... Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.9) ... Setting up gfortran-13 (13.3.0-6ubuntu2~24.04) ... Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) ... Setting up libjs-sphinxdoc (7.2.6-6) ... Setting up libssh-4:amd64 (0.10.6-2ubuntu0.2) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o Setting up libx11-6:amd64 (2:1.8.7-1build1) ... Setting up libxmuu1:amd64 (2:1.1.3-3build2) ... Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... Setting up openssh-client (1:9.6p1-3ubuntu13.14) ... [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) ... Setting up libxext6:amd64 (2:1.3.4-1build2) ... Setting up python3 (3.12.3-0ubuntu2.1) ... running python rtupdate hooks for python3.12... running python post-rtupdate hooks for python3.12... Setting up libpython3.12-dev:amd64 (3.12.3-1ubuntu0.9) ... Setting up gfortran-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Setting up gfortran (4:13.2.0-7ubuntu1) ... update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist Setting up python3.12-dev (3.12.3-1ubuntu0.9) ... Setting up git (1:2.43.0-1ubuntu7.3) ... [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o Setting up xauth (1:1.1.2-1build1) ... Setting up libpython3-dev:amd64 (3.12.3-0ubuntu2.1) ... Setting up python3-dev (3.12.3-0ubuntu2.1) ... Processing triggers for libc-bin (2.39-0ubuntu8.6) ... + apt-get clean + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_noble_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu2404_x86%5f64_InRelease /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu2404_x86%5f64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_universe_binary-amd64_Packages.lz4 + export CDASH_ARGS=--cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-cuda + rm -rf spack [ 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/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o + . ./spack/share/spack/setup-env.sh + [ -n ] + export _sp_initializing=true + _spack_determine_shell + [ -f /proc/16/exe ] + readlink /proc/16/exe + _sp_exe=/usr/bin/dash + basename /usr/bin/dash + tr -d 0123456789 + _sp_shell=dash + alias spacktivate=spack env activate + [ dash = bash ] + [ dash = zsh ] + ls+ /proc/16/fd sort -n + tail -1 + _sp_source_file_fd=11 + readlink /proc/16/fd/11 + _sp_source_file=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + [ ! -f /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh ] + [ dash = zsh ] + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + cd /var/jenkins/workspace/Kokkos_nightly/spack/share/spack + pwd + _sp_share_dir=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share/spack + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share + cd /var/jenkins/workspace/Kokkos_nightly/spack + pwd + _sp_prefix=/var/jenkins/workspace/Kokkos_nightly/spack + [ -x /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack ] + export SPACK_ROOT=/var/jenkins/workspace/Kokkos_nightly/spack + _spack_pathadd PATH /var/jenkins/workspace/Kokkos_nightly/spack/bin + _pa_varname=PATH + _pa_new_path=PATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/bin ] + _pa_varname=PATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/bin + eval _pa_oldvalue=${PATH:-} + _pa_oldvalue=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + _pa_canonical=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/bin ] + [ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: ] + [ -n /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ] + eval export PATH="/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" + export PATH=/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + eval spack() { : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack _spack_shell_wrapper "$@" return $? } + [ dash = bash ] + command -v + command -v python3 + command -v python3 + export SPACK_PYTHON=/usr/bin/python3 + break + [ -z ] + need_module=no + _spack_fn_exists use + LANG= type use+ grep -q function + _spack_fn_exists module + + LANG= type module grep -q function + need_module=yes + [ yes = yes ] + spack --print-shell-vars sh,modules + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper --print-shell-vars sh,modules + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ -print-shell-vars != --print-shell-vars ] + _sp_flags= --print-shell-vars + shift + [ ! -z x ] + [ sh,modules != sh,modules ] + [ -n --print-shell-vars ] + [ ell-vars != --print-shell-vars ] + command spack --print-shell-vars sh,modules + return + return 0 + eval _sp_sys_type='linux-ubuntu22.04-zen2' _sp_compatible_sys_types='linux-ubuntu22.04-zen2:linux-ubuntu22.04-zen:linux-ubuntu22.04-x86_64_v3:linux-ubuntu22.04-x86_64_v2:linux-ubuntu22.04-x86_64' _sp_tcl_roots='/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules' _sp_lmod_roots='/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/lmod' _sp_module_prefix='not_installed' + _sp_sys_type=linux-ubuntu22.04-zen2 _sp_compatible_sys_types=linux-ubuntu22.04-zen2:linux-ubuntu22.04-zen:linux-ubuntu22.04-x86_64_v3:linux-ubuntu22.04-x86_64_v2:linux-ubuntu22.04-x86_64 _sp_tcl_roots=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules _sp_lmod_roots=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/lmod _sp_module_prefix=not_installed + [ not_installed != not_installed ] + _sp_multi_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules + local IFS=: + [ dash = zsh ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen2 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen2 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen2 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen2 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-zen ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v3 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v3 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v3 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v3 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v2 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v2 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v2 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v2 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu22.04-x86_64 ] + test dash = bash + test -n + unset _sp_initializing + export _sp_initializing + spack install --only=dependencies kokkos@develop+tests + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper install --only=dependencies kokkos@develop+tests + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ install != install ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=install + shift + command spack install --only=dependencies kokkos@develop+tests remote: Enumerating objects: 19815, done. remote: Counting objects: 0% (1/19815) remote: Counting objects: 1% (199/19815) remote: Counting objects: 2% (397/19815) remote: Counting objects: 3% (595/19815) remote: Counting objects: 4% (793/19815) remote: Counting objects: 5% (991/19815) remote: Counting objects: 6% (1189/19815) remote: Counting objects: 7% (1388/19815) remote: Counting objects: 8% (1586/19815) remote: Counting objects: 9% (1784/19815) remote: Counting objects: 10% (1982/19815) remote: Counting objects: 11% (2180/19815) remote: Counting objects: 12% (2378/19815) remote: Counting objects: 13% (2576/19815) remote: Counting objects: 14% (2775/19815) remote: Counting objects: 15% (2973/19815) remote: Counting objects: 16% (3171/19815) remote: Counting objects: 17% (3369/19815) remote: Counting objects: 18% (3567/19815) remote: Counting objects: 19% (3765/19815) remote: Counting objects: 20% (3963/19815) remote: Counting objects: 21% (4162/19815) remote: Counting objects: 22% (4360/19815) remote: Counting objects: 23% (4558/19815) remote: Counting objects: 24% (4756/19815) remote: Counting objects: 25% (4954/19815) remote: Counting objects: 26% (5152/19815) remote: Counting objects: 27% (5351/19815) remote: Counting objects: 28% (5549/19815) remote: Counting objects: 29% (5747/19815) remote: Counting objects: 30% (5945/19815) remote: Counting objects: 31% (6143/19815) remote: Counting objects: 32% (6341/19815) remote: Counting objects: 33% (6539/19815) remote: Counting objects: 34% (6738/19815) remote: Counting objects: 35% (6936/19815) remote: Counting objects: 36% (7134/19815) remote: Counting objects: 37% (7332/19815) remote: Counting objects: 38% (7530/19815) remote: Counting objects: 39% (7728/19815) remote: Counting objects: 40% (7926/19815) remote: Counting objects: 41% (8125/19815) remote: Counting objects: 42% (8323/19815) remote: Counting objects: 43% (8521/19815) remote: Counting objects: 44% (8719/19815) remote: Counting objects: 45% (8917/19815) remote: Counting objects: 46% (9115/19815) remote: Counting objects: 47% (9314/19815) remote: Counting objects: 48% (9512/19815) remote: Counting objects: 49% (9710/19815) remote: Counting objects: 50% (9908/19815) remote: Counting objects: 51% (10106/19815) remote: Counting objects: 52% (10304/19815) remote: Counting objects: 53% (10502/19815) remote: Counting objects: 54% (10701/19815) remote: Counting objects: 55% (10899/19815) remote: Counting objects: 56% (11097/19815) remote: Counting objects: 57% (11295/19815) remote: Counting objects: 58% (11493/19815) remote: Counting objects: 59% (11691/19815) remote: Counting objects: 60% (11889/19815) remote: Counting objects: 61% (12088/19815) remote: Counting objects: 62% (12286/19815) remote: Counting objects: 63% (12484/19815) remote: Counting objects: 64% (12682/19815) remote: Counting objects: 65% (12880/19815) remote: Counting objects: 66% (13078/19815) remote: Counting objects: 67% (13277/19815) remote: Counting objects: 68% (13475/19815) remote: Counting objects: 69% (13673/19815) remote: Counting objects: 70% (13871/19815) remote: Counting objects: 71% (14069/19815) remote: Counting objects: 72% (14267/19815) remote: Counting objects: 73% (14465/19815) remote: Counting objects: 74% (14664/19815) remote: Counting objects: 75% (14862/19815) remote: Counting objects: 76% (15060/19815) remote: Counting objects: 77% (15258/19815) remote: Counting objects: 78% (15456/19815) remote: Counting objects: 79% (15654/19815) remote: Counting objects: 80% (15852/19815) remote: Counting objects: 81% (16051/19815) remote: Counting objects: 82% (16249/19815) remote: Counting objects: 83% (16447/19815) remote: Counting objects: 84% (16645/19815) remote: Counting objects: 85% (16843/19815) remote: Counting objects: 86% (17041/19815) remote: Counting objects: 87% (17240/19815) remote: Counting objects: 88% (17438/19815) remote: Counting objects: 89% (17636/19815) remote: Counting objects: 90% (17834/19815) remote: Counting objects: 91% (18032/19815) remote: Counting objects: 92% (18230/19815) remote: Counting objects: 93% (18428/19815) remote: Counting objects: 94% (18627/19815) remote: Counting objects: 95% (18825/19815) remote: Counting objects: 96% (19023/19815) remote: Counting objects: 97% (19221/19815) remote: Counting objects: 98% (19419/19815) remote: Counting objects: 99% (19617/19815) remote: Counting objects: 100% (19815/19815) remote: Counting objects: 100% (19815/19815), done. remote: Compressing objects: 0% (1/10645) remote: Compressing objects: 1% (107/10645) remote: Compressing objects: 2% (213/10645) remote: Compressing objects: 3% (320/10645) remote: Compressing objects: 4% (426/10645) remote: Compressing objects: 5% (533/10645) remote: Compressing objects: 6% (639/10645) remote: Compressing objects: 7% (746/10645) remote: Compressing objects: 8% (852/10645) remote: Compressing objects: 9% (959/10645) remote: Compressing objects: 10% (1065/10645) remote: Compressing objects: 11% (1171/10645) remote: Compressing objects: 12% (1278/10645) remote: Compressing objects: 13% (1384/10645) remote: Compressing objects: 14% (1491/10645) remote: Compressing objects: 15% (1597/10645) remote: Compressing objects: 16% (1704/10645) remote: Compressing objects: 17% (1810/10645) remote: Compressing objects: 18% (1917/10645) remote: Compressing objects: 19% (2023/10645) remote: Compressing objects: 20% (2129/10645) remote: Compressing objects: 21% (2236/10645) remote: Compressing objects: 22% (2342/10645) remote: Compressing objects: 23% (2449/10645) remote: Compressing objects: 24% (2555/10645) remote: Compressing objects: 25% (2662/10645) remote: Compressing objects: 26% (2768/10645) remote: Compressing objects: 27% (2875/10645) remote: Compressing objects: 28% (2981/10645) remote: Compressing objects: 29% (3088/10645) remote: Compressing objects: 30% (3194/10645) remote: Compressing objects: 31% (3300/10645) remote: Compressing objects: 32% (3407/10645) remote: Compressing objects: 33% (3513/10645) remote: Compressing objects: 34% (3620/10645) remote: Compressing objects: 35% (3726/10645) remote: Compressing objects: 36% (3833/10645) remote: Compressing objects: 37% (3939/10645) remote: Compressing objects: 38% (4046/10645) remote: Compressing objects: 39% (4152/10645) remote: Compressing objects: 40% (4258/10645) remote: Compressing objects: 41% (4365/10645) remote: Compressing objects: 42% (4471/10645) remote: Compressing objects: 43% (4578/10645) remote: Compressing objects: 44% (4684/10645) remote: Compressing objects: 45% (4791/10645) remote: Compressing objects: 46% (4897/10645) remote: Compressing objects: 47% (5004/10645) remote: Compressing objects: 48% (5110/10645) remote: Compressing objects: 49% (5217/10645) remote: Compressing objects: 50% (5323/10645) remote: Compressing objects: 51% (5429/10645) remote: Compressing objects: 52% (5536/10645) remote: Compressing objects: 53% (5642/10645) remote: Compressing objects: 54% (5749/10645) remote: Compressing objects: 55% (5855/10645) remote: Compressing objects: 56% (5962/10645) remote: Compressing objects: 57% (6068/10645) remote: Compressing objects: 58% (6175/10645) remote: Compressing objects: 59% (6281/10645) remote: Compressing objects: 60% (6387/10645) remote: Compressing objects: 61% (6494/10645) remote: Compressing objects: 62% (6600/10645) remote: Compressing objects: 63% (6707/10645) remote: Compressing objects: 64% (6813/10645) remote: Compressing objects: 65% (6920/10645) remote: Compressing objects: 66% (7026/10645) remote: Compressing objects: 67% (7133/10645) remote: Compressing objects: 68% (7239/10645) remote: Compressing objects: 69% (7346/10645) remote: Compressing objects: 70% (7452/10645) remote: Compressing objects: 71% (7558/10645) remote: Compressing objects: 72% (7665/10645) remote: Compressing objects: 73% (7771/10645) remote: Compressing objects: 74% (7878/10645) remote: Compressing objects: 75% (7984/10645) remote: Compressing objects: 76% (8091/10645) remote: Compressing objects: 77% (8197/10645) remote: Compressing objects: 78% (8304/10645) remote: Compressing objects: 79% (8410/10645) remote: Compressing objects: 80% (8516/10645) remote: Compressing objects: 81% (8623/10645) remote: Compressing objects: 82% (8729/10645) remote: Compressing objects: 83% (8836/10645) remote: Compressing objects: 84% (8942/10645) remote: Compressing objects: 85% (9049/10645) remote: Compressing objects: 86% (9155/10645) remote: Compressing objects: 87% (9262/10645) remote: Compressing objects: 88% (9368/10645) remote: Compressing objects: 89% (9475/10645) remote: Compressing objects: 90% (9581/10645) remote: Compressing objects: 91% (9687/10645) remote: Compressing objects: 92% (9794/10645) remote: Compressing objects: 93% (9900/10645) remote: Compressing objects: 94% (10007/10645) remote: Compressing objects: 95% (10113/10645) remote: Compressing objects: 96% (10220/10645) remote: Compressing objects: 97% (10326/10645) remote: Compressing objects: 98% (10433/10645) remote: Compressing objects: 99% (10539/10645) remote: Compressing objects: 100% (10645/10645) remote: Compressing objects: 100% (10645/10645), done. remote: Total 19815 (delta 1332), reused 13889 (delta 1202), pack-reused 0 (from 0) [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_Serial2 [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o + git clone https://github.com/spack/spack.git Cloning into 'spack'... [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_Default ==> Compilers have been configured automatically from PATH inspection [ 26%] Built target Kokkos_CoreUnitTest_Default [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 51%] Built target Kokkos_CoreUnitTest_Serial1 [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o ==> Fetching https://ghcr.io/v2/spack/bootstrap-buildcache-v2.2/blobs/sha256:06ceaa00050af8a6b6977b1f863bdc65ad63159e988768c2e24d5d7dd19252b3 ==> Fetching https://ghcr.io/v2/spack/bootstrap-buildcache-v2.2/blobs/sha256:2b97dc9cde3a94f933a4e7181cf9809836ed6e9d5a5784416758222e6fd2865f ==> Installing "clingo-bootstrap@=spack~apps~docs+ipo+optimized+python+static_libstdcpp build_system=cmake build_type=Release commit=2a025667090d71b2c9dce60fe924feb6bde8f667 generator=make patches:=bebb819,ec99431 platform=linux os=centos7 target=x86_64" from a buildcache [+] /usr (external gcc-11.4.0-mwk2kwejvxtuulqaa42tm7vc2qhnol3y) [+] /usr (external glibc-2.35-jfjsr3pnnii2tcvxku73bl5apu6jxfct) ==> No binary for compiler-wrapper-1.0-scl2g4l25wqvur7hhtavj6xoxzskh6ad found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/a5/a5ff4fcdbeda284a7993b87f294b6338434cffc84ced31e4d04008ed5ea389bf ==> No patches needed for compiler-wrapper ==> compiler-wrapper: Executing phase: 'install' ==> compiler-wrapper: Successfully installed compiler-wrapper-1.0-scl2g4l25wqvur7hhtavj6xoxzskh6ad Stage: 0.07s. Install: 0.00s. Post-install: 0.01s. Total: 0.18s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/compiler-wrapper-1.0-scl2g4l25wqvur7hhtavj6xoxzskh6ad ==> Installing compiler-wrapper-1.0-scl2g4l25wqvur7hhtavj6xoxzskh6ad [3/20] ==> No binary for ca-certificates-mozilla-2025-08-12-bklb3dtidqpwdyiobh53sh3d3u3aax5q found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/64/64dfd5b1026700e0a0a324964749da9adc69ae5e51e899bf16ff47d6fd0e9a5e ==> No patches needed for ca-certificates-mozilla ==> ca-certificates-mozilla: Executing phase: 'install' ==> ca-certificates-mozilla: Successfully installed ca-certificates-mozilla-2025-08-12-bklb3dtidqpwdyiobh53sh3d3u3aax5q Stage: 0.14s. Install: 0.00s. Post-install: 0.00s. Total: 0.23s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ca-certificates-mozilla-2025-08-12-bklb3dtidqpwdyiobh53sh3d3u3aax5q ==> Installing ca-certificates-mozilla-2025-08-12-bklb3dtidqpwdyiobh53sh3d3u3aax5q [4/20] ==> No binary for gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2 found: installing from source ==> No patches needed for gcc-runtime ==> gcc-runtime: Executing phase: 'install' ==> gcc-runtime: Successfully installed gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2 Stage: 0.00s. Install: 0.04s. Post-install: 0.02s. Total: 0.16s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2 ==> Installing gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2 [5/20] ==> No binary for gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/dd/dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3.tar.gz ==> No patches needed for gmake [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMove.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o ==> gmake: Executing phase: 'install' ==> gmake: Successfully installed gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej Stage: 0.68s. Install: 10.97s. Post-install: 0.01s. Total: 11.75s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej ==> Installing gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej [6/20] ==> No binary for berkeley-db-18.1.40-sa6u3zx2jwka54h4q4czqy5lysnqiykh found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/0c/0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8.tar.gz ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/berkeley_db/drop-docs.patch ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/berkeley_db/tls.patch ==> Ran patch() for berkeley-db ==> berkeley-db: Executing phase: 'autoreconf' ==> berkeley-db: Executing phase: 'configure' [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 27%] Linking CXX executable Kokkos_StackTraceTestExec [ 27%] Built target Kokkos_StackTraceTestExec [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o ==> berkeley-db: Executing phase: 'build' [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o ==> berkeley-db: Executing phase: 'install' ==> berkeley-db: Successfully installed berkeley-db-18.1.40-sa6u3zx2jwka54h4q4czqy5lysnqiykh Stage: 1.07s. Autoreconf: 0.00s. Configure: 10.75s. Build: 17.69s. Install: 0.43s. Post-install: 0.02s. Total: 30.31s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/berkeley-db-18.1.40-sa6u3zx2jwka54h4q4czqy5lysnqiykh ==> Installing berkeley-db-18.1.40-sa6u3zx2jwka54h4q4czqy5lysnqiykh [7/20] ==> No binary for pkgconf-2.5.1-p54yckswsufr4dbjttn5un2d3ig4feab found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/cd/cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243.tar.xz ==> No patches needed for pkgconf ==> pkgconf: Executing phase: 'autoreconf' ==> pkgconf: Executing phase: 'configure' [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o ==> pkgconf: Executing phase: 'build' [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o ==> pkgconf: Executing phase: 'install' ==> pkgconf: Successfully installed pkgconf-2.5.1-p54yckswsufr4dbjttn5un2d3ig4feab Stage: 0.19s. Autoreconf: 0.00s. Configure: 2.48s. Build: 1.55s. Install: 0.20s. Post-install: 0.01s. Total: 4.82s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/pkgconf-2.5.1-p54yckswsufr4dbjttn5un2d3ig4feab ==> Installing pkgconf-2.5.1-p54yckswsufr4dbjttn5un2d3ig4feab [8/20] ==> No binary for zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/a7/a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3.tar.gz ==> No patches needed for zlib-ng ==> zlib-ng: Executing phase: 'autoreconf' ==> zlib-ng: Executing phase: 'configure' [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_Gemv.cpp.o ==> zlib-ng: Executing phase: 'build' [ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 62%] Built target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp ==> zlib-ng: Executing phase: 'install' ==> zlib-ng: Successfully installed zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp Stage: 0.33s. Autoreconf: 0.00s. Configure: 3.03s. Build: 3.56s. Install: 0.04s. Post-install: 0.01s. Total: 7.34s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp ==> Installing zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp [9/20] ==> No binary for libiconv-1.18-2lwdrvyrj3spdhnohmwjurcep6ia4mhp found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/3b/3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8.tar.gz ==> No patches needed for libiconv ==> libiconv: Executing phase: 'autoreconf' ==> libiconv: Executing phase: 'configure' [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_Stream.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o ==> libiconv: Executing phase: 'build' [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestMDRange_Stencil.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o ==> libiconv: Executing phase: 'install' ==> libiconv: Successfully installed libiconv-1.18-2lwdrvyrj3spdhnohmwjurcep6ia4mhp Stage: 0.42s. Autoreconf: 0.00s. Configure: 11.70s. Build: 9.06s. Install: 0.62s. Post-install: 0.04s. Total: 22.24s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/libiconv-1.18-2lwdrvyrj3spdhnohmwjurcep6ia4mhp ==> Installing libiconv-1.18-2lwdrvyrj3spdhnohmwjurcep6ia4mhp [10/20] ==> No binary for ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27 found: installing from source [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 64%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/73/73f6c22db6c3fcac562e7b35aebf7d4cbb253ea30ba2ee465ab84d7d1b5cefc1.tgz ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/ncurses/rxvt_unicode_6_4.patch ==> ncurses: Executing phase: 'autoreconf' ==> ncurses: Executing phase: 'configure' [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 64%] Built target Kokkos_Benchmark_Atomic_MinMax [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 65%] Built target Kokkos_PerformanceTest_Reduction [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 67%] Built target Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o ==> ncurses: Executing phase: 'build' [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 68%] Built target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_Serial2 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o ==> ncurses: Executing phase: 'install' [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o ==> ncurses: Successfully installed ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27 Stage: 0.89s. Autoreconf: 0.00s. Configure: 23.47s. Build: 38.80s. Install: 4.01s. Post-install: 0.60s. Total: 1m 8.10s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27 [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o ==> Installing ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27 [11/20] ==> No binary for diffutils-3.12-53vnk6b5qgmt2vdf2m3racyvlnws45la found: installing from source [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/7c/7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd.tar.xz ==> No patches needed for diffutils ==> diffutils: Executing phase: 'autoreconf' ==> diffutils: Executing phase: 'configure' [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 30%] Built target Kokkos_CoreUnitTest_CTestDevice [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 30%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 73%] Built target Kokkos_ContainersUnitTest_Serial [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 74%] Linking CXX executable Kokkos_CoreUnitTest_HIP [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o ==> diffutils: Executing phase: 'build' [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o ==> diffutils: Executing phase: 'install' ==> diffutils: Successfully installed diffutils-3.12-53vnk6b5qgmt2vdf2m3racyvlnws45la Stage: 0.37s. Autoreconf: 0.00s. Configure: 30.40s. Build: 3.85s. Install: 0.55s. Post-install: 0.03s. Total: 35.52s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/diffutils-3.12-53vnk6b5qgmt2vdf2m3racyvlnws45la ==> Installing diffutils-3.12-53vnk6b5qgmt2vdf2m3racyvlnws45la [12/20] ==> No binary for readline-8.3-evpumjth5cbv5ddjqwigbrf4zhxlqhqk found: installing from source [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/fe/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc.tar.gz ==> Fetching https://mirror.spack.io/_source-cache/archive/21/21f0a03106dbe697337cd25c70eb0edbaa2bdb6d595b45f83285cdd35bac84de ==> Applied patch https://ftpmirror.gnu.org/readline/readline-8.3-patches/readline83-001 ==> readline: Executing phase: 'autoreconf' ==> readline: Executing phase: 'configure' [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 75%] Built target Kokkos_ContainersPerformanceTest_HIP [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o ==> readline: Executing phase: 'build' [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o ==> readline: Executing phase: 'install' ==> readline: Successfully installed readline-8.3-evpumjth5cbv5ddjqwigbrf4zhxlqhqk Stage: 0.43s. Autoreconf: 0.00s. Configure: 4.94s. Build: 3.19s. Install: 0.08s. Post-install: 0.02s. Total: 9.01s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/readline-8.3-evpumjth5cbv5ddjqwigbrf4zhxlqhqk ==> Installing readline-8.3-evpumjth5cbv5ddjqwigbrf4zhxlqhqk [13/20] ==> No binary for nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6 found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/da/da8d640f55036b1f5c9cd950083248ec956256959dc74584e12c43550d6ec0ef.tar.gz ==> No patches needed for nghttp2 ==> nghttp2: Executing phase: 'autoreconf' ==> nghttp2: Executing phase: 'configure' [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 75%] Built target Kokkos_ContainersTestCompileOnly [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.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_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o ==> nghttp2: Executing phase: 'build' ==> nghttp2: Executing phase: 'install' [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o ==> nghttp2: Successfully installed nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6 Stage: 0.28s. Autoreconf: 0.00s. Configure: 8.21s. Build: 3.23s. Install: 0.26s. Post-install: 0.01s. Total: 12.34s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6 ==> Installing nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6 [14/20] ==> No binary for bzip2-1.0.8-66rjb56iihs4x46miwzfps5dgqqhujsw found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/ab/ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269.tar.gz ==> Ran patch() for bzip2 ==> bzip2: Executing phase: 'install' [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A ==> bzip2: Successfully installed bzip2-1.0.8-66rjb56iihs4x46miwzfps5dgqqhujsw Stage: 0.18s. Install: 1.88s. Post-install: 0.01s. Total: 2.16s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/bzip2-1.0.8-66rjb56iihs4x46miwzfps5dgqqhujsw ==> Installing bzip2-1.0.8-66rjb56iihs4x46miwzfps5dgqqhujsw [15/20] ==> No binary for gdbm-1.25-corobvhyfaf7bb4wyvfyl6ohizq4ui63 found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/d0/d02db3c5926ed877f8817b81cd1f92f53ef74ca8c6db543fbba0271b34f393ec.tar.gz ==> No patches needed for gdbm ==> gdbm: Executing phase: 'autoreconf' [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o ==> gdbm: Executing phase: 'configure' [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o ==> gdbm: Executing phase: 'build' [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 77%] Linking CXX executable Kokkos_UnitTest_Random [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 77%] Built target Kokkos_ContainersUnitTest_HIP [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 77%] Built target Kokkos_UnitTest_Random [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o ==> gdbm: Executing phase: 'install' ==> gdbm: Successfully installed gdbm-1.25-corobvhyfaf7bb4wyvfyl6ohizq4ui63 Stage: 0.25s. Autoreconf: 0.00s. Configure: 3.93s. Build: 3.63s. Install: 0.61s. Post-install: 0.02s. Total: 8.79s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gdbm-1.25-corobvhyfaf7bb4wyvfyl6ohizq4ui63 ==> Installing gdbm-1.25-corobvhyfaf7bb4wyvfyl6ohizq4ui63 [16/20] ==> No binary for perl-5.42.0-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/e0/e093ef184d7f9a1b9797e2465296f55510adb6dab8842b0c3ed53329663096dc.tar.gz ==> Fetching https://mirror.spack.io/_source-cache/archive/9d/9da50e155df72bce55cb69f51f1dbb4b62d23740fb99f6178bb27f22ebdf8a46.tar.gz ==> Moving resource stage source: /tmp/root/spack-stage/resource-cpanm-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v/spack-src/ destination: /tmp/root/spack-stage/spack-stage-perl-5.42.0-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v/spack-src/cpanm/cpanm ==> Ran patch() for perl [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.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_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 80%] Linking CXX executable Kokkos_UnitTest_Sort [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.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/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 81%] Built target Kokkos_UnitTest_Sort [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o ==> perl: Executing phase: 'configure' ==> perl: Executing phase: 'build' [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 37%] 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_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 82%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 37%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 37%] Built target Kokkos_IncrementalTest_SERIAL [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 82%] Built target Kokkos_PerformanceTest_Benchmark [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 37%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 37%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 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 [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.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_hpp.dir/tstHeader.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 41%] Built target 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 [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o ==> perl: Executing phase: 'install' ==> perl: Successfully installed perl-5.42.0-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v Stage: 1.39s. Configure: 36.45s. Build: 50.87s. Install: 3.88s. Post-install: 0.50s. Total: 1m 33.35s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/perl-5.42.0-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v ==> Installing perl-5.42.0-bgmb5wzqzpapvqmtgq7dqxkcg5isjz6v [17/20] ==> No binary for openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6 found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/b6/b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9.tar.gz ==> Ran patch() for openssl [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o + . ./spack/share/spack/setup-env.sh + [ -n ] + export _sp_initializing=true + _spack_determine_shell + [ -f /proc/78/exe ] + readlink /proc/78/exe + _sp_exe=/usr/bin/dash + basename /usr/bin/dash + tr -d 0123456789 + _sp_shell=dash + alias spacktivate=spack env activate + [ dash = bash ] + [ dash = zsh ] + ls /proc/78/fd + sort -n + tail -1 + _sp_source_file_fd=11 + readlink /proc/78/fd/11 + _sp_source_file=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + [ ! -f /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh ] + [ dash = zsh ] + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + cd /var/jenkins/workspace/Kokkos_nightly/spack/share/spack + pwd + _sp_share_dir=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share/spack + dirname /var/jenkins/workspace/Kokkos_nightly/spack/share + cd /var/jenkins/workspace/Kokkos_nightly/spack + pwd + _sp_prefix=/var/jenkins/workspace/Kokkos_nightly/spack + [ -x /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack ] + export SPACK_ROOT=/var/jenkins/workspace/Kokkos_nightly/spack + _spack_pathadd PATH /var/jenkins/workspace/Kokkos_nightly/spack/bin + _pa_varname=PATH + _pa_new_path=PATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/bin ] + _pa_varname=PATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/bin + eval _pa_oldvalue=${PATH:-} + _pa_oldvalue=/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + _pa_canonical=/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/bin ] + [ /usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: = /usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: ] + [ -n /usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ] + eval export PATH="/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" + export PATH=/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + eval spack() { : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack _spack_shell_wrapper "$@" return $? } + [ dash = bash ] + command -v + command -v python3 + command -v python3 + export SPACK_PYTHON=/usr/bin/python3 + break + [ -z ] + need_module=no + _spack_fn_exists use + LANG= type use + grep -q function + _spack_fn_exists module + + grep -q function LANG= type module + need_module=yes + [ yes = yes ] + spack --print-shell-vars sh,modules + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper --print-shell-vars sh,modules + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ -print-shell-vars != --print-shell-vars ] + _sp_flags= --print-shell-vars + shift + [ ! -z x ] + [ sh,modules != sh,modules ] + [ -n --print-shell-vars ] + [ ell-vars != --print-shell-vars ] + command spack --print-shell-vars sh,modules + return + return 0 + eval _sp_sys_type='linux-ubuntu24.04-zen2' _sp_compatible_sys_types='linux-ubuntu24.04-zen2:linux-ubuntu24.04-zen:linux-ubuntu24.04-x86_64_v3:linux-ubuntu24.04-x86_64_v2:linux-ubuntu24.04-x86_64' _sp_tcl_roots='/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules' _sp_lmod_roots='/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/lmod' _sp_module_prefix='not_installed' + _sp_sys_type=linux-ubuntu24.04-zen2 _sp_compatible_sys_types=linux-ubuntu24.04-zen2:linux-ubuntu24.04-zen:linux-ubuntu24.04-x86_64_v3:linux-ubuntu24.04-x86_64_v2:linux-ubuntu24.04-x86_64 _sp_tcl_roots=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules _sp_lmod_roots=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/lmod _sp_module_prefix=not_installed + [ not_installed != not_installed ] + _sp_multi_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules + local IFS=: + [ dash = zsh ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen2 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen2 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen2 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen2 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-zen ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v3 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v3 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v3 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v3 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v2 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v2 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v2 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64_v2 ] + _spack_pathadd MODULEPATH /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64 + _pa_varname=PATH + _pa_new_path=MODULEPATH + [ -n /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64 ] + _pa_varname=MODULEPATH + _pa_new_path=/var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64 + eval _pa_oldvalue=${MODULEPATH:-} + _pa_oldvalue= + _pa_canonical=: + [ -d /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/modules/linux-ubuntu24.04-x86_64 ] + test dash = bash + test -n + unset _sp_initializing + export _sp_initializing + spack install --only=dependencies kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0 + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper install --only=dependencies kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0 + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ install != install ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=install + shift + command spack install --only=dependencies kokkos@develop+cuda+wrapper+tests cuda_arch=80 ^cuda@12.9.0 remote: Enumerating objects: 19815, done. remote: Counting objects: 0% (1/19815) remote: Counting objects: 1% (199/19815) remote: Counting objects: 2% (397/19815) remote: Counting objects: 3% (595/19815) remote: Counting objects: 4% (793/19815) remote: Counting objects: 5% (991/19815) remote: Counting objects: 6% (1189/19815) remote: Counting objects: 7% (1388/19815) remote: Counting objects: 8% (1586/19815) remote: Counting objects: 9% (1784/19815) remote: Counting objects: 10% (1982/19815) remote: Counting objects: 11% (2180/19815) remote: Counting objects: 12% (2378/19815) remote: Counting objects: 13% (2576/19815) remote: Counting objects: 14% (2775/19815) remote: Counting objects: 15% (2973/19815) remote: Counting objects: 16% (3171/19815) remote: Counting objects: 17% (3369/19815) remote: Counting objects: 18% (3567/19815) remote: Counting objects: 19% (3765/19815) remote: Counting objects: 20% (3963/19815) remote: Counting objects: 21% (4162/19815) remote: Counting objects: 22% (4360/19815) remote: Counting objects: 23% (4558/19815) remote: Counting objects: 24% (4756/19815) remote: Counting objects: 25% (4954/19815) remote: Counting objects: 26% (5152/19815) remote: Counting objects: 27% (5351/19815) remote: Counting objects: 28% (5549/19815) remote: Counting objects: 29% (5747/19815) remote: Counting objects: 30% (5945/19815) remote: Counting objects: 31% (6143/19815) remote: Counting objects: 32% (6341/19815) remote: Counting objects: 33% (6539/19815) remote: Counting objects: 34% (6738/19815) remote: Counting objects: 35% (6936/19815) remote: Counting objects: 36% (7134/19815) remote: Counting objects: 37% (7332/19815) remote: Counting objects: 38% (7530/19815) remote: Counting objects: 39% (7728/19815) remote: Counting objects: 40% (7926/19815) remote: Counting objects: 41% (8125/19815) remote: Counting objects: 42% (8323/19815) remote: Counting objects: 43% (8521/19815) remote: Counting objects: 44% (8719/19815) remote: Counting objects: 45% (8917/19815) remote: Counting objects: 46% (9115/19815) remote: Counting objects: 47% (9314/19815) remote: Counting objects: 48% (9512/19815) remote: Counting objects: 49% (9710/19815) remote: Counting objects: 50% (9908/19815) remote: Counting objects: 51% (10106/19815) remote: Counting objects: 52% (10304/19815) remote: Counting objects: 53% (10502/19815) remote: Counting objects: 54% (10701/19815) remote: Counting objects: 55% (10899/19815) remote: Counting objects: 56% (11097/19815) remote: Counting objects: 57% (11295/19815) remote: Counting objects: 58% (11493/19815) remote: Counting objects: 59% (11691/19815) remote: Counting objects: 60% (11889/19815) remote: Counting objects: 61% (12088/19815) remote: Counting objects: 62% (12286/19815) remote: Counting objects: 63% (12484/19815) remote: Counting objects: 64% (12682/19815) remote: Counting objects: 65% (12880/19815) remote: Counting objects: 66% (13078/19815) remote: Counting objects: 67% (13277/19815) remote: Counting objects: 68% (13475/19815) remote: Counting objects: 69% (13673/19815) remote: Counting objects: 70% (13871/19815) remote: Counting objects: 71% (14069/19815) remote: Counting objects: 72% (14267/19815) remote: Counting objects: 73% (14465/19815) remote: Counting objects: 74% (14664/19815) remote: Counting objects: 75% (14862/19815) remote: Counting objects: 76% (15060/19815) remote: Counting objects: 77% (15258/19815) remote: Counting objects: 78% (15456/19815) remote: Counting objects: 79% (15654/19815) remote: Counting objects: 80% (15852/19815) remote: Counting objects: 81% (16051/19815) remote: Counting objects: 82% (16249/19815) remote: Counting objects: 83% (16447/19815) remote: Counting objects: 84% (16645/19815) remote: Counting objects: 85% (16843/19815) remote: Counting objects: 86% (17041/19815) remote: Counting objects: 87% (17240/19815) remote: Counting objects: 88% (17438/19815) remote: Counting objects: 89% (17636/19815) remote: Counting objects: 90% (17834/19815) remote: Counting objects: 91% (18032/19815) remote: Counting objects: 92% (18230/19815) remote: Counting objects: 93% (18428/19815) remote: Counting objects: 94% (18627/19815) remote: Counting objects: 95% (18825/19815) remote: Counting objects: 96% (19023/19815) remote: Counting objects: 97% (19221/19815) remote: Counting objects: 98% (19419/19815) remote: Counting objects: 99% (19617/19815) remote: Counting objects: 100% (19815/19815) remote: Counting objects: 100% (19815/19815), done. remote: Compressing objects: 0% (1/10645) remote: Compressing objects: 1% (107/10645) remote: Compressing objects: 2% (213/10645) remote: Compressing objects: 3% (320/10645) remote: Compressing objects: 4% (426/10645) remote: Compressing objects: 5% (533/10645) remote: Compressing objects: 6% (639/10645) remote: Compressing objects: 7% (746/10645) remote: Compressing objects: 8% (852/10645) remote: Compressing objects: 9% (959/10645) remote: Compressing objects: 10% (1065/10645) remote: Compressing objects: 11% (1171/10645) remote: Compressing objects: 12% (1278/10645) remote: Compressing objects: 13% (1384/10645) remote: Compressing objects: 14% (1491/10645) remote: Compressing objects: 15% (1597/10645) remote: Compressing objects: 16% (1704/10645) remote: Compressing objects: 17% (1810/10645) remote: Compressing objects: 18% (1917/10645) remote: Compressing objects: 19% (2023/10645) remote: Compressing objects: 20% (2129/10645) remote: Compressing objects: 21% (2236/10645) remote: Compressing objects: 22% (2342/10645) remote: Compressing objects: 23% (2449/10645) remote: Compressing objects: 24% (2555/10645) remote: Compressing objects: 25% (2662/10645) remote: Compressing objects: 26% (2768/10645) remote: Compressing objects: 27% (2875/10645) remote: Compressing objects: 28% (2981/10645) remote: Compressing objects: 29% (3088/10645) remote: Compressing objects: 30% (3194/10645) remote: Compressing objects: 31% (3300/10645) remote: Compressing objects: 32% (3407/10645) remote: Compressing objects: 33% (3513/10645) remote: Compressing objects: 34% (3620/10645) remote: Compressing objects: 35% (3726/10645) remote: Compressing objects: 36% (3833/10645) remote: Compressing objects: 37% (3939/10645) remote: Compressing objects: 38% (4046/10645) remote: Compressing objects: 39% (4152/10645) remote: Compressing objects: 40% (4258/10645) remote: Compressing objects: 41% (4365/10645) remote: Compressing objects: 42% (4471/10645) remote: Compressing objects: 43% (4578/10645) remote: Compressing objects: 44% (4684/10645) remote: Compressing objects: 45% (4791/10645) remote: Compressing objects: 46% (4897/10645) remote: Compressing objects: 47% (5004/10645) remote: Compressing objects: 48% (5110/10645) remote: Compressing objects: 49% (5217/10645) remote: Compressing objects: 50% (5323/10645) remote: Compressing objects: 51% (5429/10645) remote: Compressing objects: 52% (5536/10645) remote: Compressing objects: 53% (5642/10645) remote: Compressing objects: 54% (5749/10645) remote: Compressing objects: 55% (5855/10645) remote: Compressing objects: 56% (5962/10645) remote: Compressing objects: 57% (6068/10645) remote: Compressing objects: 58% (6175/10645) remote: Compressing objects: 59% (6281/10645) remote: Compressing objects: 60% (6387/10645) remote: Compressing objects: 61% (6494/10645) remote: Compressing objects: 62% (6600/10645) remote: Compressing objects: 63% (6707/10645) remote: Compressing objects: 64% (6813/10645) remote: Compressing objects: 65% (6920/10645) remote: Compressing objects: 66% (7026/10645) remote: Compressing objects: 67% (7133/10645) remote: Compressing objects: 68% (7239/10645) remote: Compressing objects: 69% (7346/10645) remote: Compressing objects: 70% (7452/10645) remote: Compressing objects: 71% (7558/10645) remote: Compressing objects: 72% (7665/10645) remote: Compressing objects: 73% (7771/10645) remote: Compressing objects: 74% (7878/10645) remote: Compressing objects: 75% (7984/10645) remote: Compressing objects: 76% (8091/10645) remote: Compressing objects: 77% (8197/10645) remote: Compressing objects: 78% (8304/10645) remote: Compressing objects: 79% (8410/10645) remote: Compressing objects: 80% (8516/10645) remote: Compressing objects: 81% (8623/10645) remote: Compressing objects: 82% (8729/10645) remote: Compressing objects: 83% (8836/10645) remote: Compressing objects: 84% (8942/10645) remote: Compressing objects: 85% (9049/10645) remote: Compressing objects: 86% (9155/10645) remote: Compressing objects: 87% (9262/10645) remote: Compressing objects: 88% (9368/10645) remote: Compressing objects: 89% (9475/10645) remote: Compressing objects: 90% (9581/10645) remote: Compressing objects: 91% (9687/10645) remote: Compressing objects: 92% (9794/10645) remote: Compressing objects: 93% (9900/10645) remote: Compressing objects: 94% (10007/10645) remote: Compressing objects: 95% (10113/10645) remote: Compressing objects: 96% (10220/10645) remote: Compressing objects: 97% (10326/10645) remote: Compressing objects: 98% (10433/10645) remote: Compressing objects: 99% (10539/10645) remote: Compressing objects: 100% (10645/10645) remote: Compressing objects: 100% (10645/10645), done. remote: Total 19815 (delta 1332), reused 13889 (delta 1202), pack-reused 0 (from 0) [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 53%] Built target Kokkos_CoreUnitTest_Serial1 [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 59%] Built target Kokkos_PerformanceTest_Mempool [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 59%] Built target Kokkos_PerformanceTest_Reduction [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_Gemv.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 91%] Built target Kokkos_CoreUnitTest_HIP [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 60%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 61%] Built target Kokkos_PerformanceTest_Atomic [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_Stream.cpp.o [ 62%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 62%] Built target Kokkos_Benchmark_Atomic_MinMax [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestMDRange_Stencil.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 62%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 62%] Built target Kokkos_ContainersTestCompileOnly [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/serial/TestRandom.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSort.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/test_random.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 93%] Built target Kokkos_PerformanceTest_InclusiveScan [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 93%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 93%] Linking CXX executable Kokkos_query_device [ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 93%] Built target Kokkos_query_device [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 93%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 93%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 93%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 93%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 93%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 93%] Linking CXX executable Kokkos_PerformanceTest_Random [ 93%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 93%] Built target Kokkos_PerformanceTest_Random [ 93%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 93%] Linking CXX executable Kokkos_example_virtual_functions [ 93%] Built target Kokkos_example_virtual_functions [ 94%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 94%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 94%] Linking CXX executable Kokkos_example_relocatable_function [ 94%] Built target Kokkos_example_relocatable_function [ 94%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 94%] Built target Kokkos_tutorial_01_hello_world [ 94%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Building CXX object example/tutorial/Debugging/01_ErrorReporter/CMakeFiles/Kokkos_tutorial_error_reporter.dir/error_reporter.cpp.o [ 94%] Built target Kokkos_tutorial_02_simple_reduce [ 94%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o [ 95%] Built target Kokkos_tutorial_03_simple_view [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 95%] Built target Kokkos_tutorial_05_simple_atomics [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 95%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 95%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 95%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 95%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 95%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 95%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 95%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 96%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortByKey.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 96%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 96%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 96%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 96%] Linking CXX executable Kokkos_launch_bounds_reduce [ 96%] Linking CXX executable Kokkos_tutorial_error_reporter [ 96%] Built target Kokkos_launch_bounds_reduce [ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o ==> openssl: Executing phase: 'install' ==> openssl: Successfully installed openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6 Stage: 1.70s. Install: 2m 5.42s. Post-install: 0.06s. Total: 2m 7.29s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6 ==> Installing openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6 [18/20] ==> No binary for curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/69/699a6d2192322792c88088576cff5fe188452e6ea71e82ca74409f07ecc62563.tar.bz2 ==> No patches needed for curl ==> curl: Executing phase: 'autoreconf' ==> curl: Executing phase: 'configure' [ 97%] Built target Kokkos_tutorial_error_reporter [ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 97%] Built target Kokkos_tutorial_01_hello_world_lambda [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 97%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 97%] Built target Kokkos_tutorial_03_simple_view_lambda [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 98%] Linking CXX executable Kokkos_gups [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 98%] Built target Kokkos_gups [ 98%] Linking CXX executable Kokkos_atomic [ 99%] Linking CXX executable Kokkos_stream [ 99%] Built target Kokkos_stream [ 99%] Built target Kokkos_atomic [ 99%] Linking CXX executable Kokkos_launch_latency [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 99%] Built target Kokkos_launch_latency [ 99%] Built target Kokkos_view_copy_constructor [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o ==> curl: Executing phase: 'build' [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 99%] Linking CXX executable Kokkos_gather [ 99%] Built target Kokkos_gather [ 99%] Linking CXX executable Kokkos_policy_performance [ 65%] Linking CXX executable Kokkos_UnitTest_Random [ 65%] Built target Kokkos_UnitTest_Random [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 99%] Built target Kokkos_policy_performance [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortCustomComp.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [100%] Built target Kokkos_bytes_and_flops [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o ==> Compilers have been configured automatically from PATH inspection [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o ==> Fetching https://ghcr.io/v2/spack/bootstrap-buildcache-v2.2/blobs/sha256:9cf62674ef82cfa5cbb156bae59f369346da800713d54336956371c80e71c6c3 ==> Fetching https://ghcr.io/v2/spack/bootstrap-buildcache-v2.2/blobs/sha256:cc238348fb1a3b70351d784ec61f7843d0cc9ca5de745ce98e6bea7cd00787ea ==> Installing "clingo-bootstrap@=spack~apps~docs+ipo+optimized+python+static_libstdcpp build_system=cmake build_type=Release commit=2a025667090d71b2c9dce60fe924feb6bde8f667 generator=make patches:=bebb819,ec99431 platform=linux os=centos7 target=x86_64" from a buildcache [+] /usr (external gcc-13.3.0-jipkd257irlpkroao5z5l3iqyhxo4bx6) [+] /usr (external glibc-2.39-thy5vqoaouxdwkh5hofjegtbqsl7r25d) ==> No binary for compiler-wrapper-1.0-cpbsuow6nma4ib5tcxdpqkl3m2dkxher found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/a5/a5ff4fcdbeda284a7993b87f294b6338434cffc84ced31e4d04008ed5ea389bf ==> No patches needed for compiler-wrapper ==> compiler-wrapper: Executing phase: 'install' ==> compiler-wrapper: Successfully installed compiler-wrapper-1.0-cpbsuow6nma4ib5tcxdpqkl3m2dkxher Stage: 0.08s. Install: 0.03s. Post-install: 0.03s. Total: 0.21s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/compiler-wrapper-1.0-cpbsuow6nma4ib5tcxdpqkl3m2dkxher ==> Installing compiler-wrapper-1.0-cpbsuow6nma4ib5tcxdpqkl3m2dkxher [3/24] ==> No binary for ca-certificates-mozilla-2025-08-12-va7e2gqvyidd5nxe4lcivknwrd76bsxl found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/64/64dfd5b1026700e0a0a324964749da9adc69ae5e51e899bf16ff47d6fd0e9a5e ==> No patches needed for ca-certificates-mozilla ==> ca-certificates-mozilla: Executing phase: 'install' ==> ca-certificates-mozilla: Successfully installed ca-certificates-mozilla-2025-08-12-va7e2gqvyidd5nxe4lcivknwrd76bsxl Stage: 0.13s. Install: 0.00s. Post-install: 0.01s. Total: 0.24s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ca-certificates-mozilla-2025-08-12-va7e2gqvyidd5nxe4lcivknwrd76bsxl ==> Installing ca-certificates-mozilla-2025-08-12-va7e2gqvyidd5nxe4lcivknwrd76bsxl [4/24] ==> No binary for gcc-runtime-13.3.0-673qc4iawcbxuxo5sc4er2tyj7dtyq5d found: installing from source ==> No patches needed for gcc-runtime ==> gcc-runtime: Executing phase: 'install' ==> gcc-runtime: Successfully installed gcc-runtime-13.3.0-673qc4iawcbxuxo5sc4er2tyj7dtyq5d Stage: 0.01s. Install: 0.31s. Post-install: 0.05s. Total: 0.47s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gcc-runtime-13.3.0-673qc4iawcbxuxo5sc4er2tyj7dtyq5d ==> Installing gcc-runtime-13.3.0-673qc4iawcbxuxo5sc4er2tyj7dtyq5d [5/24] ==> No binary for gmake-4.4.1-5qqniyvvo2sbreclyi3rghsvixqtpdr5 found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/dd/dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3.tar.gz ==> No patches needed for gmake [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o ==> curl: Executing phase: 'install' ==> curl: Successfully installed curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d Stage: 0.85s. Autoreconf: 0.00s. Configure: 14.04s. Build: 34.43s. Install: 0.74s. Post-install: 0.01s. Total: 50.45s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d ==> Installing curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d [19/20] ==> No binary for cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7 found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/5d/5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83.tar.gz ==> No patches needed for cmake [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortA.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o ==> gmake: Executing phase: 'install' ==> gmake: Successfully installed gmake-4.4.1-5qqniyvvo2sbreclyi3rghsvixqtpdr5 Stage: 0.54s. Install: 20.60s. Post-install: 0.01s. Total: 21.23s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-5qqniyvvo2sbreclyi3rghsvixqtpdr5 ==> Installing gmake-4.4.1-5qqniyvvo2sbreclyi3rghsvixqtpdr5 [6/24] ==> No binary for pkgconf-2.5.1-kyo5rmeyzyetsll7i7ds2wqqyhqbrngp found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/cd/cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243.tar.xz ==> No patches needed for pkgconf ==> pkgconf: Executing phase: 'autoreconf' ==> pkgconf: Executing phase: 'configure' [100%] Built target Kokkos_UnitTest_SIMD Command exited with the value: 0 MakeCommand:/opt/cmake/bin/cmake --build . --config "Release" 0 Compiler errors 0 Compiler warnings SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly Test project /var/jenkins/workspace/Kokkos_nightly/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 600 1: [==========] Running 26 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 26 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_view_ctor 1: [ OK ] serial.basic_view_view_ctor (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_required_span_size 1: [ OK ] serial.view_required_span_size (4 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_required_span_size 1: [ OK ] serial.view_customization_required_span_size (1 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [ RUN ] serial.view_customization_scratch_memory 1: [ OK ] serial.view_customization_scratch_memory (0 ms) 1: [ RUN ] serial.view_ctor_data_handle 1: [ OK ] serial.view_ctor_data_handle (0 ms) 1: [----------] 26 tests from serial (7 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 26 tests from 1 test suite ran. (7 ms total) 1: [ PASSED ] 26 tests. 1/62 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.51 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test timeout computed to be: 600 2: [==========] Running 26 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 26 tests from hip 2: [ RUN ] hip.basic_view_default_ctor 2: [ OK ] hip.basic_view_default_ctor (0 ms) 2: [ RUN ] hip.basic_view_extents_ctor 2: [ OK ] hip.basic_view_extents_ctor (0 ms) 2: [ RUN ] hip.basic_view_mapping_ctor_right 2: [ OK ] hip.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] hip.basic_view_access 2: [ OK ] hip.basic_view_access (0 ms) 2: [ RUN ] hip.basic_view_view_ctor 2: [ OK ] hip.basic_view_view_ctor (0 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (0 ms) 2: [ RUN ] hip.RefCountedAcc_Conversion 2: [ OK ] hip.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] hip.RefCountedDataHandle_Typedefs 2: [ OK ] hip.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedDataHandle 2: [ OK ] hip.RefCountedDataHandle (0 ms) 2: [ RUN ] hip.RefCountedDataHandleAnonym 2: [ OK ] hip.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] hip.RefCountedDataHandleConversion 2: [ OK ] hip.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] hip.view_required_span_size 2: [ OK ] hip.view_required_span_size (1 ms) 2: [ RUN ] hip.view_customization_accessor_arg 2: [ OK ] hip.view_customization_accessor_arg (0 ms) 2: [ RUN ] hip.view_customization_allocation_type 2: [ OK ] hip.view_customization_allocation_type (4 ms) 2: [ RUN ] hip.view_customization_mirror 2: [ OK ] hip.view_customization_mirror (0 ms) 2: [ RUN ] hip.view_customization_deep_copy 2: [ OK ] hip.view_customization_deep_copy (0 ms) 2: [ RUN ] hip.view_customization_deep_copy_single_element_view 2: [ OK ] hip.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] hip.view_customization_required_span_size 2: [ OK ] hip.view_customization_required_span_size (1 ms) 2: [ RUN ] hip.view_customization_accessor_from_mapping 2: [ OK ] hip.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] hip.view_customization_extra_int_arg 2: [ OK ] hip.view_customization_extra_int_arg (0 ms) 2: [ RUN ] hip.view_customization_scratch_memory 2: [ OK ] hip.view_customization_scratch_memory (0 ms) 2: [ RUN ] hip.view_ctor_data_handle 2: [ OK ] hip.view_ctor_data_handle (0 ms) 2: [----------] 26 tests from hip (10 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 26 tests from 1 test suite ran. (10 ms total) 2: [ PASSED ] 26 tests. 2/62 Test #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................ Passed 0.35 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 600 3: [==========] Running 264 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (1391 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1406 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1380 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1393 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:86: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:101: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (5573 ms total) 3: 3: [----------] 1 test from serial_graph_DeathTest 3: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:173: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 234 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_stl_compatibility 3: [ OK ] serial.array_stl_compatibility (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (1 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (67 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (41 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: 3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 3: does not support page migration between device and host. 3: HIPManagedSpace might not work as expected. 3: Please refer to the ROCm documentation on unified/managed memory. 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (21 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (1083 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (109 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (109 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (108 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (108 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.execution_space_moved_from 3: [ OK ] serial.execution_space_moved_from (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:1078: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft ==> pkgconf: Executing phase: 'build' [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1838 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft ==> pkgconf: Executing phase: 'install' [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o ==> pkgconf: Successfully installed pkgconf-2.5.1-kyo5rmeyzyetsll7i7ds2wqqyhqbrngp Stage: 0.38s. Autoreconf: 0.00s. Configure: 5.20s. Build: 1.88s. Install: 0.39s. Post-install: 0.02s. Total: 8.21s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/pkgconf-2.5.1-kyo5rmeyzyetsll7i7ds2wqqyhqbrngp ==> Installing pkgconf-2.5.1-kyo5rmeyzyetsll7i7ds2wqqyhqbrngp [7/24] ==> No binary for zlib-ng-2.2.4-wa75eec234owujzxl73rlevzhlq5wlfk found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/a7/a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3.tar.gz ==> No patches needed for zlib-ng ==> zlib-ng: Executing phase: 'autoreconf' ==> zlib-ng: Executing phase: 'configure' [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 70%] Built target Kokkos_PerformanceTest_Benchmark [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (7080 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (565 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (571 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_remquo 3: [ OK ] serial.mathematical_functions_remquo (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (767 ms) 3: [ RUN ] serial.mdrange_6d [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 3: [ OK ] serial.mdrange_6d (1239 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (4 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (81 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (460 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (1006 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.md_range_policy_default_space 3: [ OK ] serial.md_range_policy_default_space (0 ms) 3: [ RUN ] serial.md_range_policy_impl_set_space 3: [ OK ] serial.md_range_policy_impl_set_space (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o ==> zlib-ng: Executing phase: 'build' [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3088 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (32 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (4 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestRange.hpp:410: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.check_batch_size 3: [ OK ] serial.check_batch_size (0 ms) 3: [ RUN ] serial.range_static_batch_size 3: [ OK ] serial.range_static_batch_size (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_policy_default_space 3: [ OK ] serial.range_policy_default_space (0 ms) 3: [ RUN ] serial.range_policy_impl_set_space 3: [ OK ] serial.range_policy_impl_set_space (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (2 ms) 3: [ RUN ] serial.reducers_unsigned_int 3: [ OK ] serial.reducers_unsigned_int (2 ms) 3: [ RUN ] serial.reducers_size_t 3: [ OK ] serial.reducers_size_t (2 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (110 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (272 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic ==> zlib-ng: Executing phase: 'install' 3: [ OK ] serial.int64_t_reduce_dynamic (988 ms) 3: [ RUN ] serial.double_reduce_dynamic ==> zlib-ng: Successfully installed zlib-ng-2.2.4-wa75eec234owujzxl73rlevzhlq5wlfk Stage: 1.31s. Autoreconf: 0.00s. Configure: 7.64s. Build: 2.14s. Install: 0.23s. Post-install: 0.02s. Total: 11.68s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-wa75eec234owujzxl73rlevzhlq5wlfk ==> Installing zlib-ng-2.2.4-wa75eec234owujzxl73rlevzhlq5wlfk [8/24] ==> No binary for xz-5.6.3-vjqrbllkz22nkei5qnbiob2qadsyvorx found: installing from source 3: [ OK ] serial.double_reduce_dynamic (1053 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view ==> Fetching https://mirror.spack.io/_source-cache/archive/a9/a95a49147b2dbb5487517acc0adcd77f9c2032cf00664eeae352405357d14a6c.tar.bz2 ==> No patches needed for xz 3: [ OK ] serial.int64_t_reduce_dynamic_view (253 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestReduce.hpp:654: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] serial.reduction_identity_bitwise_and_or_integral_types 3: [ OK ] serial.reduction_identity_bitwise_and_or_integral_types (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy ==> xz: Executing phase: 'autoreconf' ==> xz: Executing phase: 'configure' [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 3: [ OK ] serial.reduce_device_view_mdrange_policy (1724 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (185 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (3 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 234 tests from serial (23246 ms total) 3: 3: [----------] 18 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:237: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:427: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [ RUN ] serial_graph.aggregate_is_awaitable 3: [ OK ] serial_graph.aggregate_is_awaitable (0 ms) 3: [----------] 18 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 264 tests from 4 test suites ran. (28820 ms total) 3: [ PASSED ] 256 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/62 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 29.17 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 600 4: [==========] Running 152 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:95: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:124: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:153: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:185: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortB.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8976 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment ==> xz: Executing phase: 'build' [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9070 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewMemoryAccessViolation.hpp:151: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewMemoryAccessViolation.hpp:165: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSubView_a.hpp:68: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility ==> xz: Executing phase: 'install' 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2544 ms) 4: [----------] 10 tests from serial_DeathTest (20591 ms total) 4: 4: [----------] 142 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (391 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (8 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (328 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (45 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_policy_default_space 4: [ OK ] serial.team_policy_default_space (0 ms) 4: [ RUN ] serial.team_policy_impl_set_space 4: [ OK ] serial.team_policy_impl_set_space (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (76 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (92 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (38 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (92 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (68 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o ==> xz: Successfully installed xz-5.6.3-vjqrbllkz22nkei5qnbiob2qadsyvorx Stage: 0.90s. Autoreconf: 0.00s. Configure: 15.72s. Build: 6.23s. Install: 2.34s. Post-install: 0.09s. Total: 25.69s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/xz-5.6.3-vjqrbllkz22nkei5qnbiob2qadsyvorx [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o ==> Installing xz-5.6.3-vjqrbllkz22nkei5qnbiob2qadsyvorx [9/24] ==> No binary for berkeley-db-18.1.40-3mya6pjutzbolrn55vcm4g2z5sys6hi7 found: installing from source [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o 4: [ OK ] serial.repeated_team_reduce (4660 ms) 4: [ RUN ] serial.nested_team_reduce_functor_as_reducer 4: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] serial.team_scan 4: [ OK ] serial.team_scan (93 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (82 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (26 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (28 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (1 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (3 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (1 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (269 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (2061 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (2537 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_hooks 4: [ OK ] serial.view_hooks (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (45 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (43 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (63 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (4 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_move_use_count_and_label 4: [ OK ] serial.view_move_use_count_and_label (0 ms) 4: [ RUN ] serial.view_moved_from 4: [ OK ] serial.view_moved_from (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (2 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (115 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestWithoutInitializing.hpp:277: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (21 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (21 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (21 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (129 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (130 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (129 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 142 tests from serial (11717 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 152 tests from 2 test suites ran. (32309 ms total) 4: [ PASSED ] 144 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/62 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 32.64 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 600 5: [==========] Running 482 tests from 8 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestNestedSort.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/0c/0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8.tar.gz ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/berkeley_db/drop-docs.patch ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/berkeley_db/tls.patch ==> Ran patch() for berkeley-db ==> berkeley-db: Executing phase: 'autoreconf' ==> berkeley-db: Executing phase: 'configure' 5: [ OK ] hip_DeathTest.abort_from_host (2894 ms) 5: [ RUN ] hip_DeathTest.abort_from_device [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o 5: [ OK ] hip_DeathTest.abort_from_device (4902 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (2936 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (2930 ms) 5: [ RUN ] hip_DeathTest.policy_invalid_bounds 5: [ OK ] hip_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 5: [ OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_check_sign_changes 5: [ OK ] hip_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (2870 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (4908 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:95: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:124: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:153: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:185: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o ==> berkeley-db: Executing phase: 'build' [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Sort [ 73%] Built target Kokkos_UnitTest_Sort [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o ==> cmake: Executing phase: 'bootstrap' ==> cmake: Executing phase: 'build' [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o ==> berkeley-db: Executing phase: 'install' [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (20027 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 73%] Built target Kokkos_ContainersUnitTest_Serial [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (20060 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o ==> berkeley-db: Successfully installed berkeley-db-18.1.40-3mya6pjutzbolrn55vcm4g2z5sys6hi7 Stage: 8.19s. Autoreconf: 0.00s. Configure: 28.79s. Build: 13.61s. Install: 1.21s. Post-install: 0.05s. Total: 52.21s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/berkeley-db-18.1.40-3mya6pjutzbolrn55vcm4g2z5sys6hi7 ==> Installing berkeley-db-18.1.40-3mya6pjutzbolrn55vcm4g2z5sys6hi7 [10/24] ==> No binary for libiconv-1.18-xigaambqtebpeb7zxyjhtyfz7xs3panj found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/3b/3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8.tar.gz ==> No patches needed for libiconv ==> libiconv: Executing phase: 'autoreconf' ==> libiconv: Executing phase: 'configure' [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o ==> libiconv: Executing phase: 'build' [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o ==> libiconv: Executing phase: 'install' [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (51828 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device ==> libiconv: Successfully installed libiconv-1.18-xigaambqtebpeb7zxyjhtyfz7xs3panj Stage: 2.16s. Autoreconf: 0.00s. Configure: 30.48s. Build: 11.04s. Install: 1.12s. Post-install: 0.07s. Total: 45.33s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/libiconv-1.18-xigaambqtebpeb7zxyjhtyfz7xs3panj ==> Installing libiconv-1.18-xigaambqtebpeb7zxyjhtyfz7xs3panj [11/24] ==> No binary for ncurses-6.5-20250705-4epop7mkhqbj7xake4xmtpnzptee5x2y found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/73/73f6c22db6c3fcac562e7b35aebf7d4cbb253ea30ba2ee465ab84d7d1b5cefc1.tgz ==> Applied patch /root/.spack/package_repos/fncqgg4/repos/spack_repo/builtin/packages/ncurses/rxvt_unicode_6_4.patch ==> ncurses: Executing phase: 'autoreconf' ==> ncurses: Executing phase: 'configure' [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.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_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.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_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.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_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o ==> ncurses: Executing phase: 'build' [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (95313 ms) 5: [----------] 19 tests from hip_DeathTest (208675 ms total) 5: 5: [----------] 1 test from hip_graph_DeathTest 5: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:173: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from hip_graph_DeathTest (0 ms total) 5: 5: [----------] 2 tests from hip_managed_DeathTest 5: [ RUN ] hip_managed_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSubView_a.hpp:68: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (5663 ms) 5: [----------] 2 tests from hip_managed_DeathTest (5663 ms total) 5: 5: [----------] 356 tests from hip 5: [ RUN ] hip.array_capacity 5: [ OK ] hip.array_capacity (0 ms) 5: [ RUN ] hip.array_element_access 5: [ OK ] hip.array_element_access (0 ms) 5: [ RUN ] hip.array_operator_equal 5: [ OK ] hip.array_operator_equal (0 ms) 5: [ RUN ] hip.array_zero_capacity 5: [ OK ] hip.array_zero_capacity (0 ms) 5: [ RUN ] hip.array_zero_data_nullptr 5: [ OK ] hip.array_zero_data_nullptr (0 ms) 5: [ RUN ] hip.array_stl_compatibility 5: [ OK ] hip.array_stl_compatibility (0 ms) 5: [ RUN ] hip.array_contiguous_capacity 5: [ OK ] hip.array_contiguous_capacity (0 ms) 5: [ RUN ] hip.array_contiguous_element_access 5: [ OK ] hip.array_contiguous_element_access (0 ms) 5: [ RUN ] hip.array_contiguous_assignment 5: [ OK ] hip.array_contiguous_assignment (0 ms) 5: [ RUN ] hip.array_strided_capacity 5: [ OK ] hip.array_strided_capacity (0 ms) 5: [ RUN ] hip.array_strided_element_access 5: [ OK ] hip.array_strided_element_access (0 ms) 5: [ RUN ] hip.array_strided_assignment 5: [ OK ] hip.array_strided_assignment (0 ms) 5: [ RUN ] hip.atomic_operations_complexdouble 5: [ OK ] hip.atomic_operations_complexdouble (7 ms) 5: [ RUN ] hip.atomic_operations_complexfloat 5: [ OK ] hip.atomic_operations_complexfloat (7 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (10 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (9 ms) 5: [ RUN ] hip.atomic_operations_int8 5: [ OK ] hip.atomic_operations_int8 (25 ms) 5: [ RUN ] hip.atomic_operations_int16 5: [ OK ] hip.atomic_operations_int16 (25 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (24 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (26 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (26 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (19 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (20 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (169 ms) 5: [ RUN ] hip.atomics_tpetra_max_abs 5: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] hip.atomic_views_integral 5: [ OK ] hip.atomic_views_integral (14 ms) 5: [ RUN ] hip.atomic_views_nonintegral [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o ==> ncurses: Executing phase: 'install' [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 5: [ OK ] hip.atomic_views_nonintegral (12855 ms) 5: [ RUN ] hip.atomic_view_api 5: [ OK ] hip.atomic_view_api (0 ms) 5: [ RUN ] hip.bit_manip_countl_zero 5: [ OK ] hip.bit_manip_countl_zero (4 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (0 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (4 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (8 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_0 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.deep_copy_assignable_types_rank_0 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1 5: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2 5: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3 5: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_4 5: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_5 5: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_6 5: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_7 5: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_8 5: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 5: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 5: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 5: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_0 5: [ OK ] hip.deep_copy_narrowing_rank_0 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_1 5: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_2 5: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_3 5: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_4 5: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_5 5: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_6 5: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_7 5: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_8 5: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (3 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (6 ms) 5: [ RUN ] hip.partitioning_by_args 5: [ OK ] hip.partitioning_by_args (25 ms) 5: [ RUN ] hip.partitioning_by_args_with_structured_bindings 5: [ OK ] hip.partitioning_by_args_with_structured_bindings (2 ms) 5: [ RUN ] hip.partitioning_by_vector 5: [ OK ] hip.partitioning_by_vector (2 ms) 5: [ RUN ] hip.exec_space_thread_safety_range [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o ==> ncurses: Successfully installed ncurses-6.5-20250705-4epop7mkhqbj7xake4xmtpnzptee5x2y Stage: 1.29s. Autoreconf: 0.00s. Configure: 1m 1.93s. Build: 32.35s. Install: 14.55s. Post-install: 0.94s. Total: 1m 51.37s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-4epop7mkhqbj7xake4xmtpnzptee5x2y ==> Installing ncurses-6.5-20250705-4epop7mkhqbj7xake4xmtpnzptee5x2y [12/24] ==> No binary for diffutils-3.12-lukpyjlv7rn3kypnqaxa6duojbqwtwfq found: installing from source [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/7c/7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd.tar.xz ==> No patches needed for diffutils ==> diffutils: Executing phase: 'autoreconf' ==> diffutils: Executing phase: 'configure' 5: [ OK ] hip.exec_space_thread_safety_range (9620 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o 5: [ OK ] hip.exec_space_thread_safety_mdrange (960 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy 5: [ OK ] hip.exec_space_thread_safety_team_policy (968 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce 5: [ OK ] hip.exec_space_thread_safety_range_reduce (961 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 5: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (962 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (965 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_scan 5: [ OK ] hip.exec_space_thread_safety_range_scan (960 ms) 5: [ RUN ] hip.execution_space_as_class_data_member 5: [ OK ] hip.execution_space_as_class_data_member (0 ms) 5: [ RUN ] hip.execution_space_moved_from 5: [ OK ] hip.execution_space_moved_from (0 ms) 5: [ RUN ] hip.functor_analysis 5: [ OK ] hip.functor_analysis (0 ms) 5: [ RUN ] hip.when_all_type 5: [ OK ] hip.when_all_type (0 ms) 5: [ RUN ] hip.graph_capture 5: [ OK ] hip.graph_capture (9 ms) 5: [ RUN ] hip.graph_then 5: [ OK ] hip.graph_then (0 ms) 5: [ RUN ] hip.then_host 5: [ OK ] hip.then_host (0 ms) 5: [ RUN ] hip.mixed_then_host_device_nodes 5: [ OK ] hip.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] hip.graph_then_tag 5: [ OK ] hip.graph_then_tag (0 ms) 5: [ RUN ] hip.host_shared_ptr_use_count 5: [ OK ] hip.host_shared_ptr_use_count (0 ms) 5: [ RUN ] hip.host_shared_ptr_get 5: [ OK ] hip.host_shared_ptr_get (0 ms) 5: [ RUN ] hip.host_shared_ptr_dereference_on_device 5: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_special_members_on_device 5: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_tracking 5: [ OK ] hip.host_shared_ptr_tracking (0 ms) 5: [ RUN ] hip.join_backward_compatibility 5: [ OK ] hip.join_backward_compatibility (0 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (638 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2055 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (614 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1420 ms) 5: [ RUN ] hip.deep_copy_scratch 5: [ OK ] hip.deep_copy_scratch (0 ms) 5: [ RUN ] hip.mathematical_constants_e 5: [ OK ] hip.mathematical_constants_e (0 ms) 5: [ RUN ] hip.mathematical_constants_log2e 5: [ OK ] hip.mathematical_constants_log2e (0 ms) 5: [ RUN ] hip.mathematical_constants_log10e 5: [ OK ] hip.mathematical_constants_log10e (0 ms) 5: [ RUN ] hip.mathematical_constants_pi 5: [ OK ] hip.mathematical_constants_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_pi 5: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrtpi 5: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] hip.mathematical_constants_ln2 5: [ OK ] hip.mathematical_constants_ln2 (0 ms) 5: [ RUN ] hip.mathematical_constants_ln10 5: [ OK ] hip.mathematical_constants_ln10 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt2 5: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] hip.mathematical_constants_sqrt3 5: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_inv_sqrt3 5: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] hip.mathematical_constants_egamma 5: [ OK ] hip.mathematical_constants_egamma (0 ms) 5: [ RUN ] hip.mathematical_constants_phi 5: [ OK ] hip.mathematical_constants_phi (0 ms) 5: [ RUN ] hip.mathematical_functions_trigonometric_functions 5: [ OK ] hip.mathematical_functions_trigonometric_functions (3 ms) 5: [ RUN ] hip.mathematical_functions_hyperbolic_functions 5: [ OK ] hip.mathematical_functions_hyperbolic_functions (3 ms) 5: [ RUN ] hip.mathematical_functions_non_standard 5: [ OK ] hip.mathematical_functions_non_standard (0 ms) 5: [ RUN ] hip.mathematical_functions_power_functions 5: [ OK ] hip.mathematical_functions_power_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_remquo 5: [ OK ] hip.mathematical_functions_remquo (0 ms) 5: [ RUN ] hip.mathematical_functions_fmax_fmin 5: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_impl_half_fallback 5: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] hip.mathematical_functions_nextafter_fp16 5: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (3 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (20 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj1y1 5: [ OK ] hip.mathspecialfunc_cbesselj1y1 (21 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli0k0 5: [ OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli1k1 5: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestMathematicalSpecialFunctions.hpp:1958: Skipped 5: skipping since test is known to fail on MI100 and for some versions of ROCm 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 5: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms) 5: [ RUN ] hip.mdrange_5d 5: [ OK ] hip.mdrange_5d (117 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (198 ms) 5: [ RUN ] hip.mdrange_2d 5: [ OK ] hip.mdrange_2d (2 ms) 5: [ RUN ] hip.mdrange_array_reduce 5: [ OK ] hip.mdrange_array_reduce (0 ms) 5: [ RUN ] hip.mdrange_3d 5: [ OK ] hip.mdrange_3d (5 ms) 5: [ RUN ] hip.mdrange_neg_idx 5: [ OK ] hip.mdrange_neg_idx (1 ms) 5: [ RUN ] hip.mdrange_4d 5: [ OK ] hip.mdrange_4d (56 ms) 5: [ RUN ] hip.mdrange_scalar 5: [ OK ] hip.mdrange_scalar (0 ms) 5: [ RUN ] hip.mdrange_large_deep_copy 5: [ OK ] hip.mdrange_large_deep_copy (50 ms) 5: [ RUN ] hip.md_range_policy_construction_from_arrays 5: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] hip.policy_get_tile_size 5: [ OK ] hip.policy_get_tile_size (0 ms) 5: [ RUN ] hip.md_range_policy_default_space 5: [ OK ] hip.md_range_policy_default_space (0 ms) 5: [ RUN ] hip.md_range_policy_impl_set_space 5: [ OK ] hip.md_range_policy_impl_set_space (2 ms) 5: [ RUN ] hip.mdrange_parallel_reduce_primitive_types [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3075 ms) 5: [ RUN ] hip.mdspan_minimal_functional 5: [ OK ] hip.mdspan_minimal_functional (0 ms) 5: [ RUN ] hip.mdspan_atomic_accessor 5: [ OK ] hip.mdspan_atomic_accessor (0 ms) 5: [ RUN ] hip.view_mdspan_conversion 5: [ OK ] hip.view_mdspan_conversion (4 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (0 ms) 5: [ RUN ] hip.numeric_traits_epsilon 5: [ OK ] hip.numeric_traits_epsilon (0 ms) 5: [ RUN ] hip.numeric_traits_round_error 5: [ OK ] hip.numeric_traits_round_error (0 ms) 5: [ RUN ] hip.numeric_traits_norm_min 5: [ OK ] hip.numeric_traits_norm_min (0 ms) 5: [ RUN ] hip.numeric_traits_denorm_min 5: [ OK ] hip.numeric_traits_denorm_min (0 ms) 5: [ RUN ] hip.numeric_traits_finite_min_max 5: [ OK ] hip.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] hip.numeric_traits_digits 5: [ OK ] hip.numeric_traits_digits (1 ms) 5: [ RUN ] hip.numeric_traits_digits10 5: [ OK ] hip.numeric_traits_digits10 (1 ms) 5: [ RUN ] hip.numeric_traits_max_digits10 5: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] hip.numeric_traits_radix 5: [ OK ] hip.numeric_traits_radix (1 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent 5: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent10 5: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 5: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] hip.numeric_traits_sfinae_friendly 5: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] hip.occupancy_control 5: [ OK ] hip.occupancy_control (0 ms) 5: [ RUN ] hip.memory_pool 5: [ OK ] hip.memory_pool (23 ms) 5: [ RUN ] hip.cxx11 5: [ OK ] hip.cxx11 (1 ms) 5: [ RUN ] hip.parallel_scan_range_policy 5: [ OK ] hip.parallel_scan_range_policy (61 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (0 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (0 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (0 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (31 ms) 5: [ RUN ] hip.check_batch_size 5: [ OK ] hip.check_batch_size (0 ms) 5: [ RUN ] hip.range_static_batch_size 5: [ OK ] hip.range_static_batch_size (0 ms) 5: [ RUN ] hip.range_policy_runtime_parameters 5: [ OK ] hip.range_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.range_policy_one_way_convertible_bounds 5: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] hip.range_policy_default_space 5: [ OK ] hip.range_policy_default_space (0 ms) 5: [ RUN ] hip.range_policy_impl_set_space 5: [ OK ] hip.range_policy_impl_set_space (2 ms) 5: [ RUN ] hip.range_for_require 5: [ OK ] hip.range_for_require (0 ms) 5: [ RUN ] hip.range_reduce_require 5: [ OK ] hip.range_reduce_require (0 ms) 5: [ RUN ] hip.range_dynamic_policy_require 5: [ OK ] hip.range_dynamic_policy_require (0 ms) 5: [ RUN ] hip.reducers_int 5: [ OK ] hip.reducers_int (6 ms) 5: [ RUN ] hip.reducers_unsigned_int 5: [ OK ] hip.reducers_unsigned_int (6 ms) 5: [ RUN ] hip.reducers_size_t 5: [ OK ] hip.reducers_size_t (6 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (5 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (1 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (2 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (3 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (3 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (3 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (3 ms) 5: [ RUN ] hip.reducers_bool 5: [ OK ] hip.reducers_bool (0 ms) 5: [ RUN ] hip.int64_t_reduce 5: [ OK ] hip.int64_t_reduce (22 ms) 5: [ RUN ] hip.double_reduce 5: [ OK ] hip.double_reduce (21 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic 5: [ OK ] hip.int64_t_reduce_dynamic (25 ms) 5: [ RUN ] hip.double_reduce_dynamic 5: [ OK ] hip.double_reduce_dynamic (25 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (7 ms) 5: [ RUN ] hip.int_combined_reduce 5: [ OK ] hip.int_combined_reduce (0 ms) 5: [ RUN ] hip.mdrange_combined_reduce 5: [ OK ] hip.mdrange_combined_reduce (0 ms) 5: [ RUN ] hip.int_combined_reduce_mixed 5: [ OK ] hip.int_combined_reduce_mixed (0 ms) 5: [ RUN ] hip.reduction_with_large_iteration_count 5: [ OK ] hip.reduction_with_large_iteration_count (308 ms) 5: [ RUN ] hip.reduction_identity_min_max_floating_point_types 5: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] hip.reduction_identity_bitwise_and_or_integral_types 5: [ OK ] hip.reduction_identity_bitwise_and_or_integral_types (0 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy 5: [ OK ] hip.reduce_device_view_range_policy (11 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy 5: [ OK ] hip.reduce_device_view_mdrange_policy (65 ms) 5: [ RUN ] hip.reduce_device_view_team_policy 5: [ OK ] hip.reduce_device_view_team_policy (14 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (101 ms) 5: [ RUN ] hip.mdspan_space_aware_accessor 5: [ OK ] hip.mdspan_space_aware_accessor (0 ms) 5: [ RUN ] hip.kokkos_swap 5: [ OK ] hip.kokkos_swap (0 ms) 5: [ RUN ] hip.team_for 5: [ OK ] hip.team_for (0 ms) 5: [ RUN ] hip.team_reduce 5: [ OK ] hip.team_reduce (0 ms) 5: [ RUN ] hip.team_reduce_large 5: [ OK ] hip.team_reduce_large (45 ms) 5: [ RUN ] hip.team_parallel_single 5: [ OK ] hip.team_parallel_single (7 ms) 5: [ RUN ] hip.large_team_scratch_size 5: [ OK ] hip.large_team_scratch_size (0 ms) 5: [ RUN ] hip.team_broadcast_long 5: [ OK ] hip.team_broadcast_long (1 ms) 5: [ RUN ] hip.team_broadcast_long_wrapper 5: [ OK ] hip.team_broadcast_long_wrapper (1 ms) 5: [ RUN ] hip.team_broadcast_char 5: [ OK ] hip.team_broadcast_char (1 ms) 5: [ RUN ] hip.team_broadcast_float 5: [ OK ] hip.team_broadcast_float (0 ms) 5: [ RUN ] hip.team_broadcast_double 5: [ OK ] hip.team_broadcast_double (0 ms) 5: [ RUN ] hip.team_broadcast_int_ptr 5: [ OK ] hip.team_broadcast_int_ptr (0 ms) 5: [ RUN ] hip.team_single_thread_int_ptr 5: [ OK ] hip.team_single_thread_int_ptr (0 ms) 5: [ RUN ] hip.team_single_team_int_ptr 5: [ OK ] hip.team_single_team_int_ptr (0 ms) 5: [ RUN ] hip.team_handle_by_value 5: [ OK ] hip.team_handle_by_value (0 ms) 5: [ RUN ] hip.team_vector 5: [ OK ] hip.team_vector (12 ms) 5: [ RUN ] hip.triple_nested_parallelism 5: [ OK ] hip.triple_nested_parallelism (6 ms) 5: [ RUN ] hip.parallel_scan_with_reducers 5: [ OK ] hip.parallel_scan_with_reducers (43 ms) 5: [ RUN ] hip.team_thread_range_combined_reducers 5: [ OK ] hip.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] hip.thread_vector_range_combined_reducers 5: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.team_vector_range_combined_reducers 5: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelFor 5: [ OK ] hip.TeamThreadMDRangeParallelFor (29 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelFor 5: [ OK ] hip.ThreadVectorMDRangeParallelFor (10 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelFor 5: [ OK ] hip.TeamVectorMDRangeParallelFor (11 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelReduce 5: [ OK ] hip.TeamThreadMDRangeParallelReduce (20 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 5: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelReduce 5: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.team_policy_runtime_parameters 5: [ OK ] hip.team_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.team_policy_default_space 5: [ OK ] hip.team_policy_default_space (0 ms) 5: [ RUN ] hip.team_policy_impl_set_space 5: [ OK ] hip.team_policy_impl_set_space (2 ms) 5: [ RUN ] hip.team_reduction_scan [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 5: [ OK ] hip.team_reduction_scan (2606 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (21 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (21 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (22 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (22 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (21 ms) 5: [ RUN ] hip.nested_team_reduce_functor_as_reducer 5: [ OK ] hip.nested_team_reduce_functor_as_reducer (0 ms) 5: [ RUN ] hip.team_scan 5: [ OK ] hip.team_scan (104 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (99 ms) 5: [ RUN ] hip.team_shared_request 5: [ OK ] hip.team_shared_request (0 ms) 5: [ RUN ] hip.team_scratch_request 5: [ OK ] hip.team_scratch_request (1 ms) 5: [ RUN ] hip.team_lambda_shared_request 5: [ OK ] hip.team_lambda_shared_request (3 ms) 5: [ RUN ] hip.scratch_align 5: [ OK ] hip.scratch_align (0 ms) 5: [ RUN ] hip.shmem_size 5: [ OK ] hip.shmem_size (0 ms) 5: [ RUN ] hip.multi_level_scratch 5: [ OK ] hip.multi_level_scratch (15 ms) 5: [ RUN ] hip.team_scratch_memory_index_parallel_for 5: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] hip.team_policy_max_recommended 5: [ OK ] hip.team_policy_max_recommended (20 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (1 ms) 5: [ RUN ] hip.timer 5: [ OK ] hip.timer (20 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (14 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (21 ms) 5: [ RUN ] hip.unique_token_team_acquire 5: [ OK ] hip.unique_token_team_acquire (16 ms) 5: [ RUN ] hip.view_api_a 5: [ OK ] hip.view_api_a (4 ms) 5: [ RUN ] hip.view_layout_left_with_stride 5: [ OK ] hip.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip.view_layout_right_with_stride 5: [ OK ] hip.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip.view_api_b 5: [ OK ] hip.view_api_b (4 ms) 5: [ RUN ] hip.view_api_c 5: [ OK ] hip.view_api_c (3 ms) 5: [ RUN ] hip.view_api_d 5: [ OK ] hip.view_api_d (1 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (0 ms) 5: [ RUN ] hip.view_overload_resolution 5: [ OK ] hip.view_overload_resolution (0 ms) 5: [ RUN ] hip.view_allocation_large_rank 5: [ OK ] hip.view_allocation_large_rank (3 ms) 5: [ RUN ] hip.view_shmem_size_on_device 5: [ OK ] hip.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip.view_is_assignable 5: [ OK ] hip.view_is_assignable (0 ms) 5: [ RUN ] hip.view_bad_alloc 5: [ OK ] hip.view_bad_alloc (0 ms) 5: [ RUN ] hip.view_copy_tests 5: [ OK ] hip.view_copy_tests (4 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (1 ms) 5: [ RUN ] hip.view_copy_degenerated 5: [ OK ] hip.view_copy_degenerated (0 ms) 5: [ RUN ] hip.view_fill_tests_layout_right 5: [ OK ] hip.view_fill_tests_layout_right (61 ms) 5: [ RUN ] hip.view_fill_tests_layout_left 5: [ OK ] hip.view_fill_tests_layout_left (40 ms) 5: [ RUN ] hip.vcp_empty_traits 5: [ OK ] hip.vcp_empty_traits (0 ms) 5: [ RUN ] hip.is_view_label 5: [ OK ] hip.is_view_label (0 ms) 5: [ RUN ] hip.vcp_label_base_traits 5: [ OK ] hip.vcp_label_base_traits (0 ms) 5: [ RUN ] hip.vcp_label_traits 5: [ OK ] hip.vcp_label_traits (0 ms) 5: [ RUN ] hip.view_alloc_can_perfect_forward_label 5: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] hip.vcp_label_copy_constructor 5: [ OK ] hip.vcp_label_copy_constructor (0 ms) 5: [ RUN ] hip.vcp_pointer_add_property 5: [ OK ] hip.vcp_pointer_add_property (0 ms) 5: [ RUN ] hip.view_empty_runtime_unmanaged 5: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] hip.view_hooks 5: [ OK ] hip.view_hooks (0 ms) 5: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (49 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (48 ms) 5: [ RUN ] hip.view_mapping 5: [ OK ] hip.view_mapping (59 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (19 ms) 5: [ RUN ] hip.static_extent 5: [ OK ] hip.static_extent (0 ms) 5: [ RUN ] hip.view_mapping_atomic 5: [ OK ] hip.view_mapping_atomic (0 ms) 5: [ RUN ] hip.view_mapping_class_value 5: [ OK ] hip.view_mapping_class_value (0 ms) 5: [ RUN ] hip.view_mapping_assignable 5: [ OK ] hip.view_mapping_assignable (0 ms) 5: [ RUN ] hip.view_mapping_trivially_copyable 5: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip.view_mapping_subview 5: [ OK ] hip.view_mapping_subview (0 ms) 5: [ RUN ] hip.view_move_use_count_and_label 5: [ OK ] hip.view_move_use_count_and_label (0 ms) 5: [ RUN ] hip.view_moved_from 5: [ OK ] hip.view_moved_from (0 ms) 5: [ RUN ] hip.view_nested_view 5: [ OK ] hip.view_nested_view (0 ms) 5: [ RUN ] hip.view_of_views_default 5: [ OK ] hip.view_of_views_default (0 ms) 5: [ RUN ] hip.view_of_views_without_initializing 5: [ OK ] hip.view_of_views_without_initializing (0 ms) 5: [ RUN ] hip.test_view_of_views_sequential_host_init 5: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] hip.append_formatted_multidimensional_index 5: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] hip.view_resize 5: [ OK ] hip.view_resize (6 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (0 ms) 5: [ RUN ] hip.workgraph_fib 5: [ OK ] hip.workgraph_fib (3138 ms) 5: [ RUN ] hip.resize_realloc_no_init 5: [ OK ] hip.resize_realloc_no_init (0 ms) 5: [ RUN ] hip.resize_realloc_no_alloc 5: [ OK ] hip.resize_realloc_no_alloc (0 ms) 5: [ RUN ] hip.realloc_exec_space 5: [ OK ] hip.realloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc 5: [ OK ] hip.view_alloc (0 ms) 5: [ RUN ] hip.view_alloc_exec_space 5: [ OK ] hip.view_alloc_exec_space (0 ms) 5: [ RUN ] hip.view_alloc_int 5: [ OK ] hip.view_alloc_int (0 ms) 5: [ RUN ] hip.view_alloc_exec_space_int 5: [ OK ] hip.view_alloc_exec_space_int (0 ms) 5: [ RUN ] hip.deep_copy_zero_memset 5: [ OK ] hip.deep_copy_zero_memset (0 ms) 5: [ RUN ] hip.resize_exec_space 5: [ OK ] hip.resize_exec_space (0 ms) 5: [ RUN ] hip.view_allocation_int 5: [ OK ] hip.view_allocation_int (0 ms) 5: [ RUN ] hip.view_allocation_exec_space_int 5: [ OK ] hip.view_allocation_exec_space_int (0 ms) 5: [ RUN ] hip.view_not_default_constructible 5: [ OK ] hip.view_not_default_constructible (0 ms) 5: [ RUN ] hip.scan_unit 5: [ OK ] hip.scan_unit (3 ms) 5: [ RUN ] hip.space_access 5: [ OK ] hip.space_access (0 ms) 5: [ RUN ] hip.impl_view_accessible 5: [ OK ] hip.impl_view_accessible (1 ms) 5: [ RUN ] hip.memory_requirements 5: [ OK ] hip.memory_requirements (0 ms) 5: [ RUN ] hip.team_scratch_1_streams [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o ==> cmake: Executing phase: 'install' ==> cmake: Successfully installed cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7 Stage: 1.23s. Bootstrap: 1m 48.20s. Build: 4m 5.44s. Install: 3.47s. Post-install: 0.82s. Total: 5m 59.38s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7 ==> Installing cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7 [20/20] [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o + return 0 + spack install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos@develop+tests cxxstd=20 + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos@develop+tests cxxstd=20 + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ install != install ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=install + shift + command spack install --only=package --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos@develop+tests cxxstd=20 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o ==> diffutils: Executing phase: 'build' [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o ==> diffutils: Executing phase: 'install' ==> diffutils: Successfully installed diffutils-3.12-lukpyjlv7rn3kypnqaxa6duojbqwtwfq Stage: 1.17s. Autoreconf: 0.00s. Configure: 1m 4.04s. Build: 4.94s. Install: 1.04s. Post-install: 0.05s. Total: 1m 11.58s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/diffutils-3.12-lukpyjlv7rn3kypnqaxa6duojbqwtwfq ==> Installing diffutils-3.12-lukpyjlv7rn3kypnqaxa6duojbqwtwfq [13/24] ==> No binary for libxml2-2.13.5-zakbsxzq4vaguljgphh5m7rdn2hsilwh found: installing from source [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o ==> No binary for kokkos-develop-5ewdyewd4hywcepq2sresdi52f6amuya found: installing from source Initialized empty Git repository in /tmp/tmpe4obce4e/kokkos/.git/ [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o ==> No patches needed for kokkos 5: [ OK ] hip.team_scratch_1_streams (52113 ms) 5: [ RUN ] hip.async_launcher 5: [ OK ] hip.async_launcher (2 ms) 5: [ RUN ] hip.preferred_blocksize_deduction 5: [ OK ] hip.preferred_blocksize_deduction (0 ms) 5: [ RUN ] hip.unified_memory_zero_memset 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:37: Skipped 5: this test should only be run with HIP unified memory enabled 5: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 5: [----------] 356 tests from hip (96653 ms total) 5: 5: [----------] 18 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (0 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (2 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (5 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (0 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:321: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.sized_functor_launch 5: [ OK ] hip_graph.sized_functor_launch (0 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (8 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (10 ms) 5: [ RUN ] hip_graph.aggregate_is_awaitable 5: [ OK ] hip_graph.aggregate_is_awaitable (4 ms) 5: [----------] 18 tests from hip_graph (33 ms total) 5: 5: [----------] 56 tests from hip_managed 5: [ RUN ] hip_managed.view_subview_auto_1d_left 5: [ OK ] hip_managed.view_subview_auto_1d_left (0 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_right 5: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 5: [ RUN ] hip_managed.view_subview_auto_1d_stride 5: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] hip_managed.view_subview_assign_strided 5: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 5: [ RUN ] hip_managed.view_subview_left_0 5: [ OK ] hip_managed.view_subview_left_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_1 5: [ OK ] hip_managed.view_subview_left_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_2 5: [ OK ] hip_managed.view_subview_left_2 (0 ms) 5: [ RUN ] hip_managed.view_subview_left_3 5: [ OK ] hip_managed.view_subview_left_3 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_0 5: [ OK ] hip_managed.view_subview_right_0 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_1 5: [ OK ] hip_managed.view_subview_right_1 (0 ms) 5: [ RUN ] hip_managed.view_subview_right_3 5: [ OK ] hip_managed.view_subview_right_3 (0 ms) 5: [ RUN ] hip_managed.view_static_tests 5: [ OK ] hip_managed.view_static_tests (0 ms) 5: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 5: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (1 ms) 5: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 5: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign 5: [ OK ] hip_managed.view_subview_1d_assign (2 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_atomic 5: [ OK ] hip_managed.view_subview_1d_assign_atomic (2 ms) 5: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 5: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (2 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d 5: [ OK ] hip_managed.view_subview_2d_from_3d (35 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (36 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 5: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (35 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left 5: [ OK ] hip_managed.view_subview_3d_from_5d_left (122 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (122 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (120 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right 5: [ OK ] hip_managed.view_subview_3d_from_5d_right (123 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (123 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (123 ms) 5: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 5: [ OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] hip_managed.view_subview_memory_traits_construction 5: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 5: [ RUN ] hip_managed.impl_shared_alloc 5: [ OK ] hip_managed.impl_shared_alloc (264 ms) 5: [ RUN ] hip_managed.view_api_a 5: [ OK ] hip_managed.view_api_a (6 ms) 5: [ RUN ] hip_managed.view_layout_left_with_stride 5: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_managed.view_layout_right_with_stride 5: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_managed.view_api_b 5: [ OK ] hip_managed.view_api_b (15 ms) 5: [ RUN ] hip_managed.view_api_c 5: [ OK ] hip_managed.view_api_c (0 ms) 5: [ RUN ] hip_managed.view_api_d 5: [ OK ] hip_managed.view_api_d (4 ms) 5: [ RUN ] hip_managed.view_remap 5: [ OK ] hip_managed.view_remap (0 ms) 5: [ RUN ] hip_managed.view_mirror_nonconst 5: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_managed.view_stride_method 5: [ OK ] hip_managed.view_stride_method (0 ms) 5: [ RUN ] hip_managed.anonymous_space 5: [ OK ] hip_managed.anonymous_space (0 ms) 5: [ RUN ] hip_managed.view_overload_resolution 5: [ OK ] hip_managed.view_overload_resolution (0 ms) 5: [ RUN ] hip_managed.view_allocation_large_rank 5: [ OK ] hip_managed.view_allocation_large_rank (518 ms) 5: [ RUN ] hip_managed.view_shmem_size_on_device 5: [ OK ] hip_managed.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_managed.view_is_assignable 5: [ OK ] hip_managed.view_is_assignable (11 ms) 5: [ RUN ] hip_managed.view_copy_tests 5: [ OK ] hip_managed.view_copy_tests (6 ms) 5: [ RUN ] hip_managed.view_copy_tests_rank_0 5: [ OK ] hip_managed.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] hip_managed.view_copy_degenerated 5: [ OK ] hip_managed.view_copy_degenerated (0 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_right 5: [ OK ] hip_managed.view_fill_tests_layout_right (1952 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 5: [ OK ] hip_managed.view_fill_tests_layout_left (799 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (66 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (19 ms) 5: [ RUN ] hip_managed.static_extent 5: [ OK ] hip_managed.static_extent (0 ms) 5: [ RUN ] hip_managed.view_mapping_atomic 5: [ OK ] hip_managed.view_mapping_atomic (0 ms) 5: [ RUN ] hip_managed.view_mapping_class_value 5: [ OK ] hip_managed.view_mapping_class_value (0 ms) 5: [ RUN ] hip_managed.view_mapping_assignable 5: [ OK ] hip_managed.view_mapping_assignable (0 ms) 5: [ RUN ] hip_managed.view_mapping_trivially_copyable 5: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_managed.view_mapping_subview 5: [ OK ] hip_managed.view_mapping_subview (0 ms) 5: [----------] 56 tests from hip_managed (4532 ms total) 5: 5: [----------] 28 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (170 ms) 5: [ RUN ] hip_hostpinned.view_api_a 5: [ OK ] hip_hostpinned.view_api_a (5 ms) 5: [ RUN ] hip_hostpinned.view_layout_left_with_stride 5: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_layout_right_with_stride 5: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_api_b 5: [ OK ] hip_hostpinned.view_api_b (8 ms) 5: [ RUN ] hip_hostpinned.view_api_c 5: [ OK ] hip_hostpinned.view_api_c (0 ms) 5: [ RUN ] hip_hostpinned.view_api_d 5: [ OK ] hip_hostpinned.view_api_d (2 ms) 5: [ RUN ] hip_hostpinned.view_remap 5: [ OK ] hip_hostpinned.view_remap (0 ms) 5: [ RUN ] hip_hostpinned.view_mirror_nonconst 5: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_hostpinned.view_stride_method 5: [ OK ] hip_hostpinned.view_stride_method (0 ms) 5: [ RUN ] hip_hostpinned.anonymous_space 5: [ OK ] hip_hostpinned.anonymous_space (0 ms) 5: [ RUN ] hip_hostpinned.view_overload_resolution 5: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] hip_hostpinned.view_allocation_large_rank ==> kokkos: Executing phase: 'cmake' ==> kokkos: Executing phase: 'build' 5: [ OK ] hip_hostpinned.view_allocation_large_rank (541 ms) 5: [ RUN ] hip_hostpinned.view_shmem_size_on_device 5: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_hostpinned.view_is_assignable 5: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests 5: [ OK ] hip_hostpinned.view_copy_tests (3 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 5: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] hip_hostpinned.view_copy_degenerated 5: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_right [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 5: [ OK ] hip_hostpinned.view_fill_tests_layout_right (2306 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (3104 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (62 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (4 ms) 5: [ RUN ] hip_hostpinned.static_extent 5: [ OK ] hip_hostpinned.static_extent (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_atomic 5: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_class_value 5: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_assignable 5: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 5: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_subview 5: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 5: [----------] 28 tests from hip_hostpinned (6215 ms total) 5: 5: [----------] 2 tests from hip_constant_memory 5: [ RUN ] hip_constant_memory.many_streams_per_device 5: [ OK ] hip_constant_memory.many_streams_per_device (90 ms) 5: [ RUN ] hip_constant_memory.one_stream_per_device 5: [ OK ] hip_constant_memory.one_stream_per_device (69 ms) 5: [----------] 2 tests from hip_constant_memory (160 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 482 tests from 8 test suites ran. (321935 ms total) 5: [ PASSED ] 473 tests. 5: [ SKIPPED ] 9 tests, listed below: 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 5: [ SKIPPED ] hip.unified_memory_zero_memset 5: [ SKIPPED ] hip_graph.repeat_chain 5/62 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 323.41 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test timeout computed to be: 600 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.graph_lock_based_atomic_op 6: [ OK ] hip.graph_lock_based_atomic_op (0 ms) 6: [----------] 1 test from hip (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/62 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.32 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit 7: Test timeout computed to be: 600 7: [==========] Running 1 test from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 1 test from hip 7: [ RUN ] hip.raw_hip_interop ==> Fetching https://mirror.spack.io/_source-cache/archive/74/74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6.tar.xz ==> Fetching https://mirror.spack.io/_source-cache/archive/96/96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7.tar.gz ==> Moving resource stage source: /tmp/root/spack-stage/resource-xmlts-zakbsxzq4vaguljgphh5m7rdn2hsilwh/spack-src/ destination: /tmp/root/spack-stage/spack-stage-libxml2-2.13.5-zakbsxzq4vaguljgphh5m7rdn2hsilwh/spack-src/xmlconf 7: [ OK ] hip.raw_hip_interop (275 ms) 7: [----------] 1 test from hip (275 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (275 ms total) 7: [ PASSED ] 1 test. 7/62 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.32 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test timeout computed to be: 600 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from hip 8: [ RUN ] hip.raw_hip_streams 8: [ OK ] hip.raw_hip_streams (287 ms) 8: [----------] 1 test from hip (287 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (287 ms total) 8: [ PASSED ] 1 test. 8/62 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.34 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test timeout computed to be: 600 9: [==========] Running 3 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 3 tests from hip 9: [ RUN ] hip.graph_promises_on_native_objects 9: [ OK ] hip.graph_promises_on_native_objects (0 ms) 9: [ RUN ] hip.graph_instantiate_and_debug_dot_print 9: [ OK ] hip.graph_instantiate_and_debug_dot_print (0 ms) 9: [ RUN ] hip.graph_construct_from_native 9: 9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 9: does not support page migration between device and host. 9: HIPManagedSpace might not work as expected. 9: Please refer to the ROCm documentation on unified/managed memory. 9: [ OK ] hip.graph_construct_from_native (0 ms) 9: [----------] 3 tests from hip (1 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (1 ms total) 9: [ PASSED ] 3 tests. 9/62 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.32 sec test 10 Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test timeout computed to be: 600 10: [==========] Running 4 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from hip_multi_gpu 10: [ RUN ] hip_multi_gpu.managed_views 10: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:49: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.managed_views (24 ms) 10: [ RUN ] hip_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:49: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views (2 ms) 10: [ RUN ] hip_multi_gpu.scratch_space 10: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:49: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.scratch_space (2 ms) 10: [ RUN ] hip_multi_gpu.stream_sync_semantics_raw_hip 10: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:49: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (1 ms) 10: [----------] 4 tests from hip_multi_gpu (30 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (31 ms total) 10: [ PASSED ] 0 tests. 10: [ SKIPPED ] 4 tests, listed below: 10: [ SKIPPED ] hip_multi_gpu.managed_views 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views 10: [ SKIPPED ] hip_multi_gpu.scratch_space 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip 10/62 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.37 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 600 11: [==========] Running 59 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 19 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSharedSpace.cpp:103: Skipped 11: skipping because specified arch does not support page migration 11: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 11: [ RUN ] defaultdevicetype.shared_host_pinned_space 11: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 11: [ RUN ] defaultdevicetype.compiler_macros 11: [ OK ] defaultdevicetype.compiler_macros (0 ms) 11: [ RUN ] defaultdevicetype.half_conversion 11: [ OK ] defaultdevicetype.half_conversion (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 (6 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (17 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 (8 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (23 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (32 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (11 ms) 11: [----------] 19 tests from defaultdevicetype (131 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (7 ms) 11: [----------] 1 test from kokkosresize (7 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 11: [ RUN ] TestViewAPI/0.sizes 11: [ OK ] TestViewAPI/0.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/0 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/1, where TypeParam = <type> 11: [ RUN ] TestViewAPI/1.sizes 11: [ OK ] TestViewAPI/1.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/1 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/2, where TypeParam = <type> 11: [ RUN ] TestViewAPI/2.sizes 11: [ OK ] TestViewAPI/2.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/2 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/3, where TypeParam = <type> 11: [ RUN ] TestViewAPI/3.sizes 11: [ OK ] TestViewAPI/3.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/3 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/4, where TypeParam = <type> 11: [ RUN ] TestViewAPI/4.sizes 11: [ OK ] TestViewAPI/4.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/4 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/5, where TypeParam = <type> 11: [ RUN ] TestViewAPI/5.sizes 11: [ OK ] TestViewAPI/5.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/5 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/6, where TypeParam = <type> 11: [ RUN ] TestViewAPI/6.sizes 11: [ OK ] TestViewAPI/6.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/6 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/7, where TypeParam = <type> 11: [ RUN ] TestViewAPI/7.sizes 11: [ OK ] TestViewAPI/7.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/7 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/8, where TypeParam = <type> 11: [ RUN ] TestViewAPI/8.sizes 11: [ OK ] TestViewAPI/8.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/8 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/9, where TypeParam = <type> 11: [ RUN ] TestViewAPI/9.sizes 11: [ OK ] TestViewAPI/9.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/9 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/10, where TypeParam = <type> 11: [ RUN ] TestViewAPI/10.sizes 11: [ OK ] TestViewAPI/10.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/10 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/11, where TypeParam = <type> 11: [ RUN ] TestViewAPI/11.sizes 11: [ OK ] TestViewAPI/11.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/11 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/12, where TypeParam = <type> 11: [ RUN ] TestViewAPI/12.sizes 11: [ OK ] TestViewAPI/12.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/12 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/13, where TypeParam = <type> 11: [ RUN ] TestViewAPI/13.sizes 11: [ OK ] TestViewAPI/13.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/13 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/14, where TypeParam = <type> 11: [ RUN ] TestViewAPI/14.sizes 11: [ OK ] TestViewAPI/14.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/14 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/15, where TypeParam = <type> 11: [ RUN ] TestViewAPI/15.sizes 11: [ OK ] TestViewAPI/15.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/15 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/16, where TypeParam = <type> 11: [ RUN ] TestViewAPI/16.sizes 11: [ OK ] TestViewAPI/16.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/16 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/17, where TypeParam = <type> 11: [ RUN ] TestViewAPI/17.sizes 11: [ OK ] TestViewAPI/17.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/17 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/18, where TypeParam = <type> 11: [ RUN ] TestViewAPI/18.sizes 11: [ OK ] TestViewAPI/18.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/18 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/19, where TypeParam = <type> 11: [ RUN ] TestViewAPI/19.sizes 11: [ OK ] TestViewAPI/19.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/19 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/20, where TypeParam = <type> 11: [ RUN ] TestViewAPI/20.sizes 11: [ OK ] TestViewAPI/20.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/20 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/21, where TypeParam = <type> 11: [ RUN ] TestViewAPI/21.sizes 11: [ OK ] TestViewAPI/21.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/21 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/22, where TypeParam = <type> 11: [ RUN ] TestViewAPI/22.sizes 11: [ OK ] TestViewAPI/22.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/22 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/23, where TypeParam = <type> 11: [ RUN ] TestViewAPI/23.sizes 11: [ OK ] TestViewAPI/23.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/23 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/24, where TypeParam = <type> 11: [ RUN ] TestViewAPI/24.sizes 11: [ OK ] TestViewAPI/24.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/24 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/25, where TypeParam = <type> 11: [ RUN ] TestViewAPI/25.sizes 11: [ OK ] TestViewAPI/25.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/25 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/26, where TypeParam = <type> 11: [ RUN ] TestViewAPI/26.sizes 11: [ OK ] TestViewAPI/26.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/26 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/27, where TypeParam = <type> 11: [ RUN ] TestViewAPI/27.sizes 11: [ OK ] TestViewAPI/27.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/27 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/28, where TypeParam = <type> 11: [ RUN ] TestViewAPI/28.sizes 11: [ OK ] TestViewAPI/28.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/28 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/29, where TypeParam = <type> 11: [ RUN ] TestViewAPI/29.sizes 11: [ OK ] TestViewAPI/29.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/29 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/30, where TypeParam = <type> 11: [ RUN ] TestViewAPI/30.sizes 11: [ OK ] TestViewAPI/30.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/30 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/31, where TypeParam = <type> 11: [ RUN ] TestViewAPI/31.sizes 11: [ OK ] TestViewAPI/31.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/31 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/32, where TypeParam = <type> 11: [ RUN ] TestViewAPI/32.sizes 11: [ OK ] TestViewAPI/32.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/32 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/33, where TypeParam = <type> 11: [ RUN ] TestViewAPI/33.sizes 11: [ OK ] TestViewAPI/33.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/33 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/34, where TypeParam = <type> 11: [ RUN ] TestViewAPI/34.sizes 11: [ OK ] TestViewAPI/34.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/34 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/35, where TypeParam = <type> 11: [ RUN ] TestViewAPI/35.sizes 11: [ OK ] TestViewAPI/35.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/35 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/36, where TypeParam = <type> 11: [ RUN ] TestViewAPI/36.sizes 11: [ OK ] TestViewAPI/36.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/36 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/37, where TypeParam = <type> 11: [ RUN ] TestViewAPI/37.sizes 11: [ OK ] TestViewAPI/37.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/37 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/38, where TypeParam = <type> 11: [ RUN ] TestViewAPI/38.sizes 11: [ OK ] TestViewAPI/38.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/38 (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 59 tests from 41 test suites ran. (140 ms total) 11: [ PASSED ] 58 tests. 11: [ SKIPPED ] 1 test, listed below: 11: [ SKIPPED ] defaultdevicetype.shared_space 11/62 Test #11: Kokkos_CoreUnitTest_Default ................................ Passed 0.51 sec test 12 Start 12: Kokkos_CoreUnitTest_InitializeFinalize 12: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 12: Test timeout computed to be: 600 12: [==========] Running 35 tests from 7 test suites. 12: [----------] Global test environment set-up. 12: [----------] 8 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (658 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views ==> Ran patch() for libxml2 ==> libxml2: Executing phase: 'autoreconf' ==> libxml2: Executing phase: 'configure' 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (3558 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o ==> libxml2: Executing phase: 'build' 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (5856 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_for [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_for (2891 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_reduce [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o ==> libxml2: Executing phase: 'install' 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_reduce (8368 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_scan [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_scan (5830 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.execution_space [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.execution_space (5845 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.static_execution_space 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.static_execution_space (326 ms) 12: [----------] 8 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (33335 ms total) 12: 12: [----------] 4 tests from InitializeFinalize_DeathTest 12: [ RUN ] InitializeFinalize_DeathTest.initialize [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G 12: [ OK ] InitializeFinalize_DeathTest.initialize (2864 ms) 12: [ RUN ] InitializeFinalize_DeathTest.finalize [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 12: [ OK ] InitializeFinalize_DeathTest.finalize (1937 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_initialized 12: [ OK ] InitializeFinalize_DeathTest.is_initialized (326 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_finalized 12: [ OK ] InitializeFinalize_DeathTest.is_finalized (322 ms) 12: [----------] 4 tests from InitializeFinalize_DeathTest (5450 ms total) 12: 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 12: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 12: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (15 ms) 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (15 ms total) 12: 12: [----------] 1 test from Legion_DeathTest 12: [ RUN ] Legion_DeathTest.individual_backend_initialization 12: [ OK ] Legion_DeathTest.individual_backend_initialization (320 ms) 12: [----------] 1 test from Legion_DeathTest (320 ms total) 12: 12: [----------] 2 tests from PushFinalizeHook_DeathTest 12: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 12: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (323 ms) 12: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 12: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1268 ms) 12: [----------] 2 tests from PushFinalizeHook_DeathTest (1592 ms total) 12: 12: [----------] 6 tests from ScopeGuard_DeathTest 12: [ RUN ] ScopeGuard_DeathTest.create 12: [ OK ] ScopeGuard_DeathTest.create (322 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_argument 12: [ OK ] ScopeGuard_DeathTest.create_argument (322 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o 12: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1273 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 12: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1268 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 12: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1261 ms) 12: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 12: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1251 ms) 12: [----------] 6 tests from ScopeGuard_DeathTest (5700 ms total) 12: 12: [----------] 13 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [----------] 13 tests from defaultdevicetype (1 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 35 tests from 7 test suites ran. (46414 ms total) 12: [ PASSED ] 35 tests. 12/62 Test #12: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 46.43 sec test 13 Start 13: Kokkos_CoreUnitTest_Develop 13: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Develop 13: Test timeout computed to be: 600 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.development_test 13: [ OK ] defaultdevicetype.development_test (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (0 ms total) 13: [ PASSED ] 1 test. 13/62 Test #13: Kokkos_CoreUnitTest_Develop ................................ Passed 0.32 sec test 14 Start 14: Kokkos_CoreUnitTest_KokkosP 14: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 14: Test timeout computed to be: 600 14: [==========] Running 31 tests from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 31 tests from kokkosp 14: [ RUN ] kokkosp.test_named_instance_fence 14: Ref: 50331649 14: Ref: named_instance 14: 50331649 14: named_instance 14: [ OK ] kokkosp.test_named_instance_fence (0 ms) 14: [ RUN ] kokkosp.test_unnamed_instance_fence 14: Ref: 50331649 14: Ref: Unnamed Instance Fence 14: 50331649 14: Kokkos::HIP::fence(): Unnamed Instance Fence 14: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 14: [ RUN ] kokkosp.test_named_global_fence 14: Ref: 50331648 14: Ref: test global fence 14: 0 14: test global fence 14: Miss on id 14: 50331648 14: test global fence 14: [ OK ] kokkosp.test_named_global_fence (0 ms) 14: [ RUN ] kokkosp.test_unnamed_global_fence 14: Ref: 50331648 14: Ref: Unnamed Global Fence 14: 0 14: Kokkos::fence: Unnamed Global Fence 14: Miss on id 14: 50331648 14: Kokkos::fence: Unnamed Global Fence 14: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 14: [ RUN ] kokkosp.test_multiple_default_instances 14: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 14: [ RUN ] kokkosp.test_id_gen 14: [ OK ] kokkosp.test_id_gen (0 ms) 14: [ RUN ] kokkosp.test_kernel_sequence 14: Ref: 50331649 14: Ref: named_instance 14: 50331649 14: named_instance 14: Ref: 50331649 14: Ref: test_kernel 14: 50331649 14: named_instance 14: Miss on name 14: 0 14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 14: Miss on name 14: Miss on id 14: 50331648 14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 14: Miss on name 14: Miss on id 14: 50331649 14: test_kernel 14: [ OK ] kokkosp.test_kernel_sequence (0 ms) 14: [ RUN ] kokkosp.async_deep_copy 14: [ OK ] kokkosp.async_deep_copy (0 ms) 14: [ RUN ] kokkosp.parallel_for 14: [ OK ] kokkosp.parallel_for (0 ms) 14: [ RUN ] kokkosp.parallel_reduce 14: [ OK ] kokkosp.parallel_reduce (0 ms) 14: [ RUN ] kokkosp.parallel_scan 14: [ OK ] kokkosp.parallel_scan (4 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence 14: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence_view 14: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 14: [ RUN ] kokkosp.regions 14: [ OK ] kokkosp.regions (0 ms) 14: [ RUN ] kokkosp.fences 14: [ OK ] kokkosp.fences (0 ms) 14: [ RUN ] kokkosp.raw_allocation 14: [ OK ] kokkosp.raw_allocation (0 ms) 14: [ RUN ] kokkosp.view 14: [ OK ] kokkosp.view (0 ms) 14: [ RUN ] kokkosp.sections 14: [ OK ] kokkosp.sections (0 ms) 14: [ RUN ] kokkosp.metadata 14: [ OK ] kokkosp.metadata (0 ms) 14: [ RUN ] kokkosp.profile_events 14: [ OK ] kokkosp.profile_events (0 ms) 14: [ RUN ] kokkosp.no_init_kernel 14: [ OK ] kokkosp.no_init_kernel (0 ms) 14: [ RUN ] kokkosp.get_events 14: [ OK ] kokkosp.get_events (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_for 14: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_reduce 14: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_scan 14: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 14: [ RUN ] kokkosp.kernel_name_internal 14: [ OK ] kokkosp.kernel_name_internal (0 ms) 14: [ RUN ] kokkosp.profiling_section 14: [ OK ] kokkosp.profiling_section (0 ms) 14: [ RUN ] kokkosp.scoped_profile_region 14: [ OK ] kokkosp.scoped_profile_region (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init 14: [ OK ] kokkosp.create_mirror_no_init (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 14: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 14: [ RUN ] kokkosp.create_mirror_view_and_copy 14: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 14: [----------] 31 tests from kokkosp (5 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 31 tests from 1 test suite ran. (5 ms total) 14: [ PASSED ] 31 tests. 14/62 Test #14: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.33 sec test 15 Start 15: Kokkos_CoreUnitTest_ToolIndependence 15: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 15: Test timeout computed to be: 600 15/62 Test #15: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoadHelp 16: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 16: Environment variables: 16: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 600 16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 16/62 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.31 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp 17: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 600 17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 17/62 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.32 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoad 18: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 18: Environment variables: 18: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 600 18: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:79f928075837ffb5d302aae188e0ec7b7a79ae94::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:2000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:5.0.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:546d4dd63697c6a331554adb6fe650e09b690812::kokkosp_allocate_data:Host:source:0x130bf40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x130c0c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x130c1c0:Host:source:0x130c040: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:0x10efe00: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:0x130c0c0:40::kokkosp_deallocate_data:Host:source:0x130bf40:40::kokkosp_finalize_library:: 18/62 Test #18: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.32 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLine 19: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 600 19: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:79f928075837ffb5d302aae188e0ec7b7a79ae94::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:2000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:5.0.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:546d4dd63697c6a331554adb6fe650e09b690812::kokkosp_allocate_data:Host:source:0x1520780:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1519580:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1519680:Host:source:0x1520880: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:0x1520e40: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:0x1519580:40::kokkosp_deallocate_data:Host:source:0x1520780:40::kokkosp_finalize_library:: 19/62 Test #19: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.32 sec test 20 Start 20: Kokkos_CoreUnitTest_StackTraceTest 20: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec 20: Test timeout computed to be: 600 20: [==========] Running 3 tests from 2 test suites. 20: [----------] Global test environment set-up. 20: [----------] 2 tests from defaultdevicetype_DeathTest 20: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x4397d2] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43b2bc] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f9fa8a7a1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f9fa8a7a28b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f1: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x4397d2] Test::test_stacktrace(bool, bool) 20: [0x43b2bc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f9fa8a7a1ca] 20: [0x7f9fa8a7a28b] __libc_start_main 20: [0x439695] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43de06] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x583) [0x439d33] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43b2bc] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f9fa8a7a1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f9fa8a7a28b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f3: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x43de06] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x439d33] Test::test_stacktrace(bool, bool) 20: [0x43b2bc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f9fa8a7a1ca] 20: [0x7f9fa8a7a28b] __libc_start_main 20: [0x439695] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1240 ms) 20: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x4397d2] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x43b589] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f723eb3c1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f723eb3c28b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f1: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x4397d2] Test::test_stacktrace(bool, bool) 20: [0x43b589] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f723eb3c1ca] 20: [0x7f723eb3c28b] __libc_start_main 20: [0x439695] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43de06] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x583) [0x439d33] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x43b589] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f723eb3c1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f723eb3c28b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f3: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x43de06] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x439d33] Test::test_stacktrace(bool, bool) 20: [0x43b589] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f723eb3c1ca] 20: [0x7f723eb3c28b] __libc_start_main 20: [0x439695] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1242 ms) 20: [----------] 2 tests from defaultdevicetype_DeathTest (2482 ms total) 20: 20: [----------] 1 test from defaultdevicetype 20: [ RUN ] defaultdevicetype.stacktrace_normal 20: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x4397d2] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f4f0e0d41ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4f0e0d428b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f1: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x4397d2] Test::test_stacktrace(bool, bool) 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f4f0e0d41ca] 20: [0x7f4f0e0d428b] __libc_start_main 20: [0x439695] _start 20: 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f3 20: Top of f1 20: Top of f0 20: Top of f0 20: StackTrace f3(std::cout, 4) returned: 110 20: test_f3: 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a09b0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43dafe] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43de06] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x583) [0x439d33] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x471859] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b3a0] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44c689] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x44cf7e] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x45cc6d] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x472639] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x45c7ed] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b7b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f4f0e0d41ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4f0e0d428b] 20: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x439695] 20: 20: demangled test_f3: 20: [0x4a09b0] Kokkos::Impl::save_stacktrace() 20: [0x43dafe] Test::stacktrace_test_f1(std::ostream&) 20: [0x43de06] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x439d33] Test::test_stacktrace(bool, bool) 20: [0x471859] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x44b3a0] testing::Test::Run() 20: [0x44c689] testing::TestInfo::Run() 20: [0x44cf7e] testing::TestSuite::Run() 20: [0x45cc6d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x472639] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x45c7ed] testing::UnitTest::Run() 20: [0x43b7b0] main 20: [0x7f4f0e0d41ca] 20: [0x7f4f0e0d428b] __libc_start_main 20: [0x439695] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 20: [----------] 1 test from defaultdevicetype (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 3 tests from 2 test suites ran. (2483 ms total) 20: [ PASSED ] 3 tests. 20/62 Test #20: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 2.80 sec test 21 Start 21: Kokkos_IncrementalTest_SERIAL 21: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 21: Test timeout computed to be: 600 21: [==========] Running 28 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 28 tests from SERIAL 21: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 21: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 21: [ RUN ] SERIAL.IncrTest_01_execspace 21: Host Serial Execution Space: 21: KOKKOS_ENABLE_SERIAL: yes 21: 21: Serial Runtime Configuration: 21: Serial 21: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 21: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 21: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicSub 21: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 21: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 21: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 21: [ RUN ] SERIAL.IncrTest_03b_memspace_free 21: [ OK ] SERIAL.IncrTest_03b_memspace_free (77 ms) 21: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 21: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 21: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_05_reduction 21: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange2D 21: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange3D 21: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange4D 21: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 21: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 21: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (79 ms) 21: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 21: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 21: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 21: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 21: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.incr_14_MDrangeReduce 21: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 21: [ RUN ] SERIAL.IncrTest_16_parallelscan 21: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 21: [ RUN ] SERIAL.incr_17_atomicView 21: [ OK ] SERIAL.incr_17_atomicView (0 ms) 21: [----------] 28 tests from SERIAL (160 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (160 ms total) 21: [ PASSED ] 28 tests. 21/62 Test #21: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.48 sec test 22 Start 22: Kokkos_IncrementalTest_HIP 22: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_IncrementalTest_HIP 22: Test timeout computed to be: 600 22: [==========] Running 28 tests from 1 test suite. 22: [----------] Global test environment set-up. 22: [----------] 28 tests from HIP 22: [ RUN ] HIP.IncrTest_01_execspace_typedef 22: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 22: [ RUN ] HIP.IncrTest_01_execspace 22: Device Execution Space: 22: KOKKOS_ENABLE_HIP: yes 22: HIP Options: 22: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 22: 22: Runtime Configuration: 22: XNACK environment variable set: no 22: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 22: macro KOKKOS_ENABLE_HIP : defined 22: macro HIP_VERSION : 70051831 = version 7.0.51831 22: macro KOKKOS_ENABLE_ROCTHRUST : defined 22: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 22: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 22: Total Global Memory: 31.98 GiB 22: Shared Memory per Block: 64 KiB 22: APU or dGPU: dGPU 22: Is Large Bar: 1 22: Supports Managed Memory: 1 22: Architecture capable of accessing system allocated memory: 1 22: System allows accessing system allocated memory on GPU: 0 22: Wavefront Size: 64 22: HIP 22: [ OK ] HIP.IncrTest_01_execspace (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicExchange 22: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicAdd 22: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicSub 22: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 22: [ RUN ] HIP.IncrTest_03a_memspace_malloc 22: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 22: [ RUN ] HIP.IncrTest_03b_memspace_free [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 22: [ OK ] HIP.IncrTest_03b_memspace_free (4215 ms) 22: [ RUN ] HIP.IncrTest_04_simple_parallelFor 22: [ OK ] HIP.IncrTest_04_simple_parallelFor (0 ms) 22: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 22: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 22: [ RUN ] HIP.IncrTest_05_reduction 22: [ OK ] HIP.IncrTest_05_reduction (6 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange2D 22: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange3D 22: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange4D 22: [ OK ] HIP.IncrTest_06_mdrange4D (1 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_2D 22: [ OK ] HIP.IncrTest_08_deep_copy_2D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_3D 22: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_4D 22: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 22: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 22: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms) 22: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 22: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 22: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (112 ms) 22: [ RUN ] HIP.IncrTest_12a_ThreadScratch 22: [ OK ] HIP.IncrTest_12a_ThreadScratch (2 ms) 22: [ RUN ] HIP.IncrTest_12b_TeamScratch 22: [ OK ] HIP.IncrTest_12b_TeamScratch (4 ms) 22: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (0 ms) 22: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms) 22: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms) 22: [ RUN ] HIP.incr_14_MDrangeReduce 22: [ OK ] HIP.incr_14_MDrangeReduce (0 ms) 22: [ RUN ] HIP.IncrTest_16_parallelscan 22: [ OK ] HIP.IncrTest_16_parallelscan (0 ms) 22: [ RUN ] HIP.incr_17_atomicView 22: [ OK ] HIP.incr_17_atomicView (0 ms) 22: [----------] 28 tests from HIP (4348 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 28 tests from 1 test suite ran. (4348 ms total) 22: [ PASSED ] 28 tests. 22/62 Test #22: Kokkos_IncrementalTest_HIP ................................. Passed 4.69 sec test 23 Start 23: Kokkos_CoreUnitTest_CTestDevice 23: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 23: Test timeout computed to be: 600 23: [==========] Running 8 tests from 2 test suites. 23: [----------] Global test environment set-up. 23: [----------] 5 tests from ctest_environment_DeathTest 23: [ RUN ] ctest_environment_DeathTest.invalid_rank 23: [ OK ] ctest_environment_DeathTest.invalid_rank (345 ms) 23: [ RUN ] ctest_environment_DeathTest.no_type_str 23: [ OK ] ctest_environment_DeathTest.no_type_str (366 ms) 23: [ RUN ] ctest_environment_DeathTest.missing_type [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 23: [ OK ] ctest_environment_DeathTest.missing_type (697 ms) 23: [ RUN ] ctest_environment_DeathTest.no_id_str 23: [ OK ] ctest_environment_DeathTest.no_id_str (352 ms) 23: [ RUN ] ctest_environment_DeathTest.invalid_id_str 23: [ OK ] ctest_environment_DeathTest.invalid_id_str (700 ms) 23: [----------] 5 tests from ctest_environment_DeathTest (2462 ms total) 23: 23: [----------] 3 tests from ctest_environment 23: [ RUN ] ctest_environment.no_device_type 23: [ OK ] ctest_environment.no_device_type (0 ms) 23: [ RUN ] ctest_environment.no_process_count 23: [ OK ] ctest_environment.no_process_count (0 ms) 23: [ RUN ] ctest_environment.good 23: [ OK ] ctest_environment.good (0 ms) 23: [----------] 3 tests from ctest_environment (0 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 8 tests from 2 test suites ran. (2462 ms total) 23: [ PASSED ] 8 tests. 23/62 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 2.48 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 24: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 24: Test timeout computed to be: 600 24/62 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 25: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Test timeout computed to be: 600 25: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 25/62 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.02 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 26: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 26: Test timeout computed to be: 600 26/62 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 27: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Environment variables: 27: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 27: Test timeout computed to be: 600 27/62 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 28 Start 28: Kokkos_CoreUnitTest_DeviceAndThreads 28: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/TestDeviceAndThreads.py" "-v" 28: Test timeout computed to be: 600 28: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I 28: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I 28: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o 28: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' 28: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 28: 28: ---------------------------------------------------------------------- 28: Ran 5 tests in 3.780s 28: 28: OK (skipped=1) 28/62 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 3.83 sec test 29 Start 29: Kokkos_PerformanceTest_Benchmark 29: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-12-22_T05-32-04.json" 29: Test timeout computed to be: 600 29: 2025-12-22T05:54:15+00:00 29: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 29: Run on (64 X 2994.26 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x32) 29: L1 Instruction 32 KiB (x32) 29: L2 Unified 512 KiB (x32) 29: L3 Unified 16384 KiB (x16) 29: Load Average: 1.72, 5.96, 9.23 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 2000 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos Version: 5.0.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 29: macro HIP_VERSION: 70051831 = version 7.0.51831 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: mdspan: enabled 29: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 29: platform: 64bit 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1.024k 6.97441u 29: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.43686u 29: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.007 s 0.007 s 5 4.096k 1.72543u 29: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 865.39n 29: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.007 s 0.008 s 5 16.384k 436.249n 29: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.007 s 0.008 s 5 32.768k 221.633n 29: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.008 s 0.011 s 5 65.536k 121.412n 29: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 75.9132n 29: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.031 s 0.046 s 5 262.144k 116.413n 29: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.033 s 0.063 s 5 524.288k 62.2439n 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s Max 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: CustomReduction<double>/N:100000/R:1000/manual_time 0.007 s 0.017 s 98 15.4495k/s 11.5 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapRangePolicy/N:2000/M:10000/R:10 0.489 s 0.487 s 2 0.1059 0.0456944 0.0850981 0.0405794 0.0431313 4.979u 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapMDRangePolicy/N:200/M:10000/R:10 0.045 s 0.045 s 16 8.08861m 4.03269m 8.12269m 4.01044m 4.0853m 3.667u 29: OverlapTeamPolicy/N:20/M:1000000/R:10 0.189 s 0.189 s 4 0.0352189 0.0179382 0.0331791 0.0163849 0.0166718 4.729u 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GemvDefault<Kokkos::LayoutLeft>/M:4000/N:10000/manual_time 4139 us 4121 us 169 29: GemvDefault<Kokkos::LayoutLeft>/M:400000/N:100/manual_time 171 us 170 us 4144 29: GemvDefault<Kokkos::LayoutRight>/M:4000/N:10000/manual_time 3462 us 3441 us 189 29: GemvDefault<Kokkos::LayoutRight>/M:400000/N:100/manual_time 1329 us 1323 us 525 29: Gemv<64, Kokkos::LayoutLeft>/M:4000/N:10000/manual_time 3792 us 3775 us 182 29: Gemv<64, Kokkos::LayoutLeft>/M:400000/N:100/manual_time 171 us 169 us 4120 29: Gemv<64, Kokkos::LayoutRight>/M:4000/N:10000/manual_time 1836 us 1827 us 381 29: Gemv<64, Kokkos::LayoutRight>/M:400000/N:100/manual_time 1229 us 1221 us 574 29: Gemv<256, Kokkos::LayoutLeft>/M:4000/N:10000/manual_time 4197 us 4179 us 167 29: Gemv<256, Kokkos::LayoutLeft>/M:400000/N:100/manual_time 170 us 169 us 4118 [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/test_random.cpp.o [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o 29: Gemv<256, Kokkos::LayoutRight>/M:4000/N:10000/manual_time 3469 us 3454 us 190 29: Gemv<256, Kokkos::LayoutRight>/M:400000/N:100/manual_time 1200 us 1194 us 583 29: Gemv<1024, Kokkos::LayoutLeft>/M:4000/N:10000/manual_time 4301 us 4276 us 164 29: Gemv<1024, Kokkos::LayoutLeft>/M:400000/N:100/manual_time 168 us 167 us 4144 29: Gemv<1024, Kokkos::LayoutRight>/M:4000/N:10000/manual_time 25177 us 25074 us 29 29: Gemv<1024, Kokkos::LayoutRight>/M:400000/N:100/manual_time 1325 us 1319 us 526 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1.024k 29.5869n 29: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 14.4067n 29: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.97095n 29: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 2.81055n 29: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.53241n 29: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 934.662p 29: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 620.056p 29: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 531.929p 29: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 513.279p 29: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 425.451p [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: rate 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Malloc/N:1/manual_time 14.5 us 41.5 us 48377 69.1623k/s [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o 29: Malloc/N:16/manual_time 13.8 us 36.8 us 48419 72.3563k/s [ 91%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o 29: Malloc/N:256/manual_time 13.6 us 35.5 us 51410 73.3362k/s [ 91%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 91%] Built target Kokkos_PerformanceTest_InclusiveScan [ 92%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H 29: Malloc/N:4096/manual_time 13.6 us 35.5 us 51298 73.4932k/s [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 92%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/__/__/core/perf_test/BenchmarkMain.cpp.o 29: Malloc/N:65536/manual_time 13.6 us 35.3 us 51581 73.6961k/s [ 92%] Linking CXX executable Kokkos_query_device [ 92%] Built target Kokkos_query_device [ 92%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o 29: Malloc/N:1048576/manual_time 13.9 us 36.3 us 51497 71.8838k/s [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_Random.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 92%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o [ 92%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 92%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 92%] Linking CXX executable Kokkos_example_relocatable_function [ 92%] Built target Kokkos_example_relocatable_function [ 92%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 92%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 92%] Built target Kokkos_tutorial_01_hello_world [ 92%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 92%] Linking CXX executable Kokkos_PerformanceTest_Random [ 92%] Built target Kokkos_PerformanceTest_Random [ 92%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 92%] Linking CXX executable Kokkos_example_virtual_functions 29: Malloc/N:16777216/manual_time 562 us 116 us 13233 1.78051k/s [ 92%] Built target Kokkos_example_virtual_functions [ 92%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 92%] Linking CXX executable Kokkos_tutorial_02_simple_reduce 29: Malloc/N:268435456/manual_time 9346 us 335 us 74 106.998/s [ 92%] Built target Kokkos_tutorial_02_simple_reduce [ 92%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o 29: Malloc/N:2147483648/manual_time 74395 us 899 us 9 13.4418/s [ 92%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 92%] Built target Kokkos_tutorial_03_simple_view [ 93%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o 29: MallocFree/N:1/manual_time 35.5 us 35.4 us 19128 28.143k/s 29: MallocFree/N:16/manual_time 35.6 us 35.5 us 19650 28.0924k/s 29: MallocFree/N:256/manual_time 37.3 us 37.1 us 19647 26.7914k/s 29: MallocFree/N:4096/manual_time 35.4 us 35.3 us 19747 28.2092k/s [ 94%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 94%] Built target Kokkos_tutorial_05_simple_atomics [ 94%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o 29: MallocFree/N:65536/manual_time 35.4 us 35.3 us 19759 28.22k/s [ 94%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces ==> libxml2: Successfully installed libxml2-2.13.5-zakbsxzq4vaguljgphh5m7rdn2hsilwh Stage: 15.34s. Autoreconf: 0.00s. Configure: 7.39s. Build: 7.97s. Install: 0.58s. Post-install: 0.06s. Total: 31.70s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/libxml2-2.13.5-zakbsxzq4vaguljgphh5m7rdn2hsilwh ==> Installing libxml2-2.13.5-zakbsxzq4vaguljgphh5m7rdn2hsilwh [14/24] ==> No binary for readline-8.3-v2zt36cte6ide72sdel4owyvgdz7nfpf found: installing from source ==> Fetching https://mirror.spack.io/_source-cache/archive/fe/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc.tar.gz ==> Fetching https://mirror.spack.io/_source-cache/archive/21/21f0a03106dbe697337cd25c70eb0edbaa2bdb6d595b45f83285cdd35bac84de ==> Applied patch https://ftpmirror.gnu.org/readline/readline-8.3-patches/readline83-001 ==> readline: Executing phase: 'autoreconf' ==> readline: Executing phase: 'configure' [ 94%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 94%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o 29: MallocFree/N:1048576/manual_time 35.5 us 35.4 us 19724 28.1529k/s [ 94%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 94%] Built target Kokkos_tutorial_advancedviews_01_data_layouts ==> readline: Executing phase: 'build' [ 94%] Building CXX object example/tutorial/Debugging/01_ErrorReporter/CMakeFiles/Kokkos_tutorial_error_reporter.dir/error_reporter.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 94%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 94%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 94%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o 29: MallocFree/N:16777216/manual_time 572 us 116 us 6670 1.74762k/s [ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits 29: MallocFree/N:268435456/manual_time 9432 us 336 us 74 106.026/s [ 95%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o 29: MallocFree/N:2147483648/manual_time 74763 us 780 us 9 13.3756/s ==> readline: Executing phase: 'install' 29: MallocTouch/N:1/manual_time 14.5 us 36.4 us 48008 69.0101k/s [ 95%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 95%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 95%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o ==> readline: Successfully installed readline-8.3-v2zt36cte6ide72sdel4owyvgdz7nfpf Stage: 0.59s. Autoreconf: 0.00s. Configure: 15.04s. Build: 5.17s. Install: 0.46s. Post-install: 0.08s. Total: 21.68s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/readline-8.3-v2zt36cte6ide72sdel4owyvgdz7nfpf ==> Installing readline-8.3-v2zt36cte6ide72sdel4owyvgdz7nfpf [15/24] ==> No binary for nghttp2-1.67.1-t5ridfenebd3cadab6q4zrdcw4ksaaaa found: installing from source 29: MallocTouch/N:16/manual_time 14.8 us 37.2 us 48279 67.3687k/s [ 95%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 95%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/da/da8d640f55036b1f5c9cd950083248ec956256959dc74584e12c43550d6ec0ef.tar.gz ==> No patches needed for nghttp2 ==> nghttp2: Executing phase: 'autoreconf' ==> nghttp2: Executing phase: 'configure' [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 96%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 96%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 96%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o 29: MallocTouch/N:256/manual_time 14.5 us 36.4 us 48276 68.9308k/s 29: MallocTouch/N:4096/manual_time 25.8 us 48.0 us 27085 38.6964k/s 29: MallocTouch/N:65536/manual_time 25.9 us 48.0 us 27030 38.6506k/s 29: MallocTouch/N:1048576/manual_time 26.3 us 48.3 us 26776 38.0448k/s [ 96%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 96%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 96%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Linking CXX executable Kokkos_tutorial_error_reporter [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Built target Kokkos_tutorial_error_reporter [ 96%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 96%] Built target Kokkos_tutorial_01_hello_world_lambda [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 97%] Linking CXX executable Kokkos_launch_bounds_reduce [ 97%] Built target Kokkos_launch_bounds_reduce [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o 29: MallocTouch/N:16777216/manual_time 540 us 138 us 9975 1.85015k/s 29: MallocTouch/N:268435456/manual_time 9328 us 401 us 75 107.2/s [ 98%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 98%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o 29: MallocTouch/N:2147483648/manual_time 74372 us 1268 us 9 13.4459/s [ 98%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda 29: MallocTouchFree/N:1/manual_time 36.4 us 36.3 us 19137 27.4489k/s [ 98%] Built target Kokkos_tutorial_03_simple_view_lambda [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o 29: MallocTouchFree/N:16/manual_time 36.6 us 36.4 us 19183 27.3397k/s 29: MallocTouchFree/N:256/manual_time 36.5 us 36.4 us 19153 27.386k/s ==> nghttp2: Executing phase: 'build' 29: MallocTouchFree/N:4096/manual_time 48.0 us 47.8 us 14561 20.8248k/s 29: MallocTouchFree/N:65536/manual_time 48.0 us 47.8 us 14582 20.8218k/s 29: MallocTouchFree/N:1048576/manual_time 48.3 us 48.1 us 14486 20.7015k/s ==> nghttp2: Executing phase: 'install' [ 98%] Linking CXX executable Kokkos_gups [ 98%] Built target Kokkos_gups [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 98%] Built target Kokkos_launch_latency [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o 29: MallocTouchFree/N:16777216/manual_time 552 us 133 us 5629 1.81029k/s [ 98%] Linking CXX executable Kokkos_view_copy_constructor [ 98%] Built target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o 29: MallocTouchFree/N:268435456/manual_time 9431 us 381 us 74 106.028/s 29: MallocTouchFree/N:2147483648/manual_time 74793 us 1076 us 9 13.3702/s [ 99%] Linking CXX executable Kokkos_atomic ==> nghttp2: Successfully installed nghttp2-1.67.1-t5ridfenebd3cadab6q4zrdcw4ksaaaa Stage: 1.85s. Autoreconf: 0.00s. Configure: 17.96s. Build: 3.72s. Install: 0.48s. Post-install: 0.02s. Total: 24.41s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-t5ridfenebd3cadab6q4zrdcw4ksaaaa ==> Installing nghttp2-1.67.1-t5ridfenebd3cadab6q4zrdcw4ksaaaa [16/24] ==> No binary for bzip2-1.0.8-fk36ry2j7welnm5tp7ggqct64ka4gtfe found: installing from source [ 99%] Built target Kokkos_atomic [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o ==> Fetching https://mirror.spack.io/_source-cache/archive/ab/ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269.tar.gz ==> Ran patch() for bzip2 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: StreamSet/N:10/manual_time 0.773 ms 0.770 ms 887 1.0348k/s 800 [100%] Linking CXX executable Kokkos_stream [100%] Built target Kokkos_stream [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o ==> bzip2: Executing phase: 'install' ==> bzip2: Successfully installed bzip2-1.0.8-fk36ry2j7welnm5tp7ggqct64ka4gtfe Stage: 0.24s. Install: 2.33s. Post-install: 0.02s. Total: 2.70s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/bzip2-1.0.8-fk36ry2j7welnm5tp7ggqct64ka4gtfe 29: StreamSet/N:11/manual_time 1.63 ms 1.62 ms 427 1.05456k/s 1.71487k ==> Installing bzip2-1.0.8-fk36ry2j7welnm5tp7ggqct64ka4gtfe [17/24] ==> No binary for cuda-12.9.0-5kbz5roxwjz5djk6lyq32j7ufglmnvvy found: installing from source 29: StreamSet<Restrict>/N:10/manual_time 0.765 ms 0.762 ms 908 1.04552k/s 800 29: StreamSet<Restrict>/N:11/manual_time 1.65 ms 1.64 ms 427 1.03623k/s 1.71487k [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance 29: StreamCopy/N:10/manual_time 1.55 ms 1.54 ms 449 1.03271k/s 1.6k 29: StreamCopy/N:11/manual_time 3.31 ms 3.30 ms 211 1.03661k/s 3.42974k 29: StreamCopy<Restrict>/N:10/manual_time 1.55 ms 1.54 ms 450 1.03271k/s 1.6k [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather 29: StreamCopy<Restrict>/N:11/manual_time 3.31 ms 3.30 ms 211 1.03691k/s 3.42974k 29: StreamScale/N:10/manual_time 1.55 ms 1.54 ms 450 1.03277k/s 1.6k 29: StreamScale/N:11/manual_time 3.31 ms 3.29 ms 211 1.03703k/s 3.42974k 29: StreamScale<Restrict>/N:10/manual_time 1.55 ms 1.54 ms 450 1.03277k/s 1.6k [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops 29: StreamScale<Restrict>/N:11/manual_time 3.31 ms 3.29 ms 211 1.03702k/s 3.42974k 29: StreamAdd/N:10/manual_time 2.42 ms 2.41 ms 289 991.129/s 2.4k 29: StreamAdd/N:11/manual_time 5.15 ms 5.13 ms 134 998.825/s 5.14461k 29: StreamAdd<Restrict>/N:10/manual_time 2.42 ms 2.41 ms 288 990.959/s 2.4k 29: StreamAdd<Restrict>/N:11/manual_time 5.15 ms 5.13 ms 134 998.58/s 5.14461k 29: StreamTriad/N:10/manual_time 2.42 ms 2.41 ms 288 993.466/s 2.4k 29: StreamTriad/N:11/manual_time 5.15 ms 5.13 ms 134 998.455/s 5.14461k 29: StreamTriad<Restrict>/N:10/manual_time 2.42 ms 2.41 ms 288 991.272/s 2.4k 29: StreamTriad<Restrict>/N:11/manual_time 5.15 ms 5.13 ms 134 0.999606k/s 5.14461k 29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: MDRangeStencil_2D_MDRange_LayoutRight/size:512/tile_size:0/iterations:1/manual_time 0.054 ms 0.056 ms 1 1 4 16 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 tile_2 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: MDRangeStencil_3D_MDRange_LayoutLeft/size:128/tile_size:0/iterations:1/manual_time 0.097 ms 0.098 ms 1 1 16 4 4 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 tile_2 tile_3 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: MDRangeStencil_4D_MDRange_LayoutRight/size:32/tile_size:0/iterations:1/manual_time 0.119 ms 0.121 ms 1 1 1 4 4 16 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.001 s 100 40.768/s 800 [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_UnitTest_SIMD Command exited with the value: 0 MakeCommand:/usr/bin/cmake --build . --config "Release" 0 Compiler errors 0 Compiler warnings SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly Test project /var/jenkins/workspace/Kokkos_nightly/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 1: Test timeout computed to be: 600 1: [==========] Running 26 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 26 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_view_ctor 1: [ OK ] serial.basic_view_view_ctor (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_required_span_size 1: [ OK ] serial.view_required_span_size (16 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_required_span_size 1: [ OK ] serial.view_customization_required_span_size (5 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [ RUN ] serial.view_customization_scratch_memory 1: [ OK ] serial.view_customization_scratch_memory (0 ms) 1: [ RUN ] serial.view_ctor_data_handle 1: [ OK ] serial.view_ctor_data_handle (0 ms) 1: [----------] 26 tests from serial (22 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 26 tests from 1 test suite ran. (22 ms total) 1: [ PASSED ] 26 tests. 1/52 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.04 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial1 2: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 2: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 2: Test timeout computed to be: 600 2: [==========] Running 265 tests from 4 test suites. 2: [----------] Global test environment set-up. 2: [----------] 11 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.abort_from_host 2: [ OK ] serial_DeathTest.abort_from_host (4 ms) 2: [ RUN ] serial_DeathTest.abort_from_device 2: [ OK ] serial_DeathTest.abort_from_device (4 ms) 2: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 2: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms) 2: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 2: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (3 ms) 2: [ RUN ] serial_DeathTest.policy_invalid_bounds 2: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 2: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 2: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 2: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 2: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 2: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 2: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 2: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 2: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 2: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:86: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 2: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:101: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 2: [----------] 11 tests from serial_DeathTest (16 ms total) 2: 2: [----------] 1 test from serial_graph_DeathTest 2: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:173: Skipped 2: Preconditions are not checked. 2: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 2: [----------] 1 test from serial_graph_DeathTest (0 ms total) 2: 2: [----------] 235 tests from serial 2: [ RUN ] serial.array_capacity 2: [ OK ] serial.array_capacity (0 ms) 2: [ RUN ] serial.array_element_access 2: [ OK ] serial.array_element_access (0 ms) 2: [ RUN ] serial.array_operator_equal 2: [ OK ] serial.array_operator_equal (0 ms) 2: [ RUN ] serial.array_zero_capacity 2: [ OK ] serial.array_zero_capacity (0 ms) 2: [ RUN ] serial.array_zero_data_nullptr 2: [ OK ] serial.array_zero_data_nullptr (0 ms) 2: [ RUN ] serial.array_stl_compatibility 2: [ OK ] serial.array_stl_compatibility (0 ms) 2: [ RUN ] serial.array_contiguous_capacity 2: [ OK ] serial.array_contiguous_capacity (0 ms) 2: [ RUN ] serial.array_contiguous_element_access 2: [ OK ] serial.array_contiguous_element_access (0 ms) 2: [ RUN ] serial.array_contiguous_assignment 2: [ OK ] serial.array_contiguous_assignment (0 ms) 2: [ RUN ] serial.array_strided_capacity 2: [ OK ] serial.array_strided_capacity (0 ms) 2: [ RUN ] serial.array_strided_element_access 2: [ OK ] serial.array_strided_element_access (0 ms) 2: [ RUN ] serial.array_strided_assignment 2: [ OK ] serial.array_strided_assignment (0 ms) 2: [ RUN ] serial.atomic_operations_complexdouble 2: [ OK ] serial.atomic_operations_complexdouble (0 ms) 2: [ RUN ] serial.atomic_operations_complexfloat 2: [ OK ] serial.atomic_operations_complexfloat (0 ms) 2: [ RUN ] serial.atomic_operations_double 2: [ OK ] serial.atomic_operations_double (0 ms) 2: [ RUN ] serial.atomic_operations_float 2: [ OK ] serial.atomic_operations_float (0 ms) 2: [ RUN ] serial.atomic_operations_int8 2: [ OK ] serial.atomic_operations_int8 (0 ms) 2: [ RUN ] serial.atomic_operations_int16 2: [ OK ] serial.atomic_operations_int16 (0 ms) 2: [ RUN ] serial.atomic_operations_int 2: [ OK ] serial.atomic_operations_int (0 ms) 2: [ RUN ] serial.atomic_operations_long 2: [ OK ] serial.atomic_operations_long (0 ms) 2: [ RUN ] serial.atomic_operations_longlong 2: [ OK ] serial.atomic_operations_longlong (0 ms) 2: [ RUN ] serial.atomic_shared 2: [ OK ] serial.atomic_shared (0 ms) 2: [ RUN ] serial.atomic_operations_unsigned 2: [ OK ] serial.atomic_operations_unsigned (0 ms) 2: [ RUN ] serial.atomic_operations_unsignedlong 2: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 2: [ RUN ] serial.atomics 2: [ OK ] serial.atomics (2 ms) 2: [ RUN ] serial.atomics_tpetra_max_abs 2: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 2: [ RUN ] serial.atomic_views_integral 2: [ OK ] serial.atomic_views_integral (89 ms) 2: [ RUN ] serial.atomic_views_nonintegral 2: [ OK ] serial.atomic_views_nonintegral (50 ms) 2: [ RUN ] serial.atomic_view_api 2: [ OK ] serial.atomic_view_api (0 ms) 2: [ RUN ] serial.bit_manip_countl_zero 2: [ OK ] serial.bit_manip_countl_zero (0 ms) 2: [ RUN ] serial.bit_manip_countl_one 2: [ OK ] serial.bit_manip_countl_one (0 ms) 2: [ RUN ] serial.bit_manip_countr_zero 2: [ OK ] serial.bit_manip_countr_zero (0 ms) 2: [ RUN ] serial.bit_manip_countr_one 2: [ OK ] serial.bit_manip_countr_one (0 ms) 2: [ RUN ] serial.bit_manip_popcount 2: [ OK ] serial.bit_manip_popcount (0 ms) 2: [ RUN ] serial.bit_manip_has_single_bit 2: [ OK ] serial.bit_manip_has_single_bit (0 ms) 2: [ RUN ] serial.bit_manip_bit_floor 2: [ OK ] serial.bit_manip_bit_floor (0 ms) 2: [ RUN ] serial.bit_manip_bit_ceil 2: [ OK ] serial.bit_manip_bit_ceil (0 ms) 2: [ RUN ] serial.bit_manip_bit_width 2: [ OK ] serial.bit_manip_bit_width (0 ms) 2: [ RUN ] serial.bit_manip_rotl 2: [ OK ] serial.bit_manip_rotl (0 ms) 2: [ RUN ] serial.bit_manip_rotr 2: [ OK ] serial.bit_manip_rotr (0 ms) 2: [ RUN ] serial.bit_manip_byeswap 2: [ OK ] serial.bit_manip_byeswap (0 ms) 2: [ RUN ] serial.bit_manip_bit_cast 2: [ OK ] serial.bit_manip_bit_cast (0 ms) 2: [ RUN ] serial.test_block_deduction_bug_pr_3103 2: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 2: [ RUN ] serial.checked_integer_operations_multiply_overflow 2: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 2: [ RUN ] serial.execution_policy_occupancy_and_hint 2: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 2: [ RUN ] serial.complex_construction 2: [ OK ] serial.complex_construction (0 ms) 2: [ RUN ] serial.complex_basic_math 2: [ OK ] serial.complex_basic_math (0 ms) 2: [ RUN ] serial.complex_special_funtions 2: [ OK ] serial.complex_special_funtions (0 ms) 2: [ RUN ] serial.complex_io 2: [ OK ] serial.complex_io (0 ms) 2: [ RUN ] serial.complex_issue_3865 2: [ OK ] serial.complex_issue_3865 (0 ms) 2: [ RUN ] serial.complex_operations_arithmetic_types_overloads 2: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 2: [ RUN ] serial.complex_structured_bindings 2: [ OK ] serial.complex_structured_bindings (0 ms) 2: [ RUN ] serial.crs_count_fill 2: [ OK ] serial.crs_count_fill (0 ms) 2: [ RUN ] serial.crs_copy_constructor 2: [ OK ] serial.crs_copy_constructor (1 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_0 2: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1 2: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2 2: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3 2: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_4 2: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_5 2: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_6 2: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_7 2: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_8 2: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 2: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 2: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 2: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_0 2: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_1 2: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_2 2: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_3 2: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_4 2: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_5 2: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_6 2: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_7 2: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_8 2: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_alignment 2: [ OK ] serial.deep_copy_alignment (5 ms) 2: [ RUN ] serial.deep_copy_conversion 2: [ OK ] serial.deep_copy_conversion (28 ms) 2: [ RUN ] serial.partitioning_by_args 2: [ OK ] serial.partitioning_by_args (0 ms) 2: [ RUN ] serial.partitioning_by_args_with_structured_bindings 2: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 2: [ RUN ] serial.partitioning_by_vector 2: [ OK ] serial.partitioning_by_vector (0 ms) 2: [ RUN ] serial.exec_space_thread_safety_range 29: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7844/s 800 2: [ OK ] serial.exec_space_thread_safety_range (1342 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange 2: [ OK ] serial.exec_space_thread_safety_mdrange (133 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy 2: [ OK ] serial.exec_space_thread_safety_team_policy (134 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_reduce 2: [ OK ] serial.exec_space_thread_safety_range_reduce (133 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 2: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (134 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 2: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (134 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_scan 2: [ OK ] serial.exec_space_thread_safety_range_scan (133 ms) 2: [ RUN ] serial.execution_space_as_class_data_member 2: [ OK ] serial.execution_space_as_class_data_member (0 ms) 2: [ RUN ] serial.execution_space_moved_from 2: [ OK ] serial.execution_space_moved_from (0 ms) 2: [ RUN ] serial.functor_analysis 2: [ OK ] serial.functor_analysis (0 ms) 2: [ RUN ] serial.when_all_type 2: [ OK ] serial.when_all_type (0 ms) 2: [ RUN ] serial.graph_capture 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:1078: Skipped 2: The graph backend for Serial does not support capture. 2: [ SKIPPED ] serial.graph_capture (0 ms) 2: [ RUN ] serial.graph_then 2: [ OK ] serial.graph_then (0 ms) 2: [ RUN ] serial.then_host 2: [ OK ] serial.then_host (0 ms) 2: [ RUN ] serial.mixed_then_host_device_nodes 2: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 2: [ RUN ] serial.graph_then_tag 2: [ OK ] serial.graph_then_tag (0 ms) 2: [ RUN ] serial.host_shared_ptr_use_count 2: [ OK ] serial.host_shared_ptr_use_count (0 ms) 2: [ RUN ] serial.host_shared_ptr_get 2: [ OK ] serial.host_shared_ptr_get (0 ms) 2: [ RUN ] serial.host_shared_ptr_dereference_on_device 2: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_special_members_on_device 2: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_tracking 2: [ OK ] serial.host_shared_ptr_tracking (0 ms) 2: [ RUN ] serial.join_backward_compatibility 2: [ OK ] serial.join_backward_compatibility (0 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 29: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.7878/s 800 29: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7872/s 800 29: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8221/s 800 2: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (3087 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 29: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7853/s 800 29: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.7828/s 800 29: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7858/s 800 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2275 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 29: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.7804/s 800 2: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1453 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 29: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7878/s 800 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1363 ms) 2: [ RUN ] serial.deep_copy_scratch 2: [ OK ] serial.deep_copy_scratch (0 ms) 2: [ RUN ] serial.mathematical_constants_e 2: [ OK ] serial.mathematical_constants_e (0 ms) 2: [ RUN ] serial.mathematical_constants_log2e 2: [ OK ] serial.mathematical_constants_log2e (0 ms) 2: [ RUN ] serial.mathematical_constants_log10e 2: [ OK ] serial.mathematical_constants_log10e (0 ms) 2: [ RUN ] serial.mathematical_constants_pi 2: [ OK ] serial.mathematical_constants_pi (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_pi 2: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_sqrtpi 2: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 2: [ RUN ] serial.mathematical_constants_ln2 2: [ OK ] serial.mathematical_constants_ln2 (0 ms) 2: [ RUN ] serial.mathematical_constants_ln10 2: [ OK ] serial.mathematical_constants_ln10 (0 ms) 2: [ RUN ] serial.mathematical_constants_sqrt2 2: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 2: [ RUN ] serial.mathematical_constants_sqrt3 2: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_sqrt3 2: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 2: [ RUN ] serial.mathematical_constants_egamma 2: [ OK ] serial.mathematical_constants_egamma (0 ms) 2: [ RUN ] serial.mathematical_constants_phi 2: [ OK ] serial.mathematical_constants_phi (0 ms) 2: [ RUN ] serial.mathematical_functions_trigonometric_functions 2: [ OK ] serial.mathematical_functions_trigonometric_functions (2 ms) 2: [ RUN ] serial.mathematical_functions_hyperbolic_functions 2: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_non_standard 2: [ OK ] serial.mathematical_functions_non_standard (0 ms) 2: [ RUN ] serial.mathematical_functions_power_functions 2: [ OK ] serial.mathematical_functions_power_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_fma 2: [ OK ] serial.mathematical_functions_fma (0 ms) 2: [ RUN ] serial.mathematical_functions_remquo 2: [ OK ] serial.mathematical_functions_remquo (0 ms) 2: [ RUN ] serial.mathematical_functions_fmax_fmin 2: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 2: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 2: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 2: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 2: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 2: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_absolute_value 2: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 2: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 2: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 2: [ RUN ] serial.mathematical_functions_remainder_function 2: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 2: [ RUN ] serial.mathematical_functions_isfinite 2: [ OK ] serial.mathematical_functions_isfinite (0 ms) 2: [ RUN ] serial.mathematical_functions_isinf 2: [ OK ] serial.mathematical_functions_isinf (0 ms) 2: [ RUN ] serial.mathematical_functions_isnan 2: [ OK ] serial.mathematical_functions_isnan (0 ms) 2: [ RUN ] serial.mathematical_functions_impl_half_fallback 2: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 2: [ RUN ] serial.mathematical_functions_nextafter_fp16 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestMathematicalFunctions.hpp:2200: Skipped 2: no 16-bit floating-point precision support 2: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 2: [ RUN ] serial.mathematical_functions_exponential_functions 2: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 2: [ RUN ] serial.mathspecialfunc_expint1 2: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_errorfunc 2: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj0y0 2: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj1y1 2: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli0k0 2: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli1k1 2: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 2: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 2: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 2: [ RUN ] serial.mdrange_5d 2: [ OK ] serial.mdrange_5d (35 ms) 2: [ RUN ] serial.mdrange_6d 2: [ OK ] serial.mdrange_6d (147 ms) 2: [ RUN ] serial.mdrange_2d 2: [ OK ] serial.mdrange_2d (0 ms) 2: [ RUN ] serial.mdrange_array_reduce 2: [ OK ] serial.mdrange_array_reduce (0 ms) 2: [ RUN ] serial.mdrange_3d 2: [ OK ] serial.mdrange_3d (6 ms) 2: [ RUN ] serial.mdrange_neg_idx 2: [ OK ] serial.mdrange_neg_idx (129 ms) 2: [ RUN ] serial.mdrange_4d 2: [ OK ] serial.mdrange_4d (10 ms) 2: [ RUN ] serial.mdrange_scalar 2: [ OK ] serial.mdrange_scalar (0 ms) 2: [ RUN ] serial.mdrange_large_deep_copy 29: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.7879/s 800 29: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7856/s 800 29: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.785/s 800 2: [ OK ] serial.mdrange_large_deep_copy (2180 ms) 2: [ RUN ] serial.md_range_policy_construction_from_arrays 2: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 2: [ RUN ] serial.policy_get_tile_size 2: [ OK ] serial.policy_get_tile_size (0 ms) 2: [ RUN ] serial.md_range_policy_default_space 2: [ OK ] serial.md_range_policy_default_space (0 ms) 2: [ RUN ] serial.md_range_policy_impl_set_space 2: [ OK ] serial.md_range_policy_impl_set_space (0 ms) 2: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 29: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.7866/s 800 29: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.7862/s 800 2: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2093 ms) 2: [ RUN ] serial.mdspan_minimal_functional 2: [ OK ] serial.mdspan_minimal_functional (0 ms) 2: [ RUN ] serial.mdspan_atomic_accessor 2: [ OK ] serial.mdspan_atomic_accessor (0 ms) 2: [ RUN ] serial.view_mdspan_conversion 2: [ OK ] serial.view_mdspan_conversion (0 ms) 2: [ RUN ] serial.view_mdspan_conversion_with_stride 2: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 2: [ RUN ] serial.max 2: [ OK ] serial.max (0 ms) 2: [ RUN ] serial.max_within_parfor 2: [ OK ] serial.max_within_parfor (0 ms) 2: [ RUN ] serial.min 2: [ OK ] serial.min (0 ms) 2: [ RUN ] serial.min_within_parfor 2: [ OK ] serial.min_within_parfor (0 ms) 2: [ RUN ] serial.minmax 2: [ OK ] serial.minmax (0 ms) 2: [ RUN ] serial.minmax_within_parfor 2: [ OK ] serial.minmax_within_parfor (0 ms) 2: [ RUN ] serial.clamp 2: [ OK ] serial.clamp (0 ms) 2: [ RUN ] serial.clamp_within_parfor 2: [ OK ] serial.clamp_within_parfor (0 ms) 2: [ RUN ] serial.numeric_traits_infinity 2: [ OK ] serial.numeric_traits_infinity (0 ms) 2: [ RUN ] serial.numeric_traits_epsilon 2: [ OK ] serial.numeric_traits_epsilon (0 ms) 2: [ RUN ] serial.numeric_traits_round_error 2: [ OK ] serial.numeric_traits_round_error (0 ms) 2: [ RUN ] serial.numeric_traits_norm_min 2: [ OK ] serial.numeric_traits_norm_min (0 ms) 2: [ RUN ] serial.numeric_traits_denorm_min 2: [ OK ] serial.numeric_traits_denorm_min (0 ms) 2: [ RUN ] serial.numeric_traits_finite_min_max 2: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 2: [ RUN ] serial.numeric_traits_digits 2: [ OK ] serial.numeric_traits_digits (0 ms) 2: [ RUN ] serial.numeric_traits_digits10 2: [ OK ] serial.numeric_traits_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_max_digits10 2: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_radix 2: [ OK ] serial.numeric_traits_radix (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent 2: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent10 2: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 2: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 2: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 2: [ RUN ] serial.numeric_traits_sfinae_friendly 2: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 2: [ RUN ] serial.occupancy_control 2: [ OK ] serial.occupancy_control (0 ms) 2: [ RUN ] serial.memory_pool 2: [ OK ] serial.memory_pool (15 ms) 2: [ RUN ] serial.cxx11 2: [ OK ] serial.cxx11 (0 ms) 2: [ RUN ] serial.parallel_scan_range_policy 2: [ OK ] serial.parallel_scan_range_policy (3 ms) 2: [ RUN ] serial.kokkos_printf 2: [ OK ] serial.kokkos_printf (0 ms) 2: [ RUN ] serial.range_for 2: [ OK ] serial.range_for (0 ms) 2: [ RUN ] serial.range_reduce 2: [ OK ] serial.range_reduce (0 ms) 2: [ RUN ] serial.range_dynamic_policy 2: [ OK ] serial.range_dynamic_policy (7 ms) 2: [ RUN ] serial.large_parallel_for_reduce 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestRange.hpp:410: Skipped 2: Disabling for host backends 2: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 2: [ RUN ] serial.check_batch_size 2: [ OK ] serial.check_batch_size (0 ms) 2: [ RUN ] serial.range_static_batch_size 2: [ OK ] serial.range_static_batch_size (0 ms) 2: [ RUN ] serial.range_policy_runtime_parameters 2: [ OK ] serial.range_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.range_policy_one_way_convertible_bounds 2: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 2: [ RUN ] serial.range_policy_default_space 2: [ OK ] serial.range_policy_default_space (0 ms) 2: [ RUN ] serial.range_policy_impl_set_space 2: [ OK ] serial.range_policy_impl_set_space (0 ms) 2: [ RUN ] serial.range_for_require 2: [ OK ] serial.range_for_require (0 ms) 2: [ RUN ] serial.range_reduce_require 2: [ OK ] serial.range_reduce_require (0 ms) 2: [ RUN ] serial.range_dynamic_policy_require 2: [ OK ] serial.range_dynamic_policy_require (7 ms) 2: [ RUN ] serial.reducers_int 2: [ OK ] serial.reducers_int (1 ms) 2: [ RUN ] serial.reducers_unsigned_int 2: [ OK ] serial.reducers_unsigned_int (1 ms) 2: [ RUN ] serial.reducers_size_t 2: [ OK ] serial.reducers_size_t (1 ms) 2: [ RUN ] serial.reducers_double 2: [ OK ] serial.reducers_double (1 ms) 2: [ RUN ] serial.reducers_complex_double 2: [ OK ] serial.reducers_complex_double (0 ms) 2: [ RUN ] serial.reducers_struct 2: [ OK ] serial.reducers_struct (0 ms) 2: [ RUN ] serial.reducers_half_t 2: [ OK ] serial.reducers_half_t (0 ms) 2: [ RUN ] serial.reducers_bhalf_t 2: [ OK ] serial.reducers_bhalf_t (0 ms) 2: [ RUN ] serial.reducers_int8_t 2: [ OK ] serial.reducers_int8_t (0 ms) 2: [ RUN ] serial.reducers_int16_t 2: [ OK ] serial.reducers_int16_t (0 ms) 2: [ RUN ] serial.reducers_point_t 2: [ OK ] serial.reducers_point_t (0 ms) 2: [ RUN ] serial.reducers_bool 2: [ OK ] serial.reducers_bool (0 ms) 2: [ RUN ] serial.int64_t_reduce 2: [ OK ] serial.int64_t_reduce (204 ms) 2: [ RUN ] serial.double_reduce 2: [ OK ] serial.double_reduce (248 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic 29: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.788/s 800 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.047 s 0.046 s 13 34.2758/s 1.6k 2: [ OK ] serial.int64_t_reduce_dynamic (957 ms) 2: [ RUN ] serial.double_reduce_dynamic 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.047 s 0.047 s 13 34.1806/s 1.6k 2: [ OK ] serial.double_reduce_dynamic (872 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic_view 2: [ OK ] serial.int64_t_reduce_dynamic_view (267 ms) 2: [ RUN ] serial.int_combined_reduce 2: [ OK ] serial.int_combined_reduce (0 ms) 2: [ RUN ] serial.mdrange_combined_reduce 2: [ OK ] serial.mdrange_combined_reduce (0 ms) 2: [ RUN ] serial.int_combined_reduce_mixed 2: [ OK ] serial.int_combined_reduce_mixed (0 ms) 2: [ RUN ] serial.reduction_with_large_iteration_count 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestReduce.hpp:654: Skipped 2: Disabling for host backends 2: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 2: [ RUN ] serial.reduction_identity_min_max_floating_point_types 2: [ OK ] serial.reduction_identity_min_max_floating_point_types (0 ms) 2: [ RUN ] serial.reduction_identity_bitwise_and_or_integral_types 2: [ OK ] serial.reduction_identity_bitwise_and_or_integral_types (0 ms) 2: [ RUN ] serial.reduction_deduction 2: [ OK ] serial.reduction_deduction (0 ms) 2: [ RUN ] serial.reduce_device_view_range_policy 2: [ OK ] serial.reduce_device_view_range_policy (6 ms) 2: [ RUN ] serial.reduce_device_view_mdrange_policy 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 923.991/s 1.6k 29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 402 933.797/s 1.6k 2: [ OK ] serial.reduce_device_view_mdrange_policy (1910 ms) 2: [ RUN ] serial.reduce_device_view_team_policy 29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 932.895/s 1.6k 29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.003 s 0.003 s 254 296.918/s 800 2: [ OK ] serial.reduce_device_view_team_policy (1690 ms) 2: [ RUN ] serial.impl_shared_alloc 2: [ OK ] serial.impl_shared_alloc (3 ms) 2: [ RUN ] serial.mdspan_space_aware_accessor 2: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 2: [ RUN ] serial.kokkos_swap 2: [ OK ] serial.kokkos_swap (0 ms) 2: [----------] 235 tests from serial (21327 ms total) 2: 2: [----------] 18 tests from serial_graph 2: [ RUN ] serial_graph.submit_once 2: [ OK ] serial_graph.submit_once (0 ms) 2: [ RUN ] serial_graph.submit_once_rvalue 2: [ OK ] serial_graph.submit_once_rvalue (0 ms) 2: [ RUN ] serial_graph.instantiate_and_submit_once 2: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 2: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 2: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 2: [ RUN ] serial_graph.create_graph_no_closure_with_exec 2: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 2: [ RUN ] serial_graph.create_graph_no_arg 2: [ OK ] serial_graph.create_graph_no_arg (0 ms) 2: [ RUN ] serial_graph.submit_six 2: [ OK ] serial_graph.submit_six (0 ms) 2: [ RUN ] serial_graph.when_all_cycle 2: [ OK ] serial_graph.when_all_cycle (0 ms) 2: [ RUN ] serial_graph.repeat_chain 2: [ OK ] serial_graph.repeat_chain (0 ms) 2: [ RUN ] serial_graph.zero_work_reduce 2: [ OK ] serial_graph.zero_work_reduce (0 ms) 2: [ RUN ] serial_graph.empty_graph 2: [ OK ] serial_graph.empty_graph (0 ms) 2: [ RUN ] serial_graph.force_global_launch 2: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestGraph.hpp:427: Skipped 2: This execution space does not support global launch. 2: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 2: [ RUN ] serial_graph.sized_functor_launch 2: [ OK ] serial_graph.sized_functor_launch (0 ms) 2: [ RUN ] serial_graph.empty_graph_default_host_exec 2: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 2: [ RUN ] serial_graph.node_lifetime 2: [ OK ] serial_graph.node_lifetime (0 ms) 2: [ RUN ] serial_graph.diamond 2: [ OK ] serial_graph.diamond (0 ms) 2: [ RUN ] serial_graph.end_of_submit_control_flow 2: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 2: [ RUN ] serial_graph.aggregate_is_awaitable 2: [ OK ] serial_graph.aggregate_is_awaitable (0 ms) 2: [----------] 18 tests from serial_graph (0 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 265 tests from 4 test suites ran. (21344 ms total) 2: [ PASSED ] 257 tests. 2: [ SKIPPED ] 8 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 2: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 2: [ SKIPPED ] serial.graph_capture 2: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 2: [ SKIPPED ] serial.large_parallel_for_reduce 2: [ SKIPPED ] serial.reduction_with_large_iteration_count 2: [ SKIPPED ] serial_graph.force_global_launch 2/52 Test #2: Kokkos_CoreUnitTest_Serial1 ................................ Passed 21.35 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial2 3: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 3: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 3: Test timeout computed to be: 600 3: [==========] Running 152 tests from 2 test suites. 3: [----------] Global test environment set-up. 3: [----------] 10 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:95: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:124: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:153: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewCtorDimMatch.hpp:185: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (43 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (35 ms) 3: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewMemoryAccessViolation.hpp:151: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 3: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestViewMemoryAccessViolation.hpp:165: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [ RUN ] serial_DeathTest.view_subview_wrong_extents 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSubView_a.hpp:68: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 3: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 3: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (8 ms) 3: [----------] 10 tests from serial_DeathTest (87 ms total) 3: 3: [----------] 142 tests from serial 3: [ RUN ] serial.team_for 3: [ OK ] serial.team_for (0 ms) 3: [ RUN ] serial.team_reduce 3: [ OK ] serial.team_reduce (0 ms) 3: [ RUN ] serial.team_reduce_large 29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.079 s 0.078 s 9 10.1584/s 800 3: [ OK ] serial.team_reduce_large (1356 ms) 3: [ RUN ] serial.team_parallel_single 3: [ OK ] serial.team_parallel_single (6 ms) 3: [ RUN ] serial.large_team_scratch_size 3: [ OK ] serial.large_team_scratch_size (0 ms) 3: [ RUN ] serial.team_broadcast_long 3: [ OK ] serial.team_broadcast_long (0 ms) 3: [ RUN ] serial.team_broadcast_long_wrapper 3: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 3: [ RUN ] serial.team_broadcast_char 3: [ OK ] serial.team_broadcast_char (0 ms) 3: [ RUN ] serial.team_broadcast_float 3: [ OK ] serial.team_broadcast_float (0 ms) 3: [ RUN ] serial.team_broadcast_double 3: [ OK ] serial.team_broadcast_double (0 ms) 3: [ RUN ] serial.team_broadcast_int_ptr 3: [ OK ] serial.team_broadcast_int_ptr (0 ms) 3: [ RUN ] serial.team_single_thread_int_ptr 3: [ OK ] serial.team_single_thread_int_ptr (0 ms) 3: [ RUN ] serial.team_single_team_int_ptr 3: [ OK ] serial.team_single_team_int_ptr (0 ms) 3: [ RUN ] serial.team_handle_by_value 3: [ OK ] serial.team_handle_by_value (0 ms) 3: [ RUN ] serial.team_vector 3: [ OK ] serial.team_vector (3 ms) 3: [ RUN ] serial.triple_nested_parallelism 29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 404 932.861/s 1.6k 3: [ OK ] serial.triple_nested_parallelism (557 ms) 3: [ RUN ] serial.parallel_scan_with_reducers 3: [ OK ] serial.parallel_scan_with_reducers (64 ms) 3: [ RUN ] serial.team_thread_range_combined_reducers 3: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 3: [ RUN ] serial.thread_vector_range_combined_reducers 3: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] serial.team_vector_range_combined_reducers 3: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] serial.TeamThreadMDRangeParallelFor 3: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 3: [ RUN ] serial.ThreadVectorMDRangeParallelFor 3: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 3: [ RUN ] serial.TeamVectorMDRangeParallelFor 3: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 3: [ RUN ] serial.TeamThreadMDRangeParallelReduce 3: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 3: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 3: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] serial.TeamVectorMDRangeParallelReduce 3: [ OK ] serial.TeamVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] serial.team_policy_runtime_parameters 3: [ OK ] serial.team_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.team_policy_default_space 3: [ OK ] serial.team_policy_default_space (0 ms) 3: [ RUN ] serial.team_policy_impl_set_space 3: [ OK ] serial.team_policy_impl_set_space (0 ms) 3: [ RUN ] serial.team_reduction_scan 3: [ OK ] serial.team_reduction_scan (21 ms) 3: [ RUN ] serial.team_long_reduce 3: [ OK ] serial.team_long_reduce (118 ms) 3: [ RUN ] serial.team_double_reduce 3: [ OK ] serial.team_double_reduce (85 ms) 3: [ RUN ] serial.team_long_array_reduce 3: [ OK ] serial.team_long_array_reduce (101 ms) 3: [ RUN ] serial.team_double_array_reduce 3: [ OK ] serial.team_double_array_reduce (85 ms) 3: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] serial.repeated_team_reduce 29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.929/s 1.6k 29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.986/s 1.6k 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.923/s 1.6k 29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 222 506.372/s 1.6k 29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 226 517.431/s 1.6k 29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 932.89/s 1.6k 3: [ OK ] serial.repeated_team_reduce (5317 ms) 3: [ RUN ] serial.nested_team_reduce_functor_as_reducer 3: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 3: [ RUN ] serial.team_scan 3: [ OK ] serial.team_scan (160 ms) 3: [ RUN ] serial.team_scan_ret_val 3: [ OK ] serial.team_scan_ret_val (141 ms) 3: [ RUN ] serial.team_shared_request 3: [ OK ] serial.team_shared_request (88 ms) 3: [ RUN ] serial.team_scratch_request 3: [ OK ] serial.team_scratch_request (4 ms) 3: [ RUN ] serial.team_lambda_shared_request 3: [ OK ] serial.team_lambda_shared_request (78 ms) 3: [ RUN ] serial.scratch_align 3: [ OK ] serial.scratch_align (0 ms) 3: [ RUN ] serial.shmem_size 3: [ OK ] serial.shmem_size (0 ms) 3: [ RUN ] serial.multi_level_scratch 3: [ OK ] serial.multi_level_scratch (5 ms) 3: [ RUN ] serial.team_scratch_memory_index_parallel_for 3: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] serial.team_policy_max_recommended 3: [ OK ] serial.team_policy_max_recommended (1 ms) 3: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 3: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 3: [ RUN ] serial.team_teamvector_range 3: [ OK ] serial.team_teamvector_range (1 ms) 3: [ RUN ] serial.timer 3: [ OK ] serial.timer (20 ms) 3: [ RUN ] serial.unique_token_global 3: [ OK ] serial.unique_token_global (0 ms) 3: [ RUN ] serial.unique_token_instance 3: [ OK ] serial.unique_token_instance (0 ms) 3: [ RUN ] serial.unique_token_team_acquire 3: [ OK ] serial.unique_token_team_acquire (0 ms) 3: [ RUN ] serial.view_api_a 3: [ OK ] serial.view_api_a (7 ms) 3: [ RUN ] serial.view_layout_left_with_stride 3: [ OK ] serial.view_layout_left_with_stride (0 ms) 3: [ RUN ] serial.view_layout_right_with_stride 3: [ OK ] serial.view_layout_right_with_stride (0 ms) 3: [ RUN ] serial.view_api_b 3: [ OK ] serial.view_api_b (0 ms) 3: [ RUN ] serial.view_api_c 3: [ OK ] serial.view_api_c (1 ms) 3: [ RUN ] serial.view_api_d 3: [ OK ] serial.view_api_d (0 ms) 3: [ RUN ] serial.view_remap 3: [ OK ] serial.view_remap (0 ms) 3: [ RUN ] serial.view_mirror_nonconst 3: [ OK ] serial.view_mirror_nonconst (0 ms) 3: [ RUN ] serial.view_stride_method 3: [ OK ] serial.view_stride_method (0 ms) 3: [ RUN ] serial.anonymous_space 3: [ OK ] serial.anonymous_space (0 ms) 3: [ RUN ] serial.view_overload_resolution 3: [ OK ] serial.view_overload_resolution (0 ms) 3: [ RUN ] serial.view_allocation_large_rank 29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 325 742.97/s 1.6k 3: [ OK ] serial.view_allocation_large_rank (1140 ms) 3: [ RUN ] serial.view_shmem_size_on_device 3: [ OK ] serial.view_shmem_size_on_device (0 ms) 3: [ RUN ] serial.view_is_assignable 3: [ OK ] serial.view_is_assignable (0 ms) 3: [ RUN ] serial.view_bad_alloc 3: [ OK ] serial.view_bad_alloc (0 ms) 3: [ RUN ] serial.view_copy_tests 3: [ OK ] serial.view_copy_tests (4 ms) 3: [ RUN ] serial.view_copy_tests_rank_0 3: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] serial.view_copy_degenerated 3: [ OK ] serial.view_copy_degenerated (0 ms) 3: [ RUN ] serial.view_fill_tests_layout_right 29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 277 641.144/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 932.658/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 933.034/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.838/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.674/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 49 111.961/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 49 112.242/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 220 504.176/s 1.6k 3: [ OK ] serial.view_fill_tests_layout_right (6087 ms) 3: [ RUN ] serial.view_fill_tests_layout_left 29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.007 s 0.007 s 101 231.534/s 1.6k 29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 932.787/s 1.6k 29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.947/s 1.6k 29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.016 s 0.016 s 44 100.628/s 1.6k 29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 84.1074/s 1.6k 29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 933.048/s 1.6k 29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.921/s 1.6k 3: [ OK ] serial.view_fill_tests_layout_left (6771 ms) 3: [ RUN ] serial.vcp_empty_traits 3: [ OK ] serial.vcp_empty_traits (0 ms) 3: [ RUN ] serial.is_view_label 3: [ OK ] serial.is_view_label (0 ms) 3: [ RUN ] serial.vcp_label_base_traits 3: [ OK ] serial.vcp_label_base_traits (0 ms) 3: [ RUN ] serial.vcp_label_traits 3: [ OK ] serial.vcp_label_traits (0 ms) 3: [ RUN ] serial.view_alloc_can_perfect_forward_label 3: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] serial.vcp_label_copy_constructor 3: [ OK ] serial.vcp_label_copy_constructor (0 ms) 3: [ RUN ] serial.vcp_pointer_add_property 3: [ OK ] serial.vcp_pointer_add_property (0 ms) 3: [ RUN ] serial.view_empty_runtime_unmanaged 3: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] serial.view_hooks 3: [ OK ] serial.view_hooks (0 ms) 3: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (48 ms) 3: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (47 ms) 3: [ RUN ] serial.view_mapping 3: [ OK ] serial.view_mapping (64 ms) 3: [ RUN ] serial.view_mapping_operator 3: [ OK ] serial.view_mapping_operator (5 ms) 3: [ RUN ] serial.static_extent 3: [ OK ] serial.static_extent (0 ms) 3: [ RUN ] serial.view_mapping_atomic 3: [ OK ] serial.view_mapping_atomic (0 ms) 3: [ RUN ] serial.view_mapping_class_value 3: [ OK ] serial.view_mapping_class_value (0 ms) 3: [ RUN ] serial.view_mapping_assignable 3: [ OK ] serial.view_mapping_assignable (0 ms) 3: [ RUN ] serial.view_mapping_trivially_copyable 3: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] serial.view_mapping_subview 3: [ OK ] serial.view_mapping_subview (0 ms) 3: [ RUN ] serial.view_move_use_count_and_label 3: [ OK ] serial.view_move_use_count_and_label (0 ms) 3: [ RUN ] serial.view_moved_from 3: [ OK ] serial.view_moved_from (0 ms) 3: [ RUN ] serial.view_nested_view 3: [ OK ] serial.view_nested_view (0 ms) 3: [ RUN ] serial.view_of_views_default 3: [ OK ] serial.view_of_views_default (0 ms) 3: [ RUN ] serial.view_of_views_without_initializing 3: [ OK ] serial.view_of_views_without_initializing (0 ms) 3: [ RUN ] serial.test_view_of_views_sequential_host_init 3: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] serial.append_formatted_multidimensional_index 3: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] serial.view_resize 3: [ OK ] serial.view_resize (4 ms) 3: [ RUN ] serial.view_realloc 3: [ OK ] serial.view_realloc (0 ms) 3: [ RUN ] serial.workgraph_fib 3: [ OK ] serial.workgraph_fib (102 ms) 3: [ RUN ] serial.resize_realloc_no_init 3: [ OK ] serial.resize_realloc_no_init (0 ms) 3: [ RUN ] serial.resize_realloc_no_alloc 3: [ OK ] serial.resize_realloc_no_alloc (0 ms) 3: [ RUN ] serial.realloc_exec_space 3: [ OK ] serial.realloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc 3: [ OK ] serial.view_alloc (0 ms) 3: [ RUN ] serial.view_alloc_exec_space 3: [ OK ] serial.view_alloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc_int 3: [ OK ] serial.view_alloc_int (0 ms) 3: [ RUN ] serial.view_alloc_exec_space_int 3: [ OK ] serial.view_alloc_exec_space_int (0 ms) 3: [ RUN ] serial.deep_copy_zero_memset 3: [ OK ] serial.deep_copy_zero_memset (0 ms) 3: [ RUN ] serial.resize_exec_space 3: [ OK ] serial.resize_exec_space (0 ms) 3: [ RUN ] serial.view_allocation_int 3: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestWithoutInitializing.hpp:277: Skipped 3: skipping since the fence checked for isn't necessary 3: [ SKIPPED ] serial.view_allocation_int (0 ms) 3: [ RUN ] serial.view_allocation_exec_space_int 3: [ OK ] serial.view_allocation_exec_space_int (0 ms) 3: [ RUN ] serial.view_not_default_constructible 3: [ OK ] serial.view_not_default_constructible (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_left 3: [ OK ] serial.view_subview_auto_1d_left (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_right 3: [ OK ] serial.view_subview_auto_1d_right (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_stride 3: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] serial.view_subview_assign_strided 3: [ OK ] serial.view_subview_assign_strided (0 ms) 3: [ RUN ] serial.view_subview_left_0 3: [ OK ] serial.view_subview_left_0 (0 ms) 3: [ RUN ] serial.view_subview_left_1 3: [ OK ] serial.view_subview_left_1 (0 ms) 3: [ RUN ] serial.view_subview_left_2 3: [ OK ] serial.view_subview_left_2 (0 ms) 3: [ RUN ] serial.view_subview_left_3 3: [ OK ] serial.view_subview_left_3 (0 ms) 3: [ RUN ] serial.view_subview_right_0 3: [ OK ] serial.view_subview_right_0 (0 ms) 3: [ RUN ] serial.view_subview_right_1 3: [ OK ] serial.view_subview_right_1 (0 ms) 3: [ RUN ] serial.view_subview_right_3 3: [ OK ] serial.view_subview_right_3 (0 ms) 3: [ RUN ] serial.view_static_tests 3: [ OK ] serial.view_static_tests (0 ms) 3: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 3: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 3: [ RUN ] serial.view_subview_layoutright_to_layoutright 3: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 3: [ RUN ] serial.view_subview_1d_assign 3: [ OK ] serial.view_subview_1d_assign (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_atomic 3: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_randomaccess 3: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 3: [ RUN ] serial.view_subview_2d_from_3d 3: [ OK ] serial.view_subview_2d_from_3d (3 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_atomic 3: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 3: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left 3: [ OK ] serial.view_subview_3d_from_5d_left (251 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.018 s 0.017 s 40 91.3518/s 1.6k 3: [ OK ] serial.view_subview_3d_from_5d_left_atomic (253 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (250 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right 3: [ OK ] serial.view_subview_3d_from_5d_right (310 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 38 84.4457/s 1.6k 3: [ OK ] serial.view_subview_3d_from_5d_right_atomic (310 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (308 ms) 3: [ RUN ] serial.view_test_unmanaged_subview_reset 3: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 3: [ RUN ] serial.view_subview_memory_traits_construction 3: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 3: [----------] 142 tests from serial (24248 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 152 tests from 2 test suites ran. (24335 ms total) 3: [ PASSED ] 144 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 3: [ SKIPPED ] serial.view_allocation_int 3/52 Test #3: Kokkos_CoreUnitTest_Serial2 ................................ Passed 24.35 sec test 4 Start 4: Kokkos_CoreUnitTest_Default 4: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Default 4: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 4: Test timeout computed to be: 600 4: [==========] Running 59 tests from 41 test suites. 4: [----------] Global test environment set-up. 4: [----------] 19 tests from defaultdevicetype 4: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 4: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 4: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 4: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 4: [ RUN ] defaultdevicetype.shared_space 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSharedSpace.cpp:99: Skipped 4: Skipping as host and device are the same space 4: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 4: [ RUN ] defaultdevicetype.shared_host_pinned_space 4: /var/jenkins/workspace/Kokkos_nightly/core/unit_test/TestSharedHostPinnedSpace.cpp:57: Skipped 4: Skipping as host and device are the same space 4: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms) 4: [ RUN ] defaultdevicetype.compiler_macros 4: [ OK ] defaultdevicetype.compiler_macros (0 ms) 4: [ RUN ] defaultdevicetype.half_conversion 4: [ OK ] defaultdevicetype.half_conversion (0 ms) 4: [ RUN ] defaultdevicetype.bhalf_conversion 4: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 4: [ RUN ] defaultdevicetype.half_operators 4: [ OK ] defaultdevicetype.half_operators (0 ms) 4: [ RUN ] defaultdevicetype.bhalf_operators 4: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 4: [ RUN ] defaultdevicetype.host_space_access 4: [ OK ] defaultdevicetype.host_space_access (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a1 4: [ OK ] defaultdevicetype.reduce_instantiation_a1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b1 4: [ OK ] defaultdevicetype.reduce_instantiation_b1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c1 4: [ OK ] defaultdevicetype.reduce_instantiation_c1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a2 4: [ OK ] defaultdevicetype.reduce_instantiation_a2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b2 4: [ OK ] defaultdevicetype.reduce_instantiation_b2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c2 4: [ OK ] defaultdevicetype.reduce_instantiation_c2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a3 4: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b3 4: [ OK ] defaultdevicetype.reduce_instantiation_b3 (1 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c3 4: [ OK ] defaultdevicetype.reduce_instantiation_c3 (1 ms) 4: [----------] 19 tests from defaultdevicetype (7 ms total) 4: 4: [----------] 1 test from kokkosresize 4: [ RUN ] kokkosresize.host_space_access 4: [ OK ] kokkosresize.host_space_access (11 ms) 4: [----------] 1 test from kokkosresize (11 ms total) 4: 4: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 4: [ RUN ] TestViewAPI/0.sizes 4: [ OK ] TestViewAPI/0.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/0 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/1, where TypeParam = <type> 4: [ RUN ] TestViewAPI/1.sizes 4: [ OK ] TestViewAPI/1.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/1 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/2, where TypeParam = <type> 4: [ RUN ] TestViewAPI/2.sizes 4: [ OK ] TestViewAPI/2.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/2 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/3, where TypeParam = <type> 4: [ RUN ] TestViewAPI/3.sizes 4: [ OK ] TestViewAPI/3.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/3 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/4, where TypeParam = <type> 4: [ RUN ] TestViewAPI/4.sizes 4: [ OK ] TestViewAPI/4.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/4 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/5, where TypeParam = <type> 4: [ RUN ] TestViewAPI/5.sizes 4: [ OK ] TestViewAPI/5.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/5 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/6, where TypeParam = <type> 4: [ RUN ] TestViewAPI/6.sizes 4: [ OK ] TestViewAPI/6.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/6 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/7, where TypeParam = <type> 4: [ RUN ] TestViewAPI/7.sizes 4: [ OK ] TestViewAPI/7.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/7 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/8, where TypeParam = <type> 4: [ RUN ] TestViewAPI/8.sizes 4: [ OK ] TestViewAPI/8.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/8 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/9, where TypeParam = <type> 4: [ RUN ] TestViewAPI/9.sizes 4: [ OK ] TestViewAPI/9.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/9 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/10, where TypeParam = <type> 4: [ RUN ] TestViewAPI/10.sizes 4: [ OK ] TestViewAPI/10.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/10 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/11, where TypeParam = <type> 4: [ RUN ] TestViewAPI/11.sizes 4: [ OK ] TestViewAPI/11.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/11 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/12, where TypeParam = <type> 4: [ RUN ] TestViewAPI/12.sizes 4: [ OK ] TestViewAPI/12.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/12 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/13, where TypeParam = <type> 4: [ RUN ] TestViewAPI/13.sizes 4: [ OK ] TestViewAPI/13.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/13 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/14, where TypeParam = <type> 4: [ RUN ] TestViewAPI/14.sizes 4: [ OK ] TestViewAPI/14.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/14 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/15, where TypeParam = <type> 4: [ RUN ] TestViewAPI/15.sizes 4: [ OK ] TestViewAPI/15.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/15 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/16, where TypeParam = <type> 4: [ RUN ] TestViewAPI/16.sizes 4: [ OK ] TestViewAPI/16.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/16 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/17, where TypeParam = <type> 4: [ RUN ] TestViewAPI/17.sizes 4: [ OK ] TestViewAPI/17.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/17 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/18, where TypeParam = <type> 4: [ RUN ] TestViewAPI/18.sizes 4: [ OK ] TestViewAPI/18.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/18 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/19, where TypeParam = <type> 4: [ RUN ] TestViewAPI/19.sizes 4: [ OK ] TestViewAPI/19.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/19 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/20, where TypeParam = <type> 4: [ RUN ] TestViewAPI/20.sizes 4: [ OK ] TestViewAPI/20.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/20 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/21, where TypeParam = <type> 4: [ RUN ] TestViewAPI/21.sizes 4: [ OK ] TestViewAPI/21.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/21 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/22, where TypeParam = <type> 4: [ RUN ] TestViewAPI/22.sizes 4: [ OK ] TestViewAPI/22.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/22 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/23, where TypeParam = <type> 4: [ RUN ] TestViewAPI/23.sizes 4: [ OK ] TestViewAPI/23.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/23 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/24, where TypeParam = <type> 4: [ RUN ] TestViewAPI/24.sizes 4: [ OK ] TestViewAPI/24.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/24 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/25, where TypeParam = <type> 4: [ RUN ] TestViewAPI/25.sizes 4: [ OK ] TestViewAPI/25.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/25 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/26, where TypeParam = <type> 4: [ RUN ] TestViewAPI/26.sizes 4: [ OK ] TestViewAPI/26.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/26 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/27, where TypeParam = <type> 4: [ RUN ] TestViewAPI/27.sizes 4: [ OK ] TestViewAPI/27.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/27 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/28, where TypeParam = <type> 4: [ RUN ] TestViewAPI/28.sizes 4: [ OK ] TestViewAPI/28.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/28 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/29, where TypeParam = <type> 4: [ RUN ] TestViewAPI/29.sizes 4: [ OK ] TestViewAPI/29.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/29 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/30, where TypeParam = <type> 4: [ RUN ] TestViewAPI/30.sizes 4: [ OK ] TestViewAPI/30.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/30 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/31, where TypeParam = <type> 4: [ RUN ] TestViewAPI/31.sizes 4: [ OK ] TestViewAPI/31.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/31 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/32, where TypeParam = <type> 4: [ RUN ] TestViewAPI/32.sizes 4: [ OK ] TestViewAPI/32.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/32 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/33, where TypeParam = <type> 4: [ RUN ] TestViewAPI/33.sizes 4: [ OK ] TestViewAPI/33.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/33 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/34, where TypeParam = <type> 4: [ RUN ] TestViewAPI/34.sizes 4: [ OK ] TestViewAPI/34.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/34 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/35, where TypeParam = <type> 4: [ RUN ] TestViewAPI/35.sizes 4: [ OK ] TestViewAPI/35.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/35 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/36, where TypeParam = <type> 4: [ RUN ] TestViewAPI/36.sizes 4: [ OK ] TestViewAPI/36.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/36 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/37, where TypeParam = <type> 4: [ RUN ] TestViewAPI/37.sizes 4: [ OK ] TestViewAPI/37.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/37 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/38, where TypeParam = <type> 4: [ RUN ] TestViewAPI/38.sizes 4: [ OK ] TestViewAPI/38.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/38 (0 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 59 tests from 41 test suites ran. (19 ms total) 4: [ PASSED ] 57 tests. 4: [ SKIPPED ] 2 tests, listed below: 4: [ SKIPPED ] defaultdevicetype.shared_space 4: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space 4/52 Test #4: Kokkos_CoreUnitTest_Default ................................ Passed 0.04 sec test 5 Start 5: Kokkos_CoreUnitTest_InitializeFinalize 5: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 5: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 5: Test timeout computed to be: 600 5: [==========] Running 35 tests from 7 test suites. 5: [----------] Global test environment set-up. 5: [----------] 8 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (8 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (15 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (18 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_for 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_for (9 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_reduce 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_reduce (26 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_scan 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.parallel_scan (19 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.execution_space 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.execution_space (8 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.static_execution_space 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.static_execution_space (2 ms) 5: [----------] 8 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (109 ms total) 5: 5: [----------] 4 tests from InitializeFinalize_DeathTest 5: [ RUN ] InitializeFinalize_DeathTest.initialize 5: [ OK ] InitializeFinalize_DeathTest.initialize (8 ms) 5: [ RUN ] InitializeFinalize_DeathTest.finalize 5: [ OK ] InitializeFinalize_DeathTest.finalize (8 ms) 5: [ RUN ] InitializeFinalize_DeathTest.is_initialized 5: [ OK ] InitializeFinalize_DeathTest.is_initialized (2 ms) 5: [ RUN ] InitializeFinalize_DeathTest.is_finalized 5: [ OK ] InitializeFinalize_DeathTest.is_finalized (2 ms) 5: [----------] 4 tests from InitializeFinalize_DeathTest (22 ms total) 5: 5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 5: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 5: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (2 ms) 5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (2 ms total) 5: 5: [----------] 1 test from Legion_DeathTest 5: [ RUN ] Legion_DeathTest.individual_backend_initialization 5: [ OK ] Legion_DeathTest.individual_backend_initialization (2 ms) 5: [----------] 1 test from Legion_DeathTest (2 ms total) 5: 5: [----------] 2 tests from PushFinalizeHook_DeathTest 5: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 5: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (2 ms) 5: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 5: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (2 ms) 5: [----------] 2 tests from PushFinalizeHook_DeathTest (5 ms total) 5: 5: [----------] 6 tests from ScopeGuard_DeathTest 5: [ RUN ] ScopeGuard_DeathTest.create 5: [ OK ] ScopeGuard_DeathTest.create (2 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_argument 5: [ OK ] ScopeGuard_DeathTest.create_argument (2 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 5: [ OK ] ScopeGuard_DeathTest.create_while_initialize (2 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 5: [ OK ] ScopeGuard_DeathTest.create_after_initialize (2 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 5: [ OK ] ScopeGuard_DeathTest.create_after_finalize (3 ms) 5: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 5: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (2 ms) 5: [----------] 6 tests from ScopeGuard_DeathTest (16 ms total) 5: 5: [----------] 13 tests from defaultdevicetype 5: [ RUN ] defaultdevicetype.initialization_settings 5: [ OK ] defaultdevicetype.initialization_settings (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 5: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_device_id 5: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 5: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 5: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_help 5: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_num_threads 5: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_device_id 5: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_disable_warnings 5: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_tune_internals 5: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.visible_devices 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [----------] 13 tests from defaultdevicetype (1 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 35 tests from 7 test suites ran. (160 ms total) 5: [ PASSED ] 35 tests. 5/52 Test #5: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 0.17 sec test 6 Start 6: Kokkos_CoreUnitTest_Develop 6: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_Develop 6: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 6: Test timeout computed to be: 600 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from defaultdevicetype 6: [ RUN ] defaultdevicetype.development_test 6: [ OK ] defaultdevicetype.development_test (0 ms) 6: [----------] 1 test from defaultdevicetype (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/52 Test #6: Kokkos_CoreUnitTest_Develop ................................ Passed 0.01 sec test 7 Start 7: Kokkos_CoreUnitTest_KokkosP 7: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 7: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 7: Test timeout computed to be: 600 7: [==========] Running 31 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 31 tests from kokkosp 7: [ RUN ] kokkosp.test_named_instance_fence 7: [ OK ] kokkosp.test_named_instance_fence (0 ms) 7: [ RUN ] kokkosp.test_unnamed_instance_fence 7: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 7: [ RUN ] kokkosp.test_named_global_fence 7: [ OK ] kokkosp.test_named_global_fence (0 ms) 7: [ RUN ] kokkosp.test_unnamed_global_fence 7: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 7: [ RUN ] kokkosp.test_multiple_default_instances 7: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 7: [ RUN ] kokkosp.test_id_gen 7: [ OK ] kokkosp.test_id_gen (0 ms) 7: [ RUN ] kokkosp.test_kernel_sequence 7: [ OK ] kokkosp.test_kernel_sequence (0 ms) 7: [ RUN ] kokkosp.async_deep_copy 7: [ OK ] kokkosp.async_deep_copy (0 ms) 7: [ RUN ] kokkosp.parallel_for 7: [ OK ] kokkosp.parallel_for (0 ms) 7: [ RUN ] kokkosp.parallel_reduce 7: [ OK ] kokkosp.parallel_reduce (0 ms) 7: [ RUN ] kokkosp.parallel_scan 7: [ OK ] kokkosp.parallel_scan (0 ms) 7: [ RUN ] kokkosp.parallel_scan_no_fence 7: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 7: [ RUN ] kokkosp.parallel_scan_no_fence_view 7: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 7: [ RUN ] kokkosp.regions 7: [ OK ] kokkosp.regions (0 ms) 7: [ RUN ] kokkosp.fences 7: [ OK ] kokkosp.fences (0 ms) 7: [ RUN ] kokkosp.raw_allocation 7: [ OK ] kokkosp.raw_allocation (0 ms) 7: [ RUN ] kokkosp.view 7: [ OK ] kokkosp.view (0 ms) 7: [ RUN ] kokkosp.sections 7: [ OK ] kokkosp.sections (0 ms) 7: [ RUN ] kokkosp.metadata 7: [ OK ] kokkosp.metadata (0 ms) 7: [ RUN ] kokkosp.profile_events 7: [ OK ] kokkosp.profile_events (0 ms) 7: [ RUN ] kokkosp.no_init_kernel 7: [ OK ] kokkosp.no_init_kernel (0 ms) 7: [ RUN ] kokkosp.get_events 7: [ OK ] kokkosp.get_events (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_for 7: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_reduce 7: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_scan 7: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 7: [ RUN ] kokkosp.kernel_name_internal 7: [ OK ] kokkosp.kernel_name_internal (0 ms) 7: [ RUN ] kokkosp.profiling_section 7: [ OK ] kokkosp.profiling_section (0 ms) 7: [ RUN ] kokkosp.scoped_profile_region 7: [ OK ] kokkosp.scoped_profile_region (0 ms) 7: [ RUN ] kokkosp.create_mirror_no_init 7: [ OK ] kokkosp.create_mirror_no_init (0 ms) 7: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 7: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 7: [ RUN ] kokkosp.create_mirror_view_and_copy 7: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 7: [----------] 31 tests from kokkosp (0 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 31 tests from 1 test suite ran. (0 ms total) 7: [ PASSED ] 31 tests. 7/52 Test #7: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.01 sec test 8 Start 8: Kokkos_CoreUnitTest_ToolIndependence 8: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 8: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 8: Test timeout computed to be: 600 8/52 Test #8: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.00 sec test 9 Start 9: Kokkos_ProfilingTestLibraryLoadHelp 9: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 9: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 9: Environment variables: 9: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so 9: Test timeout computed to be: 600 9: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 9/52 Test #9: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.01 sec test 10 Start 10: Kokkos_ProfilingTestLibraryCmdLineHelp 10: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so" 10: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 10: Test timeout computed to be: 600 10: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 10/52 Test #10: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.00 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoad 11: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 11: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 11: Environment variables: 11: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 600 11: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:79f928075837ffb5d302aae188e0ec7b7a79ae94::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1510::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:gnu::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:5.0.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:546d4dd63697c6a331554adb6fe650e09b690812::kokkosp_allocate_data:Host:source:0x3ad75cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x3ad75e80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x3ad75f00:Host:source:0x3ad75d40: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:0x3ad75f80: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:0x3ad75e80:40::kokkosp_deallocate_data:Host:source:0x3ad75cc0:40::kokkosp_finalize_library:: 11/52 Test #11: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.00 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLine 12: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/libkokkosprinter-tool.so" 12: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 12: Test timeout computed to be: 600 12: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:79f928075837ffb5d302aae188e0ec7b7a79ae94::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1510::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:gnu::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:5.0.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:546d4dd63697c6a331554adb6fe650e09b690812::kokkosp_allocate_data:Host:source:0x37814cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x37814e80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x37814f00:Host:source:0x37814d40: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:0x37814fc0: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:0x37814e80:40::kokkosp_deallocate_data:Host:source:0x37814cc0:40::kokkosp_finalize_library:: 12/52 Test #12: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.00 sec test 13 Start 13: Kokkos_CoreUnitTest_StackTraceTest 13: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec 13: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 13: Test timeout computed to be: 600 13: [==========] Running 3 tests from 2 test suites. 13: [----------] Global test environment set-up. 13: [----------] 2 tests from defaultdevicetype_DeathTest 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x4a) [0x43b3ca] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x3df) [0x43dbbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fb345d6524a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fb345d65305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f1: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x43b3ca] Test::test_stacktrace(bool, bool) 13: [0x43dbbf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7fb345d6524a] 13: [0x7fb345d65305] __libc_start_main 13: [0x43b1c1] _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_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x4439a8] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaf3) [0x43be73] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x3df) [0x43dbbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fb345d6524a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fb345d65305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f3: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x4439a8] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x43be73] Test::test_stacktrace(bool, bool) 13: [0x43dbbf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7fb345d6524a] 13: [0x7fb345d65305] __libc_start_main 13: [0x43b1c1] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (3 ms) 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x4a) [0x43b3ca] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x3dc) [0x43e01c] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f532e41e24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f532e41e305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f1: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x43b3ca] Test::test_stacktrace(bool, bool) 13: [0x43e01c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7f532e41e24a] 13: [0x7f532e41e305] __libc_start_main 13: [0x43b1c1] _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_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x4439a8] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaf3) [0x43be73] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x3dc) [0x43e01c] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f532e41e24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f532e41e305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f3: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x4439a8] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x43be73] Test::test_stacktrace(bool, bool) 13: [0x43e01c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7f532e41e24a] 13: [0x7f532e41e305] __libc_start_main 13: [0x43b1c1] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (5 ms) 13: [----------] 2 tests from defaultdevicetype_DeathTest (8 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_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x4a) [0x43b3ca] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f0f0cd9124a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f0f0cd91305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f1: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x43b3ca] Test::test_stacktrace(bool, bool) 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7f0f0cd9124a] 13: [0x7f0f0cd91305] __libc_start_main 13: [0x43b1c1] _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_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4a5fe3] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x56) [0x4437a6] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x4439a8] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaf3) [0x43be73] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x34) [0x480974] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x4748ac] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475112] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec() [0x475488] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xe9e) [0x4766fe] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x5f) [0x476dbf] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x31) [0x43a1f1] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f0f0cd9124a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f0f0cd91305] 13: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x43b1c1] 13: 13: demangled test_f3: 13: [0x4a5fe3] Kokkos::Impl::save_stacktrace() 13: [0x4437a6] Test::stacktrace_test_f1(std::ostream&) 13: [0x4439a8] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x43be73] Test::test_stacktrace(bool, bool) 13: [0x480974] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x4748ac] 13: [0x475112] 13: [0x475488] 13: [0x4766fe] testing::internal::UnitTestImpl::RunAllTests() 13: [0x476dbf] testing::UnitTest::Run() 13: [0x43a1f1] main 13: [0x7f0f0cd9124a] 13: [0x7f0f0cd91305] __libc_start_main 13: [0x43b1c1] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 13: [----------] 1 test from defaultdevicetype (1 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 3 tests from 2 test suites ran. (10 ms total) 13: [ PASSED ] 3 tests. 13/52 Test #13: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.02 sec test 14 Start 14: Kokkos_IncrementalTest_SERIAL 14: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 14: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 14: Test timeout computed to be: 600 14: [==========] Running 28 tests from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 28 tests from SERIAL 14: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 14: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 14: [ RUN ] SERIAL.IncrTest_01_execspace 14: Host Serial Execution Space: 14: KOKKOS_ENABLE_SERIAL: yes 14: 14: Serial Runtime Configuration: 14: Serial 14: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 14: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 14: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicSub 14: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 14: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 14: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 14: [ RUN ] SERIAL.IncrTest_03b_memspace_free 14: [ OK ] SERIAL.IncrTest_03b_memspace_free (32 ms) 14: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 14: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 14: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 14: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 14: [ RUN ] SERIAL.IncrTest_05_reduction 14: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange2D 14: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange3D 14: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange4D 14: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 14: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 14: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 14: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 14: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 14: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 14: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 14: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 932.843/s 1.6k 14: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (428 ms) 14: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 14: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 14: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 14: [ OK ] SERIAL.IncrTest_12b_TeamScratch (6 ms) 14: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.incr_14_MDrangeReduce 14: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 14: [ RUN ] SERIAL.IncrTest_16_parallelscan 14: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 14: [ RUN ] SERIAL.incr_17_atomicView 14: [ OK ] SERIAL.incr_17_atomicView (0 ms) 14: [----------] 28 tests from SERIAL (469 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 28 tests from 1 test suite ran. (469 ms total) 14: [ PASSED ] 28 tests. 14/52 Test #14: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.47 sec test 15 Start 15: Kokkos_CoreUnitTest_CTestDevice 15: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 15: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 15: Test timeout computed to be: 600 15: [==========] Running 8 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 5 tests from ctest_environment_DeathTest 15: [ RUN ] ctest_environment_DeathTest.invalid_rank 15: [ OK ] ctest_environment_DeathTest.invalid_rank (3 ms) 15: [ RUN ] ctest_environment_DeathTest.no_type_str 15: [ OK ] ctest_environment_DeathTest.no_type_str (3 ms) 15: [ RUN ] ctest_environment_DeathTest.missing_type 15: [ OK ] ctest_environment_DeathTest.missing_type (5 ms) 15: [ RUN ] ctest_environment_DeathTest.no_id_str 15: [ OK ] ctest_environment_DeathTest.no_id_str (3 ms) 15: [ RUN ] ctest_environment_DeathTest.invalid_id_str 15: [ OK ] ctest_environment_DeathTest.invalid_id_str (5 ms) 15: [----------] 5 tests from ctest_environment_DeathTest (21 ms total) 15: 15: [----------] 3 tests from ctest_environment 15: [ RUN ] ctest_environment.no_device_type 15: [ OK ] ctest_environment.no_device_type (0 ms) 15: [ RUN ] ctest_environment.no_process_count 15: [ OK ] ctest_environment.no_process_count (0 ms) 15: [ RUN ] ctest_environment.good 15: [ OK ] ctest_environment.good (0 ms) 15: [----------] 3 tests from ctest_environment (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 8 tests from 2 test suites ran. (22 ms total) 15: [ PASSED ] 8 tests. 15/52 Test #15: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.03 sec test 16 Start 16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 16: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 16: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 16: Test timeout computed to be: 600 16/52 Test #16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 17 Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 17: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 17: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 17: Test timeout computed to be: 600 17: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 17/52 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 18 Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 18: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 18: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 18: Test timeout computed to be: 600 18/52 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 19: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 19: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 19: Environment variables: 19: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 19: Test timeout computed to be: 600 19/52 Test #19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 20 Start 20: Kokkos_CoreUnitTest_DeviceAndThreads 20: Test command: /usr/bin/python3.11 "/var/jenkins/workspace/Kokkos_nightly/build/core/unit_test/TestDeviceAndThreads.py" "-v" 20: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/unit_test 20: Test timeout computed to be: 600 20: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... skipped 'no device backend enabled' 20: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok 20: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... skipped 'no device backend enabled' 20: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' 20: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 20: 20: ---------------------------------------------------------------------- 20: Ran 5 tests in 0.021s 20: 20: OK (skipped=3) 20/52 Test #20: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 0.14 sec test 21 Start 21: Kokkos_PerformanceTest_Benchmark 21: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-12-22_T05-32-31.json" 21: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 21: Test timeout computed to be: 600 21: 2025-12-22T05:57:19+00:00 21: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 21: Run on (4 X 2000 MHz CPU s) 21: CPU Caches: 21: L1 Data 64 KiB (x4) 21: L1 Instruction 64 KiB (x4) 21: L2 Unified 512 KiB (x4) 21: L3 Unified 16384 KiB (x4) 21: Load Average: 3.17, 6.54, 5.98 21: CPU architecture: none 21: Default Device: Serial 21: GIT_BRANCH: HEAD 21: GIT_CLEAN_STATUS: CLEAN 21: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 21: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 21: GIT_COMMIT_HASH: 37f70304d 21: GPU architecture: none 21: KOKKOS_COMPILER_GNU: 1510 21: KOKKOS_ENABLE_ASM: yes 21: KOKKOS_ENABLE_CXX20: no 21: KOKKOS_ENABLE_CXX23: no 21: KOKKOS_ENABLE_CXX26: yes 21: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 21: KOKKOS_ENABLE_HWLOC: no 21: KOKKOS_ENABLE_LIBDL: yes 21: KOKKOS_ENABLE_PRAGMA_IVDEP: no 21: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 21: KOKKOS_ENABLE_PRAGMA_UNROLL: no 21: KOKKOS_ENABLE_PRAGMA_VECTOR: no 21: KOKKOS_ENABLE_SERIAL: yes 21: Kokkos Version: 5.0.99 21: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 21: mdspan: enabled 21: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 21: platform: 64bit 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Count Time normalized 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.001 s 0.002 s 5 1.024k 1.35965u 21: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.002 s 0.003 s 5 2.048k 1.19608u 21: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.005 s 0.005 s 5 4.096k 1.13347u 21: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.009 s 0.010 s 5 8.192k 1.086u 21: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.018 s 0.021 s 5 16.384k 1.06674u 21: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.035 s 0.044 s 5 32.768k 1.09831u 29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 932.66/s 1.6k 21: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.073 s 0.093 s 5 65.536k 1.11524u 29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.018 s 0.018 s 38 87.3312/s 1.6k 21: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.153 s 0.194 s 5 131.072k 1.16327u 29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 84.2102/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 445 1.03331k/s 1.6k 21: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.310 s 0.392 s 5 262.144k 1.18639u 29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 445 1.01711k/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 445 1.03321k/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 445 1.03328k/s 1.6k 29: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 889 1.04635k/s 800 29: 29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 29: does not support page migration between device and host. 29: HIPManagedSpace might not work as expected. 29: Please refer to the ROCm documentation on unified/managed memory. 29: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.030 s 0.030 s 23 26.2868/s 800 21: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.628 s 0.789 s 5 524.288k 1.19539u 29: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 900 1.03045k/s 800 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s Max 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: CustomReduction<double>/N:100000/R:1000/manual_time 0.088 s 0.176 s 8 104.439/s 11.5 29: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.030 s 0.030 s 23 26.2523/s 800 29: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 900 1.04682k/s 800 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: OverlapRangePolicy/N:2000/M:10000/R:10 1.78 s 1.78 s 1 0.0594374 0.0584451 0.474955 0.475087 0.238157 0.242357 29: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 893 1.04702k/s 800 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: OverlapMDRangePolicy/N:200/M:10000/R:10 0.168 s 0.168 s 4 5.16198m 5.19005m 0.0476677 0.0479596 0.0237407 0.0237213 29: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1.04701k/s 800 29: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.04682k/s 800 21: OverlapTeamPolicy/N:20/M:1000000/R:10 1.82 s 1.82 s 1 0.0752458 0.075712 0.464459 0.463244 0.232347 0.232392 29: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 343 200.269/s 400 29: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 888 1.04556k/s 800 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: GemvDefault<Kokkos::LayoutLeft>/M:4000/N:10000/manual_time 416341 us 416259 us 2 29: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.04696k/s 800 29: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1.04699k/s 800 21: GemvDefault<Kokkos::LayoutLeft>/M:400000/N:100/manual_time 38967 us 38961 us 18 29: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.04705k/s 800 21: GemvDefault<Kokkos::LayoutRight>/M:4000/N:10000/manual_time 12312 us 12310 us 57 29: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1.04702k/s 800 21: GemvDefault<Kokkos::LayoutRight>/M:400000/N:100/manual_time 13033 us 12985 us 54 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Count Time normalized 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1.024k 88.5146n 21: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 87.8804n 21: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 89.865n 21: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.001 s 0.001 s 5 8.192k 91.2847n 21: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.001 s 0.002 s 5 16.384k 89.7729n 21: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.003 s 0.004 s 5 32.768k 89.6558n 21: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.006 s 0.009 s 5 65.536k 88.8412n 21: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.012 s 0.022 s 5 131.072k 91.2135n 29: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.04704k/s 800 21: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.024 s 0.056 s 5 262.144k 90.7899n 29: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1.0468k/s 800 21: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.048 s 0.135 s 5 524.288k 92.172n 29: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.04714k/s 800 29: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1.04719k/s 800 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations FOM: rate 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Malloc/N:1/manual_time 0.223 us 0.411 us 3207877 4.49098M/s 29: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1.0472k/s 800 29: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 893 1.0484k/s 800 29: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 893 1.01598k/s 800 29: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.0593k/s 1.6k 29: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.10902k/s 1.6k 29: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.98718k/s 1.6k 29: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.29933k/s 1.6k 29: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.63423k/s 1.6k 29: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.15451k/s 1.6k 29: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.67795k/s 1.6k 29: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.6878k/s 1.6k 29: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.1633k/s 1.6k 29: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.8478k/s 1.6k 29: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.53068k/s 1.6k 29: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.6358k/s 1.6k 29: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.58364k/s 1.6k 29: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.14518k/s 1.6k 29: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.74411k/s 1.6k 29: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.1201k/s 1.6k 29: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.24043k/s 1.6k 29: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.49812k/s 1.6k 29: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.83982k/s 1.6k 29: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.83245k/s 1.6k 29: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.45565k/s 1.6k 29: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 470.022/s 1.6k 29: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 508.845/s 1.6k 29: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 484.285/s 1.6k 21: Malloc/N:16/manual_time 0.203 us 0.420 us 3472864 4.91763M/s 29: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 535.591/s 1.6k 29: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 543.919/s 1.6k 29: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 555.441/s 1.6k 29: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 563.985/s 1.6k 29: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 520.94/s 1.6k 29: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 545.27/s 1.6k 29: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 537.147/s 1.6k 29: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 563.422/s 1.6k 29: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.7935/s 1.6k 29: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.031 s 0.002 s 10 51.284/s 1.6k 29/62 Test #29: Kokkos_PerformanceTest_Benchmark ........................... Passed 209.10 sec test 30 Start 30: Kokkos_Benchmark_Atomic_MinMax 30: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-12-22_T05-32-04.json" 30: Test timeout computed to be: 600 21: Malloc/N:256/manual_time 0.287 us 0.475 us 2325202 3.48804M/s 30: 2025-12-22T05:57:44+00:00 30: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 30: Run on (64 X 2994.26 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x32) 30: L1 Instruction 32 KiB (x32) 30: L2 Unified 512 KiB (x32) 30: L3 Unified 16384 KiB (x16) 30: Load Average: 3.01, 4.67, 8.06 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 2000 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos Version: 5.0.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 30: macro HIP_VERSION: 70051831 = version 7.0.51831 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: mdspan: enabled 30: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 30: platform: 64bit 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30/62 Test #30: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.37 sec test 31 Start 31: Kokkos_PerformanceTest_ViewFirstTouch 31: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-12-22_T05-32-04.json" 31: Test timeout computed to be: 600 31: 2025-12-22T05:57:45+00:00 31: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 31: Run on (64 X 2994.26 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x32) 31: L1 Instruction 32 KiB (x32) 31: L2 Unified 512 KiB (x32) 31: L3 Unified 16384 KiB (x16) 31: Load Average: 3.01, 4.67, 8.06 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 2000 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos Version: 5.0.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 31: macro HIP_VERSION: 70051831 = version 7.0.51831 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: mdspan: enabled 31: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 31: platform: 64bit 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: Benchmark Time CPU Iterations FOM: GB/s MB 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 23948 0.0176222/s 512u 21: Malloc/N:4096/manual_time 0.235 us 0.419 us 2980266 4.24827M/s 31: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 23501 0.140679/s 4.096m 21: Malloc/N:65536/manual_time 0.160 us 0.401 us 4363885 6.23103M/s 31: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 23634 1.12612/s 0.032768 31: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 23774 8.89221/s 0.262144 31: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 10272 30.6756/s 2.09715 21: Malloc/N:1048576/manual_time 0.159 us 0.400 us 4393789 6.27217M/s 21: Malloc/N:16777216/manual_time 0.168 us 0.408 us 4104262 5.95324M/s 31: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.001 s 0.000 s 7989 28.4546/s 16.7772 21: Malloc/N:268435456/manual_time 4.81 us 12.6 us 157165 208.059k/s 31: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.005 s 0.000 s 149 28.4674/s 134.218 31: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 49209 0.0716567/s 1.024m 21: Malloc/N:2147483648/manual_time 4.04 us 18.7 us 173563 247.247k/s 31: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 47026 0.548291/s 8.192m 21: MallocFree/N:1/manual_time 0.386 us 0.432 us 1855243 2.59362M/s 21: MallocFree/N:16/manual_time 0.371 us 0.418 us 1823536 2.69594M/s 21: MallocFree/N:256/manual_time 0.415 us 0.461 us 1663716 2.40841M/s 31: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 40720 3.82496/s 0.065536 21: MallocFree/N:4096/manual_time 0.342 us 0.387 us 2025160 2.92535M/s 21: MallocFree/N:65536/manual_time 0.337 us 0.381 us 2044789 2.96373M/s 31: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 39818 29.7965/s 0.524288 21: MallocFree/N:1048576/manual_time 0.333 us 0.376 us 2071508 3.00444M/s 21: MallocFree/N:16777216/manual_time 0.337 us 0.380 us 2092639 2.96503M/s 21: MallocFree/N:268435456/manual_time 10.6 us 10.0 us 65791 93.9371k/s ==> Fetching https://mirror.spack.io/_source-cache/archive/bb/bbce2b760fe2096ca1c86f729e03bf377c1519add7b2755ecc4e9b0a9e07ee43 ==> No patches needed for cuda 21: MallocFree/N:2147483648/manual_time 16.8 us 16.3 us 42650 59.4648k/s 21: MallocTouch/N:1/manual_time 0.320 us 0.476 us 2166856 3.12254M/s 31: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 30347 182.574/s 4.1943 21: MallocTouch/N:16/manual_time 0.269 us 0.431 us 2585556 3.71214M/s 21: MallocTouch/N:256/manual_time 0.386 us 0.529 us 1861182 2.58809M/s 21: MallocTouch/N:4096/manual_time 0.305 us 0.452 us 2319348 3.28389M/s 21: MallocTouch/N:65536/manual_time 0.616 us 0.958 us 1585787 1.62351M/s 21: MallocTouch/N:1048576/manual_time 4.85 us 5.15 us 143362 206.317k/s 21: MallocTouch/N:16777216/manual_time 110 us 110 us 6446 9.12379k/s 21: MallocTouch/N:268435456/manual_time 107122 us 140821 us 6 9.33512/s 21: MallocTouch/N:2147483648/manual_time 779021 us 982570 us 1 1.28366/s 31: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.000 s 13496 641.186/s 33.5544 21: MallocTouchFree/N:1/manual_time 0.561 us 0.612 us 1252082 1.78119M/s 21: MallocTouchFree/N:16/manual_time 0.567 us 0.617 us 1222578 1.76401M/s 21: MallocTouchFree/N:256/manual_time 0.650 us 0.701 us 1252327 1.53754M/s 21: MallocTouchFree/N:4096/manual_time 0.554 us 0.604 us 1253365 1.80454M/s 21: MallocTouchFree/N:65536/manual_time 0.743 us 0.793 us 955940 1.34624M/s 21: MallocTouchFree/N:1048576/manual_time 4.94 us 4.99 us 140972 202.472k/s 21: MallocTouchFree/N:16777216/manual_time 104 us 104 us 6681 9.6139k/s 21: MallocTouchFree/N:268435456/manual_time 141580 us 141320 us 5 7.06316/s 21: MallocTouchFree/N:2147483648/manual_time 989432 us 989166 us 1 1.01068/s 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s MB 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: StreamSet/N:10/manual_time 134 ms 134 ms 4 5.98046/s 800 21: StreamSet/N:11/manual_time 651 ms 651 ms 1 2.63587/s 1.71487k 21: StreamSet<Restrict>/N:10/manual_time 134 ms 134 ms 4 5.9494/s 800 21: StreamSet<Restrict>/N:11/manual_time 622 ms 621 ms 1 2.75575/s 1.71487k 21: StreamCopy/N:10/manual_time 98.2 ms 98.1 ms 7 16.2914/s 1.6k 31: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.000 s 0.001 s 2449 937.793/s 268.435 31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 48703 0.0720639/s 1.024m 31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 49260 0.576603/s 8.192m 31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 49037 4.59553/s 0.065536 31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 48460 36.3076/s 0.524288 31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 40790 244.555/s 4.1943 31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 22601 1.08265k/s 33.5544 31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4670 1.79246k/s 268.435 21: StreamCopy/N:11/manual_time 247 ms 247 ms 3 13.8733/s 3.42974k 31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 47603 0.0696945/s 1.024m 31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 47602 0.558207/s 8.192m 31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 47593 4.45614/s 0.065536 21: StreamCopy<Restrict>/N:10/manual_time 98.1 ms 98.0 ms 7 16.3134/s 1.6k 31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 46786 35.1736/s 0.524288 31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 41164 247.946/s 4.1943 31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 22512 1.0805k/s 33.5544 31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4958 1.90326k/s 268.435 31/62 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 67.67 sec test 32 Start 32: Kokkos_PerformanceTest_Mempool 32: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-12-22_T05-32-04.json" 32: Test timeout computed to be: 600 32: 2025-12-22T05:58:52+00:00 32: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Mempool 32: Run on (64 X 2994.26 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x32) 32: L1 Instruction 32 KiB (x32) 32: L2 Unified 512 KiB (x32) 32: L3 Unified 16384 KiB (x16) 32: Load Average: 5.40, 5.11, 7.97 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 2000 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos Version: 5.0.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 32: macro HIP_VERSION: 70051831 = version 7.0.51831 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: mdspan: enabled 32: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: fill ops per second 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2588 20.3647M/s 21: StreamCopy<Restrict>/N:11/manual_time 247 ms 247 ms 3 13.881/s 3.42974k 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: cycle ops per second 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7923 125.511M/s 32/62 Test #32: Kokkos_PerformanceTest_Mempool ............................. Passed 3.06 sec test 33 Start 33: Kokkos_PerformanceTest_Atomic 33: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-12-22_T05-32-04.json" 33: Test timeout computed to be: 600 33: 2025-12-22T05:58:55+00:00 33: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Atomic 33: Run on (64 X 2994.26 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x32) 33: L1 Instruction 32 KiB (x32) 33: L2 Unified 512 KiB (x32) 33: L3 Unified 16384 KiB (x16) 33: Load Average: 5.13, 5.06, 7.94 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 2000 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CXX20: yes 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HIP: yes 33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 33: Kokkos Version: 5.0.99 33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 33: macro HIP_VERSION: 70051831 = version 7.0.51831 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: mdspan: enabled 33: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 33: platform: 64bit 21: StreamScale/N:10/manual_time 99.3 ms 98.6 ms 7 16.1191/s 1.6k 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Test_Atomic<int>/30000/iterations:10 0.324 s 0.323 s 10 1 4 6.33057m 5.502m 58.1333u 449.985M 44.024k 449.985M 21: StreamScale/N:11/manual_time 227 ms 227 ms 3 15.1078/s 3.42974k 21: StreamScale<Restrict>/N:10/manual_time 98.0 ms 98.0 ms 7 16.3182/s 1.6k 21: StreamScale<Restrict>/N:11/manual_time 230 ms 230 ms 3 14.9386/s 3.42974k 21: StreamAdd/N:10/manual_time 143 ms 142 ms 5 16.8389/s 2.4k 21: StreamAdd/N:11/manual_time 326 ms 326 ms 2 15.7656/s 5.14461k 21: StreamAdd<Restrict>/N:10/manual_time 133 ms 133 ms 5 18.0743/s 2.4k 21: StreamAdd<Restrict>/N:11/manual_time 324 ms 321 ms 2 15.8912/s 5.14461k 21: StreamTriad/N:10/manual_time 133 ms 133 ms 5 17.9843/s 2.4k 21: StreamTriad/N:11/manual_time 311 ms 309 ms 2 16.5413/s 5.14461k 33: Test_Atomic<long int>/100000/iterations:10 4.01 s 3.99 s 10 1 8 2.451m 1.73537m 116.31u 4.99995G 70.974k 4.99995G 21: StreamTriad<Restrict>/N:10/manual_time 132 ms 131 ms 5 18.2104/s 2.4k 21: StreamTriad<Restrict>/N:11/manual_time 312 ms 311 ms 2 16.5153/s 5.14461k 21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: MDRangeStencil_2D_MDRange_LayoutRight/size:512/tile_size:0/iterations:1/manual_time 1.29 ms 1.29 ms 1 1 2 512 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 tile_2 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: MDRangeStencil_3D_MDRange_LayoutLeft/size:128/tile_size:0/iterations:1/manual_time 11.6 ms 11.7 ms 1 1 128 2 2 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations default_tiling tile_0 tile_1 tile_2 tile_3 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: MDRangeStencil_4D_MDRange_LayoutRight/size:32/tile_size:0/iterations:1/manual_time 8.74 ms 8.75 ms 1 1 2 2 2 32 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s MB 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.304 s 0.393 s 2 2.63082/s 800 21: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.303 s 0.394 s 2 2.63835/s 800 21: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.304 s 0.396 s 2 2.63064/s 800 21: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.305 s 0.394 s 2 2.62386/s 800 21: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.303 s 0.395 s 2 2.63888/s 800 21: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.305 s 0.394 s 2 2.62402/s 800 21: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.309 s 0.407 s 2 2.58529/s 800 21: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.310 s 0.401 s 2 2.58113/s 800 21: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.307 s 0.399 s 2 2.60251/s 800 21: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.305 s 0.394 s 2 2.62256/s 800 21: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.305 s 0.395 s 2 2.62408/s 800 21: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.305 s 0.394 s 2 2.62557/s 800 21: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.305 s 0.393 s 2 2.62604/s 800 21: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.304 s 0.391 s 2 2.63441/s 800 21: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.306 s 0.394 s 2 2.61244/s 800 21: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.302 s 0.390 s 2 2.65093/s 800 21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.059 s 0.059 s 12 27.3461/s 1.6k 21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.058 s 0.058 s 12 27.6955/s 1.6k 21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.057 s 0.057 s 12 27.901/s 1.6k 21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.057 s 0.057 s 12 28.1069/s 1.6k 21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.055 s 0.055 s 12 29.3546/s 1.6k 33: Test_Atomic<long long int>/100000/iterations:10 4.06 s 4.05 s 10 1 8 2.44289m 1.71783m 115.52u 4.99995G 142.27k 4.99995G 21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.093 s 0.093 s 7 8.59066/s 800 21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.099 s 0.099 s 7 8.04914/s 800 21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.7381/s 1.6k 21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.057 s 0.057 s 12 27.8326/s 1.6k 21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.6488/s 1.6k 21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.7001/s 1.6k 21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.63 s 1.63 s 1 0.981779/s 1.6k 21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.861 s 0.861 s 1 1.85853/s 1.6k 21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.058 s 0.058 s 12 27.5111/s 1.6k 21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.64 s 1.64 s 1 0.977587/s 1.6k 21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.677 s 0.677 s 1 2.36294/s 1.6k 21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.058 s 0.058 s 12 27.5635/s 1.6k 21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.058 s 0.058 s 12 27.6824/s 1.6k 21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.5907/s 1.6k 21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.5285/s 1.6k 33: Test_Atomic<unsigned int>/100000/iterations:10 3.57 s 3.56 s 10 1 4 2.46393m 1.77704m 56u 704.983M 154.552k 704.983M 21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.34 s 1.34 s 1 1.19727/s 1.6k 21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.000 s 0.999 s 1 1.60052/s 1.6k 21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.34 s 1.34 s 1 1.19773/s 1.6k 21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.16 s 1.16 s 1 1.38316/s 1.6k 21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.058 s 0.058 s 12 27.6097/s 1.6k 21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.5354/s 1.6k 21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.874 s 0.874 s 1 1.83024/s 1.6k 21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.07 s 1.07 s 1 1.50095/s 1.6k 21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.058 s 0.058 s 12 27.5344/s 1.6k 21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.058 s 0.058 s 12 27.5769/s 1.6k 21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.53 s 1.53 s 1 1.04652/s 1.6k 21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.17 s 1.17 s 1 1.36433/s 1.6k 21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.057 s 0.057 s 12 27.9246/s 1.6k 21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.057 s 0.057 s 12 27.9356/s 1.6k 21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.58 s 1.58 s 1 1.01452/s 1.6k 21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.09 s 1.09 s 1 1.47344/s 1.6k 21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.106 s 0.106 s 7 15.0728/s 1.6k 21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.106 s 0.106 s 7 15.0929/s 1.6k 21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.106 s 0.106 s 7 15.0899/s 1.6k 21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.106 s 0.106 s 7 15.0894/s 1.6k 21: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4741/s 800 21: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.070 s 0.070 s 10 11.4797/s 800 33: Test_Atomic<unsigned long int>/100000/iterations:10 4.05 s 4.03 s 10 1 8 2.42566m 1.68006m 115.21u 4.99995G 57.342k 4.99995G 21: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.069 s 0.069 s 10 11.5395/s 800 21: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.070 s 0.070 s 10 11.4798/s 800 21: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4771/s 800 21: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.070 s 0.070 s 10 11.4964/s 800 21: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4793/s 800 21: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.070 s 0.070 s 10 11.4787/s 800 21: ViewFill_Rank1Strided/N:10/manual_time 0.067 s 0.067 s 11 5.95272/s 400 21: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4877/s 800 21: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.069 s 0.069 s 10 11.5425/s 800 21: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.069 s 0.069 s 10 11.5731/s 800 21: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.069 s 0.069 s 10 11.6049/s 800 21: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.068 s 0.068 s 10 11.8017/s 800 21: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.067 s 0.067 s 10 11.9799/s 800 21: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.067 s 0.067 s 11 11.9789/s 800 21: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.065 s 0.065 s 11 12.3173/s 800 21: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.064 s 0.064 s 11 12.5405/s 800 21: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.064 s 0.064 s 11 12.5067/s 800 21: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.073 s 0.073 s 10 10.9849/s 800 21: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.077 s 0.077 s 9 10.4351/s 800 21: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.040 s 0.040 s 10 40.361/s 1.6k 21: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.040 s 0.040 s 10 40.3541/s 1.6k 21: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.042 s 0.042 s 10 37.7337/s 1.6k 21: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.042 s 0.042 s 10 38.1615/s 1.6k 21: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.044 s 0.044 s 10 36.7216/s 1.6k 21: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.044 s 0.044 s 10 36.6571/s 1.6k 21: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.4546/s 1.6k 21: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.1324/s 1.6k 21: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.039 s 0.039 s 10 40.9992/s 1.6k 21: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.038 s 0.038 s 10 41.6844/s 1.6k 21: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.041 s 0.041 s 10 38.9555/s 1.6k 21: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.042 s 0.042 s 10 38.0133/s 1.6k 33: Test_Atomic<unsigned long long int>/100000/iterations:10 4.10 s 4.09 s 10 1 8 2.38388m 1.64028m 115.12u 4.99995G 90.75k 4.99995G 21: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.065 s 0.065 s 10 24.4734/s 1.6k 21: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.065 s 0.065 s 10 24.6381/s 1.6k 21: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.070 s 0.070 s 10 22.8464/s 1.6k 21: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.070 s 0.070 s 10 22.8476/s 1.6k 21: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.064 s 0.064 s 10 25.0316/s 1.6k 21: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.061 s 0.061 s 10 26.1475/s 1.6k 21: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.067 s 0.067 s 10 23.8109/s 1.6k 21: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.065 s 0.065 s 10 24.5177/s 1.6k 21: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.071 s 0.071 s 10 22.5467/s 1.6k 21: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.070 s 0.070 s 10 22.8282/s 1.6k 21: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.068 s 0.068 s 10 23.3749/s 1.6k 21: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.066 s 0.066 s 10 24.2066/s 1.6k 21: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.070 s 0.070 s 10 22.7444/s 1.6k 21: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.080 s 0.080 s 10 19.9245/s 1.6k 21: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.068 s 0.068 s 10 23.4444/s 1.6k 21: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.073 s 0.073 s 10 21.782/s 1.6k 21: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.091 s 0.091 s 10 17.571/s 1.6k 21: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.081 s 0.081 s 10 19.8633/s 1.6k 21: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.083 s 0.083 s 10 19.3123/s 1.6k 21: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.073 s 0.073 s 10 21.9983/s 1.6k 21: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.355 s 0.421 s 10 4.51237/s 1.6k 33: Test_Atomic<float>/100000/iterations:10 3.58 s 3.56 s 10 0 4 0.0105047 1.62665m 911.02u 4.99995G 104.632k 4.99989G 21: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.357 s 0.424 s 10 4.48155/s 1.6k 21/52 Test #21: Kokkos_PerformanceTest_Benchmark ........................... Passed 335.22 sec test 22 Start 22: Kokkos_Benchmark_Atomic_MinMax 22: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-12-22_T05-32-31.json" 22: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 22: Test timeout computed to be: 600 22: 2025-12-22T06:02:54+00:00 22: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 22: Run on (4 X 2000 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 1.00, 2.79, 4.46 22: CPU architecture: none 22: Default Device: Serial 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 22: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 22: GIT_COMMIT_HASH: 37f70304d 22: GPU architecture: none 22: KOKKOS_COMPILER_GNU: 1510 22: KOKKOS_ENABLE_ASM: yes 22: KOKKOS_ENABLE_CXX20: no 22: KOKKOS_ENABLE_CXX23: no 22: KOKKOS_ENABLE_CXX26: yes 22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 22: KOKKOS_ENABLE_HWLOC: no 22: KOKKOS_ENABLE_LIBDL: yes 22: KOKKOS_ENABLE_PRAGMA_IVDEP: no 22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 22: KOKKOS_ENABLE_PRAGMA_UNROLL: no 22: KOKKOS_ENABLE_PRAGMA_VECTOR: no 22: KOKKOS_ENABLE_SERIAL: yes 22: Kokkos Version: 5.0.99 22: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 22: mdspan: enabled 22: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 22: platform: 64bit 22: ---------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations 22: ---------------------------------------------------------------------------------------------------------------------------------------- 22: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.006 s 0.008 s 10 22: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.006 s 0.008 s 10 22: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.002 s 0.003 s 10 22: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.002 s 0.003 s 10 22: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.008 s 0.009 s 10 22: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.002 s 0.003 s 10 22: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.002 s 0.003 s 10 22: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.007 s 0.007 s 10 22: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.007 s 0.007 s 10 22: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.007 s 0.007 s 10 22: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.006 s 0.007 s 10 22: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.007 s 0.008 s 10 22: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.007 s 0.008 s 10 22: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.007 s 0.008 s 10 22: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.007 s 0.008 s 10 22: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.001 s 0.002 s 10 22: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.001 s 0.003 s 10 22: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22/52 Test #22: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 1.89 sec test 23 Start 23: Kokkos_PerformanceTest_ViewFirstTouch 23: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-12-22_T05-32-31.json" 23: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 23: Test timeout computed to be: 600 23: 2025-12-22T06:02:56+00:00 23: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 23: Run on (4 X 2000 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 1.00, 2.79, 4.46 23: CPU architecture: none 23: Default Device: Serial 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 23: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 23: GIT_COMMIT_HASH: 37f70304d 23: GPU architecture: none 23: KOKKOS_COMPILER_GNU: 1510 23: KOKKOS_ENABLE_ASM: yes 23: KOKKOS_ENABLE_CXX20: no 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: yes 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_LIBDL: yes 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: KOKKOS_ENABLE_SERIAL: yes 23: Kokkos Version: 5.0.99 23: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 23: mdspan: enabled 23: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 23: platform: 64bit 23: ------------------------------------------------------------------------------------------------------------------------------------ 23: Benchmark Time CPU Iterations FOM: GB/s MB 23: ------------------------------------------------------------------------------------------------------------------------------------ 23: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 1717845 1.26561/s 512u 23: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 1340567 8.15161/s 4.096m 23: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 784768 36.653/s 0.032768 23: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 177862 66.6821/s 0.262144 23: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 16509 49.8587/s 2.09715 23: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.001 s 0.001 s 673 15.8691/s 16.7772 23: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.053 s 0.069 s 13 2.53009/s 134.218 23: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 2718675 3.96988/s 1.024m 23: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 1350051 15.442/s 8.192m ==> kokkos: Executing phase: 'install' ==> kokkos: Successfully installed kokkos-develop-5ewdyewd4hywcepq2sresdi52f6amuya Stage: 2.70s. Cmake: 1.29s. Build: 10m 0.73s. Install: 1.08s. Post-install: 0.14s. Total: 10m 6.12s [+] /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/kokkos-develop-5ewdyewd4hywcepq2sresdi52f6amuya ==> Installing kokkos-develop-5ewdyewd4hywcepq2sresdi52f6amuya [1/1] ==> View your build results here: ==> kokkos: https://my.cdash.org/buildSummary.php?buildid=3265439 + return 0 + spack load cmake + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper load cmake + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ load != load ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=load + shift + _a= cmake + [ cmake != cmake ] + [ cmake != cmake ] + [ cmake != cmake ] + [ cmake != cmake ] + [ cmake != cmake ] + SPACK_COLOR=always command spack load --sh cmake + stdout=export ACLOCAL_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/share/aclocal:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/share/aclocal:/usr/share/aclocal; export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2; export MANPATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/share/man:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/share/man:/usr/share/man:; export PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin; export PKG_CONFIG_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/lib64/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/lib/pkgconfig; export SPACK_LOADED_HASHES=6oeewb6ox5h2iynm4rcfhmkrfdxftrh7; + eval export ACLOCAL_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/share/aclocal:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/share/aclocal:/usr/share/aclocal; export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2; export MANPATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/share/man:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/share/man:/usr/share/man:; export PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin; export PKG_CONFIG_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/lib64/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/lib/pkgconfig; export SPACK_LOADED_HASHES=6oeewb6ox5h2iynm4rcfhmkrfdxftrh7; + export ACLOCAL_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/share/aclocal:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/share/aclocal:/usr/share/aclocal + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gcc-runtime-11.4.0-qmxrqi3vzvccpbieeoix2bdkmp2a7ds2 + export MANPATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/share/man:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/share/man:/usr/share/man: + export PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/bin:/var/jenkins/workspace/Kokkos_nightly/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PKG_CONFIG_PATH=/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/curl-8.15.0-tlavozzyehjtdgtdj4yikhmunqxoly2d/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/ncurses-6.5-20250705-fpgj6j22dnlou6rfvz477b6ijwtnwq27/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/nghttp2-1.67.1-zjifkaogguwnsdnnj2vruerbah6mu3n6/lib/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/openssl-3.6.0-wkwqx3heg3mqaddym3opdknfwp6hhkm6/lib64/pkgconfig:/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/zlib-ng-2.2.4-cgosimqrvezk62hu4irz22zcceb62fpp/lib/pkgconfig + export SPACK_LOADED_HASHES=6oeewb6ox5h2iynm4rcfhmkrfdxftrh7 + return 0 + spack test run --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper test run --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ test != test ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=test + shift + command spack test run --cdash-upload-url=https://my.cdash.org/submit.php?project=Kokkos --cdash-track=Nightly --cdash-site=ornl-jenkins --cdash-build=spack-serial kokkos ==> Spack test fjoj6acnnvs7laueb2edepvc7o3apyea 23: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 271176 25.454/s 0.065536 23: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 36697 27.0779/s 0.524288 23: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 4565 27.3943/s 4.1943 23: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.002 s 0.003 s 441 20.9046/s 33.5544 23: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.015 s 0.083 s 46 18.4098/s 268.435 23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 3020458 4.40112/s 1.024m 23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 2618826 30.0113/s 8.192m 23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 916755 88.2477/s 0.065536 23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 183254 136.292/s 0.524288 23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 16801 100.958/s 4.1943 23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.001 s 0.001 s 700 33.37/s 33.5544 23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.012 s 0.012 s 59 22.4534/s 268.435 23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 2142513 3.15643/s 1.024m 23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 1904890 22.4863/s 8.192m 23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 855950 80.3979/s 0.065536 23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 185385 138.422/s 0.524288 23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 16866 100.941/s 4.1943 23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.001 s 0.001 s 706 33.9517/s 33.5544 23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.012 s 0.012 s 59 22.5476/s 268.435 23/52 Test #23: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 39.54 sec test 24 Start 24: Kokkos_PerformanceTest_Mempool 24: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-12-22_T05-32-31.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 24: Test timeout computed to be: 600 24: 2025-12-22T06:03:36+00:00 24: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Mempool 24: Run on (4 X 2000 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 1.00, 2.57, 4.31 24: CPU architecture: none 24: Default Device: Serial 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 24: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 24: GIT_COMMIT_HASH: 37f70304d 24: GPU architecture: none 24: KOKKOS_COMPILER_GNU: 1510 24: KOKKOS_ENABLE_ASM: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: yes 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos Version: 5.0.99 24: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 24: mdspan: enabled 24: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 24: platform: 64bit 24: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: fill ops per second 24: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2947 23.405M/s 24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: cycle ops per second 24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 6993 110.491M/s 24/52 Test #24: Kokkos_PerformanceTest_Mempool ............................. Passed 1.82 sec test 25 Start 25: Kokkos_PerformanceTest_Atomic 25: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-12-22_T05-32-31.json" 25: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 25: Test timeout computed to be: 600 25: 2025-12-22T06:03:37+00:00 25: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Atomic 25: Run on (4 X 2000 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x4) 25: L1 Instruction 64 KiB (x4) 25: L2 Unified 512 KiB (x4) 25: L3 Unified 16384 KiB (x4) 25: Load Average: 1.00, 2.54, 4.29 25: CPU architecture: none 25: Default Device: Serial 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 25: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 25: GIT_COMMIT_HASH: 37f70304d 25: GPU architecture: none 25: KOKKOS_COMPILER_GNU: 1510 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: yes 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos Version: 5.0.99 25: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 25: mdspan: enabled 25: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 25: platform: 64bit 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Test_Atomic<int>/30000/iterations:10 0.002 s 0.002 s 10 1 4 0.0139809 2.93867m 750.633u 449.985M 449.985M 449.985M 25: Test_Atomic<long int>/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0136714 2.97519m 720.5u 4.99995G 4.99995G 4.99995G 25: Test_Atomic<long long int>/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0135321 2.96118m 379.5u 4.99995G 4.99995G 4.99995G 25: Test_Atomic<unsigned int>/100000/iterations:10 0.006 s 0.006 s 10 1 4 0.0137205 2.68068m 469u 704.983M 704.983M 704.983M 25: Test_Atomic<unsigned long int>/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0134635 2.79298m 377.8u 4.99995G 4.99995G 4.99995G 25: Test_Atomic<unsigned long long int>/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0137215 2.67798m 377.9u 4.99995G 4.99995G 4.99995G 25: Test_Atomic<float>/100000/iterations:10 0.007 s 0.007 s 10 1 4 0.0135434 4.18767m 1.19979m 4.99989G 4.99989G 4.99989G 25: Test_Atomic<double>/100000/iterations:10 0.007 s 0.007 s 10 1 8 0.0138272 4.19627m 1.13249m 4.99995G 4.99995G 4.99995G 25/52 Test #25: Kokkos_PerformanceTest_Atomic .............................. Passed 0.49 sec test 26 Start 26: Kokkos_PerformanceTest_Reduction 26: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-12-22_T05-32-31.json" 26: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test 26: Test timeout computed to be: 600 26: 2025-12-22T06:03:38+00:00 26: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction 26: Run on (4 X 2000 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x4) 26: L1 Instruction 64 KiB (x4) 26: L2 Unified 512 KiB (x4) 26: L3 Unified 16384 KiB (x4) 26: Load Average: 1.00, 2.54, 4.29 26: CPU architecture: none 26: Default Device: Serial 26: GIT_BRANCH: HEAD 26: GIT_CLEAN_STATUS: CLEAN 26: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 26: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 26: GIT_COMMIT_HASH: 37f70304d 26: GPU architecture: none 26: KOKKOS_COMPILER_GNU: 1510 26: KOKKOS_ENABLE_ASM: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: yes 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos Version: 5.0.99 26: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 26: mdspan: enabled 26: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 26: platform: 64bit 26: ---------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------- 26: ReductionCheapScalarResult<double>/10000/iterations:10 14.3 us 14.1 us 10 26: ReductionCheapScalarResult<double>/100000/iterations:10 120 us 120 us 10 26: ReductionCheapScalarResult<double>/1000000/iterations:10 1207 us 1207 us 10 26: ReductionCheapScalarResult<double>/10000000/iterations:10 13395 us 13389 us 10 26: ReductionCheapHostResult<double>/10000/iterations:10 14.6 us 14.5 us 10 26: ReductionCheapHostResult<double>/100000/iterations:10 123 us 123 us 10 26: ReductionCheapHostResult<double>/1000000/iterations:10 1232 us 1231 us 10 26: ReductionCheapHostResult<double>/10000000/iterations:10 13354 us 13352 us 10 26: ReductionCheapDeviceResult<double>/10000/iterations:10 12.3 us 12.2 us 10 26: ReductionCheapDeviceResult<double>/100000/iterations:10 123 us 123 us 10 26: ReductionCheapDeviceResult<double>/1000000/iterations:10 1230 us 1230 us 10 26: ReductionCheapDeviceResult<double>/10000000/iterations:10 13330 us 13327 us 10 26: ReductionExpensive<double>/10000/iterations:10 43460 us 43445 us 10 33: Test_Atomic<double>/100000/iterations:10 4.10 s 4.08 s 10 1 8 9.90933m 1.50342m 911.22u 4.99995G 163.646k 4.99995G 33/62 Test #33: Kokkos_PerformanceTest_Atomic .............................. Passed 278.26 sec test 34 Start 34: Kokkos_PerformanceTest_Reduction 34: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-12-22_T05-32-04.json" 34: Test timeout computed to be: 600 34: 2025-12-22T06:03:34+00:00 34: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction 34: Run on (64 X 2994.26 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x32) 34: L1 Instruction 32 KiB (x32) 34: L2 Unified 512 KiB (x32) 34: L3 Unified 16384 KiB (x16) 34: Load Average: 2.03, 3.22, 6.41 34: APU or dGPU: dGPU 34: Architecture capable of accessing system allocated memory: 1 34: CPU architecture: none 34: Default Device: HIP 34: GPU architecture: AMD_GFX908 34: Is Large Bar: 1 34: KOKKOS_COMPILER_CLANG: 2000 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CXX20: yes 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HIP: yes 34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 34: Kokkos Version: 5.0.99 34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 34: macro HIP_VERSION: 70051831 = version 7.0.51831 34: macro KOKKOS_ENABLE_HIP: defined 34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 34: macro KOKKOS_ENABLE_ROCTHRUST: defined 34: mdspan: enabled 34: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 34: platform: 64bit 34: ---------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations 34: ---------------------------------------------------------------------------------------------------- 34: ReductionCheapScalarResult<double>/10000/iterations:10 44.1 us 43.0 us 10 34: ReductionCheapScalarResult<double>/100000/iterations:10 43.5 us 43.5 us 10 34: ReductionCheapScalarResult<double>/1000000/iterations:10 53.3 us 52.6 us 10 34: ReductionCheapScalarResult<double>/10000000/iterations:10 151 us 151 us 10 34: ReductionCheapHostResult<double>/10000/iterations:10 37.4 us 36.4 us 10 34: ReductionCheapHostResult<double>/100000/iterations:10 39.0 us 39.0 us 10 34: ReductionCheapHostResult<double>/1000000/iterations:10 50.9 us 50.3 us 10 34: ReductionCheapHostResult<double>/10000000/iterations:10 159 us 158 us 10 34: ReductionCheapDeviceResult<double>/10000/iterations:10 23.6 us 23.6 us 10 34: ReductionCheapDeviceResult<double>/100000/iterations:10 26.8 us 26.1 us 10 34: ReductionCheapDeviceResult<double>/1000000/iterations:10 37.4 us 37.4 us 10 34: ReductionCheapDeviceResult<double>/10000000/iterations:10 146 us 145 us 10 34: ReductionExpensive<double>/10000/iterations:10 104 us 103 us 10 34: ReductionExpensive<double>/100000/iterations:10 299 us 297 us 10 34: ReductionExpensive<double>/1000000/iterations:10 2558 us 2546 us 10 34: ReductionExpensive<double>/10000000/iterations:10 22071 us 22000 us 10 34/62 Test #34: Kokkos_PerformanceTest_Reduction ........................... Passed 0.61 sec test 35 Start 35: Kokkos_ContainersUnitTest_Serial 35: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 35: Test timeout computed to be: 600 35: [==========] Running 79 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from serial_DeathTest 35: [ RUN ] serial_DeathTest.dualview_external_view_construction 35: [ OK ] serial_DeathTest.dualview_external_view_construction (1308 ms) 35: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 26: ReductionExpensive<double>/100000/iterations:10 434528 us 434476 us 10 35: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (15670 ms) 35: [----------] 2 tests from serial_DeathTest (16979 ms total) 35: 35: [----------] 77 tests from serial 35: [ RUN ] serial.bitset 35: [ OK ] serial.bitset (1158 ms) 35: [ RUN ] serial.bitset_default_constructor_no_alloc 35: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] serial.dualview_combination 35: [ OK ] serial.dualview_combination (0 ms) 35: [ RUN ] serial.dualview_alloc 35: [ OK ] serial.dualview_alloc (0 ms) 35: [ RUN ] serial.test_dualview_copy_construction_and_assignment 35: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] serial.dualview_combinations_without_init 35: [ OK ] serial.dualview_combinations_without_init (0 ms) 35: [ RUN ] serial.dualview_deep_copy 35: [ OK ] serial.dualview_deep_copy (0 ms) 35: [ RUN ] serial.dualview_sync_should_fence 35: [ OK ] serial.dualview_sync_should_fence (0 ms) 35: [ RUN ] serial.dualview_realloc 35: [ OK ] serial.dualview_realloc (0 ms) 35: [ RUN ] serial.dualview_resize 35: [ OK ] serial.dualview_resize (0 ms) 35: [ RUN ] serial.dualview_device_correct_kokkos_device 35: 35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 35: does not support page migration between device and host. 35: HIPManagedSpace might not work as expected. 35: Please refer to the ROCm documentation on unified/managed memory. 35: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_correct_kokkos_device 35: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_sync 35: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 35: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_sync 35: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 35: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 35: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 35: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 35: [ RUN ] serial.dualview_sequential_host_init 35: [ OK ] serial.dualview_sequential_host_init (0 ms) 35: [ RUN ] serial.dualview_default_constructed 35: [ OK ] serial.dualview_default_constructed (0 ms) 35: [ RUN ] serial.dualview_resize_single_device 35: [ OK ] serial.dualview_resize_single_device (0 ms) 35: [ RUN ] serial.dynamic_view 35: [ OK ] serial.dynamic_view (6 ms) 35: [ RUN ] serial.dyn_rank_view_api_generic 35: [ OK ] serial.dyn_rank_view_api_generic (4 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 35: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 35: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 35: /var/jenkins/workspace/Kokkos_nightly/containers/unit_tests/TestDynViewAPI_rank12345.hpp:57: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_members 35: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 35: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 35: [ RUN ] serial.dyn_rank_view_layout_member 35: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 35: [ RUN ] serial.dyn_rank_view_team_scratch 35: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 35: [ RUN ] serial.view_customization_extra_int_arg 35: [ OK ] serial.view_customization_extra_int_arg (0 ms) 35: [ RUN ] serial.ErrorReporterViaLambda 35: [ OK ] serial.ErrorReporterViaLambda (0 ms) 35: [ RUN ] serial.ErrorReporter 35: [ OK ] serial.ErrorReporter (0 ms) 35: [ RUN ] serial.ErrorReporter_label_ctor 35: [ OK ] serial.ErrorReporter_label_ctor (0 ms) 35: [ RUN ] serial.ErrorReporter_resize 35: [ OK ] serial.ErrorReporter_resize (0 ms) 35: [ RUN ] serial.offsetview_construction 35: [ OK ] serial.offsetview_construction (7 ms) 35: [ RUN ] serial.offsetview_unmanaged_construction 35: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] serial.offsetview_subview 35: [ OK ] serial.offsetview_subview (4 ms) 35: [ RUN ] serial.offsetview_offsets_rank1 35: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank2 35: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank3 35: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] serial.scatterview 35: [ OK ] serial.scatterview (1635 ms) 35: [ RUN ] serial.scatterview_devicetype 35: [ OK ] serial.scatterview_devicetype (1 ms) 35: [ RUN ] serial.staticcrsgraph 35: [ OK ] serial.staticcrsgraph (5 ms) 35: [ RUN ] serial.resize_realloc_no_init_dualview 35: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_dualview 35: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 35: [ RUN ] serial.resize_exec_space_dualview 35: [ OK ] serial.resize_exec_space_dualview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dualview 35: [ OK ] serial.realloc_exec_space_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_dynrankview 35: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 35: [ RUN ] serial.resize_exec_space_dynrankview 35: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dynrankview 35: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_scatterview 35: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_scatterview 35: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 35: [ RUN ] serial.resize_exec_space_scatterview 35: [ OK ] serial.resize_exec_space_scatterview (0 ms) 35: [ RUN ] serial.realloc_exec_space_scatterview 35: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview 35: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 35: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 35: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview 35: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 35: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_offsetview 35: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview 35: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 35: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 35: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 35: [ RUN ] serial.UnorderedMap_insert ==> Testing package kokkos-develop-5ewdyew ============================== 1 passed of 1 spec ============================== ==> View your build results here: ==> kokkos: https://my.cdash.org/buildSummary.php?buildid=3265443 + return 0 + spack test results -l + : this is a shell function from: /var/jenkins/workspace/Kokkos_nightly/spack/share/spack/setup-env.sh + : the real spack script is here: /var/jenkins/workspace/Kokkos_nightly/spack/bin/spack + _spack_shell_wrapper test results -l + eval if [ -n "${DYLD_LIBRARY_PATH-}" ]; then export SPACK_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}; fi + [ -n ] + eval if [ -n "${DYLD_FALLBACK_LIBRARY_PATH-}" ]; then export SPACK_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}; fi + [ -n ] + [ -n ] + _sp_flags= + [ ! -z x ] + [ test != test ] + [ -n ] + [ != ] + _sp_subcommand= + [ ! -z x ] + _sp_subcommand=test + shift + command spack test results -l ==> Results for test suite 'fjoj6acnnvs7laueb2edepvc7o3apyea': ==> test specs: ==> kokkos-develop-5ewdyew PASSED ==> Testing package kokkos-develop-5ewdyew ==> [2025-12-22-06:03:10.116000] Installing /var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/kokkos-develop-5ewdyewd4hywcepq2sresdi52f6amuya/.spack/test to /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos ==> [2025-12-22-06:03:10.117855] test: test_run: Test if kokkos builds and runs ==> [2025-12-22-06:03:10.133627] '/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/cmake-3.31.9-6oeewb6ox5h2iynm4rcfhmkrfdxftrh7/bin/cmake' '/root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out' '-DEXECUTABLE_OUTPUT_PATH=/root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out' -- The CXX compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Enabled Kokkos devices: SERIAL -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew ==> [2025-12-22-06:03:10.310228] '/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin/make' [ 12%] Building CXX object CMakeFiles/hello_world.dir/hello_world.cpp.o [ 25%] Linking CXX executable /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out/hello_world [ 25%] Built target hello_world [ 37%] Building CXX object CMakeFiles/simple_reduce.dir/simple_reduce.cpp.o [ 50%] Linking CXX executable /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out/simple_reduce [ 50%] Built target simple_reduce [ 62%] Building CXX object CMakeFiles/random_numbers.dir/random_numbers.cpp.o [ 75%] Linking CXX executable /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out/random_numbers [ 75%] Built target random_numbers [ 87%] Building CXX object CMakeFiles/dual_view.dir/dual_view.cpp.o [100%] Linking CXX executable /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out/dual_view [100%] Built target dual_view ==> [2025-12-22-06:03:17.369203] '/var/jenkins/workspace/Kokkos_nightly/spack/opt/spack/linux-zen2/gmake-4.4.1-hc2uz5r3fqytsd4svdfsrxnaf2uwnnej/bin/make' '/root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew/cache/kokkos/scripts/spack_test/out' 'test' Running tests... Test project /root/.spack/test/fjoj6acnnvs7laueb2edepvc7o3apyea/kokkos-develop-5ewdyew Start 1: hello_world 1/4 Test #1: hello_world ...................... Passed 0.00 sec Start 2: simple_reduce 2/4 Test #2: simple_reduce .................... Passed 0.00 sec Start 3: random_numbers 3/4 Test #3: random_numbers ................... Passed 0.00 sec Start 4: dual_view 4/4 Test #4: dual_view ........................ Passed 38.47 sec 100% tests passed, 0 tests failed out of 4 Label Time Summary: Kokkos = 38.48 sec*proc (4 tests) Total Test time (real) = 38.49 sec PASSED: Kokkos::test_run ==> [2025-12-22-06:03:55.920646] Completed testing ==> [2025-12-22-06:03:55.920749] ======================= SUMMARY: kokkos-develop-5ewdyew ======================== Kokkos::test_run .. PASSED ============================= 1 passed of 1 parts ============================== ============================== 1 passed of 1 spec ============================== + return 0 [Pipeline] } $ docker stop --time=1 85fa0afa5f176cbfb5706688125ebd65ec33a846213d46648c6c09ce973b5ca6 $ docker rm -f --volumes 85fa0afa5f176cbfb5706688125ebd65ec33a846213d46648c6c09ce973b5ca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 35: [ OK ] serial.UnorderedMap_insert (6194 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 35: [ OK ] serial.UnorderedMap_failed_insert (2775 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 35: [ RUN ] serial.UnorderedMap_valid_empty 35: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 35: [ RUN ] serial.UnorderedMap_clear_zero_size 35: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] serial.UnorderedMap_consistent_size 35: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 35: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] serial.UnorderedMap_lambda_capturable 35: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] serial.UnorderedMap_constructor_view_alloc 35: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] serial.UnorderedMap_View_as_value 35: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 35: [ RUN ] serial.vector_combination 35: [ OK ] serial.vector_combination (0 ms) 35: [ RUN ] serial.vector_insert 35: [ OK ] serial.vector_insert (0 ms) 35: [ RUN ] serial.vector_push_back_default_exec 35: [ OK ] serial.vector_push_back_default_exec (0 ms) 35: [----------] 77 tests from serial (11802 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 79 tests from 2 test suites ran. (28781 ms total) 35: [ PASSED ] 78 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 35/62 Test #35: Kokkos_ContainersUnitTest_Serial ........................... Passed 29.13 sec test 36 Start 36: Kokkos_ContainersUnitTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 36: Test timeout computed to be: 600 36: [==========] Running 79 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from hip_DeathTest 36: [ RUN ] hip_DeathTest.dualview_external_view_construction 36: /var/jenkins/workspace/Kokkos_nightly/containers/unit_tests/TestDualView.hpp:580: Skipped 36: test only relevant if DualView uses one allocation 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms) 36: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction 36: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (18247 ms) 36: [----------] 2 tests from hip_DeathTest (18247 ms total) 36: 36: [----------] 77 tests from hip 36: [ RUN ] hip.bitset 36: [ OK ] hip.bitset (16 ms) 36: [ RUN ] hip.bitset_default_constructor_no_alloc 36: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] hip.dualview_combination 36: [ OK ] hip.dualview_combination (0 ms) 36: [ RUN ] hip.dualview_alloc 36: [ OK ] hip.dualview_alloc (0 ms) 36: [ RUN ] hip.test_dualview_copy_construction_and_assignment 36: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] hip.dualview_combinations_without_init 36: [ OK ] hip.dualview_combinations_without_init (0 ms) 36: [ RUN ] hip.dualview_deep_copy 36: [ OK ] hip.dualview_deep_copy (1 ms) 36: [ RUN ] hip.dualview_sync_should_fence 36: [ OK ] hip.dualview_sync_should_fence (13 ms) 36: [ RUN ] hip.dualview_realloc 36: [ OK ] hip.dualview_realloc (0 ms) 36: [ RUN ] hip.dualview_resize 36: [ OK ] hip.dualview_resize (1 ms) 36: [ RUN ] hip.dualview_device_correct_kokkos_device 36: 36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 36: does not support page migration between device and host. 36: HIPManagedSpace might not work as expected. 36: Please refer to the ROCm documentation on unified/managed memory. 36: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_correct_kokkos_device 36: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_sync 36: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 36: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_sync 36: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 36: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 36: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 36: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 36: [ RUN ] hip.dualview_sequential_host_init 36: [ OK ] hip.dualview_sequential_host_init (0 ms) 36: [ RUN ] hip.dualview_default_constructed 36: [ OK ] hip.dualview_default_constructed (0 ms) 36: [ RUN ] hip.dualview_resize_single_device 36: [ OK ] hip.dualview_resize_single_device (0 ms) 36: [ RUN ] hip.dynamic_view 36: [ OK ] hip.dynamic_view (15 ms) 36: [ RUN ] hip.dyn_rank_view_api_generic 36: [ OK ] hip.dyn_rank_view_api_generic (5 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 36: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (0 ms) 36: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 36: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank67 36: [ OK ] hip.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_members 36: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_layout_stride 36: [ OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms) 36: [ RUN ] hip.dyn_rank_view_layout_member 36: [ OK ] hip.dyn_rank_view_layout_member (0 ms) 36: [ RUN ] hip.dyn_rank_view_team_scratch 36: [ OK ] hip.dyn_rank_view_team_scratch (4 ms) 36: [ RUN ] hip.view_customization_extra_int_arg 36: [ OK ] hip.view_customization_extra_int_arg (0 ms) 36: [ RUN ] hip.ErrorReporterViaLambda 36: [ OK ] hip.ErrorReporterViaLambda (0 ms) 36: [ RUN ] hip.ErrorReporter 36: [ OK ] hip.ErrorReporter (1 ms) 36: [ RUN ] hip.ErrorReporter_label_ctor 36: [ OK ] hip.ErrorReporter_label_ctor (0 ms) 36: [ RUN ] hip.ErrorReporter_resize 36: [ OK ] hip.ErrorReporter_resize (0 ms) 36: [ RUN ] hip.offsetview_construction 36: [ OK ] hip.offsetview_construction (1 ms) 36: [ RUN ] hip.offsetview_unmanaged_construction 36: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] hip.offsetview_subview 36: [ OK ] hip.offsetview_subview (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank1 36: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank2 36: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank3 36: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] hip.scatterview 26: ReductionExpensive<double>/1000000/iterations:10 4086470 us 4084708 us 10 36: [ OK ] hip.scatterview (28164 ms) 36: [ RUN ] hip.scatterview_devicetype 36: [ OK ] hip.scatterview_devicetype (46129 ms) 36: [ RUN ] hip.staticcrsgraph 36: [ OK ] hip.staticcrsgraph (12 ms) 36: [ RUN ] hip.resize_realloc_no_init_dualview 36: [ OK ] hip.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_dualview 36: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] hip.resize_exec_space_dualview 36: [ OK ] hip.resize_exec_space_dualview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dualview 36: [ OK ] hip.realloc_exec_space_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_dynrankview 36: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] hip.resize_exec_space_dynrankview 36: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dynrankview 36: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_scatterview 36: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_scatterview 36: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] hip.resize_exec_space_scatterview 36: [ OK ] hip.resize_exec_space_scatterview (0 ms) 36: [ RUN ] hip.realloc_exec_space_scatterview 36: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview 36: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 36: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview 36: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_offsetview 36: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview 36: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 36: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] hip.UnorderedMap_insert 36: [ OK ] hip.UnorderedMap_insert (2312 ms) 36: [ RUN ] hip.UnorderedMap_failed_insert 36: [ OK ] hip.UnorderedMap_failed_insert (661 ms) 36: [ RUN ] hip.UnorderedMap_deep_copy 36: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] hip.UnorderedMap_valid_empty 36: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 36: [ RUN ] hip.UnorderedMap_clear_zero_size 36: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] hip.UnorderedMap_consistent_size 36: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 36: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] hip.UnorderedMap_lambda_capturable 36: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] hip.UnorderedMap_constructor_view_alloc 36: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] hip.UnorderedMap_View_as_value 36: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 36: [ RUN ] hip.vector_combination 36: [ OK ] hip.vector_combination (0 ms) 36: [ RUN ] hip.vector_insert 36: [ OK ] hip.vector_insert (0 ms) 36: [ RUN ] hip.vector_push_back_default_exec 36: [ OK ] hip.vector_push_back_default_exec (0 ms) 36: [----------] 77 tests from hip (77358 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 79 tests from 2 test suites ran. (95606 ms total) 36: [ PASSED ] 78 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 36/62 Test #36: Kokkos_ContainersUnitTest_HIP .............................. Passed 96.10 sec test 37 Start 37: Kokkos_ContainersPerformanceTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 37: Test timeout computed to be: 600 37: [==========] Running 4 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 4 tests from TEST_CATEGORY 37: [ RUN ] TEST_CATEGORY.dynrankview_perf 37: HIP 37: DynRankView vs View: Initialization Only 37: View time (init only): 0.00109852 37: View sum computation time: 0.00109852 37: Strided View time (init only): 0.00112166 37: View Rank7 time (init only): 0.00115245 37: DynRankView time (init only): 0.00115041 37: DynRankView sum computation time: 0.00136341 37: Ratio of View to DynRankView time: 0.954896 37: Ratio of View to DynRankView sum computation time: 0.960797 37: Ratio of View to View Rank7 time: 0.953212 37: Ratio of StrideView to DynRankView time: 0.975005 37: Ratio of DynRankView to View Rank7 time: 0.998236 37: [ OK ] TEST_CATEGORY.dynrankview_perf (10 ms) 37: [ RUN ] TEST_CATEGORY.global_2_local 37: HIP 37: size, create, generate, fill, find 37: 256, 0.000281349, 1.8004e-05, 0.00382976, 0.00412443 37: 512, 0.000254569, 1.5299e-05, 3.3352e-05, 0.00403068 37: 1024, 0.000224612, 1.4136e-05, 3.5066e-05, 0.00396657 37: 2048, 0.000216607, 1.4287e-05, 3.3603e-05, 0.0041873 37: 4096, 0.000219403, 1.3897e-05, 3.3343e-05, 0.00425867 37: 8192, 0.000222759, 1.3886e-05, 3.3703e-05, 0.00417391 37: 16384, 0.000305895, 1.4146e-05, 3.5436e-05, 0.00423557 37: 32768, 0.000224542, 1.4217e-05, 3.8072e-05, 0.0043488 37: 65536, 0.000222308, 1.4427e-05, 4.6127e-05, 0.0046125 37: 131072, 0.00032458, 1.4707e-05, 7.0422e-05, 0.00528645 37: 262144, 0.000369014, 1.6582e-05, 0.000118142, 0.0078076 37: 524288, 0.000419769, 1.7163e-05, 0.000292159, 0.0122087 37: 1048576, 0.000442332, 2.2232e-05, 0.000718531, 0.0231691 37: 2097152, 0.000492937, 2.9996e-05, 0.00161822, 0.0497052 37: 4194304, 0.000598906, 4.3803e-05, 0.00358154, 0.120613 37: [ OK ] TEST_CATEGORY.global_2_local (273 ms) 37: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 37: skipping test 37: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 37: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 37: skipping test 37: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 37: [----------] 4 tests from TEST_CATEGORY (284 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 4 tests from 1 test suite ran. (284 ms total) 37: [ PASSED ] 4 tests. 37/62 Test #37: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.62 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 600 38: [==========] Running 17 tests from 2 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from hip_DeathTest 38: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 38: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2999 ms) 38: [----------] 1 test from hip_DeathTest (2999 ms total) 38: 38: [----------] 16 tests from hip 38: [ RUN ] hip.SortUnsignedValueType 38: [ OK ] hip.SortUnsignedValueType (14 ms) 38: [ RUN ] hip.SortEmptyView 38: [ OK ] hip.SortEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyView 38: [ OK ] hip.SortByKeyEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyViewHost 38: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 38: [ RUN ] hip.SortByKey 38: [ OK ] hip.SortByKey (0 ms) 38: [ RUN ] hip.SortByKeyWithComparator 38: [ OK ] hip.SortByKeyWithComparator (0 ms) 38: [ RUN ] hip.SortByKeyStaticExtents 38: [ OK ] hip.SortByKeyStaticExtents (0 ms) 38: [ RUN ] hip.SortByKeyWithStrides 38: [ OK ] hip.SortByKeyWithStrides (0 ms) 38: [ RUN ] hip.SortWithCustomComparator 38: [ OK ] hip.SortWithCustomComparator (83 ms) 38: [ RUN ] hip.BinSortGenericTests 38: [ OK ] hip.BinSortGenericTests (9 ms) 38: [ RUN ] hip.BinSortEmptyView 38: [ OK ] hip.BinSortEmptyView (0 ms) 38: [ RUN ] hip.BinSortEmptyKeysView 38: [ OK ] hip.BinSortEmptyKeysView (0 ms) 38: [ RUN ] hip.BinSort_issue_7221 38: [ OK ] hip.BinSort_issue_7221 (0 ms) 38: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 38: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (10269 ms) 38: [ RUN ] hip.NestedSort 38: [ OK ] hip.NestedSort (34 ms) 38: [ RUN ] hip.NestedSortByKey 38: [ OK ] hip.NestedSortByKey (103 ms) 38: [----------] 16 tests from hip (10519 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 17 tests from 2 test suites ran. (13518 ms total) 38: [ PASSED ] 17 tests. 38/62 Test #38: Kokkos_UnitTest_Sort ....................................... Passed 13.91 sec test 39 Start 39: Kokkos_UnitTest_Random 39: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Random 39: Test timeout computed to be: 600 39: [==========] Running 3 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from hip 39: [ RUN ] hip.Random_XorShift64 39: Test Seed:1766383554578106013 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.0138521 0.0127114 || 0.051031 27999 29295 || 29077.2 28674.4 || 175.722 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.000102374 0.000614002 || 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.022647 -0.0333675 || 0.051031 28056 29337 || 29338.8 28674.4 || -461.272 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0177178 0.00166973 || 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.0254073 -0.0394011 || 0.051031 28047 29343 || 27963.9 28674.4 || -544.68 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00229342 -0.00410458 || 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.00477495 0.0240889 || 0.051031 27987 29275 || 28812 28674.4 || 333.005 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00168876 0.00277771 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244369 -0.99999 -48248.3 || 0.051031 0 195174 || 2.92869e+09 28674.4 || -6.66984e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000732026 -0.322445 0.154912 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00196012 -0.999999 -57857.1 || 0.051031 0 1.55155e+06 || 2.86896e+10 28674.4 || -7.99817e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.00589005 -0.96795 10.2852 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.78568e-07 0.00912862 -0.008208 || 0.051031 28098 29350 || 28415 28674.4 || -113.467 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.49199e-07 -0.00205871 0.00194563 || 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.00319865 0.00784418 || 0.051031 27973 29328 || 28583 28674.4 || 108.438 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00492592 0.00097046 || 0.051031 1e+64 -1e+64 39: Test Seed:1766383554733519075 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.00363001 -0.00242206 || 0.051031 28020 29429 || 28778.9 28674.4 || -33.4826 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0131709 0.00036178 || 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.00163772 -0.0106117 || 0.051031 28072 29412 || 28627.5 28674.4 || -146.696 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0210741 -0.00468821 || 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.0248006 -0.000585268 || 0.051031 28007 29300 || 29403.6 28674.4 || -8.09074 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00567021 -0.00671692 || 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.0158565 -0.00347932 || 0.051031 28051 29401 || 28226.8 28674.4 || -48.0981 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0108002 0.000948597 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000245028 -0.99999 -48250.6 || 0.051031 0 195198 || 2.92902e+09 28674.4 || -6.67016e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000733951 -0.315135 0.156166 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00195795 -0.999999 -57857.7 || 0.051031 0 1.55153e+06 || 2.86891e+10 28674.4 || -7.99825e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.00588384 -0.967909 10.2901 || 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.0132173 0.0170736 || 0.051031 28015 29488 || 28300.3 28674.4 || 236.025 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.41632e-07 -0.00489898 0.00353313 || 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.000715273 -0.00715542 || 0.051031 28007 29420 || 28694.9 28674.4 || -98.9165 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00882262 -0.004386 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift64 (312 ms) 39: [ RUN ] hip.Random_XorShift1024_0 39: Test Seed:1766383554890172519 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.00284522 0.0112012 || 0.051031 10963 11752 || 11409.4 11377 || 154.845 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00353572 -0.00114944 || 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.0116812 0.000801747 || 0.051031 10941 11773 || 11245.6 11377 || 11.0834 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0165869 0.00205949 || 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.00773944 0.000472859 || 0.051031 10963 11873 || 11465.7 11377 || 6.5368 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0145931 -0.00234447 || 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.0289079 0.00182233 || 0.051031 10947 11835 || 11057.3 11377 || 25.1919 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0209579 0.00276136 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000245752 -0.999975 -7595.73 || 0.051031 0 77690 || 4.61056e+08 11377 || -1.05003e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000736932 -0.129183 0.0264521 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00195804 -0.999997 -9108.09 || 0.051031 0 616628 || 4.51644e+09 11377 || -1.2591e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.00588474 -0.922999 1.6259 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.67029e-07 -0.000527472 -0.00283869 || 0.051031 11029 11760 || 11383 11377 || -39.242 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.05176e-07 -0.0119376 -0.00221963 || 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.00507169 0.0126543 || 0.051031 10925 11796 || 11319.5 11377 || 174.933 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0132029 0.00188801 || 0.051031 1e+64 -1e+64 39: Test Seed:1766383555014698048 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.0220268 -0.00546186 || 0.051031 10891 11788 || 11633.2 11377 || -75.5048 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0229843 -0.00240982 || 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.00166992 -0.00463293 || 0.051031 10945 11793 || 11396 11377 || -64.0456 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00246174 -0.00206311 || 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.00156693 0.00827011 || 0.051031 10997 11773 || 11394.8 11377 || 114.326 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00474483 0.00391767 || 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.000376639 0.00326294 || 0.051031 10907 11798 || 11381.2 11377 || 45.1069 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.000574386 -0.00231988 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000243863 -0.999975 -7594.59 || 0.051031 0 77615 || 4.61061e+08 11377 || -1.04988e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.00073122 -0.135112 0.0237898 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00195866 -0.999997 -9107.89 || 0.051031 0 616226 || 4.51565e+09 11377 || -1.25908e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.005887 -0.92271 1.6153 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.79744e-07 -0.00912696 -0.00493491 || 0.051031 10945 11779 || 11481.8 11377 || -68.2203 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.43323e-07 -0.0216196 0.0010382 || 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.00280923 0.00923779 || 0.051031 10986 11786 || 11345.1 11377 || 127.703 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0157014 -0.00196641 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift1024_0 (284 ms) 39: [ RUN ] hip.Multi_streams 39: [ OK ] hip.Multi_streams (756 ms) 39: [----------] 3 tests from hip (1352 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (1352 ms total) 39: [ PASSED ] 3 tests. 39/62 Test #39: Kokkos_UnitTest_Random ..................................... Passed 1.69 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test timeout computed to be: 600 40: [==========] Running 16 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_DeathTest 40: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 40: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 40: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 40: 40: [----------] 3 tests from std_algorithms_reducers 40: [ RUN ] std_algorithms_reducers.max_first_loc 40: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_first_loc 40: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 40: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 40: [----------] 3 tests from std_algorithms_reducers (0 ms total) 40: 40: [----------] 1 test from std_algorithms 40: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 40: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 40: [----------] 1 test from std_algorithms (0 ms total) 40: 40: [----------] 11 tests from random_access_iterator_test 40: [ RUN ] random_access_iterator_test.constructor 40: [ OK ] random_access_iterator_test.constructor (0 ms) 40: [ RUN ] random_access_iterator_test.constructiblity 40: [ OK ] random_access_iterator_test.constructiblity (0 ms) 40: [ RUN ] random_access_iterator_test.dereference 40: [ OK ] random_access_iterator_test.dereference (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: [----------] 11 tests from random_access_iterator_test (3 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 16 tests from 4 test suites ran. (4 ms total) 40: [ PASSED ] 16 tests. 40/62 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.32 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 600 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 (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (48 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (48 ms total) 41: [ PASSED ] 7 tests. 41/62 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.37 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test timeout computed to be: 600 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 (25 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (25 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 (53 ms) 42: [----------] 1 test from std_algorithms_for_each_test (53 ms total) 42: 42: [----------] 1 test from std_algorithms_find_test 42: [ RUN ] std_algorithms_find_test.test 42: [ OK ] std_algorithms_find_test.test (27 ms) 42: [----------] 1 test from std_algorithms_find_test (27 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (497 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (481 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search 42: [ OK ] std_algorithms_non_mod_seq_ops.search (485 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (330 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1795 ms total) 42: 42: [----------] 1 test from std_algorithms_count_test 42: [ RUN ] std_algorithms_count_test.test 42: [ OK ] std_algorithms_count_test.test (20 ms) 42: [----------] 1 test from std_algorithms_count_test (20 ms total) 42: 42: [----------] 1 test from std_algorithms_equal_test 42: [ RUN ] std_algorithms_equal_test.test 42: [ OK ] std_algorithms_equal_test.test (17 ms) 42: [----------] 1 test from std_algorithms_equal_test (17 ms total) 42: 42: [----------] 1 test from std_algorithms_all_any_none_of_test 42: [ RUN ] std_algorithms_all_any_none_of_test.test 42: [ OK ] std_algorithms_all_any_none_of_test.test (27 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (27 ms total) 42: 42: [----------] 1 test from std_algorithms_nonmod_seq_ops 42: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 42: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (44 ms) 42: [----------] 1 test from std_algorithms_nonmod_seq_ops (44 ms total) 42: 42: [----------] 1 test from std_algorithms_mismatch_test 42: [ RUN ] std_algorithms_mismatch_test.test 42: [ OK ] std_algorithms_mismatch_test.test (66 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (66 ms total) 42: 42: [----------] 1 test from std_algorithms_mod_seq_ops 42: [ RUN ] std_algorithms_mod_seq_ops.move_backward 42: [ OK ] std_algorithms_mod_seq_ops.move_backward (60 ms) 42: [----------] 1 test from std_algorithms_mod_seq_ops (60 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 13 tests from 10 test suites ran. (2139 ms total) 42: [ PASSED ] 13 tests. 42/62 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.49 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 600 43: [==========] Running 31 tests from 5 test suites. 43: [----------] Global test environment set-up. 43: [----------] 3 tests from std_algorithms_mod_ops_test 43: [ RUN ] std_algorithms_mod_ops_test.move 43: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 43: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 43: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 43: [----------] 3 tests from std_algorithms_mod_ops_test (0 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 (0 ms) 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 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 (31 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (74 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (54 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (50 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (210 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 (37 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique 43: [ OK ] std_algorithms_mod_seq_ops.unique (81 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (50 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (33 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (37 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (74 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (36 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate 43: [ OK ] std_algorithms_mod_seq_ops.rotate (467 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (281 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (684 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (689 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (2474 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 (52 ms) 43: [----------] 1 test from std_algorithms_modseq_test (52 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 31 tests from 5 test suites ran. (2743 ms total) 43: [ PASSED ] 31 tests. 43/62 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 3.11 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test timeout computed to be: 600 44: [==========] Running 29 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_sorting_ops_test 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (23 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 (3 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 (33 ms) 44: [----------] 1 test from std_algorithms_partitioning_ops (33 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 (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 44: [----------] 12 tests from std_algorithms_numerics_test (11 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 (74 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (74 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (642 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 (588 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 (187 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 (327 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 (1746 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 (39 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (39 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (1933 ms total) 44: [ PASSED ] 29 tests. 44/62 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.31 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test timeout computed to be: 600 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 (488 ms) 45: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 45: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (482 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (971 ms total) 45: 45: [----------] 2 tests from std_algorithms_count_team_test 45: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 45: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (247 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (224 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (471 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 (269 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (269 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 (340 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (340 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 (366 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (366 ms total) 45: 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 45: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (551 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (518 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (512 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1582 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (566 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (786 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (1352 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (5354 ms total) 45: [ PASSED ] 12 tests. 45/62 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 5.69 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test timeout computed to be: 600 46: [==========] Running 8 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_equal_team_test 46: [ RUN ] std_algorithms_equal_team_test.views_are_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (857 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1192 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (2050 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist 46: [ OK ] std_algorithms_search_team_test.sequences_exist (500 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (507 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (1008 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (579 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 (586 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (1166 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 (541 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (746 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1288 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (5512 ms total) 46: [ PASSED ] 8 tests. 46/62 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 5.85 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test timeout computed to be: 600 47: [==========] Running 11 tests from 7 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_find_team_test 47: [ RUN ] std_algorithms_find_team_test.searched_values_exist 47: [ OK ] std_algorithms_find_team_test.searched_values_exist (236 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 (237 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (474 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 (229 ms) 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (237 ms) 47: [----------] 2 tests from std_algorithms_find_if_team_test (466 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 (238 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 (232 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (470 ms total) 47: 47: [----------] 1 test from std_algorithms_all_of_team_test 47: [ RUN ] std_algorithms_all_of_team_test.test 47: [ OK ] std_algorithms_all_of_team_test.test (236 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (236 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 (226 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (226 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 (234 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (234 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 (258 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 (251 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (509 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (2617 ms total) 47: [ PASSED ] 11 tests. 47/62 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 2.95 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 600 48: [==========] Running 3 tests from 3 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_min_element_team_test 48: [ RUN ] std_algorithms_min_element_team_test.test 48: [ OK ] std_algorithms_min_element_team_test.test (520 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (520 ms total) 48: 48: [----------] 1 test from std_algorithms_max_element_team_test 48: [ RUN ] std_algorithms_max_element_team_test.test 48: [ OK ] std_algorithms_max_element_team_test.test (515 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (515 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test 48: [ OK ] std_algorithms_minmax_element_team_test.test (558 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (558 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (1594 ms total) 48: [ PASSED ] 3 tests. 48/62 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.93 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 600 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 (249 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (249 ms total) 49: 49: [----------] 1 test from std_algorithms_fill_n_team_test 49: [ RUN ] std_algorithms_fill_n_team_test.test 49: [ OK ] std_algorithms_fill_n_team_test.test (370 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (370 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test 49: [ OK ] std_algorithms_replace_team_test.test (366 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (366 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_if_team_test 49: [ RUN ] std_algorithms_replace_if_team_test.test 49: [ OK ] std_algorithms_replace_if_team_test.test (303 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (303 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 (336 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (336 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 (356 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (356 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (1982 ms total) 49: [ PASSED ] 6 tests. 49/62 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.32 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test timeout computed to be: 600 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 (263 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (263 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 (316 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (316 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test 50: [ OK ] std_algorithms_rotate_team_test.test (516 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (516 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 (555 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (555 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (1651 ms total) 50: [ PASSED ] 4 tests. 50/62 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.98 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test timeout computed to be: 600 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 (425 ms) 51: [----------] 1 test from std_algorithms_move_team_test (425 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 (434 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (434 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_left_team_test 51: [ RUN ] std_algorithms_shift_left_team_test.test 51: [ OK ] std_algorithms_shift_left_team_test.test (1433 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1433 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 (1421 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1421 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (3715 ms total) 51: [ PASSED ] 4 tests. 51/62 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.05 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test timeout computed to be: 600 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 (517 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (517 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 (460 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (460 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 (423 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (423 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_if_team_test 52: [ RUN ] std_algorithms_copy_if_team_test.test 52: [ OK ] std_algorithms_copy_if_team_test.test (390 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (390 ms total) 52: 52: [----------] 1 test from std_algorithms_unique_copy_team_test 52: [ RUN ] std_algorithms_unique_copy_team_test.test 52: [ OK ] std_algorithms_unique_copy_team_test.test (509 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (509 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 (425 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (425 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 (386 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (386 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_copy_team_test 52: [ RUN ] std_algorithms_remove_copy_team_test.test 52: [ OK ] std_algorithms_remove_copy_team_test.test (418 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (418 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 (344 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (344 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (3876 ms total) 52: [ PASSED ] 9 tests. 52/62 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.22 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test timeout computed to be: 600 53: [==========] Running 4 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_unique_team_test 53: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 53: [ OK ] std_algorithms_unique_team_test.test_default_predicate (626 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (626 ms total) 53: 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test 53: [ RUN ] std_algorithms_adjacent_difference_team_test.test 53: [ OK ] std_algorithms_adjacent_difference_team_test.test (718 ms) 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (718 ms total) 53: 53: [----------] 1 test from std_algorithms_reduce_team_test 53: [ RUN ] std_algorithms_reduce_team_test.test 53: [ OK ] std_algorithms_reduce_team_test.test (773 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (773 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test 53: [ OK ] std_algorithms_transform_reduce_team_test.test (1338 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1338 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (3457 ms total) 53: [ PASSED ] 4 tests. 53/62 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.79 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test timeout computed to be: 600 54: [==========] Running 18 tests from 5 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_is_sorted_team_test 54: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 54: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (428 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 (337 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (766 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 (18 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (24 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (272 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (397 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (712 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 (9 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (187 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (189 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 54: [ OK ] std_algorithms_is_partitioned_team_test.random (133 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (518 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 (15 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (487 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (489 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random 54: [ OK ] std_algorithms_partition_copy_team_test.random (436 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1428 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 (9 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true 54: [ OK ] std_algorithms_partition_point_team_test.all_true (182 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (183 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random 54: [ OK ] std_algorithms_partition_point_team_test.random (127 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (503 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (3930 ms total) 54: [ PASSED ] 18 tests. 54/62 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.27 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test timeout computed to be: 600 55: [==========] Running 5 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_transform_team_test 55: [ RUN ] std_algorithms_transform_team_test.test_unary_op 55: [ OK ] std_algorithms_transform_team_test.test_unary_op (575 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (761 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1337 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_team_test 55: [ RUN ] std_algorithms_generate_team_test.test_unary_op 55: [ OK ] std_algorithms_generate_team_test.test_unary_op (1367 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (1367 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_n_team_test 55: [ RUN ] std_algorithms_generate_n_team_test.test 55: [ OK ] std_algorithms_generate_n_team_test.test (375 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (375 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test 55: [ OK ] std_algorithms_swap_ranges_team_test.test (691 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (691 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (3772 ms total) 55: [ PASSED ] 5 tests. 55/62 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.11 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test timeout computed to be: 600 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test 56: [ RUN ] std_algorithms_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1478 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1478 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_nightly@tmp/durable-2333be8d (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) [Pipeline] } $ docker stop --time=1 04ceca6502bd9e23116871b86badefb066eef854dbc5691a2873280d789e80bf 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (760 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (760 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (2238 ms total) 56: [ PASSED ] 2 tests. 56/62 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.57 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test timeout computed to be: 600 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 $ docker rm -f --volumes 04ceca6502bd9e23116871b86badefb066eef854dbc5691a2873280d789e80bf 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (2195 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2195 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1494 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1494 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (3689 ms total) 57: [ PASSED ] 2 tests. 57/62 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.02 sec test 58 Start 58: Kokkos_PerformanceTest_InclusiveScan 58: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-12-22_T05-32-04.json" 58: Test timeout computed to be: 600 58: 2025-12-22T06:06:52+00:00 58: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 58: Run on (64 X 2994.26 MHz CPU s) 58: CPU Caches: 58: L1 Data 32 KiB (x32) 58: L1 Instruction 32 KiB (x32) 58: L2 Unified 512 KiB (x32) 58: L3 Unified 16384 KiB (x16) 58: Load Average: 1.58, 2.51, 5.51 58: APU or dGPU: dGPU 58: Architecture capable of accessing system allocated memory: 1 58: CPU architecture: none 58: Default Device: HIP 58: GPU architecture: AMD_GFX908 58: Is Large Bar: 1 58: KOKKOS_COMPILER_CLANG: 2000 58: KOKKOS_ENABLE_ASM: no 58: KOKKOS_ENABLE_CXX20: yes 58: KOKKOS_ENABLE_CXX23: no 58: KOKKOS_ENABLE_CXX26: no 58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 58: KOKKOS_ENABLE_HIP: yes 58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 58: KOKKOS_ENABLE_HWLOC: no 58: KOKKOS_ENABLE_LIBDL: yes 58: KOKKOS_ENABLE_PRAGMA_IVDEP: no 58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 58: KOKKOS_ENABLE_PRAGMA_UNROLL: no 58: KOKKOS_ENABLE_PRAGMA_VECTOR: no 58: KOKKOS_ENABLE_SERIAL: yes 58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 58: Kokkos Version: 5.0.99 58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 58: Shared Memory per Block: 64 KiB 58: Supports Managed Memory: 1 58: System allows accessing system allocated memory on GPU: 0 58: Total Global Memory: 31.98 GiB 58: Wavefront Size: 64 58: XNACK environment variable set: no 58: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 58: macro HIP_VERSION: 70051831 = version 7.0.51831 58: macro KOKKOS_ENABLE_HIP: defined 58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 58: macro KOKKOS_ENABLE_ROCTHRUST: defined 58: mdspan: enabled 58: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 58: platform: 64bit 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: Benchmark Time CPU Iterations FOM: GB/s MB Passed 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.002 s 0.002 s 439 1.01225k/s 1.6k 1 58: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.002 s 0.002 s 442 1.00649k/s 1.6k 1 58: BM_inclusive_scan<double>/100000000/manual_time 0.002 s 0.002 s 442 1.01143k/s 1.6k 1 58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 442 1.00706k/s 1.6k 1 58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 442 1.01228k/s 1.6k 1 58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 442 1.01154k/s 1.6k 1 58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 443 1.01257k/s 1.6k 1 58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 443 1.01251k/s 1.6k 1 58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 443 1.01244k/s 1.6k 1 58/62 Test #58: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 23.31 sec test 59 Start 59: Kokkos_PerformanceTest_Random 59: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Random_2025-12-22_T05-32-04.json" 59: Test timeout computed to be: 600 59: 2025-12-22T06:07:15+00:00 59: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random 59: Run on (64 X 2994.26 MHz CPU s) 59: CPU Caches: 59: L1 Data 32 KiB (x32) 59: L1 Instruction 32 KiB (x32) 59: L2 Unified 512 KiB (x32) 59: L3 Unified 16384 KiB (x16) 59: Load Average: 2.10, 2.53, 5.44 59: APU or dGPU: dGPU 59: Architecture capable of accessing system allocated memory: 1 59: CPU architecture: none 59: Default Device: HIP 59: GPU architecture: AMD_GFX908 59: Is Large Bar: 1 59: KOKKOS_COMPILER_CLANG: 2000 59: KOKKOS_ENABLE_ASM: no 59: KOKKOS_ENABLE_CXX20: yes 59: KOKKOS_ENABLE_CXX23: no 59: KOKKOS_ENABLE_CXX26: no 59: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 59: KOKKOS_ENABLE_HIP: yes 59: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes 59: KOKKOS_ENABLE_HWLOC: no 59: KOKKOS_ENABLE_LIBDL: yes 59: KOKKOS_ENABLE_PRAGMA_IVDEP: no 59: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 59: KOKKOS_ENABLE_PRAGMA_UNROLL: no 59: KOKKOS_ENABLE_PRAGMA_VECTOR: no 59: KOKKOS_ENABLE_SERIAL: yes 59: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 59: Kokkos Version: 5.0.99 59: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 59: Shared Memory per Block: 64 KiB 59: Supports Managed Memory: 1 59: System allows accessing system allocated memory on GPU: 0 59: Total Global Memory: 31.98 GiB 59: Wavefront Size: 64 59: XNACK environment variable set: no 59: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 59: macro HIP_VERSION: 70051831 = version 7.0.51831 59: macro KOKKOS_ENABLE_HIP: defined 59: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: no 59: macro KOKKOS_ENABLE_ROCTHRUST: defined 59: mdspan: enabled 59: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 59: platform: 64bit 59: ------------------------------------------------------------------------------------------ 59: Benchmark Time CPU Iterations FOM: rate 59: ------------------------------------------------------------------------------------------ 59: Random64/N:2097152/K:1/real_time 65.3 us 64.9 us 10849 32.1314G/s 59: Random64/N:2097152/K:256/real_time 1658 us 1650 us 427 323.774G/s 59: Random1024/N:2097152/K:1/real_time 779 us 774 us 915 2.69363G/s 59: Random1024/N:2097152/K:256/real_time 10691 us 10646 us 59 50.2167G/s 59/62 Test #59: Kokkos_PerformanceTest_Random .............................. Passed 3.89 sec test 60 Start 60: Kokkos_UnitTest_SIMD 60: Test command: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests/Kokkos_UnitTest_SIMD 60: Test timeout computed to be: 600 60: [==========] Running 22 tests from 1 test suite. 60: [----------] Global test environment set-up. 60: [----------] 22 tests from simd 60: [ RUN ] simd.host_math_ops 60: [ OK ] simd.host_math_ops (0 ms) 60: [ RUN ] simd.device_math_ops 60: [ OK ] simd.device_math_ops (8 ms) 60: [ RUN ] simd.host_mask_ops 60: [ OK ] simd.host_mask_ops (0 ms) 60: [ RUN ] simd.device_mask_ops 60: [ OK ] simd.device_mask_ops (0 ms) 60: [ RUN ] simd.host_conversions 60: [ OK ] simd.host_conversions (0 ms) 60: [ RUN ] simd.device_conversions 60: [ OK ] simd.device_conversions (0 ms) 60: [ RUN ] simd.host_shift_ops 60: [ OK ] simd.host_shift_ops (0 ms) 60: [ RUN ] simd.device_shift_ops 60: [ OK ] simd.device_shift_ops (0 ms) 60: [ RUN ] simd.host_bitwise_ops 60: [ OK ] simd.host_bitwise_ops (0 ms) 60: [ RUN ] simd.host_mask_bitwise_ops 60: [ OK ] simd.host_mask_bitwise_ops (0 ms) 60: [ RUN ] simd.device_bitwise_ops 60: [ OK ] simd.device_bitwise_ops (0 ms) 60: [ RUN ] simd.device_mask_bitwise_ops 60: [ OK ] simd.device_mask_bitwise_ops (0 ms) 60: [ RUN ] simd.host_condition 60: [ OK ] simd.host_condition (0 ms) 60: [ RUN ] simd.device_condition 60: [ OK ] simd.device_condition (0 ms) 60: [ RUN ] simd.host_gen_ctors 60: [ OK ] simd.host_gen_ctors (0 ms) 60: [ RUN ] simd.device_gen_ctors 60: [ OK ] simd.device_gen_ctors (0 ms) 60: [ RUN ] simd.host_reductions 60: [ OK ] simd.host_reductions (0 ms) 60: [ RUN ] simd.device_reductions 60: [ OK ] simd.device_reductions (1 ms) 60: [ RUN ] simd.host_construction 60: [ OK ] simd.host_construction (0 ms) 60: [ RUN ] simd.device_construction 60: [ OK ] simd.device_construction (0 ms) 60: [ RUN ] simd.host_loadstore 60: [ OK ] simd.host_loadstore (0 ms) 60: [ RUN ] simd.device_loadstore 60: [ OK ] simd.device_loadstore (0 ms) 60: [----------] 22 tests from simd (11 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 22 tests from 1 test suite ran. (11 ms total) 60: [ PASSED ] 22 tests. 60/62 Test #60: Kokkos_UnitTest_SIMD ....................................... Passed 0.34 sec test 61 Start 61: Kokkos_Example_VirtualFunctions 61: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions/Kokkos_example_virtual_functions 61: Test timeout computed to be: 600 61: Values: 1 2 61/62 Test #61: Kokkos_Example_VirtualFunctions ............................ Passed 0.33 sec test 62 Start 62: Kokkos_Example_RelocatableFunction 62: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function/Kokkos_example_relocatable_function 62: Test timeout computed to be: 600 62: 1.000000e+01 9.099100e-05s (relocatable) vs. 4.150800e-05s (inline) 62: 1.000000e+02 4.058700e-05s (relocatable) vs. 3.870200e-05s (inline) 62: 1.000000e+03 3.750000e-05s (relocatable) vs. 4.459300e-05s (inline) 62: 1.000000e+04 3.779100e-05s (relocatable) vs. 3.845200e-05s (inline) 62: 1.000000e+05 3.738000e-05s (relocatable) vs. 3.859300e-05s (inline) 62: 1.000000e+06 4.498500e-05s (relocatable) vs. 4.403300e-05s (inline) 62: 1.000000e+07 7.172500e-05s (relocatable) vs. 7.104300e-05s (inline) 62: 1.000000e+08 1.227200e-04s (relocatable) vs. 1.208370e-04s (inline) 62/62 Test #62: Kokkos_Example_RelocatableFunction ......................... Passed 0.32 sec 100% tests passed, 0 tests failed out of 62 Label Time Summary: Kokkos = 645.26 sec*proc (51 tests) Total Test time (real) = 1236.04 sec SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:SubmitURL:https://my.cdash.org/submit.php?project=Kokkos Submit files SubmitURL: https://my.cdash.org/submit.php?project=Kokkos Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251222-0100-Nightly___XML___Update.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=88e6fff28e2385dbf0312cc6ccff2889 Size: 507 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Update.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251222-0100-Nightly___XML___Configure.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=c32f75f9cf5e280422cee189cd491d93 Size: 6723 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Configure.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251222-0100-Nightly___XML___Build.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=ba68407dcdef342e0b0dc742b34e304c Size: 1067 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Build.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251222-0100-Nightly___XML___Test.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=e4b080edf82e6dffb254532a08afbffe Size: 111761 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Test.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251222-0100-Nightly___XML___Done.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=b02272fe8364c9668089825f822f1bd7 Size: 107 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Done.xml Submission successful [Pipeline] // withDockerContainer [Pipeline] } Post stage [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } Failed in branch spack-cuda + ccache --show-stats Local storage: Cache size (GiB): 0.0 / 5.0 ( 0.00%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 28296be60b0c6bb018e4f49eb8ebfecae82aa6c01272a43be89b8161aae266d5 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_nightly' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 28296be60b0c6bb018e4f49eb8ebfecae82aa6c01272a43be89b8161aae266d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 26: ReductionExpensive<double>/10000000/iterations:10 42638317 us 42624181 us 10 26/52 Test #26: Kokkos_PerformanceTest_Reduction ........................... Passed 521.39 sec test 27 Start 27: Kokkos_ContainersUnitTest_Serial 27: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 27: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests 27: Test timeout computed to be: 600 27: [==========] Running 79 tests from 2 test suites. 27: [----------] Global test environment set-up. 27: [----------] 2 tests from serial_DeathTest 27: [ RUN ] serial_DeathTest.dualview_external_view_construction 27: [ OK ] serial_DeathTest.dualview_external_view_construction (7 ms) 27: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 27: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (42 ms) 27: [----------] 2 tests from serial_DeathTest (49 ms total) 27: 27: [----------] 77 tests from serial 27: [ RUN ] serial.bitset 27: [ OK ] serial.bitset (1991 ms) 27: [ RUN ] serial.bitset_default_constructor_no_alloc 27: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 27: [ RUN ] serial.dualview_combination 27: [ OK ] serial.dualview_combination (0 ms) 27: [ RUN ] serial.dualview_alloc 27: [ OK ] serial.dualview_alloc (0 ms) 27: [ RUN ] serial.test_dualview_copy_construction_and_assignment 27: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] serial.dualview_combinations_without_init 27: [ OK ] serial.dualview_combinations_without_init (0 ms) 27: [ RUN ] serial.dualview_deep_copy 27: [ OK ] serial.dualview_deep_copy (0 ms) 27: [ RUN ] serial.dualview_sync_should_fence 27: [ OK ] serial.dualview_sync_should_fence (0 ms) 27: [ RUN ] serial.dualview_realloc 27: [ OK ] serial.dualview_realloc (0 ms) 27: [ RUN ] serial.dualview_resize 27: [ OK ] serial.dualview_resize (0 ms) 27: [ RUN ] serial.dualview_device_correct_kokkos_device 27: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_correct_kokkos_device 27: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_sync 27: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 27: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_sync 27: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 27: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 27: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 27: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 27: [ RUN ] serial.dualview_sequential_host_init 27: [ OK ] serial.dualview_sequential_host_init (0 ms) 27: [ RUN ] serial.dualview_default_constructed 27: [ OK ] serial.dualview_default_constructed (0 ms) 27: [ RUN ] serial.dualview_resize_single_device 27: [ OK ] serial.dualview_resize_single_device (0 ms) 27: [ RUN ] serial.dynamic_view 27: [ OK ] serial.dynamic_view (11 ms) 27: [ RUN ] serial.dyn_rank_view_api_generic 27: [ OK ] serial.dyn_rank_view_api_generic (12 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 27: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 27: [ OK ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank67 27: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] serial.dyn_rank_view_ctor_from_members 27: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 27: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 27: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 27: [ RUN ] serial.dyn_rank_view_layout_member 27: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 27: [ RUN ] serial.dyn_rank_view_team_scratch 27: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 27: [ RUN ] serial.view_customization_extra_int_arg 27: [ OK ] serial.view_customization_extra_int_arg (0 ms) 27: [ RUN ] serial.ErrorReporterViaLambda 27: [ OK ] serial.ErrorReporterViaLambda (0 ms) 27: [ RUN ] serial.ErrorReporter 27: [ OK ] serial.ErrorReporter (0 ms) 27: [ RUN ] serial.ErrorReporter_label_ctor 27: [ OK ] serial.ErrorReporter_label_ctor (0 ms) 27: [ RUN ] serial.ErrorReporter_resize 27: [ OK ] serial.ErrorReporter_resize (0 ms) 27: [ RUN ] serial.offsetview_construction 27: [ OK ] serial.offsetview_construction (28 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 (20 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 (2219 ms) 27: [ RUN ] serial.scatterview_devicetype 27: [ OK ] serial.scatterview_devicetype (1 ms) 27: [ RUN ] serial.staticcrsgraph 27: [ OK ] serial.staticcrsgraph (6 ms) 27: [ RUN ] serial.resize_realloc_no_init_dualview 27: [ OK ] serial.resize_realloc_no_init_dualview (2 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_dualview 27: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] serial.resize_exec_space_dualview 27: [ OK ] serial.resize_exec_space_dualview (0 ms) 27: [ RUN ] serial.realloc_exec_space_dualview 27: [ OK ] serial.realloc_exec_space_dualview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_dynrankview 27: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 27: [ RUN ] serial.resize_exec_space_dynrankview 27: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.realloc_exec_space_dynrankview 27: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_scatterview 27: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_scatterview 27: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] serial.resize_exec_space_scatterview 27: [ OK ] serial.resize_exec_space_scatterview (0 ms) 27: [ RUN ] serial.realloc_exec_space_scatterview 27: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview 27: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 27: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview 27: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_offsetview 27: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview 27: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 27: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] serial.UnorderedMap_insert 27: [ OK ] serial.UnorderedMap_insert (8003 ms) 27: [ RUN ] serial.UnorderedMap_failed_insert 27: [ OK ] serial.UnorderedMap_failed_insert (3257 ms) 27: [ RUN ] serial.UnorderedMap_deep_copy 27: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 27: [ RUN ] serial.UnorderedMap_valid_empty 27: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] serial.UnorderedMap_clear_zero_size 27: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] serial.UnorderedMap_consistent_size 27: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 27: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] serial.UnorderedMap_lambda_capturable 27: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] serial.UnorderedMap_constructor_view_alloc 27: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] serial.UnorderedMap_View_as_value 27: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 27: [ 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: [----------] 77 tests from serial (15563 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 79 tests from 2 test suites ran. (15613 ms total) 27: [ PASSED ] 79 tests. 27/52 Test #27: Kokkos_ContainersUnitTest_Serial ........................... Passed 15.73 sec test 28 Start 28: Kokkos_UnitTest_Sort 28: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 28: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 28: Test timeout computed to be: 600 28: [==========] Running 17 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 1 test from serial_DeathTest 28: [ RUN ] serial_DeathTest.SortByKeyKeysLargerThanValues 28: [ OK ] serial_DeathTest.SortByKeyKeysLargerThanValues (8 ms) 28: [----------] 1 test from serial_DeathTest (8 ms total) 28: 28: [----------] 16 tests from serial 28: [ RUN ] serial.SortUnsignedValueType 28: [ OK ] serial.SortUnsignedValueType (694 ms) 28: [ RUN ] serial.SortEmptyView 28: [ OK ] serial.SortEmptyView (0 ms) 28: [ RUN ] serial.SortByKeyEmptyView 28: [ OK ] serial.SortByKeyEmptyView (0 ms) 28: [ RUN ] serial.SortByKeyEmptyViewHost 28: [ OK ] serial.SortByKeyEmptyViewHost (0 ms) 28: [ RUN ] serial.SortByKey 28: [ OK ] serial.SortByKey (0 ms) 28: [ RUN ] serial.SortByKeyWithComparator 28: [ OK ] serial.SortByKeyWithComparator (0 ms) 28: [ RUN ] serial.SortByKeyStaticExtents 28: [ OK ] serial.SortByKeyStaticExtents (0 ms) 28: [ RUN ] serial.SortByKeyWithStrides 28: [ OK ] serial.SortByKeyWithStrides (0 ms) 28: [ RUN ] serial.SortWithCustomComparator 28: [ OK ] serial.SortWithCustomComparator (148 ms) 28: [ RUN ] serial.BinSortGenericTests 28: [ OK ] serial.BinSortGenericTests (1565 ms) 28: [ RUN ] serial.BinSortEmptyView 28: [ OK ] serial.BinSortEmptyView (0 ms) 28: [ RUN ] serial.BinSortEmptyKeysView 28: [ OK ] serial.BinSortEmptyKeysView (0 ms) 28: [ RUN ] serial.BinSort_issue_7221 28: [ OK ] serial.BinSort_issue_7221 (0 ms) 28: [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues 28: [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (30772 ms) 28: [ RUN ] serial.NestedSort 28: [ OK ] serial.NestedSort (23 ms) 28: [ RUN ] serial.NestedSortByKey 28: [ OK ] serial.NestedSortByKey (90 ms) 28: [----------] 16 tests from serial (33296 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 17 tests from 2 test suites ran. (33304 ms total) 28: [ PASSED ] 17 tests. 28/52 Test #28: Kokkos_UnitTest_Sort ....................................... Passed 33.32 sec test 29 Start 29: Kokkos_UnitTest_Random 29: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Random 29: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 29: Test timeout computed to be: 600 29: [==========] Running 3 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 3 tests from serial 29: [ RUN ] serial.Random_XorShift64 29: Test Seed:1766383988867757106 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0140288 0.000205324 || 0.051031 2038 2402 || 2253.68 2222.06 || 2.8384 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0134516 0.000323835 || 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.0224545 0.00160129 || 0.051031 2056 2409 || 2273.1 2222.06 || 22.1363 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00148789 -0.000410125 || 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.0122696 0.000355886 || 0.051031 2032 2414 || 2249.66 2222.06 || 4.91977 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00153552 -0.000176957 || 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.00561168 0.0021183 || 0.051031 2026 2423 || 2209.66 2222.06 || 29.2834 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00285857 -0.000355927 || 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.0126969 -0.000299794 || 0.051031 2028 2442 || 2250.64 2222.06 || -4.14436 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.00367131 0.000169506 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.000467585 0.00292389 || 0.051031 2020 2401 || 2221.02 2222.06 || 40.4198 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0109846 0.000270336 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0203978 0.00159704 || 0.051031 2058 2399 || 2177.64 2222.06 || 22.0775 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00953333 -0.000198192 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00777944 -0.00114731 || 0.051031 2030 2400 || 2204.91 2222.06 || -15.8604 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.02428 0.000912129 || 0.051031 1e+64 -1e+64 29: Test Seed:1766383991517148823 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0135636 -6.19116e-05 || 0.051031 2056 2424 || 2252.61 2222.06 || -0.855866 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.01061 -0.000269316 || 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.0216148 0.00159678 || 0.051031 2035 2414 || 2271.15 2222.06 || 22.0739 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0138665 -0.000424134 || 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.0130746 0.000618545 || 0.051031 2029 2397 || 2193.38 2222.06 || 8.55076 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0160366 0.000288009 || 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.00967045 0.00101803 || 0.051031 2027 2423 || 2243.76 2222.06 || 14.0733 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00217543 0.000447789 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00239464 -0.00109666 || 0.051031 2039 2435 || 2216.75 2222.06 || -15.1603 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0131744 0.000319156 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.012084 -0.00148392 || 0.051031 2034 2422 || 2195.53 2222.06 || -20.5137 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00748699 -0.00028046 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00587024 -0.000258742 || 0.051031 2052 2421 || 2235.18 2222.06 || -3.57684 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.000530637 -0.00031496 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.000804039 -0.00108548 || 0.051031 2044 2413 || 2220.28 2222.06 || -15.0057 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.000906621 -0.000589105 || 0.051031 1e+64 -1e+64 29: [ OK ] serial.Random_XorShift64 (5321 ms) 29: [ RUN ] serial.Random_XorShift1024_0 29: Test Seed:1766383994188908458 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00195944 0.00125621 || 0.051031 2022 2409 || 2193.92 2198.22 || 17.3658 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00210376 0.000160889 || 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.00479996 0.000177164 || 0.051031 2002 2380 || 2187.72 2198.22 || 2.44911 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00116719 -4.33577e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.014095 0.00224502 || 0.051031 2015 2394 || 2229.65 2198.22 || 31.0352 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00653233 -0.00025533 || 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.00725683 0.000412701 || 0.051031 2023 2387 || 2182.39 2198.22 || 5.70518 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00124814 -0.000183661 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0176695 7.90743e-05 || 0.051031 2020 2379 || 2237.76 2198.22 || 1.09312 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0156112 -0.000417208 || 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.00196347 -0.00121371 || 0.051031 2028 2368 || 2202.55 2198.22 || -16.7783 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.29559e-05 0.00864894 -0.000700491 || 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.00649852 0.0006191 || 0.051031 2012 2404 || 2184.03 2198.22 || 8.55843 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00633513 5.51379e-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.0223143 -0.00082288 || 0.051031 2019 2387 || 2150.24 2198.22 || -11.3755 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00312492 -0.000211657 || 0.051031 1e+64 -1e+64 29: Test Seed:1766383997570673980 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00729516 8.95643e-05 || 0.051031 2022 2390 || 2182.3 2198.22 || 1.23814 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0124382 5.97612e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0147647 0.000666771 || 0.051031 2025 2406 || 2231.17 2198.22 || 9.21744 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0267662 3.74823e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00969844 -0.000393125 || 0.051031 2018 2385 || 2177.11 2198.22 || -5.43456 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00875951 -0.000596697 || 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.00129149 -0.000540213 || 0.051031 2018 2369 || 2195.39 2198.22 || -7.46791 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0146675 -0.000418219 || 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.0265661 0.00173838 || 0.051031 2017 2381 || 2258.21 2198.22 || 24.0314 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.0131853 -0.000128258 || 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.0127978 -0.00123257 || 0.051031 2019 2379 || 2226.72 2198.22 || -17.039 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.00260906 -6.1824e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.0128805 -0.000196754 || 0.051031 2010 2375 || 2226.91 2198.22 || -2.71992 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 0.00217153 -0.000348773 || 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.00951024 -0.0013255 || 0.051031 2003 2384 || 2219.33 2198.22 || -18.3237 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00660274 0.000497746 || 0.051031 1e+64 -1e+64 29: [ OK ] serial.Random_XorShift1024_0 (6758 ms) 29: [ RUN ] serial.Multi_streams 29: [ OK ] serial.Multi_streams (4 ms) 29: [----------] 3 tests from serial (12084 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 3 tests from 1 test suite ran. (12084 ms total) 29: [ PASSED ] 3 tests. 29/52 Test #29: Kokkos_UnitTest_Random ..................................... Passed 12.09 sec test 30 Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 30: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 30: Test timeout computed to be: 600 30: [==========] Running 16 tests from 4 test suites. 30: [----------] Global test environment set-up. 30: [----------] 1 test from std_algorithms_DeathTest 30: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 30: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 30: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 30: 30: [----------] 3 tests from std_algorithms_reducers 30: [ RUN ] std_algorithms_reducers.max_first_loc 30: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_first_loc 30: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 30: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 30: [----------] 3 tests from std_algorithms_reducers (0 ms total) 30: 30: [----------] 1 test from std_algorithms 30: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 30: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 30: [----------] 1 test from std_algorithms (0 ms total) 30: 30: [----------] 11 tests from random_access_iterator_test 30: [ RUN ] random_access_iterator_test.constructor 30: [ OK ] random_access_iterator_test.constructor (0 ms) 30: [ RUN ] random_access_iterator_test.constructiblity 30: [ OK ] random_access_iterator_test.constructiblity (0 ms) 30: [ RUN ] random_access_iterator_test.dereference 30: [ OK ] random_access_iterator_test.dereference (0 ms) 30: [ RUN ] random_access_iterator_test.subscript_operator 30: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet1 30: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet2 30: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet3 30: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet4 30: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 30: [ RUN ] random_access_iterator_test.assignment_operator 30: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 30: [ RUN ] random_access_iterator_test.distance 30: [ OK ] random_access_iterator_test.distance (0 ms) 30: [ RUN ] random_access_iterator_test.traits_helpers 30: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 30: [----------] 11 tests from random_access_iterator_test (0 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 16 tests from 4 test suites ran. (1 ms total) 30: [ PASSED ] 16 tests. 30/52 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.01 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 31: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 31: Test timeout computed to be: 600 31: [==========] Running 7 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 7 tests from std_algorithms_min_max_element_test 31: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (0 ms) 31: [----------] 7 tests from std_algorithms_min_max_element_test (1 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 7 tests from 1 test suite ran. (1 ms total) 31: [ PASSED ] 7 tests. 31/52 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.01 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 32: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 32: Test timeout computed to be: 600 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 (20 ms) 32: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 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 (53 ms) 32: [----------] 1 test from std_algorithms_for_each_test (53 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 (26 ms) 32: [----------] 1 test from std_algorithms_find_test (26 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 (1067 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: [ OK ] std_algorithms_non_mod_seq_ops.find_end (237 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search 32: [ OK ] std_algorithms_non_mod_seq_ops.search (236 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: [ OK ] std_algorithms_non_mod_seq_ops.search_n (241 ms) 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1783 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 (15 ms) 32: [----------] 1 test from std_algorithms_count_test (15 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 (7 ms) 32: [----------] 1 test from std_algorithms_equal_test (7 ms total) 32: 32: [----------] 1 test from std_algorithms_all_any_none_of_test 32: [ RUN ] std_algorithms_all_any_none_of_test.test 32: [ OK ] std_algorithms_all_any_none_of_test.test (19 ms) 32: [----------] 1 test from std_algorithms_all_any_none_of_test (20 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 (20 ms) 32: [----------] 1 test from std_algorithms_nonmod_seq_ops (20 ms total) 32: 32: [----------] 1 test from std_algorithms_mismatch_test 32: [ RUN ] std_algorithms_mismatch_test.test 32: [ OK ] std_algorithms_mismatch_test.test (38 ms) 32: [----------] 1 test from std_algorithms_mismatch_test (38 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 (41 ms) 32: [----------] 1 test from std_algorithms_mod_seq_ops (41 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 13 tests from 10 test suites ran. (2027 ms total) 32: [ PASSED ] 13 tests. 32/52 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.03 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 33: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 33: Test timeout computed to be: 600 33: [==========] Running 31 tests from 5 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_mod_ops_test 33: [ RUN ] std_algorithms_mod_ops_test.move 33: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 33: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 33: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 33: 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy 33: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 33: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill 33: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 33: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate 33: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 33: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 33: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (0 ms total) 33: 33: [----------] 4 tests from std_algorithms_replace_ops_test 33: [ RUN ] std_algorithms_replace_ops_test.replace 33: [ OK ] std_algorithms_replace_ops_test.replace (27 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_if 33: [ OK ] std_algorithms_replace_ops_test.replace_if (81 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy 33: [ OK ] std_algorithms_replace_ops_test.replace_copy (51 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 33: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms) 33: [----------] 4 tests from std_algorithms_replace_ops_test (206 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 (31 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique 33: [ OK ] std_algorithms_mod_seq_ops.unique (57 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 33: [ OK ] std_algorithms_mod_seq_ops.unique_copy (35 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove 33: [ OK ] std_algorithms_mod_seq_ops.remove (15 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_if (29 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy (36 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (24 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate 33: [ OK ] std_algorithms_mod_seq_ops.rotate (259 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 33: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (207 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_left 33: [ OK ] std_algorithms_mod_seq_ops.shift_left (342 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_right 33: [ OK ] std_algorithms_mod_seq_ops.shift_right (333 ms) 33: [----------] 11 tests from std_algorithms_mod_seq_ops (1373 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 (15 ms) 33: [----------] 1 test from std_algorithms_modseq_test (15 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 31 tests from 5 test suites ran. (1597 ms total) 33: [ PASSED ] 31 tests. 33/52 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 1.60 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 34: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 34: Test timeout computed to be: 600 34: [==========] Running 29 tests from 7 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from std_algorithms_sorting_ops_test 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted (9 ms) 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (5 ms) 34: [----------] 2 tests from std_algorithms_sorting_ops_test (15 ms total) 34: 34: [----------] 4 tests from std_algorithms_partitioning_test 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.partition_point 34: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 34: [----------] 4 tests from std_algorithms_partitioning_test (0 ms total) 34: 34: [----------] 1 test from std_algorithms_partitioning_ops 34: [ RUN ] std_algorithms_partitioning_ops.partition_copy 34: [ OK ] std_algorithms_partitioning_ops.partition_copy (0 ms) 34: [----------] 1 test from std_algorithms_partitioning_ops (0 ms total) 34: 34: [----------] 12 tests from std_algorithms_numerics_test 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 34: [----------] 12 tests from std_algorithms_numerics_test (0 ms total) 34: 34: [----------] 1 test from std_algorithms_numerics_ops_test 34: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 34: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (36 ms) 34: [----------] 1 test from std_algorithms_numerics_ops_test (36 ms total) 34: 34: [----------] 8 tests from std_algorithms_numeric_ops_test 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (66 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 (54 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (21 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (37 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 34: [----------] 8 tests from std_algorithms_numeric_ops_test (179 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 (14 ms) 34: [----------] 1 test from std_algorithms_transform_ops_test (15 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 29 tests from 7 test suites ran. (247 ms total) 34: [ PASSED ] 29 tests. 34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 0.25 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 35: Test timeout computed to be: 600 35: [==========] Running 12 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (954 ms) 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (833 ms) 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1788 ms total) 35: 35: [----------] 2 tests from std_algorithms_count_team_test 35: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 35: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (324 ms) 35: [ RUN ] std_algorithms_count_team_test.count_returns_zero 35: [ OK ] std_algorithms_count_team_test.count_returns_zero (318 ms) 35: [----------] 2 tests from std_algorithms_count_team_test (643 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 (370 ms) 35: [----------] 1 test from std_algorithms_count_if_team_test (370 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 (642 ms) 35: [----------] 1 test from std_algorithms_for_each_team_test (642 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 (647 ms) 35: [----------] 1 test from std_algorithms_for_each_n_team_test (647 ms total) 35: 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 35: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (905 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (872 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (884 ms) 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2662 ms total) 35: 35: [----------] 2 tests from std_algorithms_mismatch_team_test 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (875 ms) 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1046 ms) 35: [----------] 2 tests from std_algorithms_mismatch_team_test (1922 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 12 tests from 7 test suites ran. (8678 ms total) 35: [ PASSED ] 12 tests. 35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 8.68 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 36: Test timeout computed to be: 600 36: [==========] Running 8 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_equal_team_test 36: [ RUN ] std_algorithms_equal_team_test.views_are_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_equal (1172 ms) 36: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1526 ms) 36: [----------] 2 tests from std_algorithms_equal_team_test (2698 ms total) 36: 36: [----------] 2 tests from std_algorithms_search_team_test 36: [ RUN ] std_algorithms_search_team_test.sequences_exist 36: [ OK ] std_algorithms_search_team_test.sequences_exist (549 ms) 36: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (571 ms) 36: [----------] 2 tests from std_algorithms_search_team_test (1121 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_end_team_test 36: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_exist (647 ms) 36: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (738 ms) 36: [----------] 2 tests from std_algorithms_find_end_team_test (1386 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_first_of_team_test 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (794 ms) 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (930 ms) 36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1725 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 8 tests from 4 test suites ran. (6933 ms total) 36: [ PASSED ] 8 tests. 36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.94 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 37: Test timeout computed to be: 600 37: [==========] Running 11 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_find_team_test 37: [ RUN ] std_algorithms_find_team_test.searched_values_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_exist (372 ms) 37: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (334 ms) 37: [----------] 2 tests from std_algorithms_find_team_test (707 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_team_test 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (335 ms) 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (344 ms) 37: [----------] 2 tests from std_algorithms_find_if_team_test (679 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_not_team_test 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (342 ms) 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (338 ms) 37: [----------] 2 tests from std_algorithms_find_if_not_team_test (682 ms total) 37: 37: [----------] 1 test from std_algorithms_all_of_team_test 37: [ RUN ] std_algorithms_all_of_team_test.test 37: [ OK ] std_algorithms_all_of_team_test.test (342 ms) 37: [----------] 1 test from std_algorithms_all_of_team_test (342 ms total) 37: 37: [----------] 1 test from std_algorithms_any_of_team_test 37: [ RUN ] std_algorithms_any_of_team_test.test 37: [ OK ] std_algorithms_any_of_team_test.test (341 ms) 37: [----------] 1 test from std_algorithms_any_of_team_test (341 ms total) 37: 37: [----------] 1 test from std_algorithms_none_of_team_test 37: [ RUN ] std_algorithms_none_of_team_test.test 37: [ OK ] std_algorithms_none_of_team_test.test (347 ms) 37: [----------] 1 test from std_algorithms_none_of_team_test (347 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_n_team_test 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (516 ms) 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (367 ms) 37: [----------] 2 tests from std_algorithms_search_n_team_test (884 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 11 tests from 7 test suites ran. (3986 ms total) 37: [ PASSED ] 11 tests. 37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.99 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 38: Test timeout computed to be: 600 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 (790 ms) 38: [----------] 1 test from std_algorithms_min_element_team_test (790 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 (744 ms) 38: [----------] 1 test from std_algorithms_max_element_team_test (744 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 (801 ms) 38: [----------] 1 test from std_algorithms_minmax_element_team_test (801 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 3 test suites ran. (2335 ms total) 38: [ PASSED ] 3 tests. 38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.34 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 39: Test timeout computed to be: 600 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 (500 ms) 39: [----------] 1 test from std_algorithms_fill_team_test (500 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 (68 ms) 39: [----------] 1 test from std_algorithms_fill_n_team_test (68 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 (752 ms) 39: [----------] 1 test from std_algorithms_replace_team_test (752 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 (603 ms) 39: [----------] 1 test from std_algorithms_replace_if_team_test (603 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_team_test 39: [ RUN ] std_algorithms_replace_copy_team_test.test 39: [ OK ] std_algorithms_replace_copy_team_test.test (633 ms) 39: [----------] 1 test from std_algorithms_replace_copy_team_test (633 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 (529 ms) 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (529 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 6 tests from 6 test suites ran. (3089 ms total) 39: [ PASSED ] 6 tests. 39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.10 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 40: Test timeout computed to be: 600 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 (495 ms) 40: [----------] 1 test from std_algorithms_reverse_team_test (495 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 (512 ms) 40: [----------] 1 test from std_algorithms_reverse_copy_team_test (512 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 (325 ms) 40: [----------] 1 test from std_algorithms_rotate_team_test (325 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 (328 ms) 40: [----------] 1 test from std_algorithms_rotate_copy_team_test (329 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 4 tests from 4 test suites ran. (1662 ms total) 40: [ PASSED ] 4 tests. 40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.67 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 41: Test timeout computed to be: 600 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 (790 ms) 41: [----------] 1 test from std_algorithms_move_team_test (790 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 (806 ms) 41: [----------] 1 test from std_algorithms_move_backward_team_test (806 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 (1435 ms) 41: [----------] 1 test from std_algorithms_shift_left_team_test (1435 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 (1443 ms) 41: [----------] 1 test from std_algorithms_shift_right_team_test (1443 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (4476 ms total) 41: [ PASSED ] 4 tests. 41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.49 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 42: Test timeout computed to be: 600 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 (1126 ms) 42: [----------] 1 test from std_algorithms_copy_team_test (1126 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 (86 ms) 42: [----------] 1 test from std_algorithms_copy_n_team_test (86 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 (877 ms) 42: [----------] 1 test from std_algorithms_copy_backward_team_test (877 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 (773 ms) 42: [----------] 1 test from std_algorithms_copy_if_team_test (773 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 (883 ms) 42: [----------] 1 test from std_algorithms_unique_copy_team_test (883 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 (652 ms) 42: [----------] 1 test from std_algorithms_remove_team_test (652 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 (620 ms) 42: [----------] 1 test from std_algorithms_remove_if_team_test (620 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 (740 ms) 42: [----------] 1 test from std_algorithms_remove_copy_team_test (740 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 (546 ms) 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (547 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 9 tests from 9 test suites ran. (6308 ms total) 42: [ PASSED ] 9 tests. 42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 6.32 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 43: Test timeout computed to be: 600 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_unique_team_test 43: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 43: [ OK ] std_algorithms_unique_team_test.test_default_predicate (821 ms) 43: [----------] 1 test from std_algorithms_unique_team_test (821 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 (1108 ms) 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1108 ms total) 43: 43: [----------] 1 test from std_algorithms_reduce_team_test 43: [ RUN ] std_algorithms_reduce_team_test.test 43: [ OK ] std_algorithms_reduce_team_test.test (1017 ms) 43: [----------] 1 test from std_algorithms_reduce_team_test (1018 ms total) 43: 43: [----------] 1 test from std_algorithms_transform_reduce_team_test 43: [ RUN ] std_algorithms_transform_reduce_team_test.test 43: [ OK ] std_algorithms_transform_reduce_team_test.test (2046 ms) 43: [----------] 1 test from std_algorithms_transform_reduce_team_test (2046 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (4995 ms total) 43: [ PASSED ] 4 tests. 43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 5.00 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 44: Test timeout computed to be: 600 44: [==========] Running 18 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_is_sorted_team_test 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (760 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 (506 ms) 44: [----------] 2 tests from std_algorithms_is_sorted_team_test (1266 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (0 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (0 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (504 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (729 ms) 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1236 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test 44: [ RUN ] std_algorithms_is_partitioned_team_test.empty 44: [ OK ] std_algorithms_is_partitioned_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 44: [ OK ] std_algorithms_is_partitioned_team_test.all_true (344 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 44: [ OK ] std_algorithms_is_partitioned_team_test.all_false (344 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.random 44: [ OK ] std_algorithms_is_partitioned_team_test.random (235 ms) 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (925 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_copy_team_test 44: [ RUN ] std_algorithms_partition_copy_team_test.empty 44: [ OK ] std_algorithms_partition_copy_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_true 44: [ OK ] std_algorithms_partition_copy_team_test.all_true (739 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_false 44: [ OK ] std_algorithms_partition_copy_team_test.all_false (738 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.random 44: [ OK ] std_algorithms_partition_copy_team_test.random (647 ms) 44: [----------] 4 tests from std_algorithms_partition_copy_team_test (2126 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_point_team_test 44: [ RUN ] std_algorithms_partition_point_team_test.empty 44: [ OK ] std_algorithms_partition_point_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_true 44: [ OK ] std_algorithms_partition_point_team_test.all_true (364 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_false 44: [ OK ] std_algorithms_partition_point_team_test.all_false (341 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.random 44: [ OK ] std_algorithms_partition_point_team_test.random (221 ms) 44: [----------] 4 tests from std_algorithms_partition_point_team_test (926 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 18 tests from 5 test suites ran. (6481 ms total) 44: [ PASSED ] 18 tests. 44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 6.49 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 45: Test timeout computed to be: 600 45: [==========] Running 5 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_transform_team_test 45: [ RUN ] std_algorithms_transform_team_test.test_unary_op 45: [ OK ] std_algorithms_transform_team_test.test_unary_op (1161 ms) 45: [ RUN ] std_algorithms_transform_team_test.test_binary_op 45: [ OK ] std_algorithms_transform_team_test.test_binary_op (1256 ms) 45: [----------] 2 tests from std_algorithms_transform_team_test (2418 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 (2720 ms) 45: [----------] 1 test from std_algorithms_generate_team_test (2720 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 (78 ms) 45: [----------] 1 test from std_algorithms_generate_n_team_test (78 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 (1224 ms) 45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1224 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 5 tests from 4 test suites ran. (6441 ms total) 45: [ PASSED ] 5 tests. 45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 6.45 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 46: Test timeout computed to be: 600 46: [==========] Running 2 tests from 2 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test 46: [ RUN ] std_algorithms_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_exclusive_scan_team_test.test (2266 ms) 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2266 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 46: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1002 ms) 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1002 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 2 tests from 2 test suites ran. (3269 ms total) 46: [ PASSED ] 2 tests. 46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.28 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests 47: Test timeout computed to be: 600 47: [==========] Running 2 tests from 2 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test 47: [ RUN ] std_algorithms_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_inclusive_scan_team_test.test (2901 ms) 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2901 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1974 ms) 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1974 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (4876 ms total) 47: [ PASSED ] 2 tests. 47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.88 sec test 48 Start 48: Kokkos_PerformanceTest_InclusiveScan 48: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-12-22_T05-32-31.json" 48: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test 48: Test timeout computed to be: 600 48: 2025-12-22T06:14:28+00:00 48: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 48: Run on (4 X 2000 MHz CPU s) 48: CPU Caches: 48: L1 Data 64 KiB (x4) 48: L1 Instruction 64 KiB (x4) 48: L2 Unified 512 KiB (x4) 48: L3 Unified 16384 KiB (x4) 48: Load Average: 1.15, 1.23, 2.64 48: CPU architecture: none 48: Default Device: Serial 48: GIT_BRANCH: HEAD 48: GIT_CLEAN_STATUS: CLEAN 48: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 48: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 48: GIT_COMMIT_HASH: 37f70304d 48: GPU architecture: none 48: KOKKOS_COMPILER_GNU: 1510 48: KOKKOS_ENABLE_ASM: yes 48: KOKKOS_ENABLE_CXX20: no 48: KOKKOS_ENABLE_CXX23: no 48: KOKKOS_ENABLE_CXX26: yes 48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 48: KOKKOS_ENABLE_HWLOC: no 48: KOKKOS_ENABLE_LIBDL: yes 48: KOKKOS_ENABLE_PRAGMA_IVDEP: no 48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 48: KOKKOS_ENABLE_PRAGMA_UNROLL: no 48: KOKKOS_ENABLE_PRAGMA_VECTOR: no 48: KOKKOS_ENABLE_SERIAL: yes 48: Kokkos Version: 5.0.99 48: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 48: mdspan: enabled 48: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 48: platform: 64bit 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: Benchmark Time CPU Iterations FOM: GB/s MB Passed 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.336 s 0.336 s 2 4.7596/s 1.6k 1 48: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.336 s 0.336 s 2 4.75678/s 1.6k 1 48: BM_inclusive_scan<double>/100000000/manual_time 0.436 s 0.436 s 2 3.66772/s 1.6k 1 48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.342 s 0.342 s 2 4.6786/s 1.6k 1 48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.345 s 0.345 s 2 4.63623/s 1.6k 1 48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.440 s 0.440 s 2 3.63607/s 1.6k 1 48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.382 s 0.382 s 2 4.18924/s 1.6k 1 48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.428 s 0.428 s 2 3.73825/s 1.6k 1 48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.363 s 0.363 s 2 4.40396/s 1.6k 1 48/52 Test #48: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 32.73 sec test 49 Start 49: Kokkos_PerformanceTest_Random 49: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Random_2025-12-22_T05-32-31.json" 49: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test 49: Test timeout computed to be: 600 49: 2025-12-22T06:15:01+00:00 49: Running /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test/Kokkos_PerformanceTest_Random 49: Run on (4 X 2000 MHz CPU s) 49: CPU Caches: 49: L1 Data 64 KiB (x4) 49: L1 Instruction 64 KiB (x4) 49: L2 Unified 512 KiB (x4) 49: L3 Unified 16384 KiB (x4) 49: Load Average: 1.09, 1.21, 2.58 49: CPU architecture: none 49: Default Device: Serial 49: GIT_BRANCH: HEAD 49: GIT_CLEAN_STATUS: CLEAN 49: GIT_COMMIT_DATE: 2025-12-18T15:04:59-05:00 49: GIT_COMMIT_DESCRIPTION: Merge pull request #8769 from PaulGannay/denorm_min_half 49: GIT_COMMIT_HASH: 37f70304d 49: GPU architecture: none 49: KOKKOS_COMPILER_GNU: 1510 49: KOKKOS_ENABLE_ASM: yes 49: KOKKOS_ENABLE_CXX20: no 49: KOKKOS_ENABLE_CXX23: no 49: KOKKOS_ENABLE_CXX26: yes 49: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 49: KOKKOS_ENABLE_HWLOC: no 49: KOKKOS_ENABLE_LIBDL: yes 49: KOKKOS_ENABLE_PRAGMA_IVDEP: no 49: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 49: KOKKOS_ENABLE_PRAGMA_UNROLL: no 49: KOKKOS_ENABLE_PRAGMA_VECTOR: no 49: KOKKOS_ENABLE_SERIAL: yes 49: Kokkos Version: 5.0.99 49: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94 49: mdspan: enabled 49: mdspan version: 546d4dd63697c6a331554adb6fe650e09b690812 49: platform: 64bit 49: ------------------------------------------------------------------------------------------ 49: Benchmark Time CPU Iterations FOM: rate 49: ------------------------------------------------------------------------------------------ 49: Random64/N:2097152/K:1/real_time 39131 us 38763 us 18 53.5934M/s 49: Random64/N:2097152/K:256/real_time 4639943 us 4612188 us 1 115.706M/s 49: Random1024/N:2097152/K:1/real_time 55069 us 54843 us 13 38.082M/s 49: Random1024/N:2097152/K:256/real_time 5451717 us 5421609 us 1 98.4774M/s 49/52 Test #49: Kokkos_PerformanceTest_Random .............................. Passed 12.05 sec test 50 Start 50: Kokkos_UnitTest_SIMD 50: Test command: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests/Kokkos_UnitTest_SIMD 50: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/simd/unit_tests 50: Test timeout computed to be: 600 50: [==========] Running 22 tests from 1 test suite. 50: [----------] Global test environment set-up. 50: [----------] 22 tests from simd 50: [ RUN ] simd.host_math_ops 50: [ OK ] simd.host_math_ops (0 ms) 50: [ RUN ] simd.device_math_ops 50: [ OK ] simd.device_math_ops (0 ms) 50: [ RUN ] simd.host_mask_ops 50: [ OK ] simd.host_mask_ops (0 ms) 50: [ RUN ] simd.device_mask_ops 50: [ OK ] simd.device_mask_ops (0 ms) 50: [ RUN ] simd.host_conversions 50: [ OK ] simd.host_conversions (0 ms) 50: [ RUN ] simd.device_conversions 50: [ OK ] simd.device_conversions (0 ms) 50: [ RUN ] simd.host_shift_ops 50: [ OK ] simd.host_shift_ops (0 ms) 50: [ RUN ] simd.device_shift_ops 50: [ OK ] simd.device_shift_ops (0 ms) 50: [ RUN ] simd.host_bitwise_ops 50: [ OK ] simd.host_bitwise_ops (0 ms) 50: [ RUN ] simd.host_mask_bitwise_ops 50: [ OK ] simd.host_mask_bitwise_ops (0 ms) 50: [ RUN ] simd.device_bitwise_ops 50: [ OK ] simd.device_bitwise_ops (0 ms) 50: [ RUN ] simd.device_mask_bitwise_ops 50: [ OK ] simd.device_mask_bitwise_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_reductions 50: [ OK ] simd.host_reductions (0 ms) 50: [ RUN ] simd.device_reductions 50: [ OK ] simd.device_reductions (0 ms) 50: [ RUN ] simd.host_construction 50: [ OK ] simd.host_construction (0 ms) 50: [ RUN ] simd.device_construction 50: [ OK ] simd.device_construction (0 ms) 50: [ RUN ] simd.host_loadstore 50: [ OK ] simd.host_loadstore (0 ms) 50: [ RUN ] simd.device_loadstore 50: [ OK ] simd.device_loadstore (0 ms) 50: [----------] 22 tests from simd (1 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 22 tests from 1 test suite ran. (1 ms total) 50: [ PASSED ] 22 tests. 50/52 Test #50: Kokkos_UnitTest_SIMD ....................................... Passed 0.00 sec test 51 Start 51: Kokkos_Example_VirtualFunctions 51: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions/Kokkos_example_virtual_functions 51: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/example/virtual_functions 51: Test timeout computed to be: 600 51: Values: 1 2 51/52 Test #51: Kokkos_Example_VirtualFunctions ............................ Passed 0.00 sec test 52 Start 52: Kokkos_Example_RelocatableFunction 52: Test command: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function/Kokkos_example_relocatable_function 52: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/example/relocatable_function 52: Test timeout computed to be: 600 52: 1.000000e+01 1.202000e-05s (relocatable) vs. 6.700000e-07s (inline) 52: 1.000000e+02 5.000000e-07s (relocatable) vs. 3.400000e-07s (inline) 52: 1.000000e+03 2.920000e-06s (relocatable) vs. 4.200000e-07s (inline) 52: 1.000000e+04 2.686900e-05s (relocatable) vs. 1.580000e-06s (inline) 52: 1.000000e+05 2.668580e-04s (relocatable) vs. 1.365000e-05s (inline) 52: 1.000000e+06 2.729182e-03s (relocatable) vs. 1.334590e-04s (inline) 52: 1.000000e+07 2.728945e-02s (relocatable) vs. 1.408431e-03s (inline) 52: 1.000000e+08 2.739342e-01s (relocatable) vs. 1.413374e-02s (inline) 52/52 Test #52: Kokkos_Example_RelocatableFunction ......................... Passed 0.32 sec 100% tests passed, 0 tests failed out of 52 Label Time Summary: Kokkos = 175.19 sec*proc (41 tests) Total Test time (real) = 1120.83 sec SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_nightly/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_nightly SetCTestConfiguration:SubmitURL:https://my.cdash.org/submit.php?project=Kokkos Submit files SubmitURL: https://my.cdash.org/submit.php?project=Kokkos Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251222-0100-Nightly___XML___Update.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=0e252d7e288fa7d23789650eab8606ae Size: 554 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Update.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251222-0100-Nightly___XML___Configure.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=d8af83a37905133676d67febca7cff8b Size: 6095 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Configure.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251222-0100-Nightly___XML___Build.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=0249de14c5d93f1024b60fb5f891c3eb Size: 1019 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Build.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251222-0100-Nightly___XML___Test.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=9b97877d5b8075e1dab9ddaf80b0a749 Size: 94646 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Test.xml Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251222-0100-Nightly___XML___Done.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251222-0100-Nightly&MD5=06464f17f55141de9f52c43220626792 Size: 107 Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251222-0100/Done.xml Submission successful Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 92df5a55799bb8adb56fad9b3a908f9c3aeea3444e785a9a52dbdb5aef01a830 INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_nightly' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 92df5a55799bb8adb56fad9b3a908f9c3aeea3444e785a9a52dbdb5aef01a830 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch HIP-ROCM-7.0-MI210-CXX23 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline ERROR: script returned exit code -1 Finished: FAILURE