Skip to content
Not built

Console Output

Pull request #7966 event
07:59:30 Connecting to https://api.github.com using 476720/******
Obtained .jenkins/continuous.groovy from d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1+91947ad88e6ca84712303f5f749b816602243df4 (327b6fbecf35d15d630d665df72dc9682abaff1b)
[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
Running on fetnat_03 in /var/jenkins/workspace/Kokkos_PR-7966
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/develop commit 91947ad88e6ca84712303f5f749b816602243df4 into PR head commit d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7966/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7966/head:refs/remotes/origin/PR-7966 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1 # timeout=10
Merge succeeded, producing 0987135464149e4041b3d7ddb9f216d121220339
Checking out Revision 0987135464149e4041b3d7ddb9f216d121220339 (PR-7966)
Commit message: "Merge commit '91947ad88e6ca84712303f5f749b816602243df4' into HEAD"
First time build. Skipping changelog.
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 91947ad88e6ca84712303f5f749b816602243df4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0987135464149e4041b3d7ddb9f216d121220339 # timeout=10
 > git rev-list --no-walk e679107272d892ab96e5d73495c1a8c774fb6951 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 4f9d5b1bcf3d6f9c29d8b2636d23f668be93917d -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/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
 ---> 35a88802559d
Step 2/4 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 0d31048b0ffc
Step 3/4 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-16         wget         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> c3776535e6e3
Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16
 ---> Using cache
 ---> d3953ad3f155
Successfully built d3953ad3f155
Successfully tagged 4f9d5b1bcf3d6f9c29d8b2636d23f668be93917d:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 4f9d5b1bcf3d6f9c29d8b2636d23f668be93917d
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat_03 seems to be running inside container acc9f1b45c8e60580e2989fa302920c30dca3de1c3fcc3054d32ea1a4209bba0
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-7966 --volumes-from acc9f1b45c8e60580e2989fa302920c30dca3de1c3fcc3054d32ea1a4209bba0 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 4f9d5b1bcf3d6f9c29d8b2636d23f668be93917d cat
$ docker top 9f0dd689c28bf4cd92ee5608e98017cd61b22d212fa079ea4e74dd8f8ac2a9c9 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
[Pipeline] }
$ docker stop --time=1 9f0dd689c28bf4cd92ee5608e98017cd61b22d212fa079ea4e74dd8f8ac2a9c9
$ docker rm -f --volumes 9f0dd689c28bf4cd92ee5608e98017cd61b22d212fa079ea4e74dd8f8ac2a9c9
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-1)
[Pipeline] parallel
[Pipeline] { (Branch: GCC-8.4.0)
[Pipeline] { (Branch: HIP-ROCm-5.7-C++20)
[Pipeline] { (Branch: CUDA-11.0-NVCC-RDC)
[Pipeline] stage
[Pipeline] { (GCC-8.4.0)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.7-C++20)
[Pipeline] stage
[Pipeline] { (CUDA-11.0-NVCC-RDC)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-7966
Running on lascaux_02 in /var/jenkins/workspace/Kokkos_PR-7966
Running on fetnat_03 in /var/jenkins/workspace/Kokkos_PR-7966
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
[Pipeline] checkout
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
using credential Jenkins ORNL
Fetching without tags
Fetching without tags
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/develop commit 91947ad88e6ca84712303f5f749b816602243df4 into PR head commit d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1
Merging remotes/origin/develop commit 91947ad88e6ca84712303f5f749b816602243df4 into PR head commit d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1
Merging remotes/origin/develop commit 91947ad88e6ca84712303f5f749b816602243df4 into PR head commit d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1
Merge succeeded, producing 19ea6b3a51d4a6efb072c6e279b464e77ad54232
Checking out Revision 19ea6b3a51d4a6efb072c6e279b464e77ad54232 (PR-7966)
Commit message: "Merge commit '91947ad88e6ca84712303f5f749b816602243df4' into HEAD"
First time build. Skipping changelog.
Merge succeeded, producing 19ea6b3a51d4a6efb072c6e279b464e77ad54232
Checking out Revision 19ea6b3a51d4a6efb072c6e279b464e77ad54232 (PR-7966)
Merge succeeded, producing 19ea6b3a51d4a6efb072c6e279b464e77ad54232
Checking out Revision 19ea6b3a51d4a6efb072c6e279b464e77ad54232 (PR-7966)
Commit message: "Merge commit '91947ad88e6ca84712303f5f749b816602243df4' into HEAD"
Commit message: "Merge commit '91947ad88e6ca84712303f5f749b816602243df4' into HEAD"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7966/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7966/head:refs/remotes/origin/PR-7966 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 91947ad88e6ca84712303f5f749b816602243df4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ea6b3a51d4a6efb072c6e279b464e77ad54232 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7966/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7966/head:refs/remotes/origin/PR-7966 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 91947ad88e6ca84712303f5f749b816602243df4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ea6b3a51d4a6efb072c6e279b464e77ad54232 # timeout=10
 > git rev-list --no-walk e679107272d892ab96e5d73495c1a8c774fb6951 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-7966/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/7966/head:refs/remotes/origin/PR-7966 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5315338ececeab7d4e6d9c80a9f9d4e9b5d48f1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 91947ad88e6ca84712303f5f749b816602243df4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ea6b3a51d4a6efb072c6e279b464e77ad54232 # timeout=10
+ docker build -t c4235cb61dbfc900ee69f4000a7e1f65662ed6c6 --build-arg BASE=rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d -f scripts/docker/Dockerfile.hipcc scripts/docker
#1 [internal] load build definition from Dockerfile.hipcc
#1 sha256:20fb188466224782353cb2021057dffb7bf016f822d2512faa74f99607b3bc60
#1 transferring dockerfile: 1.52kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d
#2 sha256:22a91894f80d64075dad75689e81cf29cf250230d7c34e3cb0fc67fedaeba0f2
+ docker build -t 2b0cfbc0deea9581ce64ea17ce70c4928754e002 -f scripts/docker/Dockerfile.gcc scripts/docker
#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:d1cfc38df0f7c007aa3f588d1b4b36098a7d09f381862d12a093d87bc7a5c09a
#1 transferring dockerfile: 1.88kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc
#2 sha256:a445a60bb2366ebf01c1be4ffad95bdd53d306c320c3d70cdb338f6efec29899
+ docker build -t 755837711565ae0d8c9ca654d1a8ddee54f8ab5b --build-arg BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 --build-arg ADDITIONAL_PACKAGES=g++-8 gfortran clang --build-arg CMAKE_VERSION=3.17.3 -f scripts/docker/Dockerfile.nvcc scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  17.92kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> 66deaf56c203
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 4b2163e7c6ee
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 4cf493b2280f
Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         wget         ccache         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> f6b97add3484
Step 6/10 : 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}*
 ---> Using cache
 ---> 258cafa09fdf
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 1d155400b41e
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> f3ddd71fee5f
Step 9/10 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 98ae56d1c25d
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> bfbd086f0237
Successfully built bfbd086f0237
Successfully tagged 755837711565ae0d8c9ca654d1a8ddee54f8ab5b:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
#2 DONE 0.3s

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

#7 [1/4] FROM docker.io/rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d
#7 sha256:f27bda5f4f4636b3038808990e278d10d3d9566eee5ff9a141851b7f0a205d5e
#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:473a79773200bf64148b4f9ec03f3363d5ef39d19df18156a704e3d263f782ee
#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:92b09e1e2452b2a30f0eb9ae12bab5753fc4c70caa7256740a93e3d0c186afd2
#6 CACHED

#4 [4/4] 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*
#4 sha256:a35d872265ec7492b36b7c940df69fab086bce55e137139484300b1a22463516
#4 CACHED

#8 exporting to image
#8 sha256:3e4327f53d65e822533f98be6e5af88505f947bb2af57f76b4c4316875297908
#8 exporting layers done
#8 writing image sha256:e0fd9622bb12cd9f572a5ce9b9bc0ebf3f3757163bd5d6ed36880fa4eb1d396a done
#8 naming to docker.io/library/c4235cb61dbfc900ee69f4000a7e1f65662ed6c6:latest done
#8 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
#2 DONE 0.3s

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

#6 [1/5] FROM docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc
#6 sha256:ec7b8aa1a623e750be73649b5df0cc0602fefe4104c08d7d80e49ea785b93851
#6 DONE 0.0s

#5 [2/5] RUN apt-get update && apt-get upgrade -y && apt-get install -y     build-essential     wget     git     bc     ccache     ${ADDITIONAL_PACKAGES}     &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#5 sha256:258b8921de18c7a215d3a99884f4ecbb533b26cae029d862034aa19b7c48e709
#5 CACHED

#4 [3/5] RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list &&     echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe" >> /etc/apt/sources.list &&     apt-get update && apt-get install -y g++-8 &&     update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8 &&     update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 8 &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#4 sha256:f6a4b2be7ef0d066a7e7a091f7f29f4b4095f89a3b5afec229292753d93aed9f
#4 CACHED

#8 [4/5] 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}*
#8 sha256:37daaf1a47a11fdb0ce3fece52ce5640369faeb11de9a6586c1b33fd897650eb
#8 CACHED

#7 [5/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*
#7 sha256:574ee4a92ed978a313dfc44ad7bd2bbaf03c0b24cd9572eb7701085574671926
#7 CACHED

#9 exporting to image
#9 sha256:cf97cb67d869441dcd1ca6e6819e75fe7ae487062f166eb8c55e916821cac7fe
#9 exporting layers done
#9 writing image sha256:769064f4ddc5fbd138f70e653f1c606a43083316484ec1734f0c314973ec0f74 done
#9 naming to docker.io/library/2b0cfbc0deea9581ce64ea17ce70c4928754e002:latest done
#9 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 755837711565ae0d8c9ca654d1a8ddee54f8ab5b
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat_03 seems to be running inside container acc9f1b45c8e60580e2989fa302920c30dca3de1c3fcc3054d32ea1a4209bba0
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-7966 --volumes-from acc9f1b45c8e60580e2989fa302920c30dca3de1c3fcc3054d32ea1a4209bba0 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 755837711565ae0d8c9ca654d1a8ddee54f8ab5b cat
+ docker inspect -f . c4235cb61dbfc900ee69f4000a7e1f65662ed6c6
.
+ docker inspect -f . 2b0cfbc0deea9581ce64ea17ce70c4928754e002
.
$ docker top 02def6c65d51397c2a3cccf3b270583d57014a0e16fded4d4e867d52c8c6af62 -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] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
lascaux_02 seems to be running inside container 3bdc004c26fac913ac5490f88f25a45b1f092f9dcb1a88d648fdf0d3f3923c56
$ 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_PR-7966 --volumes-from 3bdc004c26fac913ac5490f88f25a45b1f092f9dcb1a88d648fdf0d3f3923c56 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** c4235cb61dbfc900ee69f4000a7e1f65662ed6c6 cat
Superseded by #5
$ docker top a5dd7a87250b626dfef67a3586efc9206a4b3ed6bba32db3b61e69a368fdfc3a -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
CPU_Node_05 seems to be running inside container 173fcac54123adcdeb1f57ddecbc67068c21e86d5be47e57a6ff1eeec5d202f9
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-7966 --volumes-from 173fcac54123adcdeb1f57ddecbc67068c21e86d5be47e57a6ff1eeec5d202f9 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 2b0cfbc0deea9581ce64ea17ce70c4928754e002 cat
$ docker top 44e440d5a9fede2aa445815b3b873320b18bf4f240b33db72f0fd8d860339b64 -eo pid,comm
[Pipeline] {
[Pipeline] }
$ docker stop --time=1 02def6c65d51397c2a3cccf3b270583d57014a0e16fded4d4e867d52c8c6af62
$ docker rm -f --volumes 02def6c65d51397c2a3cccf3b270583d57014a0e16fded4d4e867d52c8c6af62
[Pipeline] }
$ docker stop --time=1 a5dd7a87250b626dfef67a3586efc9206a4b3ed6bba32db3b61e69a368fdfc3a
$ docker rm -f --volumes a5dd7a87250b626dfef67a3586efc9206a4b3ed6bba32db3b61e69a368fdfc3a
[Pipeline] }
$ docker stop --time=1 44e440d5a9fede2aa445815b3b873320b18bf4f240b33db72f0fd8d860339b64
$ docker rm -f --volumes 44e440d5a9fede2aa445815b3b873320b18bf4f240b33db72f0fd8d860339b64
[Pipeline] // withDockerContainer
[Pipeline] // withDockerContainer
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch GCC-8.4.0
[Pipeline] }
Failed in branch HIP-ROCm-5.7-C++20
[Pipeline] }
Failed in branch CUDA-11.0-NVCC-RDC
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-2)
Stage "Build-2" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2)
[Pipeline] { (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER)
[Pipeline] { (Branch: SYCL-OneAPI)
[Pipeline] { (Branch: HIP-ROCm-5.3)
[Pipeline] { (Branch: HIP-ROCm-6.0-amdclang)
[Pipeline] { (Branch: OPENMPTARGET-Clang)
[Pipeline] { (Branch: CUDA-11.8-Clang-15)
[Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC)
[Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG)
[Pipeline] { (Branch: CUDA-11.7-NVCC)
[Pipeline] stage
[Pipeline] { (OPENACC-NVHPC-CUDA-12.2)
[Pipeline] stage
[Pipeline] { (CUDA-12.2-NVHPC-AS-HOST-COMPILER)
[Pipeline] stage
[Pipeline] { (SYCL-OneAPI)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.3)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-6.0-amdclang)
[Pipeline] stage
[Pipeline] { (OPENMPTARGET-Clang)
[Pipeline] stage
[Pipeline] { (CUDA-11.8-Clang-15)
[Pipeline] stage
[Pipeline] { (CUDA-12.5.1-Clang-17-RDC)
[Pipeline] stage
[Pipeline] { (CUDA-11.6-NVCC-DEBUG)
[Pipeline] stage
[Pipeline] { (CUDA-11.7-NVCC)
Stage "OPENACC-NVHPC-CUDA-12.2" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-12.2-NVHPC-AS-HOST-COMPILER" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "SYCL-OneAPI" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "HIP-ROCm-5.3" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "HIP-ROCm-6.0-amdclang" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "OPENMPTARGET-Clang" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.8-Clang-15" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-12.5.1-Clang-17-RDC" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.6-NVCC-DEBUG" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.7-NVCC" skipped due to earlier failure(s)
[Pipeline] getContext
[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 OPENACC-NVHPC-CUDA-12.2
[Pipeline] }
Failed in branch CUDA-12.2-NVHPC-AS-HOST-COMPILER
[Pipeline] }
Failed in branch SYCL-OneAPI
[Pipeline] }
Failed in branch HIP-ROCm-5.3
[Pipeline] }
Failed in branch HIP-ROCm-6.0-amdclang
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[Pipeline] }
Failed in branch CUDA-11.8-Clang-15
[Pipeline] }
Failed in branch CUDA-12.5.1-Clang-17-RDC
[Pipeline] }
Failed in branch CUDA-11.6-NVCC-DEBUG
[Pipeline] }
Failed in branch CUDA-11.7-NVCC
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: bc368f27-3549-4b3f-b945-ee6f0a850e22

GitHub has been notified of this commit’s build result

Finished: NOT_BUILT