Skip to content
Success

Console Output

Started by user DIM Build
Building in workspace /var/jenkins_home/workspace/DIM-TrafficOS-TIM
using credential jenkins_gitlab
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.com/datainmotion/trafficos/tim.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/tim.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/tim.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 50d73b18a3e2fbd78a663cdd3483e20cf48b61d5 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50d73b18a3e2fbd78a663cdd3483e20cf48b61d5
Commit message: "- fix clonflicts"
 > git rev-list --no-walk 50d73b18a3e2fbd78a663cdd3483e20cf48b61d5 # timeout=10
[Gradle] - Launching build.
[DIM-TrafficOS-TIM] $ /var/jenkins_home/workspace/DIM-TrafficOS-TIM/gradlew clean build prepareDocker
Starting a Gradle Daemon (subsequent builds will be faster)
:de.dim.trafficos.tim.rest:clean
:de.dim.trafficos.tim.runtime:clean
:de.dim.trafficos.tim.web.ui:clean
:de.dim.traffics.tim.rest.model:clean
:de.dim.trafficos.tim.runtime:compileJava
:de.dim.trafficos.tim.runtime:processResources NO-SOURCE
:de.dim.trafficos.tim.runtime:classes
:de.dim.trafficos.tim.runtime:jar
:de.dim.traffics.tim.rest.model:compileJava
:de.dim.traffics.tim.rest.model:processResources NO-SOURCE
:de.dim.traffics.tim.rest.model:classes
:de.dim.traffics.tim.rest.model:jar
:de.dim.trafficos.tim.rest:compileJava
:de.dim.trafficos.tim.rest:processResources NO-SOURCE
:de.dim.trafficos.tim.rest:classes
:de.dim.trafficos.tim.rest:jar
:de.dim.trafficos.tim.rest:assemble
:de.dim.trafficos.tim.rest:compileTestJava NO-SOURCE
:de.dim.trafficos.tim.rest:processTestResources NO-SOURCE
:de.dim.trafficos.tim.rest:testClasses UP-TO-DATE
:de.dim.trafficos.tim.rest:test NO-SOURCE
:de.dim.trafficos.tim.rest:testOSGi SKIPPED
:de.dim.trafficos.tim.rest:check UP-TO-DATE
:de.dim.trafficos.tim.rest:build
:de.dim.trafficos.tim.runtime:assemble
:de.dim.trafficos.tim.runtime:compileTestJava NO-SOURCE
:de.dim.trafficos.tim.runtime:processTestResources NO-SOURCE
:de.dim.trafficos.tim.runtime:testClasses UP-TO-DATE
:de.dim.trafficos.tim.runtime:test NO-SOURCE
:de.dim.trafficos.tim.runtime:testOSGi SKIPPED
:de.dim.trafficos.tim.runtime:check UP-TO-DATE
:de.dim.trafficos.tim.runtime:build
:de.dim.trafficos.tim.web.ui:compileJava
:de.dim.trafficos.tim.web.ui:processResources NO-SOURCE
:de.dim.trafficos.tim.web.ui:classes
:de.dim.trafficos.tim.web.ui:jar
:de.dim.trafficos.tim.web.ui:assemble
:de.dim.trafficos.tim.web.ui:compileTestJava
:de.dim.trafficos.tim.web.ui:processTestResources NO-SOURCE
:de.dim.trafficos.tim.web.ui:testClasses
:de.dim.trafficos.tim.web.ui:test
:de.dim.trafficos.tim.web.ui:testOSGi SKIPPED
:de.dim.trafficos.tim.web.ui:check
:de.dim.trafficos.tim.web.ui:build
:de.dim.traffics.tim.rest.model:assemble
:de.dim.traffics.tim.rest.model:compileTestJava NO-SOURCE
:de.dim.traffics.tim.rest.model:processTestResources NO-SOURCE
:de.dim.traffics.tim.rest.model:testClasses UP-TO-DATE
:de.dim.traffics.tim.rest.model:test NO-SOURCE
:de.dim.traffics.tim.rest.model:testOSGi SKIPPED
:de.dim.traffics.tim.rest.model:check UP-TO-DATE
:de.dim.traffics.tim.rest.model:build
:de.dim.trafficos.tim.runtime:geckoExport
:de.dim.trafficos.tim.runtime:prepareDocker
Prepare for Docker build

BUILD SUCCESSFUL in 12s
16 actionable tasks: 16 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Docker Build
Docker Build: building image at path /var/jenkins_home/workspace/DIM-TrafficOS-TIM/de.dim.trafficos.tim.runtime/generated/docker
Step 1/14 : FROM       airdock/oraclejdk:1.8


 ---> 65ad2c43412b

Step 2/14 : MAINTAINER Data In Motion Consulting GmbH


 ---> Running in 3d665d58bfa1

Removing intermediate container 3d665d58bfa1

 ---> 3387be0a9f9f

Step 3/14 : ENV GECKO_WORK /gecko-work


 ---> Running in 016b76dc8090

Removing intermediate container 016b76dc8090

 ---> 0cefb114ca46

Step 4/14 : ENV GECKO_VERSION 2.0.0


 ---> Running in 79ed1b2d8a50

Removing intermediate container 79ed1b2d8a50

 ---> 891226024565

Step 5/14 : RUN mkdir -p /opt/gecko/ && mkdir -p /opt/gecko/logs && mkdir -p /tmp


 ---> Running in ced82b63e541

Removing intermediate container ced82b63e541

 ---> 62cdb21e86fa

Step 6/14 : COPY ./ /opt/gecko/


 ---> f968b44b4247

Step 7/14 : RUN useradd -r -u 200 -m -c "gecko account" -d ${GECKO_WORK} -s /bin/false gecko


 ---> Running in 6f8e13f9d60c

Removing intermediate container 6f8e13f9d60c

 ---> 031c06662ed8

Step 8/14 : RUN chown -R gecko /opt/gecko && chmod u+rwx -R /opt/gecko && chown -R gecko /tmp && chmod -R u+rw /tmp


 ---> Running in b3f06d83a534

Removing intermediate container b3f06d83a534

 ---> 9299daed0517

Step 9/14 : RUN cd /opt/gecko


 ---> Running in 2578d3ee9e78

Removing intermediate container 2578d3ee9e78

 ---> c94bd39b60ff

Step 10/14 : VOLUME ${GECKO_WORK}


 ---> Running in 8307e9cc2815

Removing intermediate container 8307e9cc2815

 ---> 14a9b8c68e08

Step 11/14 : EXPOSE 8080 8081 8090


 ---> Running in 3ed359e7adbe

Removing intermediate container 3ed359e7adbe

 ---> 0abe8c979559

Step 12/14 : WORKDIR /opt/gecko


 ---> Running in 71d4ac4cbbda

Removing intermediate container 71d4ac4cbbda

 ---> 9cf9724ffe26

Step 13/14 : USER gecko


 ---> Running in 8d0d0f161b1d

Removing intermediate container 8d0d0f161b1d

 ---> c48a1b3b286d

Step 14/14 : CMD ["./bin/gecko.sh", "-data", "/gecko-work"]


 ---> Running in fe1b6b0e61e7

Removing intermediate container fe1b6b0e61e7

 ---> 1710c4fed65e

Successfully built 1710c4fed65e

Tagging built image with devel.data-in-motion.biz:6000/trafficos/tim:6
Tagging built image with devel.data-in-motion.biz:6000/trafficos/tim:latest
Docker Build Response : 1710c4fed65e
Pushing [devel.data-in-motion.biz:6000/trafficos/tim:6, devel.data-in-motion.biz:6000/trafficos/tim:latest]
The push refers to repository [devel.data-in-motion.biz:6000/trafficos/tim]
6cc93384bb86: Preparing
8662b7b97bee: Preparing
212e91e2a2df: Preparing
531b11cc308f: Preparing
74572826057a: Preparing
3e35af6222b0: Preparing
ba234b7fd328: Preparing
65f7d25bbf2d: Preparing
0b17f64af87b: Preparing
ba234b7fd328: Waiting
0b17f64af87b: Waiting
3e35af6222b0: Waiting
65f7d25bbf2d: Waiting
74572826057a: Layer already exists
8662b7b97bee: Pushing [>                                                  ]  14.62kB/1.388MB
3e35af6222b0: Layer already exists
212e91e2a2df: Pushing [>                                                  ]  241.7kB/22.42MB
ba234b7fd328: Layer already exists
65f7d25bbf2d: Layer already exists
0b17f64af87b: Layer already exists
6cc93384bb86: Pushing [>                                                  ]  239.6kB/22.42MB
212e91e2a2df: Pushing [======>                                            ]  2.775MB/22.42MB
6cc93384bb86: Pushing [======>                                            ]  2.771MB/22.42MB
212e91e2a2df: Pushing [===========>                                       ]  5.298MB/22.42MB
6cc93384bb86: Pushing [============>                                      ]  5.524MB/22.42MB
212e91e2a2df: Pushing [=================>                                 ]  7.821MB/22.42MB
6cc93384bb86: Pushing [=================>                                 ]  8.047MB/22.42MB
212e91e2a2df: Pushing [=======================>                           ]  10.57MB/22.42MB
6cc93384bb86: Pushing [========================>                          ]   10.8MB/22.42MB
212e91e2a2df: Pushing [=============================>                     ]   13.1MB/22.42MB
6cc93384bb86: Pushing [==============================>                    ]  13.55MB/22.42MB
212e91e2a2df: Pushing [===================================>               ]  15.85MB/22.42MB
531b11cc308f: Pushing  3.072kB
8662b7b97bee: Pushing [==================================================>]  1.405MB
6cc93384bb86: Pushing [===================================>               ]  16.08MB/22.42MB
212e91e2a2df: Pushing [========================================>          ]  18.37MB/22.42MB
6cc93384bb86: Pushing [=========================================>         ]   18.6MB/22.42MB
212e91e2a2df: Pushing [==============================================>    ]   20.9MB/22.42MB
6cc93384bb86: Pushing [===============================================>   ]  21.35MB/22.42MB
6cc93384bb86: Pushing [==================================================>]  22.46MB
212e91e2a2df: Pushing [==================================================>]  22.46MB
8662b7b97bee: Pushed
531b11cc308f: Pushed
212e91e2a2df: Pushed
6cc93384bb86: Pushed
6: digest: sha256:c548adbb39150af47c3f59706731ad019d72439365cbd56545abece680fc0d4f size: 2208
The push refers to repository [devel.data-in-motion.biz:6000/trafficos/tim]
6cc93384bb86: Preparing
8662b7b97bee: Preparing
212e91e2a2df: Preparing
531b11cc308f: Preparing
74572826057a: Preparing
3e35af6222b0: Preparing
ba234b7fd328: Preparing
65f7d25bbf2d: Preparing
0b17f64af87b: Preparing
65f7d25bbf2d: Waiting
0b17f64af87b: Waiting
3e35af6222b0: Waiting
ba234b7fd328: Waiting
74572826057a: Layer already exists
6cc93384bb86: Layer already exists
531b11cc308f: Layer already exists
212e91e2a2df: Layer already exists
8662b7b97bee: Layer already exists
ba234b7fd328: Layer already exists
3e35af6222b0: Layer already exists
0b17f64af87b: Layer already exists
65f7d25bbf2d: Layer already exists
latest: digest: sha256:c548adbb39150af47c3f59706731ad019d72439365cbd56545abece680fc0d4f size: 2208
Cleaning local images [1710c4fed65e]
Docker Build Done
Archiving artifacts
Recording fingerprints
Finished: SUCCESS