Skip to content
Failed

Console Output

Branch indexing
11:25:38 Connecting to https://api.github.com using Jenkins ORNL
Obtained .jenkins from afb82ac8832a68396d123280723fdef78eac80d2
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: CUDA-10.2-NVCC-DEBUG)
[Pipeline] { (Branch: ROCM-3.5-HIPCC-DEBUG)
[Pipeline] stage
[Pipeline] { (CUDA-10.2-NVCC-DEBUG)
[Pipeline] stage
[Pipeline] { (ROCM-3.5-HIPCC-DEBUG)
[Pipeline] node
[Pipeline] node
Running on lascaux04 in /var/jenkins/workspace/Cabana_PR-263
[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
Fetching without tags
Cloning repository https://github.com/ECP-copa/Cabana.git
 > git init /var/jenkins/workspace/Cabana_PR-263 # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.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/ECP-copa/Cabana.git +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
Checking out Revision afb82ac8832a68396d123280723fdef78eac80d2 (PR-263)
Commit message: "Add grid gather with slices"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f afb82ac8832a68396d123280723fdef78eac80d2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 9885e864ef4c47e63db925cd9bd77201cc1a78a2 --build-arg BASE=rocm/dev-ubuntu-18.04:3.5 -f docker/Dockerfile.hipcc docker
Sending build context to Docker daemon  11.78kB

Step 1/18 : ARG BASE=rocm/dev-ubuntu-18.04:3.5
Step 2/18 : FROM $BASE
3.5: Pulling from rocm/dev-ubuntu-18.04
23884877105a: Pulling fs layer
bc38caa0f5b9: Pulling fs layer
2910811b6c42: Pulling fs layer
36505266dcc6: Pulling fs layer
d99256b3be86: Pulling fs layer
d99256b3be86: Waiting
36505266dcc6: Waiting
2910811b6c42: Download complete
bc38caa0f5b9: Verifying Checksum
bc38caa0f5b9: Download complete
36505266dcc6: Verifying Checksum
36505266dcc6: Download complete
23884877105a: Verifying Checksum
23884877105a: Download complete
23884877105a: Pull complete
bc38caa0f5b9: Pull complete
2910811b6c42: Pull complete
36505266dcc6: Pull complete
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker&&voltawrite /var/lib/docker/tmp/GetImageBlob1851610446: no space left on device
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch ROCM-3.5-HIPCC-DEBUG
Running on fetnat04 in /var/jenkins/workspace/Cabana_PR-263
[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/ECP-copa/Cabana.git
 > git init /var/jenkins/workspace/Cabana_PR-263 # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.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/ECP-copa/Cabana.git +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
Fetching without tags
Checking out Revision afb82ac8832a68396d123280723fdef78eac80d2 (PR-263)
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/263/head:refs/remotes/origin/PR-263 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f afb82ac8832a68396d123280723fdef78eac80d2 # timeout=10
Commit message: "Add grid gather with slices"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 01adf46d79313dc39efcbdcbcdf4da986fb9fec5 --build-arg BASE=nvidia/cuda:10.2-devel -f docker/Dockerfile 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  11.78kB

Step 1/22 : ARG BASE=nvidia/cuda:10.2-devel
Step 2/22 : FROM $BASE
manifest for nvidia/cuda:10.2-devel not found: manifest unknown: manifest unknown
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-10.2-NVCC-DEBUG
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE