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 af8790bc20fd Removing intermediate container af8790bc20fd ---> c9af4c2d478e Step 3/14 : ENV GECKO_WORK /gecko-work ---> Running in f88fe5aa653c Removing intermediate container f88fe5aa653c ---> d3d59cdfb229 Step 4/14 : ENV GECKO_VERSION 2.0.0 ---> Running in 3682e02ad24c Removing intermediate container 3682e02ad24c ---> 167e20248d5f Step 5/14 : RUN mkdir -p /opt/gecko/ && mkdir -p /opt/gecko/logs && mkdir -p /tmp ---> Running in a880c1515ace Removing intermediate container a880c1515ace ---> be44c1ce1939 Step 6/14 : COPY ./ /opt/gecko/ ---> 26133a5bde09 Step 7/14 : RUN useradd -r -u 200 -m -c "gecko account" -d ${GECKO_WORK} -s /bin/false gecko ---> Running in 53e44863af39 Removing intermediate container 53e44863af39 ---> 5ffd292e6144 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 40da55ba993f Removing intermediate container 40da55ba993f ---> 0ad5288dd469 Step 9/14 : RUN cd /opt/gecko ---> Running in 67dbdbfccb3e Removing intermediate container 67dbdbfccb3e ---> d736088ed7ce Step 10/14 : VOLUME ${GECKO_WORK} ---> Running in 65e7aa0047c0 Removing intermediate container 65e7aa0047c0 ---> b3837184d475 Step 11/14 : EXPOSE 8080 8081 8090 ---> Running in 4d27cc126044 Removing intermediate container 4d27cc126044 ---> f796bef256e1 Step 12/14 : WORKDIR /opt/gecko ---> Running in 7aee29f9a235 Removing intermediate container 7aee29f9a235 ---> 1fd808435dc0 Step 13/14 : USER gecko ---> Running in dc31260d8171 Removing intermediate container dc31260d8171 ---> de30a4d429c7 Step 14/14 : CMD ["./bin/gecko.sh", "-data", "/gecko-work"] ---> Running in b736d4b2c456 Removing intermediate container b736d4b2c456 ---> 96e486a7ff86 Successfully built 96e486a7ff86 Tagging built image with devel.data-in-motion.biz:6000/trafficos/tim:5 Tagging built image with devel.data-in-motion.biz:6000/trafficos/tim:latest Docker Build Response : 96e486a7ff86 Pushing [devel.data-in-motion.biz:6000/trafficos/tim:5, devel.data-in-motion.biz:6000/trafficos/tim:latest] The push refers to repository [devel.data-in-motion.biz:6000/trafficos/tim] 2a8217e2698f: Preparing 9e835f839a18: Preparing f293df2598a3: Preparing 6cce9b1451d4: Preparing 74572826057a: Preparing 3e35af6222b0: Preparing ba234b7fd328: Preparing 65f7d25bbf2d: Preparing 0b17f64af87b: Preparing ba234b7fd328: Waiting 3e35af6222b0: Waiting 65f7d25bbf2d: Waiting 0b17f64af87b: Waiting 74572826057a: Layer already exists 2a8217e2698f: Pushing [=========================================> ] 512B/615B 9e835f839a18: Pushing [> ] 14.62kB/1.388MB 3e35af6222b0: Layer already exists ba234b7fd328: Layer already exists 65f7d25bbf2d: Layer already exists 0b17f64af87b: Layer already exists f293df2598a3: Pushing [=========================================> ] 512B/615B 6cce9b1451d4: Pushing 3.072kB 2a8217e2698f: Pushing [==================================================>] 4.608kB f293df2598a3: Pushing [==================================================>] 3.584kB 9e835f839a18: Pushing [==================================================>] 1.405MB f293df2598a3: Pushed 2a8217e2698f: Pushed 6cce9b1451d4: Pushed 9e835f839a18: Pushed 5: digest: sha256:602c036df34d454e86722252fccbd93b575ac8df38c8012c843835871fcbf280 size: 2198 The push refers to repository [devel.data-in-motion.biz:6000/trafficos/tim] 2a8217e2698f: Preparing 9e835f839a18: Preparing f293df2598a3: Preparing 6cce9b1451d4: Preparing 74572826057a: Preparing 3e35af6222b0: Preparing ba234b7fd328: Preparing 65f7d25bbf2d: Preparing 0b17f64af87b: Preparing ba234b7fd328: Waiting 0b17f64af87b: Waiting 65f7d25bbf2d: Waiting 3e35af6222b0: Waiting 2a8217e2698f: Layer already exists f293df2598a3: Layer already exists 9e835f839a18: Layer already exists 6cce9b1451d4: Layer already exists 74572826057a: Layer already exists 3e35af6222b0: Layer already exists 65f7d25bbf2d: Layer already exists 0b17f64af87b: Layer already exists ba234b7fd328: Layer already exists latest: digest: sha256:602c036df34d454e86722252fccbd93b575ac8df38c8012c843835871fcbf280 size: 2198 Cleaning local images [96e486a7ff86] Docker Build Done Archiving artifacts Recording fingerprints Finished: SUCCESS