Skip to content
Failed

Console Output

Pull request #104 updated
15:46:41 Connecting to https://api.github.com using 476720/******
Obtained .jenkins/continuous.groovy from f42e60a58b491fc04bf68a8b37faaeab4802c7ce
[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 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
 > 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
Checking out Revision f42e60a58b491fc04bf68a8b37faaeab4802c7ce (PR-104)
Commit message: "Remove unused applications, improve Heat3D"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f42e60a58b491fc04bf68a8b37faaeab4802c7ce # timeout=10
 > git rev-list --no-walk 9524dbe245594dffd8ba657d820d79fae24048fa # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t dea2c34bc895f3efce2b224df556bd1221a913e6 -f scripts/docker/Dockerfile.clang scripts/docker
#1 [internal] load .dockerignore
#1 sha256:dc5c30aa4654f9ab7647defcd15faad089a4c4ac60960537a72b18f55fd7c637
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile.clang
#2 sha256:18d659c0c649d247457c15cf1f3c220b915434bb8e28cd27353400cca1df3814
#2 transferring dockerfile: 2.07kB done
#2 DONE 0.0s

#3 [internal] load metadata for nvcr.io/nvidia/cuda:12.2.0-devel-ubuntu20.04
#3 sha256:37873c13a4bb2715c53a9d26a754255947021597dbae7e1d9416f04c4d99242f
#3 DONE 0.8s

#8 [1/5] FROM nvcr.io/nvidia/cuda:12.2.0-devel-ubuntu20.04@sha256:dac9201a8868301b9ed0f0fd001a453e0c31e991ee14d8875fb15e54a37cc8ea
#8 sha256:25f65ee15f76408e44d0e55d4c72ebddcb81928cb0be1d98249d851589154322
#8 DONE 0.0s

#7 [2/5] RUN apt-get update && apt-get install -y         bc         git         wget         ccache         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
#7 sha256:c08929db94faeb547bc87d3bc4a87de613a0bb977015babbcd56f0323e0ce6c0
#7 CACHED

#6 [3/5] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
#6 sha256:e63947442d30005a2fe6c35b30cbd2a143691931a72b4467d946f71fb8e0c6a9
#6 CACHED

#5 [4/5] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 &&     CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-3.16.8-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p /opt/cmake &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake &&     rm cmake*
#5 sha256:aef5951f8336b71920ea98feeb818b230cda29a0525a07ee7ede952692f8ae6d
#5 CACHED

#4 [5/5] 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 /opt/llvm &&     tar -xvf ${LLVM_ARCHIVE} -C /opt/llvm --strip-components=1 &&     echo "/opt/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig &&     rm -rf /root/.gnupg &&     rm -rf ${SCRATCH_DIR}
#4 sha256:1274af88c3de1a3d23921553682b39ec2be2a1824e98edc61e5e43d94e367f82
#4 CACHED

#9 exporting to image
#9 sha256:e4322eb644808a3ca0411d276a5b02950418efb29f330525aabe0dfb6f095563
#9 exporting layers done
#9 writing image sha256:00933840f0833a9fd8870afccfbb613fe63f3d1f233ee431e61d38fc2cf500f7 done
#9 naming to docker.io/library/dea2c34bc895f3efce2b224df556bd1221a913e6:latest done
#9 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . dea2c34bc895f3efce2b224df556bd1221a913e6
.
[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 ******** dea2c34bc895f3efce2b224df556bd1221a913e6 cat
$ docker top 68314138c50c03d290150e0825421165ac6576bba54b93b0d777870dba583777 -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
diff --git a/applications/heat3d/mpi/heat3d.cpp b/applications/heat3d/mpi/heat3d.cpp
index 79ddce9..faec722 100644
--- a/applications/heat3d/mpi/heat3d.cpp
+++ b/applications/heat3d/mpi/heat3d.cpp
@@ -571,7 +571,6 @@ struct System {
     double sum_T;
     MPI_Allreduce(&my_T, &sum_T, 1, MPI_DOUBLE, MPI_SUM, comm.comm);
     return sum_T;
-
   }
 };
 
diff --git a/applications/heat3d/opt_rma/heat3d.cpp b/applications/heat3d/opt_rma/heat3d.cpp
index 44e31c2..61edffe 100644
--- a/applications/heat3d/opt_rma/heat3d.cpp
+++ b/applications/heat3d/opt_rma/heat3d.cpp
@@ -319,7 +319,6 @@ struct System {
     double sum_T;
     MPI_Allreduce(&my_T, &sum_T, 1, MPI_DOUBLE, MPI_SUM, comm.comm);
     return sum_T;
-
   }
 
   // run time loops
[Pipeline] }
$ docker stop --time=1 68314138c50c03d290150e0825421165ac6576bba54b93b0d777870dba583777
$ docker rm -f --volumes 68314138c50c03d290150e0825421165ac6576bba54b93b0d777870dba583777
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: shmem-openmpi)
[Pipeline] stage
[Pipeline] { (shmem-openmpi)
Stage "shmem-openmpi" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch shmem-openmpi
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE