SuccessConsole Output

Started by GitLab push by Alex Muravya
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://gitlab.com/yasys/hub2swarm.git into /var/lib/jenkins/workspace/Hub2Swarm@script to read Jenkinsfile
using credential kyberorg_gl
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/hub2swarm.git # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/hub2swarm.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/hub2swarm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/trunk, since it originates from another repository
Seen branch in repository origin/master
Seen branch in repository origin/trunk
Seen 2 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision e927822f5aebeab3c0ba98f455a20d8995e67dcd (origin/trunk)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f e927822f5aebeab3c0ba98f455a20d8995e67dcd # timeout=10
Commit message: "Update Jenkinsfile"
 > /usr/bin/git rev-list --no-walk 07eaf8785737f816f967e74840cd15d7f4bdfc51 # timeout=10
Running in Durability level: MAX_SURVIVABILITY
Loading library common-pipe@2.3.3
Attempting to resolve 2.3.3 from remote references...
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git ls-remote -h https://gitlab.com/yasys/common-pipe.git # timeout=10
Could not find 2.3.3 in remote references. Pulling heads to local for deep search...
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.com/yasys/common-pipe.git
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse 2.3.3^{commit} # timeout=10
 > /usr/bin/git branch -a -v --no-abbrev --contains 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
Selected match: master revision 78e505581bfc1d87a0194b7a0531760b3985472d
using credential kyberorg_gl
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.com/yasys/common-pipe.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --no-tags --progress https://gitlab.com/yasys/common-pipe.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/trunk, since it originates from another repository
Checking out Revision 78e505581bfc1d87a0194b7a0531760b3985472d (master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
Commit message: "Merge branch 'steps-fix' into 'master'"
 > /usr/bin/git rev-list --no-walk 78e505581bfc1d87a0194b7a0531760b3985472d # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] getContext
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Hub2Swarm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential kyberorg_gl
Cloning the remote Git repository
Cloning repository https://gitlab.com/yasys/hub2swarm.git
 > /usr/bin/git init /var/lib/jenkins/workspace/Hub2Swarm # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/hub2swarm.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/hub2swarm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/hub2swarm.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/hub2swarm.git # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/hub2swarm.git
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/hub2swarm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/trunk, since it originates from another repository
Seen branch in repository origin/master
Seen branch in repository origin/trunk
Seen 2 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision e927822f5aebeab3c0ba98f455a20d8995e67dcd (origin/trunk)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f e927822f5aebeab3c0ba98f455a20d8995e67dcd # timeout=10
Commit message: "Update Jenkinsfile"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u kyberorg -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/Hub2Swarm@tmp/5b488b7d-0e99-43ea-92ae-4667c9b0232b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . yasys/jobbari:1.7.0
.
[Pipeline] withDockerContainer
Jenkins does not seem to be running inside a container
$ docker run -t -d -u 108:112 -u root --privileged -v /opt/mvn/:/root/.m2 -w /var/lib/jenkins/workspace/Hub2Swarm -v /var/lib/jenkins/workspace/Hub2Swarm:/var/lib/jenkins/workspace/Hub2Swarm:rw,z -v /var/lib/jenkins/workspace/Hub2Swarm@tmp:/var/lib/jenkins/workspace/Hub2Swarm@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** yasys/jobbari:1.7.0 cat
$ docker top 5cff67c65cda7e1b9ab0560bf6c000fa92c16137e37a8f1ddbec586cc96d2ad9 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 15 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Preparation)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execution info)
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
18:41:59 [2019-04-24T15:41:59.202Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:41:59 [2019-04-24T15:41:59.491Z] + set +x
18:41:59 [2019-04-24T15:41:59.491Z] [Runner info]
18:41:59 [2019-04-24T15:41:59.491Z] Hostname: 5cff67c65cda
18:41:59 [2019-04-24T15:41:59.743Z] Network Status: Host Online
18:41:59 [2019-04-24T15:41:59.743Z] 
18:41:59 [2019-04-24T15:41:59.743Z] === Tools info ===
18:41:59 [2019-04-24T15:41:59.994Z] Docker version: Docker version 18.09.5, build e8ff056dbc
18:41:59 [2019-04-24T15:41:59.994Z] 
18:41:59 [2019-04-24T15:41:59.994Z] Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
18:41:59 [2019-04-24T15:41:59.994Z] Maven home: /opt/mvn
18:41:59 [2019-04-24T15:41:59.994Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
18:41:59 [2019-04-24T15:41:59.994Z] Default locale: en, platform encoding: UTF-8
18:41:59 [2019-04-24T15:41:59.994Z] OS name: "linux", version: "4.9.0-8-amd64", arch: "amd64", family: "unix"
18:41:59 [2019-04-24T15:41:59.994Z] 
18:41:59 [2019-04-24T15:41:59.994Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
18:42:00 [2019-04-24T15:42:00.080Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:42:00 [2019-04-24T15:42:00.377Z] + set +x
18:42:00 [2019-04-24T15:42:00.377Z] [Build info]
18:42:00 [2019-04-24T15:42:00.377Z] ===== Git info =====
18:42:00 [2019-04-24T15:42:00.377Z] Git branch: trunk
18:42:00 [2019-04-24T15:42:00.377Z] Git commit: e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:00 [2019-04-24T15:42:00.377Z] Git tag: -
18:42:00 [2019-04-24T15:42:00.377Z] 
18:42:00 [2019-04-24T15:42:00.377Z] ===== Jenkins info =====
18:42:00 [2019-04-24T15:42:00.377Z] Jenkins Job #37
18:42:00 [2019-04-24T15:42:00.377Z] Jenkins Job URL: https://ci.yadev.eu/job/Hub2Swarm/37/
18:42:00 [2019-04-24T15:42:00.377Z] Jenkins Tag: jenkins-Hub2Swarm-37
18:42:00 [2019-04-24T15:42:00.377Z] 
18:42:00 [2019-04-24T15:42:00.377Z] ===== Job Params =====
18:42:00 [2019-04-24T15:42:00.377Z] 
18:42:00 [2019-04-24T15:42:00.377Z] dockerRepo=yasys/hub2swarm
18:42:00 [2019-04-24T15:42:00.377Z] dockerStep=ee.yadev.pipe.commonpipe.Default@2a304bb9
18:42:00 [2019-04-24T15:42:00.377Z] javaStep=org.jenkinsci.plugins.workflow.cps.CpsClosure2@534a3285
18:42:00 [2019-04-24T15:42:00.377Z] executionInfoStep=ee.yadev.pipe.commonpipe.Default@2a304bb9
18:42:00 [2019-04-24T15:42:00.377Z] hubUrl=https://cloud.docker.com/repository/docker
18:42:00 [2019-04-24T15:42:00.377Z] useDebugTag=false
18:42:00 [2019-04-24T15:42:00.377Z] mavenBuildOptions={addJavadoc=false, runTestsAsWell=false}
18:42:00 [2019-04-24T15:42:00.377Z] preparationStep=ee.yadev.pipe.commonpipe.Default@2a304bb9
18:42:00 [2019-04-24T15:42:00.377Z] stepTimeout=5
18:42:00 [2019-04-24T15:42:00.377Z] hubCredentialsId=docker-hub
18:42:00 [2019-04-24T15:42:00.377Z] class=class ee.yadev.pipe.commonpipe.Params
18:42:00 [2019-04-24T15:42:00.377Z] skipMavenTests=true
18:42:00 [2019-04-24T15:42:00.377Z] agent={image=yasys/jobbari, tag=1.7.0, args=-u root --privileged -v /opt/mvn/:/root/.m2}
18:42:00 [2019-04-24T15:42:00.377Z] verbose=false
18:42:00 [2019-04-24T15:42:00.377Z] mavenTestsTimeout=5
18:42:00 [2019-04-24T15:42:00.377Z] pipelineTimeout=15
18:42:00 [2019-04-24T15:42:00.377Z] hubUser=kyberorg
18:42:00 [2019-04-24T15:42:00.377Z] 
18:42:00 [2019-04-24T15:42:00.377Z] ==== Environment Variables =====
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceRepoURL=git@gitlab.com:yasys/hub2swarm.git
18:42:00 [2019-04-24T15:42:00.377Z] GIT_COMMITTER_NAME=Jenkins CI
18:42:00 [2019-04-24T15:42:00.377Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:00 [2019-04-24T15:42:00.377Z] GIT_AUTHOR_EMAIL=ci@yadev.eu
18:42:00 [2019-04-24T15:42:00.377Z] HOSTNAME=5cff67c65cda
18:42:00 [2019-04-24T15:42:00.377Z] gitlabAfter=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:00 [2019-04-24T15:42:00.377Z] RUN_CHANGES_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/37/display/redirect?page=changes
18:42:00 [2019-04-24T15:42:00.377Z] HUDSON_URL=https://ci.yadev.eu/
18:42:00 [2019-04-24T15:42:00.377Z] NODE_LABELS=master
18:42:00 [2019-04-24T15:42:00.377Z] GIT_COMMIT=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:00 [2019-04-24T15:42:00.377Z] HOME=/root
18:42:00 [2019-04-24T15:42:00.377Z] BUILD_URL=https://ci.yadev.eu/job/Hub2Swarm/37/
18:42:00 [2019-04-24T15:42:00.377Z] GIT_AUTHOR_NAME=Jenkins CI
18:42:00 [2019-04-24T15:42:00.377Z] JENKINS_SERVER_COOKIE=durable-a20a2f40a8ef5813fe7ee1dcdca63f0d
18:42:00 [2019-04-24T15:42:00.377Z] gitlabTargetBranch=trunk
18:42:00 [2019-04-24T15:42:00.377Z] WORKSPACE=/var/lib/jenkins/workspace/Hub2Swarm
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceRepoHttpUrl=https://gitlab.com/yasys/hub2swarm.git
18:42:00 [2019-04-24T15:42:00.377Z] gitlabMergeRequestLastCommit=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:00 [2019-04-24T15:42:00.377Z] JAVA_VERSION=8u212
18:42:00 [2019-04-24T15:42:00.377Z] NODE_NAME=master
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceRepoSshUrl=git@gitlab.com:yasys/hub2swarm.git
18:42:00 [2019-04-24T15:42:00.377Z] EXECUTOR_NUMBER=0
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceRepoHomepage=https://gitlab.com/yasys/hub2swarm
18:42:00 [2019-04-24T15:42:00.377Z] GIT_BRANCH=origin/trunk
18:42:00 [2019-04-24T15:42:00.377Z] STAGE_NAME=Execution info
18:42:00 [2019-04-24T15:42:00.377Z] gitlabBranch=trunk
18:42:00 [2019-04-24T15:42:00.377Z] BUILD_DISPLAY_NAME=#37
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceBranch=trunk
18:42:00 [2019-04-24T15:42:00.377Z] gitlabUserEmail=kyberorg@yadev.eu
18:42:00 [2019-04-24T15:42:00.377Z] JOB_BASE_NAME=Hub2Swarm
18:42:00 [2019-04-24T15:42:00.377Z] DOCKER_REGISTRY_URL=https://index.docker.io/v1/
18:42:00 [2019-04-24T15:42:00.377Z] HUDSON_HOME=/var/lib/jenkins
18:42:00 [2019-04-24T15:42:00.377Z] JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1
18:42:00 [2019-04-24T15:42:00.377Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:42:00 [2019-04-24T15:42:00.377Z] BUILD_ID=37
18:42:00 [2019-04-24T15:42:00.377Z] BUILDING_FOR=kyberorg
18:42:00 [2019-04-24T15:42:00.377Z] BUILD_TAG=jenkins-Hub2Swarm-37
18:42:00 [2019-04-24T15:42:00.377Z] gitlabBefore=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:00 [2019-04-24T15:42:00.377Z] gitlabActionType=PUSH
18:42:00 [2019-04-24T15:42:00.377Z] JENKINS_URL=https://ci.yadev.eu/
18:42:00 [2019-04-24T15:42:00.377Z] LANG=C.UTF-8
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceRepoName=Hub2Swarm
18:42:00 [2019-04-24T15:42:00.377Z] GIT_URL=https://gitlab.com/yasys/hub2swarm.git
18:42:00 [2019-04-24T15:42:00.377Z] JOB_URL=https://ci.yadev.eu/job/Hub2Swarm/
18:42:00 [2019-04-24T15:42:00.377Z] BUILD_NUMBER=37
18:42:00 [2019-04-24T15:42:00.377Z] gitlabSourceNamespace=Yet another Systems
18:42:00 [2019-04-24T15:42:00.377Z] JENKINS_NODE_COOKIE=4ee3378e-7850-4312-aaec-29dbd78d1440
18:42:00 [2019-04-24T15:42:00.377Z] RUN_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/37/display/redirect
18:42:00 [2019-04-24T15:42:00.377Z] HUDSON_SERVER_COOKIE=e746ebc0b92d9cbd
18:42:00 [2019-04-24T15:42:00.377Z] JOB_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/display/redirect
18:42:00 [2019-04-24T15:42:00.377Z] CLASSPATH=
18:42:00 [2019-04-24T15:42:00.377Z] GIT_COMMITTER_EMAIL=ci@yadev.eu
18:42:00 [2019-04-24T15:42:00.377Z] JOB_NAME=Hub2Swarm
18:42:00 [2019-04-24T15:42:00.377Z] gitlabUserName=Alex Muravya
18:42:00 [2019-04-24T15:42:00.377Z] DOCKER_CONFIG=/var/lib/jenkins/workspace/Hub2Swarm@tmp/5b488b7d-0e99-43ea-92ae-4667c9b0232b
18:42:00 [2019-04-24T15:42:00.377Z] JAVA_HOME=/docker-java-home
18:42:00 [2019-04-24T15:42:00.377Z] PWD=/var/lib/jenkins/workspace/Hub2Swarm
18:42:00 [2019-04-24T15:42:00.377Z] GIT_PREVIOUS_COMMIT=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:00 [2019-04-24T15:42:00.377Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (JavaApp: Build and Test)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
18:42:00 [2019-04-24T15:42:00.819Z] + export SPRING_PROFILE=dev
[Pipeline] sh
18:42:01 [2019-04-24T15:42:01.103Z] + env
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceRepoURL=git@gitlab.com:yasys/hub2swarm.git
18:42:01 [2019-04-24T15:42:01.103Z] GIT_COMMITTER_NAME=Jenkins CI
18:42:01 [2019-04-24T15:42:01.103Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:01 [2019-04-24T15:42:01.103Z] GIT_AUTHOR_EMAIL=ci@yadev.eu
18:42:01 [2019-04-24T15:42:01.103Z] HOSTNAME=5cff67c65cda
18:42:01 [2019-04-24T15:42:01.103Z] gitlabAfter=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:01 [2019-04-24T15:42:01.103Z] RUN_CHANGES_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/37/display/redirect?page=changes
18:42:01 [2019-04-24T15:42:01.103Z] HUDSON_URL=https://ci.yadev.eu/
18:42:01 [2019-04-24T15:42:01.103Z] NODE_LABELS=master
18:42:01 [2019-04-24T15:42:01.103Z] GIT_COMMIT=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:01 [2019-04-24T15:42:01.103Z] HOME=/root
18:42:01 [2019-04-24T15:42:01.103Z] BUILD_URL=https://ci.yadev.eu/job/Hub2Swarm/37/
18:42:01 [2019-04-24T15:42:01.103Z] GIT_AUTHOR_NAME=Jenkins CI
18:42:01 [2019-04-24T15:42:01.103Z] JENKINS_SERVER_COOKIE=durable-a20a2f40a8ef5813fe7ee1dcdca63f0d
18:42:01 [2019-04-24T15:42:01.103Z] gitlabTargetBranch=trunk
18:42:01 [2019-04-24T15:42:01.103Z] WORKSPACE=/var/lib/jenkins/workspace/Hub2Swarm
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceRepoHttpUrl=https://gitlab.com/yasys/hub2swarm.git
18:42:01 [2019-04-24T15:42:01.103Z] gitlabMergeRequestLastCommit=e927822f5aebeab3c0ba98f455a20d8995e67dcd
18:42:01 [2019-04-24T15:42:01.103Z] JAVA_VERSION=8u212
18:42:01 [2019-04-24T15:42:01.103Z] NODE_NAME=master
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceRepoSshUrl=git@gitlab.com:yasys/hub2swarm.git
18:42:01 [2019-04-24T15:42:01.103Z] EXECUTOR_NUMBER=0
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceRepoHomepage=https://gitlab.com/yasys/hub2swarm
18:42:01 [2019-04-24T15:42:01.103Z] GIT_BRANCH=origin/trunk
18:42:01 [2019-04-24T15:42:01.103Z] STAGE_NAME=JavaApp: Build and Test
18:42:01 [2019-04-24T15:42:01.103Z] gitlabBranch=trunk
18:42:01 [2019-04-24T15:42:01.103Z] BUILD_DISPLAY_NAME=#37
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceBranch=trunk
18:42:01 [2019-04-24T15:42:01.103Z] gitlabUserEmail=kyberorg@yadev.eu
18:42:01 [2019-04-24T15:42:01.103Z] JOB_BASE_NAME=Hub2Swarm
18:42:01 [2019-04-24T15:42:01.103Z] DOCKER_REGISTRY_URL=https://index.docker.io/v1/
18:42:01 [2019-04-24T15:42:01.103Z] HUDSON_HOME=/var/lib/jenkins
18:42:01 [2019-04-24T15:42:01.103Z] JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1
18:42:01 [2019-04-24T15:42:01.103Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:42:01 [2019-04-24T15:42:01.103Z] BUILD_ID=37
18:42:01 [2019-04-24T15:42:01.103Z] BUILDING_FOR=kyberorg
18:42:01 [2019-04-24T15:42:01.103Z] BUILD_TAG=jenkins-Hub2Swarm-37
18:42:01 [2019-04-24T15:42:01.103Z] gitlabBefore=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:01 [2019-04-24T15:42:01.103Z] gitlabActionType=PUSH
18:42:01 [2019-04-24T15:42:01.103Z] JENKINS_URL=https://ci.yadev.eu/
18:42:01 [2019-04-24T15:42:01.103Z] LANG=C.UTF-8
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceRepoName=Hub2Swarm
18:42:01 [2019-04-24T15:42:01.103Z] GIT_URL=https://gitlab.com/yasys/hub2swarm.git
18:42:01 [2019-04-24T15:42:01.103Z] JOB_URL=https://ci.yadev.eu/job/Hub2Swarm/
18:42:01 [2019-04-24T15:42:01.103Z] BUILD_NUMBER=37
18:42:01 [2019-04-24T15:42:01.103Z] gitlabSourceNamespace=Yet another Systems
18:42:01 [2019-04-24T15:42:01.103Z] JENKINS_NODE_COOKIE=4ee3378e-7850-4312-aaec-29dbd78d1440
18:42:01 [2019-04-24T15:42:01.103Z] RUN_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/37/display/redirect
18:42:01 [2019-04-24T15:42:01.103Z] HUDSON_SERVER_COOKIE=e746ebc0b92d9cbd
18:42:01 [2019-04-24T15:42:01.103Z] JOB_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/display/redirect
18:42:01 [2019-04-24T15:42:01.103Z] CLASSPATH=
18:42:01 [2019-04-24T15:42:01.103Z] GIT_COMMITTER_EMAIL=ci@yadev.eu
18:42:01 [2019-04-24T15:42:01.103Z] JOB_NAME=Hub2Swarm
18:42:01 [2019-04-24T15:42:01.103Z] gitlabUserName=Alex Muravya
18:42:01 [2019-04-24T15:42:01.103Z] DOCKER_CONFIG=/var/lib/jenkins/workspace/Hub2Swarm@tmp/5b488b7d-0e99-43ea-92ae-4667c9b0232b
18:42:01 [2019-04-24T15:42:01.103Z] JAVA_HOME=/docker-java-home
18:42:01 [2019-04-24T15:42:01.103Z] PWD=/var/lib/jenkins/workspace/Hub2Swarm
18:42:01 [2019-04-24T15:42:01.103Z] GIT_PREVIOUS_COMMIT=07eaf8785737f816f967e74840cd15d7f4bdfc51
18:42:01 [2019-04-24T15:42:01.103Z] + mvn clean package
18:42:02 [2019-04-24T15:42:02.966Z] [INFO] Scanning for projects...
18:42:02 [2019-04-24T15:42:02.966Z] [INFO] 
18:42:02 [2019-04-24T15:42:02.966Z] [INFO] ------------------------< eu.yatech:hub2swarm >-------------------------
18:42:02 [2019-04-24T15:42:02.966Z] [INFO] Building hub2swarm 0.0.1-SNAPSHOT
18:42:02 [2019-04-24T15:42:02.966Z] [INFO] --------------------------------[ jar ]---------------------------------
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] 
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ hub2swarm ---
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] 
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hub2swarm ---
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] Copying 4 resources
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] Copying 1 resource
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] 
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ hub2swarm ---
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] Changes detected - recompiling the module!
18:42:04 [2019-04-24T15:42:04.828Z] [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/Hub2Swarm/target/classes
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] 
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hub2swarm ---
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Hub2Swarm/src/test/resources
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] 
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ hub2swarm ---
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] Changes detected - recompiling the module!
18:42:07 [2019-04-24T15:42:07.311Z] [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/Hub2Swarm/target/test-classes
18:42:07 [2019-04-24T15:42:07.862Z] [INFO] 
18:42:07 [2019-04-24T15:42:07.862Z] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ hub2swarm ---
18:42:08 [2019-04-24T15:42:08.112Z] [INFO] 
18:42:08 [2019-04-24T15:42:08.112Z] [INFO] -------------------------------------------------------
18:42:08 [2019-04-24T15:42:08.112Z] [INFO]  T E S T S
18:42:08 [2019-04-24T15:42:08.112Z] [INFO] -------------------------------------------------------
18:42:08 [2019-04-24T15:42:08.663Z] [INFO] Running eu.yatech.hub2swarm.Hub2swarmApplicationTests
18:42:08 [2019-04-24T15:42:08.913Z] 15:42:08.698 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:08 [2019-04-24T15:42:08.913Z] 15:42:08.705 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
18:42:08 [2019-04-24T15:42:08.913Z] 15:42:08.719 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
18:42:08 [2019-04-24T15:42:08.913Z] 15:42:08.776 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
18:42:08 [2019-04-24T15:42:08.913Z] 15:42:08.803 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests], using SpringBootContextLoader
18:42:08 [2019-04-24T15:42:08.914Z] 15:42:08.810 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: class path resource [eu/yatech/hub2swarm/Hub2swarmApplicationTests-context.xml] does not exist
18:42:08 [2019-04-24T15:42:08.914Z] 15:42:08.810 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: class path resource [eu/yatech/hub2swarm/Hub2swarmApplicationTestsContext.groovy] does not exist
18:42:08 [2019-04-24T15:42:08.914Z] 15:42:08.811 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
18:42:08 [2019-04-24T15:42:08.914Z] 15:42:08.812 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: Hub2swarmApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
18:42:08 [2019-04-24T15:42:08.914Z] 15:42:08.892 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.164Z] 15:42:09.006 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/var/lib/jenkins/workspace/Hub2Swarm/target/classes/eu/yatech/hub2swarm/Hub2swarmApplication.class]
18:42:09 [2019-04-24T15:42:09.164Z] 15:42:09.007 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration eu.yatech.hub2swarm.Hub2swarmApplication for test class eu.yatech.hub2swarm.Hub2swarmApplicationTests
18:42:09 [2019-04-24T15:42:09.414Z] 15:42:09.167 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: using defaults.
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.168 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.195 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ae13544, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d34d211, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7dc0f706, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4009e306, org.springframework.test.context.support.DirtiesContextTestExecutionListener@43c1b556, org.springframework.test.context.transaction.TransactionalTestExecutionListener@587e5365, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@22fcf7ab, org.springframework.test.context.event.EventPublishingTestExecutionListener@2de23121, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@63475ace, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4988d8b8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@c0c2f8d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@305b7c14, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6913c1fb]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.198 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.200 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.202 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.202 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.203 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.203 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.210 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@26b3fd41 testClass = Hub2swarmApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7494f96a testClass = Hub2swarmApplicationTests, locations = '{}', classes = '{class eu.yatech.hub2swarm.Hub2swarmApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6c9f5c0d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2bea5ab4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@69a10787, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@25359ed8], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.213 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.213 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
18:42:09 [2019-04-24T15:42:09.415Z] 15:42:09.247 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
18:42:09 [2019-04-24T15:42:09.665Z] 
18:42:09 [2019-04-24T15:42:09.665Z]   .   ____          _            __ _ _
18:42:09 [2019-04-24T15:42:09.665Z]  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
18:42:09 [2019-04-24T15:42:09.665Z] ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
18:42:09 [2019-04-24T15:42:09.665Z]  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
18:42:09 [2019-04-24T15:42:09.665Z]   '  |____| .__|_| |_|_| |_\__, | / / / /
18:42:09 [2019-04-24T15:42:09.665Z]  =========|_|==============|___/=/_/_/_/
18:42:09 [2019-04-24T15:42:09.665Z]  :: Spring Boot ::             (v2.2.0.M2)
18:42:09 [2019-04-24T15:42:09.665Z] 
18:42:09 [2019-04-24T15:42:09.665Z] 2019-04-24 15:42:09.592  INFO 130 --- [           main] e.y.hub2swarm.Hub2swarmApplicationTests  : Starting Hub2swarmApplicationTests on 5cff67c65cda with PID 130 (started by root in /var/lib/jenkins/workspace/Hub2Swarm)
18:42:09 [2019-04-24T15:42:09.665Z] 2019-04-24 15:42:09.594  INFO 130 --- [           main] e.y.hub2swarm.Hub2swarmApplicationTests  : No active profile set, falling back to default profiles: default
18:42:11 [2019-04-24T15:42:11.527Z] 2019-04-24 15:42:11.191  INFO 130 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
18:42:11 [2019-04-24T15:42:11.527Z] 2019-04-24 15:42:11.315  INFO 130 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 106ms. Found 1 repository interfaces.
18:42:12 [2019-04-24T15:42:12.438Z] 2019-04-24 15:42:12.106  INFO 130 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6226e835] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18:42:12 [2019-04-24T15:42:12.689Z] 2019-04-24 15:42:12.512  INFO 130 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 5.2.4 by Boxfuse
18:42:12 [2019-04-24T15:42:12.689Z] 2019-04-24 15:42:12.525  INFO 130 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:12.969  INFO 130 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:12.980  INFO 130 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:h2:mem:testdb (H2 1.4)
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.040  WARN 130 --- [           main] o.f.c.internal.database.base.Database    : Flyway upgrade recommended: H2 1.4.199 is newer than this version of Flyway and support has not been tested.
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.142  INFO 130 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.023s)
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.159  INFO 130 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table: "PUBLIC"."flyway_schema_history"
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.190  INFO 130 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.192  INFO 130 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1 - Tables
18:42:13 [2019-04-24T15:42:13.240Z] 2019-04-24 15:42:13.219  INFO 130 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 1 migration to schema "PUBLIC" (execution time 00:00.063s)
18:42:13 [2019-04-24T15:42:13.490Z] 2019-04-24 15:42:13.486  INFO 130 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
18:42:13 [2019-04-24T15:42:13.741Z] 2019-04-24 15:42:13.610  INFO 130 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.4.2.Final}
18:42:13 [2019-04-24T15:42:13.992Z] 2019-04-24 15:42:13.870  INFO 130 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
18:42:14 [2019-04-24T15:42:14.242Z] 2019-04-24 15:42:14.134  INFO 130 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
18:42:15 [2019-04-24T15:42:15.586Z] 2019-04-24 15:42:15.206  INFO 130 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
18:42:15 [2019-04-24T15:42:15.586Z] 2019-04-24 15:42:15.209  INFO 130 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
18:42:16 [2019-04-24T15:42:16.946Z] 2019-04-24 15:42:16.592  WARN 130 --- [           main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
18:42:17 [2019-04-24T15:42:17.497Z] 2019-04-24 15:42:17.391  INFO 130 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.454  INFO 130 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.594  INFO 130 --- [           main] e.y.hub2swarm.Hub2swarmApplicationTests  : Started Hub2swarmApplicationTests in 9.333 seconds (JVM running for 10.501)
18:42:18 [2019-04-24T15:42:18.841Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.194 s - in eu.yatech.hub2swarm.Hub2swarmApplicationTests
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.791  INFO 130 --- [       Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.796  INFO 130 --- [       Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.814  INFO 130 --- [       Thread-3] o.s.b.f.support.DisposableBeanAdapter    : Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-199]
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.818  INFO 130 --- [       Thread-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
18:42:18 [2019-04-24T15:42:18.841Z] 2019-04-24 15:42:18.838  INFO 130 --- [       Thread-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] 
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] Results:
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] 
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] 
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] 
18:42:19 [2019-04-24T15:42:19.392Z] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ hub2swarm ---
18:42:19 [2019-04-24T15:42:19.643Z] [INFO] Building jar: /var/lib/jenkins/workspace/Hub2Swarm/target/hub2swarm.jar
18:42:19 [2019-04-24T15:42:19.643Z] [INFO] 
18:42:19 [2019-04-24T15:42:19.643Z] [INFO] --- spring-boot-maven-plugin:2.2.0.M2:repackage (repackage) @ hub2swarm ---
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] Replacing main artifact with repackaged archive
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] ------------------------------------------------------------------------
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] BUILD SUCCESS
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] ------------------------------------------------------------------------
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] Total time:  17.742 s
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] Finished at: 2019-04-24T15:42:20Z
18:42:20 [2019-04-24T15:42:20.554Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker: Build and Push)
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
18:42:20 [2019-04-24T15:42:20.745Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:42:21 [2019-04-24T15:42:21.046Z] + set +x
18:42:21 [2019-04-24T15:42:21.046Z] Starting Docker: docker.
18:42:21 [2019-04-24T15:42:21.046Z] Daemon started. kyberorg, go ahead!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] withCredentials
18:42:21 [2019-04-24T15:42:21.109Z] Masking only exact matches of $USR or $PASS
[Pipeline] {
[Pipeline] timeout
18:42:21 [2019-04-24T15:42:21.164Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:42:21 [2019-04-24T15:42:21.460Z] + set +x
18:42:21 [2019-04-24T15:42:21.460Z] Login as **** to Docker Repository
18:42:23 [2019-04-24T15:42:23.322Z] WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/Hub2Swarm@tmp/5b488b7d-0e99-43ea-92ae-4667c9b0232b/config.json.
18:42:23 [2019-04-24T15:42:23.322Z] Configure a credential helper to remove this warning. See
18:42:23 [2019-04-24T15:42:23.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store
18:42:23 [2019-04-24T15:42:23.322Z] 
18:42:23 [2019-04-24T15:42:23.322Z] Login Succeeded
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] timeout
18:42:23 [2019-04-24T15:42:23.433Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:42:23 [2019-04-24T15:42:23.729Z] + set +x
18:42:23 [2019-04-24T15:42:23.729Z] Building Docker Image yasys/hub2swarm with tags: [trunk]
18:42:24 [2019-04-24T15:42:24.280Z] Sending build context to Docker daemon  66.38MB

18:42:24 [2019-04-24T15:42:24.280Z] Step 1/8 : FROM java:8-jre
18:42:25 [2019-04-24T15:42:25.624Z] 8-jre: Pulling from library/java
18:42:25 [2019-04-24T15:42:25.624Z] 5040bd298390: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] fce5728aad85: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] c42794440453: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] 0c0da797ba48: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] 7c9b17433752: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] 114e02586e63: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] e4c663802e9a: Pulling fs layer
18:42:25 [2019-04-24T15:42:25.624Z] 0c0da797ba48: Waiting
18:42:25 [2019-04-24T15:42:25.624Z] 114e02586e63: Waiting
18:42:25 [2019-04-24T15:42:25.624Z] 7c9b17433752: Waiting
18:42:25 [2019-04-24T15:42:25.624Z] e4c663802e9a: Waiting
18:42:26 [2019-04-24T15:42:26.175Z] c42794440453: Download complete
18:42:26 [2019-04-24T15:42:26.425Z] fce5728aad85: Verifying Checksum
18:42:26 [2019-04-24T15:42:26.425Z] fce5728aad85: Download complete
18:42:26 [2019-04-24T15:42:26.676Z] 5040bd298390: Verifying Checksum
18:42:26 [2019-04-24T15:42:26.676Z] 5040bd298390: Download complete
18:42:26 [2019-04-24T15:42:26.676Z] 0c0da797ba48: Download complete
18:42:26 [2019-04-24T15:42:26.927Z] 7c9b17433752: Verifying Checksum
18:42:26 [2019-04-24T15:42:26.927Z] 7c9b17433752: Download complete
18:42:27 [2019-04-24T15:42:27.178Z] e4c663802e9a: Verifying Checksum
18:42:27 [2019-04-24T15:42:27.178Z] e4c663802e9a: Download complete
18:42:27 [2019-04-24T15:42:27.729Z] 114e02586e63: Verifying Checksum
18:42:27 [2019-04-24T15:42:27.729Z] 114e02586e63: Download complete
18:42:30 [2019-04-24T15:42:30.958Z] 5040bd298390: Pull complete
18:42:32 [2019-04-24T15:42:32.820Z] fce5728aad85: Pull complete
18:42:33 [2019-04-24T15:42:33.731Z] c42794440453: Pull complete
18:42:34 [2019-04-24T15:42:34.282Z] 0c0da797ba48: Pull complete
18:42:35 [2019-04-24T15:42:35.626Z] 7c9b17433752: Pull complete
18:42:40 [2019-04-24T15:42:40.823Z] 114e02586e63: Pull complete
18:42:42 [2019-04-24T15:42:42.167Z] e4c663802e9a: Pull complete
18:42:42 [2019-04-24T15:42:42.167Z] Digest: sha256:b91008e234402fc87e7889d6af1f36b6ece844c05989236d83d1f658a6f329b0
18:42:42 [2019-04-24T15:42:42.167Z] Status: Downloaded newer image for java:8-jre
18:42:42 [2019-04-24T15:42:42.167Z]  ---> e44d62cf8862
18:42:42 [2019-04-24T15:42:42.167Z] Step 2/8 : VOLUME /tmp
18:42:46 [2019-04-24T15:42:46.290Z]  ---> Running in 07b8b5237f3b
18:42:48 [2019-04-24T15:42:48.774Z] Removing intermediate container 07b8b5237f3b
18:42:48 [2019-04-24T15:42:48.774Z]  ---> 230fdca71ada
18:42:48 [2019-04-24T15:42:48.774Z] Step 3/8 : MAINTAINER Alexander Muravya (aka kyberorg) <kyberorg@yadev.eu>
18:42:50 [2019-04-24T15:42:50.636Z]  ---> Running in b28ab619cbeb
18:42:53 [2019-04-24T15:42:53.120Z] Removing intermediate container b28ab619cbeb
18:42:53 [2019-04-24T15:42:53.120Z]  ---> 99100cf0d8ba
18:42:53 [2019-04-24T15:42:53.120Z] Step 4/8 : ADD ./target/hub2swarm.jar /app/
18:42:56 [2019-04-24T15:42:56.348Z]  ---> d4dbca8a1620
18:42:56 [2019-04-24T15:42:56.348Z] Step 5/8 : RUN sh -c 'touch /app/hub2swarm.jar'
18:42:58 [2019-04-24T15:42:58.835Z]  ---> Running in c093438d5ef1
18:43:02 [2019-04-24T15:43:02.958Z] Removing intermediate container c093438d5ef1
18:43:02 [2019-04-24T15:43:02.958Z]  ---> c558e6c4ad49
18:43:02 [2019-04-24T15:43:02.958Z] Step 6/8 : ENV spring_profiles_active=${SPRING_PROFILE}
18:43:05 [2019-04-24T15:43:05.441Z]  ---> Running in 9b09f09467ad
18:43:08 [2019-04-24T15:43:08.670Z] Removing intermediate container 9b09f09467ad
18:43:08 [2019-04-24T15:43:08.670Z]  ---> f15a10f535ea
18:43:08 [2019-04-24T15:43:08.670Z] Step 7/8 : ENTRYPOINT exec java -Djava.security.egd=file:/dev/./urandom -jar /app/hub2swarm.jar
18:43:10 [2019-04-24T15:43:10.533Z]  ---> Running in c4e399c700dc
18:43:13 [2019-04-24T15:43:13.762Z] Removing intermediate container c4e399c700dc
18:43:13 [2019-04-24T15:43:13.762Z]  ---> d1854a1a5a76
18:43:13 [2019-04-24T15:43:13.762Z] Step 8/8 : EXPOSE 8080
18:43:15 [2019-04-24T15:43:15.625Z]  ---> Running in df32b8def4df
18:43:18 [2019-04-24T15:43:18.853Z] Removing intermediate container df32b8def4df
18:43:18 [2019-04-24T15:43:18.853Z]  ---> 00cb9224b55d
18:43:18 [2019-04-24T15:43:18.853Z] Successfully built 00cb9224b55d
18:43:18 [2019-04-24T15:43:18.853Z] Successfully tagged yasys/hub2swarm:trunk
18:43:18 [2019-04-24T15:43:18.853Z] Docker image yasys/hub2swarm:[trunk] for kyberorg created
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
18:43:18 [2019-04-24T15:43:18.915Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:43:19 [2019-04-24T15:43:19.209Z] + set +x
18:43:19 [2019-04-24T15:43:19.209Z] Push yasys/hub2swarm to Docker Repository
18:43:19 [2019-04-24T15:43:19.460Z] The push refers to repository [docker.io/yasys/hub2swarm]
18:43:19 [2019-04-24T15:43:19.710Z] b35f8a934fd3: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] e7614a44ffb0: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 73ad47d4bc12: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] c22c27816361: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 04dba64afa87: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 500ca2ff7d52: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 782d5215f910: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 0eb22bfb707d: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] a2ae92ffcd29: Preparing
18:43:19 [2019-04-24T15:43:19.710Z] 500ca2ff7d52: Waiting
18:43:19 [2019-04-24T15:43:19.710Z] 782d5215f910: Waiting
18:43:19 [2019-04-24T15:43:19.710Z] 0eb22bfb707d: Waiting
18:43:19 [2019-04-24T15:43:19.710Z] a2ae92ffcd29: Waiting
18:43:20 [2019-04-24T15:43:20.622Z] c22c27816361: Layer already exists
18:43:20 [2019-04-24T15:43:20.622Z] 04dba64afa87: Layer already exists
18:43:20 [2019-04-24T15:43:20.873Z] 73ad47d4bc12: Layer already exists
18:43:21 [2019-04-24T15:43:21.123Z] 782d5215f910: Layer already exists
18:43:21 [2019-04-24T15:43:21.374Z] 0eb22bfb707d: Layer already exists
18:43:21 [2019-04-24T15:43:21.374Z] 500ca2ff7d52: Layer already exists
18:43:21 [2019-04-24T15:43:21.626Z] a2ae92ffcd29: Layer already exists
18:43:29 [2019-04-24T15:43:29.652Z] b35f8a934fd3: Pushed
18:43:29 [2019-04-24T15:43:29.652Z] e7614a44ffb0: Pushed
18:43:33 [2019-04-24T15:43:33.776Z] trunk: digest: sha256:e261496e889bd936441c3fb00b81ffaa1cfba2b0a94ee08031093c9e0745df6e size: 2211
18:43:33 [2019-04-24T15:43:33.776Z] Docker image successfully pushed for kyberorg. Enjoy!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
18:43:33 [2019-04-24T15:43:33.838Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
18:43:34 [2019-04-24T15:43:34.135Z] + set +x
18:43:34 [2019-04-24T15:43:34.135Z] Moikka kyberorg!
18:43:34 [2019-04-24T15:43:34.135Z] Here is Docker Summary:
18:43:34 [2019-04-24T15:43:34.135Z] Images built and pushed: 1
18:43:34 [2019-04-24T15:43:34.135Z] [
18:43:34 [2019-04-24T15:43:34.135Z] yasys/hub2swarm:trunk
18:43:34 [2019-04-24T15:43:34.135Z] ]
18:43:34 [2019-04-24T15:43:34.135Z] Hub Url: https://cloud.docker.com/repository/docker/yasys/hub2swarm
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
18:43:34 [2019-04-24T15:43:34.280Z] One way or another, I have finished. Tsau!
[Pipeline] sh
18:43:34 [2019-04-24T15:43:34.566Z] + set +x
18:43:34 [2019-04-24T15:43:34.566Z] Making workspace writable for correct cleanup
18:43:34 [2019-04-24T15:43:34.566Z] Done for kyberorg
[Pipeline] deleteDir
[Pipeline] echo
18:43:34 [2019-04-24T15:43:34.635Z] Great success!
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 5cff67c65cda7e1b9ab0560bf6c000fa92c16137e37a8f1ddbec586cc96d2ad9
$ docker rm -f 5cff67c65cda7e1b9ab0560bf6c000fa92c16137e37a8f1ddbec586cc96d2ad9
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS