Skip to content

Console Output

02:00:57 [2019-10-21T06:00:57.804Z] Started by user Nico Prediger
02:00:57 [2019-10-21T06:00:57.804Z] Running as Nico Prediger
02:00:58 [2019-10-21T06:00:58.469Z] Obtained docker/Jenkinsfile from git https://github.com/itemis/xtext-reference-projects.git
02:00:58 [2019-10-21T06:00:58.469Z] Running in Durability level: PERFORMANCE_OPTIMIZED
02:00:58 [2019-10-21T06:00:58.505Z] [Pipeline] Start of Pipeline
02:00:58 [2019-10-21T06:00:58.626Z] [Pipeline] node
02:00:58 [2019-10-21T06:00:58.639Z] Running on external-agent-01 in /home/xtextbot/workspace/releng/deploy-docker-build-images
02:00:58 [2019-10-21T06:00:58.641Z] [Pipeline] {
02:00:58 [2019-10-21T06:00:58.678Z] [Pipeline] stage
02:00:58 [2019-10-21T06:00:58.680Z] [Pipeline] { (Declarative: Checkout SCM)
02:00:58 [2019-10-21T06:00:58.690Z] [Pipeline] checkout
02:00:59 [2019-10-21T06:00:59.018Z] No credentials specified
02:00:59 [2019-10-21T06:00:59.119Z] Cloning the remote Git repository
02:00:59 [2019-10-21T06:00:59.191Z] Cloning repository https://github.com/itemis/xtext-reference-projects.git
02:00:59 [2019-10-21T06:00:59.300Z]  > git init /home/xtextbot/workspace/releng/deploy-docker-build-images # timeout=10
02:00:59 [2019-10-21T06:00:59.383Z] Fetching upstream changes from https://github.com/itemis/xtext-reference-projects.git
02:00:59 [2019-10-21T06:00:59.384Z]  > git --version # timeout=10
02:00:59 [2019-10-21T06:00:59.395Z]  > git fetch --tags --progress -- https://github.com/itemis/xtext-reference-projects.git +refs/heads/*:refs/remotes/origin/*
02:01:01 [2019-10-21T06:01:01.313Z]  > git config remote.origin.url https://github.com/itemis/xtext-reference-projects.git # timeout=10
02:01:01 [2019-10-21T06:01:01.325Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:01:01 [2019-10-21T06:01:01.445Z]  > git config remote.origin.url https://github.com/itemis/xtext-reference-projects.git # timeout=10
02:01:01 [2019-10-21T06:01:01.572Z] Fetching upstream changes from https://github.com/itemis/xtext-reference-projects.git
02:01:01 [2019-10-21T06:01:01.573Z]  > git fetch --tags --progress -- https://github.com/itemis/xtext-reference-projects.git +refs/heads/*:refs/remotes/origin/*
02:01:02 [2019-10-21T06:01:02.363Z] Checking out Revision c1f1f604aa9472db6316140bf93c2088fc0e77b8 (refs/remotes/origin/npr_jiro_ref_projects)
02:01:02 [2019-10-21T06:01:02.186Z]  > git rev-parse refs/remotes/origin/npr_jiro_ref_projects^{commit} # timeout=10
02:01:02 [2019-10-21T06:01:02.296Z]  > git rev-parse refs/remotes/origin/origin/npr_jiro_ref_projects^{commit} # timeout=10
02:01:02 [2019-10-21T06:01:02.415Z]  > git config core.sparsecheckout # timeout=10
02:01:02 [2019-10-21T06:01:02.427Z]  > git checkout -f c1f1f604aa9472db6316140bf93c2088fc0e77b8
02:01:03 [2019-10-21T06:01:03.525Z] Commit message: "Move Docker Image creation to a new job"
02:01:03 [2019-10-21T06:01:03.526Z] First time build. Skipping changelog.
02:01:03 [2019-10-21T06:01:03.533Z] [Pipeline] }
02:01:03 [2019-10-21T06:01:03.538Z] [Pipeline] // stage
02:01:03 [2019-10-21T06:01:03.549Z] [Pipeline] withEnv
02:01:03 [2019-10-21T06:01:03.550Z] [Pipeline] {
02:01:03 [2019-10-21T06:01:03.574Z] [Pipeline] timeout
02:01:03 [2019-10-21T06:01:03.574Z] Timeout set to expire in 15 min
02:01:03 [2019-10-21T06:01:03.575Z] [Pipeline] {
02:01:03 [2019-10-21T06:01:03.707Z] [Pipeline] stage
02:01:03 [2019-10-21T06:01:03.709Z] [Pipeline] { (Docker for Java 8)
02:01:03 [2019-10-21T06:01:03.756Z] [Pipeline] dir
02:01:03 [2019-10-21T06:01:03.756Z] Running in /home/xtextbot/workspace/releng/deploy-docker-build-images/docker
02:01:03 [2019-10-21T06:01:03.757Z] [Pipeline] {
02:01:03 [2019-10-21T06:01:03.779Z] [Pipeline] sh
02:01:05 [2019-10-21T06:01:05.231Z] + docker build --build-arg JDKVERSION=8 -t xtext/maven:jdk8 .
02:01:06 [2019-10-21T06:01:06.304Z] Sending build context to Docker daemon  3.584kB

02:01:06 [2019-10-21T06:01:06.304Z] Step 1/3 : ARG JDKVERSION
02:01:06 [2019-10-21T06:01:06.304Z] Step 2/3 : FROM maven:3.6.0-jdk-${JDKVERSION}
02:01:06 [2019-10-21T06:01:06.304Z]  ---> 938cf03ad8e9
02:01:06 [2019-10-21T06:01:06.304Z] Step 3/3 : RUN apt update     && apt install --no-install-recommends -y     libswt-gtk-3-java     libswt-gtk-3-java-gcj     xvfb     xauth     && rm -rf /var/lib/apt/lists/*
02:01:06 [2019-10-21T06:01:06.304Z]  ---> Using cache
02:01:06 [2019-10-21T06:01:06.304Z]  ---> 870e54c4f856
02:01:06 [2019-10-21T06:01:06.304Z] Successfully built 870e54c4f856
02:01:06 [2019-10-21T06:01:06.304Z] Successfully tagged xtext/maven:jdk8
02:01:06 [2019-10-21T06:01:06.304Z] + docker push xtext/maven:jdk8
02:01:06 [2019-10-21T06:01:06.304Z] The push refers to repository [docker.io/xtext/maven]
02:01:06 [2019-10-21T06:01:06.503Z] 66c654d42c17: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] efcb414462a6: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] 04a75c69b54e: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] 083168cfb43c: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] f7d12d471667: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] f350d0146bb3: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] e38df31d449c: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] af5ae4841776: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] b17cc31e431b: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] 12cb127eee44: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] 604829a174eb: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] fbb641a8b943: Preparing
02:01:06 [2019-10-21T06:01:06.503Z] f350d0146bb3: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] e38df31d449c: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] af5ae4841776: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] b17cc31e431b: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] 12cb127eee44: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] 604829a174eb: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] fbb641a8b943: Waiting
02:01:06 [2019-10-21T06:01:06.503Z] denied: requested access to the resource is denied
02:01:06 [2019-10-21T06:01:06.506Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.511Z] [Pipeline] // dir
02:01:06 [2019-10-21T06:01:06.522Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.527Z] [Pipeline] // stage
02:01:06 [2019-10-21T06:01:06.536Z] [Pipeline] stage
02:01:06 [2019-10-21T06:01:06.538Z] [Pipeline] { (Docker for Java 11)
02:01:06 [2019-10-21T06:01:06.549Z] Stage "Docker for Java 11" skipped due to earlier failure(s)
02:01:06 [2019-10-21T06:01:06.549Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.553Z] [Pipeline] // stage
02:01:06 [2019-10-21T06:01:06.562Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.566Z] [Pipeline] // timeout
02:01:06 [2019-10-21T06:01:06.571Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.576Z] [Pipeline] // withEnv
02:01:06 [2019-10-21T06:01:06.617Z] [Pipeline] }
02:01:06 [2019-10-21T06:01:06.622Z] [Pipeline] // node
02:01:06 [2019-10-21T06:01:06.628Z] [Pipeline] End of Pipeline
02:01:06 [2019-10-21T06:01:06.646Z] ERROR: script returned exit code 1
02:01:06 [2019-10-21T06:01:06.646Z] Finished: FAILURE