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 geckoExport
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

BUILD SUCCESSFUL in 12s
15 actionable tasks: 15 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/runtime/docker
Step 1/14 : FROM       airdock/oraclejdk:1.8


 ---> 65ad2c43412b

Step 2/14 : MAINTAINER Data In Motion Consulting GmbH


 ---> Running in ae72f1c1a101

Removing intermediate container ae72f1c1a101

 ---> 3f6e02923a99

Step 3/14 : ENV GECKO_WORK /gecko-work


 ---> Running in 9508fe3ddb1b

Removing intermediate container 9508fe3ddb1b

 ---> 1388d7edd5f8

Step 4/14 : ENV GECKO_VERSION 2.0.0


 ---> Running in b56bb4d5a376

Removing intermediate container b56bb4d5a376

 ---> 35f6f88d7e94

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


 ---> Running in 345e05498910

Removing intermediate container 345e05498910

 ---> 5892a9b6ebce

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


 ---> b60ffc39ba2f

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


 ---> Running in 39f0a6930e74

Removing intermediate container 39f0a6930e74

 ---> 1a6ec688ffd4

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 e42a6b31ece4

Removing intermediate container e42a6b31ece4

 ---> dad46bd84a11

Step 9/14 : RUN cd /opt/gecko


 ---> Running in aa8cef06c139

Removing intermediate container aa8cef06c139

 ---> b34f1db5cf3a

Step 10/14 : VOLUME ${GECKO_WORK}


 ---> Running in 66af35fce489

Removing intermediate container 66af35fce489

 ---> 2b1c1c77396d

Step 11/14 : EXPOSE 8080 8081 8090


 ---> Running in c5c1aeb8a6eb

Removing intermediate container c5c1aeb8a6eb

 ---> 3afdfb3f83a2

Step 12/14 : WORKDIR /opt/gecko


 ---> Running in 7f1d10993e42

Removing intermediate container 7f1d10993e42

 ---> e65f908e6c2d

Step 13/14 : USER gecko


 ---> Running in 9d597055c7b5

Removing intermediate container 9d597055c7b5

 ---> 7879cf36c672

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


 ---> Running in c11320e2f0b5

Removing intermediate container c11320e2f0b5

 ---> cfe597dfacff

Successfully built cfe597dfacff

Tagging built image with devel.data-in-motion.biz:6000/trafficos/tim:4
Docker Build Response : cfe597dfacff
Pushing [devel.data-in-motion.biz:6000/trafficos/tim:4]
The push refers to repository [devel.data-in-motion.biz:6000/trafficos/tim]
8d55d359ece4: Preparing
879a0385c470: Preparing
bc3daac0a72a: Preparing
a3a1f62fb8cc: Preparing
74572826057a: Preparing
3e35af6222b0: Preparing
ba234b7fd328: Preparing
65f7d25bbf2d: Preparing
0b17f64af87b: Preparing
3e35af6222b0: Waiting
ba234b7fd328: Waiting
65f7d25bbf2d: Waiting
0b17f64af87b: Waiting
bc3daac0a72a: Pushing [=========================================>         ]     512B/615B
8d55d359ece4: Pushing [=========================================>         ]     512B/615B
879a0385c470: Pushing [>                                                  ]  14.62kB/1.388MB
879a0385c470: Pushing [==================================================>]  1.405MB
8d55d359ece4: Pushing [==================================================>]  4.608kB
a3a1f62fb8cc: Pushing  3.072kB
bc3daac0a72a: Pushing [==================================================>]  3.584kB
74572826057a: Layer already exists
3e35af6222b0: Layer already exists
ba234b7fd328: Layer already exists
65f7d25bbf2d: Layer already exists
879a0385c470: Pushed
0b17f64af87b: Layer already exists
a3a1f62fb8cc: Pushed
bc3daac0a72a: Pushed
8d55d359ece4: Pushed
4: digest: sha256:7cffa898e9a7d54b7864db5eeaac1926831e5b7596059721f9cb23b53a4a701e size: 2198
Cleaning local images [cfe597dfacff]
Docker Build Done
Archiving artifacts
Recording fingerprints
Finished: SUCCESS