Skip to content
Failed

Console Output

Branch indexing
11:52:12 Connecting to https://api.github.com using Jenkins ORNL
Obtained .jenkins from 97669fca71d165385e4b9ba06d80a773cbf69edb+9041bdaf3ef8c18bbde64c489ca967da07a249f8 (cec1bb07ebb4410dfe3e2f7f0b86f7d60b921b70)
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 6 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clang-Format)
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker||rocm-docker||docker’
Running on CpuNode6 in /var/jenkins/workspace/Kokkos_PR-6448
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-6448 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6448/head:refs/remotes/origin/PR-6448 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6448/head:refs/remotes/origin/PR-6448 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6448/head:refs/remotes/origin/PR-6448 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 9041bdaf3ef8c18bbde64c489ca967da07a249f8 into PR head commit 97669fca71d165385e4b9ba06d80a773cbf69edb
Merge succeeded, producing a7ca13366a3fd4bd25f518e64786f3c37310060d
Checking out Revision a7ca13366a3fd4bd25f518e64786f3c37310060d (PR-6448)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97669fca71d165385e4b9ba06d80a773cbf69edb # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 9041bdaf3ef8c18bbde64c489ca967da07a249f8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7ca13366a3fd4bd25f518e64786f3c37310060d # timeout=10
Commit message: "Merge commit '9041bdaf3ef8c18bbde64c489ca967da07a249f8' into HEAD"
 > git rev-list --no-walk 97669fca71d165385e4b9ba06d80a773cbf69edb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t e1d8087c87a9949be1f6517883a1b258924574e6 -f scripts/docker/Dockerfile.clang scripts/docker
Sending build context to Docker daemon   21.5kB

Step 1/3 : FROM ubuntu:20.04
 ---> 6df894023726
Step 2/3 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-8         wget         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> a8022b859d34
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8
 ---> Using cache
 ---> 20dc73a9231b
Successfully built 20dc73a9231b
Successfully tagged e1d8087c87a9949be1f6517883a1b258924574e6:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . e1d8087c87a9949be1f6517883a1b258924574e6
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6448 --volumes-from 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** e1d8087c87a9949be1f6517883a1b258924574e6 cat
$ docker top 495eec8e63c92aa3f877dd33c253243aa87ee6e2203f6db64f99bb7a3afb2122 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
diff --git a/core/unit_test/TestInstance.cpp b/core/unit_test/TestInstance.cpp
index 224526ddc..3a96a6ee1 100644
--- a/core/unit_test/TestInstance.cpp
+++ b/core/unit_test/TestInstance.cpp
@@ -21,7 +21,8 @@
 namespace Test {
 
 /**
- * @test Ensure that any execution space fails in a consistent manner when @c Kokkos is not initialized.
+ * @test Ensure that any execution space fails in a consistent manner when @c
+ * Kokkos is not initialized.
  *
  * The expected behavior is that the execution space instance constructor aborts
  * with a message that look s like:
@@ -35,10 +36,9 @@ TEST(TEST_CATEGORY, instance_verify_is_initialized) {
   ASSERT_FALSE(Kokkos::is_initialized());
 
   ASSERT_EXIT(
-    execution_space space{},
-    ::testing::KilledBySignal(SIGABRT),
-    ::testing::ContainsRegex("Kokkos::[A-Za-z:]+ : [A-Za-z ]+ : ERROR device not initialized")
-  );
+      execution_space space{}, ::testing::KilledBySignal(SIGABRT),
+      ::testing::ContainsRegex(
+          "Kokkos::[A-Za-z:]+ : [A-Za-z ]+ : ERROR device not initialized"));
 }
 
-} // namespace Test
+}  // namespace Test
[Pipeline] }
$ docker stop --time=1 495eec8e63c92aa3f877dd33c253243aa87ee6e2203f6db64f99bb7a3afb2122
$ docker rm -f --volumes 495eec8e63c92aa3f877dd33c253243aa87ee6e2203f6db64f99bb7a3afb2122
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build" skipped due to earlier failure(s)
[Pipeline] parallel
[Pipeline] { (Branch: CUDA-12.2-NVHPC)
[Pipeline] { (Branch: SYCL-OneAPI)
[Pipeline] { (Branch: HIP-ROCm-5.2)
[Pipeline] { (Branch: HIP-ROCm-5.6-C++20)
[Pipeline] { (Branch: OPENMPTARGET-Clang)
[Pipeline] { (Branch: CUDA-11.0.3-Clang-Tidy)
[Pipeline] { (Branch: CUDA-11.7-NVCC)
[Pipeline] { (Branch: CUDA-11.0-NVCC-RDC)
[Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG)
[Pipeline] { (Branch: GCC-8.4.0)
[Pipeline] stage
[Pipeline] { (CUDA-12.2-NVHPC)
[Pipeline] stage
[Pipeline] { (SYCL-OneAPI)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.2)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.6-C++20)
[Pipeline] stage
[Pipeline] { (OPENMPTARGET-Clang)
[Pipeline] stage
[Pipeline] { (CUDA-11.0.3-Clang-Tidy)
[Pipeline] stage
[Pipeline] { (CUDA-11.7-NVCC)
[Pipeline] stage
[Pipeline] { (CUDA-11.0-NVCC-RDC)
[Pipeline] stage
[Pipeline] { (CUDA-11.6-NVCC-DEBUG)
[Pipeline] stage
[Pipeline] { (GCC-8.4.0)
Stage "CUDA-12.2-NVHPC" skipped due to earlier failure(s)
[Pipeline] }
Stage "SYCL-OneAPI" skipped due to earlier failure(s)
[Pipeline] }
Stage "HIP-ROCm-5.2" skipped due to earlier failure(s)
[Pipeline] }
Stage "HIP-ROCm-5.6-C++20" skipped due to earlier failure(s)
[Pipeline] }
Stage "OPENMPTARGET-Clang" skipped due to earlier failure(s)
[Pipeline] }
Stage "CUDA-11.0.3-Clang-Tidy" skipped due to earlier failure(s)
[Pipeline] }
Stage "CUDA-11.7-NVCC" skipped due to earlier failure(s)
[Pipeline] }
Stage "CUDA-11.0-NVCC-RDC" skipped due to earlier failure(s)
[Pipeline] }
Stage "CUDA-11.6-NVCC-DEBUG" skipped due to earlier failure(s)
[Pipeline] }
Stage "GCC-8.4.0" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-12.2-NVHPC
[Pipeline] }
Failed in branch SYCL-OneAPI
[Pipeline] }
Failed in branch HIP-ROCm-5.2
[Pipeline] }
Failed in branch HIP-ROCm-5.6-C++20
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[Pipeline] }
Failed in branch CUDA-11.0.3-Clang-Tidy
[Pipeline] }
Failed in branch CUDA-11.7-NVCC
[Pipeline] }
Failed in branch CUDA-11.0-NVCC-RDC
[Pipeline] }
Failed in branch CUDA-11.6-NVCC-DEBUG
[Pipeline] }
Failed in branch GCC-8.4.0
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE