Skip to content
Success

Console Output

Pull request #104 updated
15:25:05 Connecting to https://api.github.com using 476720/******
Obtained .jenkins/continuous.groovy from d0ce279476cd9759f89cc82a2eeec0df8995bea7
[Pipeline] Start of Pipeline
[Pipeline] timeout
Timeout set to expire in 6 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clang-Format)
[Pipeline] node
Running on waffle02 in /var/jenkins/workspace/kokkos_remote_PR-104
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/kokkos/kokkos-remote-spaces.git
 > git init /var/jenkins/workspace/kokkos_remote_PR-104 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos-remote-spaces.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos-remote-spaces.git +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10
Fetching without tags
Checking out Revision d0ce279476cd9759f89cc82a2eeec0df8995bea7 (PR-104)
Commit message: "Fix cgsolve for v1.4"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/kokkos/kokkos-remote-spaces.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos-remote-spaces.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos-remote-spaces.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos-remote-spaces.git +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d0ce279476cd9759f89cc82a2eeec0df8995bea7 # timeout=10
 > git rev-list --no-walk d2954123ba4006486de59d7cff77dccd92eca543 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t dea2c34bc895f3efce2b224df556bd1221a913e6 -f scripts/docker/Dockerfile.clang scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  17.92kB

Step 1/11 : ARG BASE=nvcr.io/nvidia/cuda:12.2.0-devel-ubuntu20.04
Step 2/11 : FROM $BASE
 ---> b1fbeb5bd0ea
Step 3/11 : RUN apt-get update && apt-get install -y         bc         git         wget         ccache         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 2e946450763b
Step 4/11 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> d0f120f324e2
Step 5/11 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> b5d084dd2cd6
Step 6/11 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 30a5d7787f0e
Step 7/11 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 27fd39673762
Step 8/11 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 0a04ff3cd7df
Step 9/11 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> 3a27eacda646
Step 10/11 : RUN LLVM_VERSION=8.0.0 &&     LLVM_URL=http://releases.llvm.org/${LLVM_VERSION}/clang+llvm-${LLVM_VERSION}-x86_64-linux-gnu-ubuntu-16.04.tar.xz &&     LLVM_ARCHIVE=llvm-${LLVM_VERSION}.tar.xz &&     SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} &&     wget --quiet ${LLVM_URL} --output-document=${LLVM_ARCHIVE} &&     wget --quiet ${LLVM_URL}.sig --output-document=${LLVM_ARCHIVE}.sig &&     gpg --verify ${LLVM_ARCHIVE}.sig ${LLVM_ARCHIVE} &&     mkdir -p ${LLVM_DIR} &&     tar -xvf ${LLVM_ARCHIVE} -C ${LLVM_DIR} --strip-components=1 &&     echo "${LLVM_DIR}/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig &&     rm -rf /root/.gnupg &&     rm -rf ${SCRATCH_DIR}
 ---> Using cache
 ---> 8b370da39807
Step 11/11 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> b57c3c73fb8a
Successfully built b57c3c73fb8a
Successfully tagged dea2c34bc895f3efce2b224df556bd1221a913e6:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . dea2c34bc895f3efce2b224df556bd1221a913e6
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
waffle02 seems to be running inside container 2c4f4a66d00e573a2ab2a2aa12e56fc7a783ae52c1373305e178967c8014ee7e
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/kokkos_remote_PR-104 --volumes-from 2c4f4a66d00e573a2ab2a2aa12e56fc7a783ae52c1373305e178967c8014ee7e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** dea2c34bc895f3efce2b224df556bd1221a913e6 cat
$ docker top b4fe8db8dc0c20f2252081cb67bd896bdb62c6723f3abcb8c7498cc21cef1472 -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
+ ./scripts/docker/check_format_cpp.sh
[Pipeline] }
$ docker stop --time=1 b4fe8db8dc0c20f2252081cb67bd896bdb62c6723f3abcb8c7498cc21cef1472
$ docker rm -f --volumes b4fe8db8dc0c20f2252081cb67bd896bdb62c6723f3abcb8c7498cc21cef1472
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: shmem-openmpi)
[Pipeline] stage
[Pipeline] { (shmem-openmpi)
[Pipeline] node
Running on CpuNode6 in /var/jenkins/workspace/kokkos_remote_PR-104
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision d0ce279476cd9759f89cc82a2eeec0df8995bea7 (PR-104)
Commit message: "Fix cgsolve for v1.4"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/kokkos_remote_PR-104/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos-remote-spaces.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos-remote-spaces.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos-remote-spaces.git +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d0ce279476cd9759f89cc82a2eeec0df8995bea7 # timeout=10
[Pipeline] sh
+ docker build -t 8bf84087647d8b2e793718a11d39c0be9f2504f9 -f scripts/docker/Dockerfile.openmpi scripts/docker
#1 [internal] load build definition from Dockerfile.openmpi
#1 sha256:d48d78a66e5a08e9f7bfca4e5559af390ea77597f36152a59165a360cd5fc91f
#1 transferring dockerfile: 12.85kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:779f36a091b6d482c5224016857e9e49c274c58bdb8531b2ba5365b57cb8d808
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/ubuntu:20.04
#3 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e
#3 DONE 0.0s

#10 [1/7] FROM docker.io/library/ubuntu:20.04
#10 sha256:243f75845650c92150b34967f79a539dee49ba028b719b1a41e64f43abcdcac5
#10 DONE 0.0s

#8 [3/7] RUN mkdir -p /scratch &&     cd /scratch &&     mkdir archive &&     mkdir source &&     mkdir build
#8 sha256:0b3bb57960187a9f9e600382f46870a673e7bc6ad45c271160338a28207ec857
#8 CACHED

#6 [5/7] RUN export UCX_VERSION=1.12.0 &&     export UCX_URL=https://github.com/openucx/ucx/archive/refs/tags/v${UCX_VERSION}.tar.gz &&     export UCX_ARCHIVE=/scratch/archive/ucx-${UCX_VERSION}.tar.bz2 &&     export UCX_SOURCE_DIR=/scratch/source/ucx &&     export UCX_BUILD_DIR=/scratch/build/ucx &&     export UCX_INSTALL_DIR=/opt/ucx &&     wget --quiet ${UCX_URL} --output-document=${UCX_ARCHIVE} &&     mkdir -p ${UCX_SOURCE_DIR} &&     tar -xf ${UCX_ARCHIVE} -C ${UCX_SOURCE_DIR} --strip-components=1 &&     cd ${UCX_SOURCE_DIR} &&     ./autogen.sh &&     ./contrib/configure-release --enable-mt --prefix=${UCX_INSTALL_DIR} &&     make -j${N_PROCS} install &&     rm -rf ${UCX_ARCHIVE} &&     rm -rf ${UCX_BUILD_DIR} &&     rm -rf ${UCX_SOURCE_DIR}
#6 sha256:a00acdf34a6153b22ce091ad0cf462bdce84cec12bbad46fa86b1048c86bb1af
#6 CACHED

#5 [6/7] RUN export OPENMPI_VERSION=4.1.2 &&     export OPENMPI_VERSION_SHORT=4.1 &&     export OPENMPI_SHA256=9b78c7cf7fc32131c5cf43dd2ab9740149d9d87cadb2e2189f02685749a6b527 &&     export OPENMPI_URL=https://www.open-mpi.org/software/ompi/v${OPENMPI_VERSION_SHORT}/downloads/openmpi-${OPENMPI_VERSION}.tar.bz2 &&     export OPENMPI_ARCHIVE=/scratch/archive/openmpi-${OPENMPI_VERSION}.tar.bz2 &&     export OPENMPI_SOURCE_DIR=/scratch/source/openmpi &&     export OPENMPI_BUILD_DIR=/scratch/build/openmpi &&     export OPENMPI_INSTALL_DIR=/opt/openmpi &&     wget --quiet ${OPENMPI_URL} --output-document=${OPENMPI_ARCHIVE} &&     echo "${OPENMPI_SHA256} ${OPENMPI_ARCHIVE}" | sha256sum -c &&     mkdir -p ${OPENMPI_SOURCE_DIR} &&     tar -xf ${OPENMPI_ARCHIVE} -C ${OPENMPI_SOURCE_DIR} --strip-components=1 &&     mkdir -p ${OPENMPI_BUILD_DIR} &&     cd ${OPENMPI_BUILD_DIR} &&     ${OPENMPI_SOURCE_DIR}/configure --with-ucx=/opt/ucx --prefix=${OPENMPI_INSTALL_DIR} &&     make -j${N_PROCS} install &&     rm -rf ${OPENMPI_ARCHIVE} &&     rm -rf ${OPENMPI_BUILD_DIR} &&     rm -rf ${OPENMPI_SOURCE_DIR}
#5 sha256:ab034bff8c965e08369d2159765670004980a0128952e69798e4ca54462b67e8
#5 CACHED

#7 [4/7] RUN export CMAKE_VERSION=3.22.2 &&     export CMAKE_SHA256=38b3befdee8fd2bac06954e2a77cb3072e6833c69d8cc013c0a3b26f1cfdfe37 &&     export CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz &&     export CMAKE_ARCHIVE=/scratch/archive/cmake.tar.gz &&     export CMAKE_BUILD_DIR=/scratch/build/cmake &&     wget --quiet ${CMAKE_URL} --output-document=${CMAKE_ARCHIVE} &&     echo "${CMAKE_SHA256} ${CMAKE_ARCHIVE}" | sha256sum -c &&     mkdir -p ${CMAKE_BUILD_DIR} &&     tar xf ${CMAKE_ARCHIVE} -C ${CMAKE_BUILD_DIR} --strip-components=1 &&     mv ${CMAKE_BUILD_DIR} /opt &&     rm -rf ${CMAKE_ARCHIVE} &&     rm -rf ${CMAKE_BUILD_DIR}
#7 sha256:16644b3c3f6cd6f79996fef4230259a4dd4742fe1c335a7b1fadaed2a390c7e8
#7 CACHED

#9 [2/7] RUN apt-get update && apt-get upgrade -y && apt-get install -y     build-essential     wget     git     bc     ninja-build     git     libev-dev     libevent-dev     libhwloc-dev     pkg-config     clang-format-8     &&     apt-get clean && rm -rf /var/lib/apt/list
#9 sha256:c62668d439190a1b7c787d369679526508b0a8c809cfa469b7c332ad0e89f3f1
#9 CACHED

#4 [7/7] RUN export KOKKOS_SOURCE_DIR=/scratch/source/kokkos &&     export KOKKOS_BUILD_DIR=/scratch/build/kokkos &&     export KOKKOS_INSTALL_DIR=/opt/kokkos &&     cd /scratch/source && git clone https://github.com/kokkos/kokkos &&     cd kokkos &&     git checkout 4.1.00 &&     mkdir -p ${KOKKOS_BUILD_DIR} &&     cd ${KOKKOS_BUILD_DIR} &&     cmake -DCMAKE_BUILD_TYPE=Release         -DBUILD_SHARED_LIBS=ON         -DKokkos_ENABLE_OPENMP=ON         -DCMAKE_INSTALL_PREFIX=${KOKKOS_INSTALL_DIR}         ${KOKKOS_SOURCE_DIR} &&     make -j${N_PROCS} install &&     rm -rf ${KOKKOS_ARCHIVE} &&     rm -rf ${KOKKOS_BUILD_DIR} &&     rm -rf ${KOKKOS_SOURCE_DIR}
#4 sha256:421cfbb0b16bd3f48345df9d08b9bd8f4fad68eaee0916036a14cb05a2c17f1b
#4 CACHED

#11 exporting to image
#11 sha256:5313fc0bd7c7dd0abff84de45cab6eeb3c390d7686292b93b57d15e4e75bc1cb
#11 exporting layers done
#11 writing image sha256:c2a39288bd29067c350acd668d9e09f21580b553b0daa55956a8c4c8c17b9570 done
#11 naming to docker.io/library/8bf84087647d8b2e793718a11d39c0be9f2504f9:latest done
#11 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 8bf84087647d8b2e793718a11d39c0be9f2504f9
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/kokkos_remote_PR-104 --volumes-from 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 8bf84087647d8b2e793718a11d39c0be9f2504f9 cat
$ docker top 93fe53ee4bae6d8234c128b0d4ef8de4d1a6d088f295f8ad6c4e8625ae444edb -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_DIR=/opt/kokkos -DKRS_ENABLE_SHMEMSPACE=ON -DSHMEM_ROOT=/opt/openmpi -DKRS_ENABLE_TESTS=ON -DCMAKE_CXX_FLAGS=-Werror ..
-- The CXX compiler identification is GNU 9.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
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Enabled Kokkos devices: OPENMP
-- Found MPI_CXX: /opt/openmpi/lib/libmpi.so (found version "3.1") 
-- Found MPI: TRUE (found version "3.1")  
-- Found SHMEM: /opt/openmpi/lib/liboshmem.so  
-- Enabled remote spaces: SHMEMSPACE
-- The C compiler identification is GNU 9.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/kokkos_remote_PR-104/build
+ make -j8
[  4%] Building CXX object CMakeFiles/kokkosremotespaces.dir/src/impl/shmemspace/Kokkos_SHMEMSpace.cpp.o
[  8%] Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 13%] Building CXX object CMakeFiles/kokkosremotespaces.dir/src/impl/shmemspace/Kokkos_SHMEMSpace_AllocationRecord.cpp.o
[ 17%] Linking CXX static library libkokkosremotespaces.a
[ 17%] Built target kokkosremotespaces
[ 21%] Linking CXX static library ../../../lib/libgtest.a
[ 21%] Built target gtest
[ 26%] Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 30%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 34%] Linking CXX static library ../../../lib/libgtest_main.a
[ 34%] Built target gtest_main
[ 39%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Allocation.cpp.o
[ 43%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_DeepCopy.cpp.o
[ 47%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Atomic.cpp.o
[ 52%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Empty.cpp.o
[ 56%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Layouts.cpp.o
[ 60%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_LocalDeepCopy.cpp.o
[ 65%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Main.cpp.o
[ 69%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Reduction.cpp.o
[ 73%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_RefCount.cpp.o
[ 78%] Linking CXX static library ../../../lib/libgmock.a
[ 78%] Built target gmock
[ 82%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[ 86%] Linking CXX static library ../../../lib/libgmock_main.a
[ 86%] Built target gmock_main
[ 91%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_RemoteAccess.cpp.o
[ 95%] Building CXX object unit_tests/CMakeFiles/KokkosRemoteSpaces_TestAll.dir/Test_Subview.cpp.o
[100%] Linking CXX executable KokkosRemoteSpaces_TestAll
[100%] Built target KokkosRemoteSpaces_TestAll
+ cd unit_tests
+ mpirun -np 2 ./KokkosRemoteSpaces_TestAll
[1719948437.918109] [93fe53ee4bae:600  :0]          parser.c:1906 UCX  WARN  unused env variable: UCX_ROOT (set UCX_WARN_UNUSED_ENV_VARS=n to suppress this warning)
[1719948437.918129] [93fe53ee4bae:599  :0]          parser.c:1906 UCX  WARN  unused env variable: UCX_ROOT (set UCX_WARN_UNUSED_ENV_VARS=n to suppress this warning)
Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
                                    Detected: 4 cores per node.
                                    Detected: 2 MPI_ranks per node.
                                    Requested: 8 threads per process.

                                    Detected: 4 cores per node.
                                    Detected: 2 MPI_ranks per node.
                                    Requested: 8 threads per process.
[==========] Running 10 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 10 tests from TEST_CATEGORY
[==========] Running 10 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 10 tests from TEST_CATEGORY
[ RUN      ] TEST_CATEGORY.test_allocate_symmetric_remote_view_by_rank
[ RUN      ] TEST_CATEGORY.test_allocate_symmetric_remote_view_by_rank
[       OK ] TEST_CATEGORY.test_allocate_symmetric_remote_view_by_rank (0 ms)
[ RUN      ] TEST_CATEGORY.test_atomic_globalview
[       OK ] TEST_CATEGORY.test_allocate_symmetric_remote_view_by_rank (0 ms)
[ RUN      ] TEST_CATEGORY.test_atomic_globalview
[       OK ] TEST_CATEGORY.test_atomic_globalview (50 ms)
[ RUN      ] TEST_CATEGORY.test_deepcopy
[       OK ] TEST_CATEGORY.test_atomic_globalview (50 ms)
[ RUN      ] TEST_CATEGORY.test_deepcopy
[       OK ] TEST_CATEGORY.test_deepcopy (4 ms)
[ RUN      ] TEST_CATEGORY.test_empty
[       OK ] TEST_CATEGORY.test_empty (0 ms)
[ RUN      ] TEST_CATEGORY.test_layouts
[       OK ] TEST_CATEGORY.test_deepcopy (4 ms)
[ RUN      ] TEST_CATEGORY.test_empty
[       OK ] TEST_CATEGORY.test_empty (0 ms)
[ RUN      ] TEST_CATEGORY.test_layouts
[       OK ] TEST_CATEGORY.test_layouts (52 ms)
[ RUN      ] TEST_CATEGORY.test_localdeepcopy
[       OK ] TEST_CATEGORY.test_layouts (52 ms)
[ RUN      ] TEST_CATEGORY.test_localdeepcopy
[       OK ] TEST_CATEGORY.test_localdeepcopy (167 ms)
[ RUN      ] TEST_CATEGORY.test_reduce
[       OK ] TEST_CATEGORY.test_localdeepcopy (167 ms)
[ RUN      ] TEST_CATEGORY.test_reduce
[       OK ] TEST_CATEGORY.test_reduce (4 ms)
[ RUN      ] TEST_CATEGORY.test_reference_counting
[       OK ] TEST_CATEGORY.test_reference_counting (0 ms)
[ RUN      ] TEST_CATEGORY.test_remote_accesses
[       OK ] TEST_CATEGORY.test_reduce (4 ms)
[ RUN      ] TEST_CATEGORY.test_reference_counting
[       OK ] TEST_CATEGORY.test_reference_counting (0 ms)
[ RUN      ] TEST_CATEGORY.test_remote_accesses
[       OK ] TEST_CATEGORY.test_remote_accesses (25 ms)
[ RUN      ] TEST_CATEGORY.test_subview
[       OK ] TEST_CATEGORY.test_remote_accesses (25 ms)
[ RUN      ] TEST_CATEGORY.test_subview
[       OK ] TEST_CATEGORY.test_subview (71 ms)
[----------] 10 tests from TEST_CATEGORY (377 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 1 test suite ran. (377 ms total)
[  PASSED  ] 10 tests.
[       OK ] TEST_CATEGORY.test_subview (71 ms)
[----------] 10 tests from TEST_CATEGORY (376 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 1 test suite ran. (377 ms total)
[  PASSED  ] 10 tests.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 93fe53ee4bae6d8234c128b0d4ef8de4d1a6d088f295f8ad6c4e8625ae444edb
$ docker rm -f --volumes 93fe53ee4bae6d8234c128b0d4ef8de4d1a6d088f295f8ad6c4e8625ae444edb
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS