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/1-simple-navigation
Seen branch in repository origin/2-service-mapping
Seen branch in repository origin/3-mvp-auth
Seen branch in repository origin/4-swarm-login
Seen branch in repository origin/5-do-stack-update
Seen branch in repository origin/8-replacePolicy
Seen branch in repository origin/auth
Seen branch in repository origin/auth2
Seen branch in repository origin/logging
Seen branch in repository origin/master
Seen branch in repository origin/trunk
Seen branch in repository origin/ui
Seen 12 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision 2e1a7373ec9af99f51479001dfd6f8de18d4097a (origin/trunk)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 2e1a7373ec9af99f51479001dfd6f8de18d4097a # timeout=10
Commit message: "logging fix"
 > /usr/bin/git rev-list --no-walk 1ec488800cd2f0e4bcf490ddc831f131eaba94dc # 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
Scripts not permitted to use staticMethod org.jenkinsci.plugins.workflow.cps.Safepoint safepoint. Administrators can decide whether to approve or reject this signature.
[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/auth
Seen branch in repository origin/master
Seen branch in repository origin/trunk
Seen branch in repository origin/ui
Seen 4 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision 2e1a7373ec9af99f51479001dfd6f8de18d4097a (origin/trunk)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 2e1a7373ec9af99f51479001dfd6f8de18d4097a # timeout=10
Commit message: "logging fix"
[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/ca564d35-eb39-4da6-91a0-a2f67db66f01/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 a15163ac2b8d9a16420eb9b054b6964c709e989e47c9da53b90ad542025d9ad9 -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
14:40:44 [2019-05-23T11:40:44.614Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:40:44 [2019-05-23T11:40:44.942Z] + set +x
14:40:44 [2019-05-23T11:40:44.942Z] [Runner info]
14:40:44 [2019-05-23T11:40:44.942Z] Hostname: a15163ac2b8d
14:40:45 [2019-05-23T11:40:45.194Z] Network Status: Host Online
14:40:45 [2019-05-23T11:40:45.194Z] 
14:40:45 [2019-05-23T11:40:45.194Z] === Tools info ===
14:40:45 [2019-05-23T11:40:45.445Z] Docker version: Docker version 18.09.5, build e8ff056dbc
14:40:45 [2019-05-23T11:40:45.445Z] 
14:40:45 [2019-05-23T11:40:45.445Z] Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
14:40:45 [2019-05-23T11:40:45.445Z] Maven home: /opt/mvn
14:40:45 [2019-05-23T11:40:45.445Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
14:40:45 [2019-05-23T11:40:45.445Z] Default locale: en, platform encoding: UTF-8
14:40:45 [2019-05-23T11:40:45.445Z] OS name: "linux", version: "4.9.0-8-amd64", arch: "amd64", family: "unix"
14:40:45 [2019-05-23T11:40:45.445Z] 
14:40:45 [2019-05-23T11:40:45.445Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:40:45 [2019-05-23T11:40:45.597Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:40:45 [2019-05-23T11:40:45.919Z] + set +x
14:40:45 [2019-05-23T11:40:45.919Z] [Build info]
14:40:45 [2019-05-23T11:40:45.919Z] ===== Git info =====
14:40:45 [2019-05-23T11:40:45.919Z] Git branch: trunk
14:40:45 [2019-05-23T11:40:45.919Z] Git commit: 2e1a7373ec9af99f51479001dfd6f8de18d4097a
14:40:45 [2019-05-23T11:40:45.919Z] Git tag: -
14:40:45 [2019-05-23T11:40:45.919Z] 
14:40:45 [2019-05-23T11:40:45.919Z] ===== Jenkins info =====
14:40:45 [2019-05-23T11:40:45.919Z] Jenkins Job #134
14:40:45 [2019-05-23T11:40:45.919Z] Jenkins Job URL: https://ci.yadev.eu/job/Hub2Swarm/134/
14:40:45 [2019-05-23T11:40:45.919Z] Jenkins Tag: jenkins-Hub2Swarm-134
14:40:45 [2019-05-23T11:40:45.919Z] 
14:40:45 [2019-05-23T11:40:45.919Z] ===== Job Params =====
14:40:45 [2019-05-23T11:40:45.919Z] 
14:40:45 [2019-05-23T11:40:45.919Z] dockerRepo=yasys/hub2swarm
14:40:45 [2019-05-23T11:40:45.919Z] dockerStep=ee.yadev.pipe.commonpipe.Default@225c6759
14:40:45 [2019-05-23T11:40:45.919Z] javaStep=org.jenkinsci.plugins.workflow.cps.CpsClosure2@192caa72
14:40:45 [2019-05-23T11:40:45.919Z] executionInfoStep=ee.yadev.pipe.commonpipe.Default@225c6759
14:40:45 [2019-05-23T11:40:45.919Z] hubUrl=https://cloud.docker.com/repository/docker
14:40:45 [2019-05-23T11:40:45.920Z] useDebugTag=false
14:40:45 [2019-05-23T11:40:45.920Z] mavenBuildOptions={addJavadoc=false, runTestsAsWell=false}
14:40:45 [2019-05-23T11:40:45.920Z] preparationStep=ee.yadev.pipe.commonpipe.Default@225c6759
14:40:45 [2019-05-23T11:40:45.920Z] stepTimeout=5
14:40:45 [2019-05-23T11:40:45.920Z] hubCredentialsId=docker-hub
14:40:45 [2019-05-23T11:40:45.920Z] class=class ee.yadev.pipe.commonpipe.Params
14:40:45 [2019-05-23T11:40:45.920Z] skipMavenTests=true
14:40:45 [2019-05-23T11:40:45.920Z] agent={image=yasys/jobbari, tag=1.7.0, args=-u root --privileged -v /opt/mvn/:/root/.m2}
14:40:45 [2019-05-23T11:40:45.920Z] verbose=false
14:40:45 [2019-05-23T11:40:45.920Z] mavenTestsTimeout=5
14:40:45 [2019-05-23T11:40:45.920Z] pipelineTimeout=15
14:40:45 [2019-05-23T11:40:45.920Z] hubUser=kyberorg
14:40:45 [2019-05-23T11:40:45.920Z] 
14:40:45 [2019-05-23T11:40:45.920Z] ==== Environment Variables =====
14:40:45 [2019-05-23T11:40:45.920Z] gitlabSourceRepoURL=git@gitlab.com:yasys/hub2swarm.git
14:40:45 [2019-05-23T11:40:45.920Z] GIT_COMMITTER_NAME=Jenkins CI
14:40:45 [2019-05-23T11:40:45.920Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT=1ec488800cd2f0e4bcf490ddc831f131eaba94dc
14:40:45 [2019-05-23T11:40:45.920Z] GIT_AUTHOR_EMAIL=ci@yadev.eu
14:40:45 [2019-05-23T11:40:45.920Z] HOSTNAME=a15163ac2b8d
14:40:45 [2019-05-23T11:40:45.920Z] gitlabAfter=2e1a7373ec9af99f51479001dfd6f8de18d4097a
14:40:45 [2019-05-23T11:40:45.920Z] RUN_CHANGES_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/134/display/redirect?page=changes
14:40:45 [2019-05-23T11:40:45.920Z] GIT_COMMIT=2e1a7373ec9af99f51479001dfd6f8de18d4097a
14:40:45 [2019-05-23T11:40:45.920Z] HUDSON_URL=https://ci.yadev.eu/
14:40:45 [2019-05-23T11:40:45.920Z] NODE_LABELS=master
14:40:45 [2019-05-23T11:40:45.920Z] HOME=/root
14:40:45 [2019-05-23T11:40:45.920Z] BUILD_URL=https://ci.yadev.eu/job/Hub2Swarm/134/
14:40:45 [2019-05-23T11:40:45.920Z] GIT_AUTHOR_NAME=Jenkins CI
14:40:45 [2019-05-23T11:40:45.920Z] JENKINS_SERVER_COOKIE=durable-a20a2f40a8ef5813fe7ee1dcdca63f0d
14:40:45 [2019-05-23T11:40:45.920Z] gitlabTargetBranch=trunk
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceRepoHttpUrl=https://gitlab.com/yasys/hub2swarm.git
14:40:45 [2019-05-23T11:40:45.921Z] WORKSPACE=/var/lib/jenkins/workspace/Hub2Swarm
14:40:45 [2019-05-23T11:40:45.921Z] gitlabMergeRequestLastCommit=2e1a7373ec9af99f51479001dfd6f8de18d4097a
14:40:45 [2019-05-23T11:40:45.921Z] JAVA_VERSION=8u212
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceRepoSshUrl=git@gitlab.com:yasys/hub2swarm.git
14:40:45 [2019-05-23T11:40:45.921Z] NODE_NAME=master
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceRepoHomepage=https://gitlab.com/yasys/hub2swarm
14:40:45 [2019-05-23T11:40:45.921Z] EXECUTOR_NUMBER=1
14:40:45 [2019-05-23T11:40:45.921Z] GIT_BRANCH=origin/trunk
14:40:45 [2019-05-23T11:40:45.921Z] STAGE_NAME=Execution info
14:40:45 [2019-05-23T11:40:45.921Z] gitlabBranch=trunk
14:40:45 [2019-05-23T11:40:45.921Z] BUILD_DISPLAY_NAME=#134
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceBranch=trunk
14:40:45 [2019-05-23T11:40:45.921Z] gitlabUserEmail=kyberorg@yadev.eu
14:40:45 [2019-05-23T11:40:45.921Z] DOCKER_REGISTRY_URL=https://index.docker.io/v1/
14:40:45 [2019-05-23T11:40:45.921Z] JOB_BASE_NAME=Hub2Swarm
14:40:45 [2019-05-23T11:40:45.921Z] HUDSON_HOME=/var/lib/jenkins
14:40:45 [2019-05-23T11:40:45.921Z] JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1
14:40:45 [2019-05-23T11:40:45.921Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:40:45 [2019-05-23T11:40:45.921Z] BUILD_ID=134
14:40:45 [2019-05-23T11:40:45.921Z] BUILDING_FOR=kyberorg
14:40:45 [2019-05-23T11:40:45.921Z] gitlabBefore=1ec488800cd2f0e4bcf490ddc831f131eaba94dc
14:40:45 [2019-05-23T11:40:45.921Z] BUILD_TAG=jenkins-Hub2Swarm-134
14:40:45 [2019-05-23T11:40:45.921Z] gitlabActionType=PUSH
14:40:45 [2019-05-23T11:40:45.921Z] JENKINS_URL=https://ci.yadev.eu/
14:40:45 [2019-05-23T11:40:45.921Z] LANG=C.UTF-8
14:40:45 [2019-05-23T11:40:45.921Z] JOB_URL=https://ci.yadev.eu/job/Hub2Swarm/
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceRepoName=Hub2Swarm
14:40:45 [2019-05-23T11:40:45.921Z] GIT_URL=https://gitlab.com/yasys/hub2swarm.git
14:40:45 [2019-05-23T11:40:45.921Z] BUILD_NUMBER=134
14:40:45 [2019-05-23T11:40:45.921Z] gitlabSourceNamespace=Yet another Systems
14:40:45 [2019-05-23T11:40:45.921Z] JENKINS_NODE_COOKIE=f8fce2b4-85f9-4f14-91dc-4008106f9306
14:40:45 [2019-05-23T11:40:45.921Z] RUN_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/134/display/redirect
14:40:45 [2019-05-23T11:40:45.921Z] HUDSON_SERVER_COOKIE=e746ebc0b92d9cbd
14:40:45 [2019-05-23T11:40:45.921Z] JOB_DISPLAY_URL=https://ci.yadev.eu/job/Hub2Swarm/display/redirect
14:40:45 [2019-05-23T11:40:45.921Z] CLASSPATH=
14:40:45 [2019-05-23T11:40:45.921Z] GIT_COMMITTER_EMAIL=ci@yadev.eu
14:40:45 [2019-05-23T11:40:45.921Z] JOB_NAME=Hub2Swarm
14:40:45 [2019-05-23T11:40:45.921Z] gitlabUserName=Alex Muravya
14:40:45 [2019-05-23T11:40:45.921Z] DOCKER_CONFIG=/var/lib/jenkins/workspace/Hub2Swarm@tmp/ca564d35-eb39-4da6-91a0-a2f67db66f01
14:40:45 [2019-05-23T11:40:45.921Z] JAVA_HOME=/docker-java-home
14:40:45 [2019-05-23T11:40:45.921Z] PWD=/var/lib/jenkins/workspace/Hub2Swarm
14:40:45 [2019-05-23T11:40:45.921Z] GIT_PREVIOUS_COMMIT=1ec488800cd2f0e4bcf490ddc831f131eaba94dc
14:40:45 [2019-05-23T11:40:45.921Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (JavaApp: Build and Test)
[Pipeline] script
[Pipeline] {
Scripts not permitted to use staticMethod org.jenkinsci.plugins.workflow.cps.Safepoint safepoint. Administrators can decide whether to approve or reject this signature.
[Pipeline] sh
14:40:46 [2019-05-23T11:40:46.466Z] + mvn clean package
14:40:48 [2019-05-23T11:40:48.332Z] [INFO] Scanning for projects...
14:40:48 [2019-05-23T11:40:48.582Z] [INFO] 
14:40:48 [2019-05-23T11:40:48.582Z] [INFO] ------------------------< eu.yatech:hub2swarm >-------------------------
14:40:48 [2019-05-23T11:40:48.583Z] [INFO] Building hub2swarm 0.0.1-SNAPSHOT
14:40:48 [2019-05-23T11:40:48.583Z] [INFO] --------------------------------[ jar ]---------------------------------
14:40:50 [2019-05-23T11:40:50.446Z] [INFO] 
14:40:50 [2019-05-23T11:40:50.446Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ hub2swarm ---
14:40:50 [2019-05-23T11:40:50.446Z] [INFO] 
14:40:50 [2019-05-23T11:40:50.446Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hub2swarm ---
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] Copying 4 resources
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] Copying 11 resources
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] 
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ hub2swarm ---
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] Changes detected - recompiling the module!
14:40:50 [2019-05-23T11:40:50.697Z] [INFO] Compiling 48 source files to /var/lib/jenkins/workspace/Hub2Swarm/target/classes
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] 
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hub2swarm ---
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Hub2Swarm/src/test/resources
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] 
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ hub2swarm ---
14:40:54 [2019-05-23T11:40:54.823Z] [INFO] Changes detected - recompiling the module!
14:40:54 [2019-05-23T11:40:54.824Z] [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/Hub2Swarm/target/test-classes
14:40:55 [2019-05-23T11:40:55.375Z] [INFO] 
14:40:55 [2019-05-23T11:40:55.375Z] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ hub2swarm ---
14:40:55 [2019-05-23T11:40:55.626Z] [INFO] 
14:40:55 [2019-05-23T11:40:55.626Z] [INFO] -------------------------------------------------------
14:40:55 [2019-05-23T11:40:55.626Z] [INFO]  T E S T S
14:40:55 [2019-05-23T11:40:55.626Z] [INFO] -------------------------------------------------------
14:40:56 [2019-05-23T11:40:56.177Z] [INFO] Running eu.yatech.hub2swarm.Hub2swarmApplicationTests
14:40:56 [2019-05-23T11:40:56.429Z] 11:40:56.403 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:56 [2019-05-23T11:40:56.429Z] 11:40:56.410 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
14:40:56 [2019-05-23T11:40:56.429Z] 11:40:56.423 [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)]
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.477 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.505 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests], using SpringBootContextLoader
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.512 [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
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.513 [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
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.513 [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}.
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.514 [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.
14:40:56 [2019-05-23T11:40:56.680Z] 11:40:56.618 [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]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.741 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/var/lib/jenkins/workspace/Hub2Swarm/target/classes/eu/yatech/hub2swarm/Hub2swarmApplication.class]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.742 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration eu.yatech.hub2swarm.Hub2swarmApplication for test class eu.yatech.hub2swarm.Hub2swarmApplicationTests
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.887 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]: using defaults.
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.888 [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]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.912 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6a2f6f80, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45b4c3a9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@399c4be1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@291caca8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@385e9564, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b94b04d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@8c3b9d, org.springframework.test.context.event.EventPublishingTestExecutionListener@4c39bec8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@f79e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7ee8290b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1f59a598, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1e178745, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@192c3f1e]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.914 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.916 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.917 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:56 [2019-05-23T11:40:56.931Z] 11:40:56.918 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.918 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.919 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.924 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@117e949d testClass = Hub2swarmApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6db9f5a4 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@5cdd8682, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@799d4f69, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1445d7f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@797badd3], 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].
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.926 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.926 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [eu.yatech.hub2swarm.Hub2swarmApplicationTests]
14:40:57 [2019-05-23T11:40:57.182Z] 11:40:56.959 [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}
14:40:57 [2019-05-23T11:40:57.433Z]     __  __            __     ___    _____
14:40:57 [2019-05-23T11:40:57.433Z]    / / / /  __  __   / /_   |__ \  / ___/ _      __  ____ _   _____   ____ ___
14:40:57 [2019-05-23T11:40:57.433Z]   / /_/ /  / / / /  / __ \  __/ /  \__ \ | | /| / / / __ `/  / ___/  / __ `__ \
14:40:57 [2019-05-23T11:40:57.433Z]  / __  /  / /_/ /  / /_/ / / __/  ___/ / | |/ |/ / / /_/ /  / /     / / / / / /
14:40:57 [2019-05-23T11:40:57.433Z] /_/ /_/   \__,_/  /_.___/ /____/ /____/  |__/|__/  \__,_/  /_/     /_/ /_/ /_/
14:40:57 [2019-05-23T11:40:57.433Z] 
14:40:57 [2019-05-23T11:40:57.684Z] [main] WARN  org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer:86 {logDuplicateJsonObjectsWarning}: 
14:40:57 [2019-05-23T11:40:57.684Z] 
14:40:57 [2019-05-23T11:40:57.684Z] Found multiple occurrences of org.json.JSONObject on the class path:
14:40:57 [2019-05-23T11:40:57.684Z] 
14:40:57 [2019-05-23T11:40:57.684Z] 	jar:file:/root/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class
14:40:57 [2019-05-23T11:40:57.684Z] 	jar:file:/root/.m2/repository/org/json/json/20140107/json-20140107.jar!/org/json/JSONObject.class
14:40:57 [2019-05-23T11:40:57.684Z] 
14:40:57 [2019-05-23T11:40:57.684Z] You may wish to exclude one of them to ensure predictable runtime behavior
14:40:57 [2019-05-23T11:40:57.684Z] 
14:40:57 [2019-05-23T11:40:57.684Z] [main] INFO  org.springframework.boot.StartupInfoLogger:50 {logStarting}: Starting Hub2swarmApplicationTests on a15163ac2b8d with PID 121 (started by root in /var/lib/jenkins/workspace/Hub2Swarm)
14:40:57 [2019-05-23T11:40:57.684Z] [main] INFO  org.springframework.boot.SpringApplication:682 {logStartupProfileInfo}: No active profile set, falling back to default profiles: default
14:40:59 [2019-05-23T11:40:59.546Z] [main] INFO  org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 {registerRepositoriesIn}: Bootstrapping Spring Data repositories in DEFAULT mode.
14:40:59 [2019-05-23T11:40:59.546Z] [main] INFO  org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 {registerRepositoriesIn}: Finished Spring Data repository scanning in 154ms. Found 6 repository interfaces.
14:41:00 [2019-05-23T11:41:00.458Z] [main] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 {postProcessAfterInitialization}: Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d77a9b71] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
14:41:00 [2019-05-23T11:41:00.709Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Flyway Community Edition 5.2.4 by Boxfuse
14:41:00 [2019-05-23T11:41:00.959Z] [main] INFO  com.zaxxer.hikari.HikariDataSource:110 {getConnection}: HikariPool-1 - Starting...
14:41:01 [2019-05-23T11:41:01.210Z] [main] INFO  com.zaxxer.hikari.HikariDataSource:123 {getConnection}: HikariPool-1 - Start completed.
14:41:01 [2019-05-23T11:41:01.210Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Database: jdbc:h2:mem:testdb (H2 1.4)
14:41:01 [2019-05-23T11:41:01.210Z] [main] WARN  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:53 {warn}: Flyway upgrade recommended: H2 1.4.199 is newer than this version of Flyway and support has not been tested.
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Successfully validated 6 migrations (execution time 00:00.036s)
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Creating Schema History table: "PUBLIC"."flyway_schema_history"
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Current version of schema "PUBLIC": << Empty Schema >>
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 1 - Tables
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 2 - Stack Table
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 3 - Creds Table
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 4 - Token Table
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 5 - Image Replace Policy
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Migrating schema "PUBLIC" to version 6 - User Table
14:41:01 [2019-05-23T11:41:01.461Z] [main] INFO  org.flywaydb.core.internal.logging.slf4j.Slf4jLog:49 {info}: Successfully applied 6 migrations to schema "PUBLIC" (execution time 00:00.192s)
14:41:02 [2019-05-23T11:41:02.013Z] [main] INFO  org.hibernate.jpa.internal.util.LogHelper:31 {logPersistenceUnitInformation}: HHH000204: Processing PersistenceUnitInfo [name: default]
14:41:02 [2019-05-23T11:41:02.013Z] [main] INFO  org.hibernate.Version:46 {logVersion}: HHH000412: Hibernate Core {5.4.2.Final}
14:41:02 [2019-05-23T11:41:02.264Z] [main] INFO  org.hibernate.annotations.common.reflection.java.JavaReflectionManager:49 {<clinit>}: HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
14:41:02 [2019-05-23T11:41:02.514Z] [main] INFO  org.hibernate.dialect.Dialect:158 {<init>}: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:41:03 [2019-05-23T11:41:03.859Z] [main] INFO  org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator:52 {initiateService}: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
14:41:03 [2019-05-23T11:41:03.859Z] [main] INFO  org.springframework.orm.jpa.AbstractEntityManagerFactoryBean:415 {buildNativeEntityManagerFactory}: Initialized JPA EntityManagerFactory for persistence unit 'default'
14:41:05 [2019-05-23T11:41:05.203Z] [main] WARN  org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration:230 {openEntityManagerInViewInterceptor}: 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
14:41:06 [2019-05-23T11:41:06.114Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/hub'], []
14:41:06 [2019-05-23T11:41:06.114Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/VAADIN/**'], []
14:41:06 [2019-05-23T11:41:06.114Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/favicon.ico'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/robots.txt'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/manifest.webmanifest'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/sw.js'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/offline-page.html'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/src/main/webapp/icons/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/images/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/icons/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/img/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/frontend/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/webjars/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/h2-console/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/frontend-es5/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: Ant [pattern='/frontend-es6/**'], []
14:41:06 [2019-05-23T11:41:06.115Z] [main] INFO  org.springframework.security.web.DefaultSecurityFilterChain:43 {<init>}: Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@543ac221, org.springframework.security.web.context.SecurityContextPersistenceFilter@38b54694, org.springframework.security.web.header.HeaderWriterFilter@196d684b, org.springframework.security.web.authentication.logout.LogoutFilter@3265995e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3395c2a7, org.springframework.security.web.session.ConcurrentSessionFilter@6eb5b9e7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@39ead1b7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@662713b6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2270f58d, org.springframework.security.web.session.SessionManagementFilter@1f3f434, org.springframework.security.web.access.ExceptionTranslationFilter@7157413e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44a44a04]
14:41:07 [2019-05-23T11:41:07.027Z] [main] INFO  org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:171 {initialize}: Initializing ExecutorService 'applicationTaskExecutor'
14:41:08 [2019-05-23T11:41:08.371Z] [main] INFO  org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver:59 {<init>}: Exposing 2 endpoint(s) beneath base path '/actuator'
14:41:08 [2019-05-23T11:41:08.621Z] [main] INFO  org.springframework.boot.StartupInfoLogger:59 {logStarted}: Started Hub2swarmApplicationTests in 11.617 seconds (JVM running for 12.933)
14:41:08 [2019-05-23T11:41:08.872Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.556 s - in eu.yatech.hub2swarm.Hub2swarmApplicationTests
14:41:08 [2019-05-23T11:41:08.872Z] [Thread-3] INFO  org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:208 {shutdown}: Shutting down ExecutorService 'applicationTaskExecutor'
14:41:08 [2019-05-23T11:41:08.873Z] [Thread-3] INFO  org.springframework.orm.jpa.AbstractEntityManagerFactoryBean:597 {destroy}: Closing JPA EntityManagerFactory for persistence unit 'default'
14:41:08 [2019-05-23T11:41:08.873Z] [Thread-3] INFO  org.springframework.beans.factory.support.DisposableBeanAdapter:265 {destroy}: 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]
14:41:08 [2019-05-23T11:41:08.873Z] [Thread-3] INFO  com.zaxxer.hikari.HikariDataSource:350 {close}: HikariPool-1 - Shutdown initiated...
14:41:08 [2019-05-23T11:41:08.873Z] [Thread-3] INFO  com.zaxxer.hikari.HikariDataSource:352 {close}: HikariPool-1 - Shutdown completed.
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] 
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] Results:
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] 
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] 
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] 
14:41:09 [2019-05-23T11:41:09.424Z] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ hub2swarm ---
14:41:09 [2019-05-23T11:41:09.675Z] [INFO] Building jar: /var/lib/jenkins/workspace/Hub2Swarm/target/hub2swarm.jar
14:41:09 [2019-05-23T11:41:09.675Z] [INFO] 
14:41:09 [2019-05-23T11:41:09.675Z] [INFO] --- spring-boot-maven-plugin:2.2.0.M2:repackage (repackage) @ hub2swarm ---
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] Replacing main artifact with repackaged archive
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] ------------------------------------------------------------------------
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] BUILD SUCCESS
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] ------------------------------------------------------------------------
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] Total time:  22.158 s
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] Finished at: 2019-05-23T11:41:10Z
14:41:10 [2019-05-23T11:41:10.226Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker: Build and Push)
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
14:41:10 [2019-05-23T11:41:10.730Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:41:11 [2019-05-23T11:41:11.059Z] + set +x
14:41:11 [2019-05-23T11:41:11.309Z] Starting Docker: docker.
14:41:11 [2019-05-23T11:41:11.310Z] Daemon started. kyberorg, go ahead!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] withCredentials
14:41:11 [2019-05-23T11:41:11.406Z] Masking only exact matches of $USR or $PASS
[Pipeline] {
[Pipeline] timeout
14:41:11 [2019-05-23T11:41:11.458Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:41:11 [2019-05-23T11:41:11.769Z] + set +x
14:41:11 [2019-05-23T11:41:11.769Z] Login as **** to Docker Repository
14:41:13 [2019-05-23T11:41:13.633Z] WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/Hub2Swarm@tmp/ca564d35-eb39-4da6-91a0-a2f67db66f01/config.json.
14:41:13 [2019-05-23T11:41:13.633Z] Configure a credential helper to remove this warning. See
14:41:13 [2019-05-23T11:41:13.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store
14:41:13 [2019-05-23T11:41:13.633Z] 
14:41:13 [2019-05-23T11:41:13.633Z] Login Succeeded
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] timeout
14:41:13 [2019-05-23T11:41:13.796Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:41:14 [2019-05-23T11:41:14.111Z] + set +x
14:41:14 [2019-05-23T11:41:14.111Z] Building Docker Image yasys/hub2swarm with tags: [trunk]
14:41:15 [2019-05-23T11:41:15.456Z] Sending build context to Docker daemon  72.81MB

14:41:15 [2019-05-23T11:41:15.456Z] Step 1/7 : FROM java:8-jre
14:41:16 [2019-05-23T11:41:16.801Z] 8-jre: Pulling from library/java
14:41:16 [2019-05-23T11:41:16.802Z] 5040bd298390: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] fce5728aad85: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] c42794440453: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] 0c0da797ba48: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] 7c9b17433752: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] 114e02586e63: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] e4c663802e9a: Pulling fs layer
14:41:16 [2019-05-23T11:41:16.802Z] 0c0da797ba48: Waiting
14:41:16 [2019-05-23T11:41:16.802Z] e4c663802e9a: Waiting
14:41:16 [2019-05-23T11:41:16.802Z] 7c9b17433752: Waiting
14:41:17 [2019-05-23T11:41:17.053Z] c42794440453: Verifying Checksum
14:41:17 [2019-05-23T11:41:17.053Z] c42794440453: Download complete
14:41:17 [2019-05-23T11:41:17.305Z] fce5728aad85: Verifying Checksum
14:41:17 [2019-05-23T11:41:17.305Z] fce5728aad85: Download complete
14:41:17 [2019-05-23T11:41:17.857Z] 0c0da797ba48: Verifying Checksum
14:41:17 [2019-05-23T11:41:17.857Z] 0c0da797ba48: Download complete
14:41:17 [2019-05-23T11:41:17.857Z] 5040bd298390: Verifying Checksum
14:41:17 [2019-05-23T11:41:17.857Z] 5040bd298390: Download complete
14:41:17 [2019-05-23T11:41:17.857Z] 7c9b17433752: Download complete
14:41:18 [2019-05-23T11:41:18.408Z] e4c663802e9a: Verifying Checksum
14:41:18 [2019-05-23T11:41:18.408Z] e4c663802e9a: Download complete
14:41:18 [2019-05-23T11:41:18.960Z] 114e02586e63: Verifying Checksum
14:41:18 [2019-05-23T11:41:18.960Z] 114e02586e63: Download complete
14:41:25 [2019-05-23T11:41:25.443Z] 5040bd298390: Pull complete
14:41:27 [2019-05-23T11:41:27.927Z] fce5728aad85: Pull complete
14:41:28 [2019-05-23T11:41:28.839Z] c42794440453: Pull complete
14:41:29 [2019-05-23T11:41:29.750Z] 0c0da797ba48: Pull complete
14:41:30 [2019-05-23T11:41:30.662Z] 7c9b17433752: Pull complete
14:41:40 [2019-05-23T11:41:40.542Z] 114e02586e63: Pull complete
14:41:41 [2019-05-23T11:41:41.886Z] e4c663802e9a: Pull complete
14:41:41 [2019-05-23T11:41:41.886Z] Digest: sha256:b91008e234402fc87e7889d6af1f36b6ece844c05989236d83d1f658a6f329b0
14:41:41 [2019-05-23T11:41:41.886Z] Status: Downloaded newer image for java:8-jre
14:41:41 [2019-05-23T11:41:41.886Z]  ---> e44d62cf8862
14:41:41 [2019-05-23T11:41:41.886Z] Step 2/7 : VOLUME /tmp
14:41:43 [2019-05-23T11:41:43.749Z]  ---> Running in 429b067888ff
14:41:47 [2019-05-23T11:41:47.873Z] Removing intermediate container 429b067888ff
14:41:47 [2019-05-23T11:41:47.873Z]  ---> d6ba0bdd8846
14:41:47 [2019-05-23T11:41:47.873Z] Step 3/7 : MAINTAINER Alexander Muravya (aka kyberorg) <kyberorg@yadev.eu>
14:41:49 [2019-05-23T11:41:49.735Z]  ---> Running in 5aabfd133b16
14:41:52 [2019-05-23T11:41:52.219Z] Removing intermediate container 5aabfd133b16
14:41:52 [2019-05-23T11:41:52.219Z]  ---> 0fed96920c96
14:41:52 [2019-05-23T11:41:52.219Z] Step 4/7 : ADD ./target/hub2swarm.jar /app/
14:41:56 [2019-05-23T11:41:56.345Z]  ---> e4805c684a8e
14:41:56 [2019-05-23T11:41:56.345Z] Step 5/7 : RUN sh -c 'touch /app/hub2swarm.jar'
14:41:58 [2019-05-23T11:41:58.830Z]  ---> Running in 7322ce7cda21
14:42:04 [2019-05-23T11:42:04.026Z] Removing intermediate container 7322ce7cda21
14:42:04 [2019-05-23T11:42:04.026Z]  ---> a935fcf20e99
14:42:04 [2019-05-23T11:42:04.026Z] Step 6/7 : ENTRYPOINT exec java -Djava.security.egd=file:/dev/./urandom -jar /app/hub2swarm.jar
14:42:05 [2019-05-23T11:42:05.898Z]  ---> Running in 933536601ee7
14:42:10 [2019-05-23T11:42:10.022Z] Removing intermediate container 933536601ee7
14:42:10 [2019-05-23T11:42:10.022Z]  ---> 3caf043f244e
14:42:10 [2019-05-23T11:42:10.022Z] Step 7/7 : EXPOSE 8080
14:42:12 [2019-05-23T11:42:12.699Z]  ---> Running in 3012d871ad27
14:42:15 [2019-05-23T11:42:15.183Z] Removing intermediate container 3012d871ad27
14:42:15 [2019-05-23T11:42:15.183Z]  ---> 2c3f18f8bbbb
14:42:15 [2019-05-23T11:42:15.434Z] Successfully built 2c3f18f8bbbb
14:42:15 [2019-05-23T11:42:15.434Z] Successfully tagged yasys/hub2swarm:trunk
14:42:15 [2019-05-23T11:42:15.434Z] Docker image yasys/hub2swarm:[trunk] for kyberorg created
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:42:15 [2019-05-23T11:42:15.543Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:42:15 [2019-05-23T11:42:15.858Z] + set +x
14:42:15 [2019-05-23T11:42:15.858Z] Push yasys/hub2swarm to Docker Repository
14:42:16 [2019-05-23T11:42:16.109Z] The push refers to repository [docker.io/yasys/hub2swarm]
14:42:16 [2019-05-23T11:42:16.360Z] cb884fbe9da5: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] aeab21511bec: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 73ad47d4bc12: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] c22c27816361: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 04dba64afa87: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 500ca2ff7d52: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 782d5215f910: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 0eb22bfb707d: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] a2ae92ffcd29: Preparing
14:42:16 [2019-05-23T11:42:16.360Z] 500ca2ff7d52: Waiting
14:42:16 [2019-05-23T11:42:16.360Z] 782d5215f910: Waiting
14:42:16 [2019-05-23T11:42:16.360Z] 0eb22bfb707d: Waiting
14:42:16 [2019-05-23T11:42:16.360Z] a2ae92ffcd29: Waiting
14:42:17 [2019-05-23T11:42:17.707Z] 04dba64afa87: Layer already exists
14:42:17 [2019-05-23T11:42:17.707Z] 73ad47d4bc12: Layer already exists
14:42:17 [2019-05-23T11:42:17.707Z] c22c27816361: Layer already exists
14:42:17 [2019-05-23T11:42:17.957Z] 782d5215f910: Layer already exists
14:42:17 [2019-05-23T11:42:17.958Z] 0eb22bfb707d: Layer already exists
14:42:17 [2019-05-23T11:42:17.958Z] 500ca2ff7d52: Layer already exists
14:42:18 [2019-05-23T11:42:18.509Z] a2ae92ffcd29: Layer already exists
14:42:30 [2019-05-23T11:42:30.610Z] aeab21511bec: Pushed
14:42:30 [2019-05-23T11:42:30.862Z] cb884fbe9da5: Pushed
14:42:34 [2019-05-23T11:42:34.986Z] trunk: digest: sha256:f2d20de2dc95cfb2d5450f696713600066dbf15bd3249684acce307ad8f93fe9 size: 2211
14:42:34 [2019-05-23T11:42:34.986Z] Docker image successfully pushed for kyberorg. Enjoy!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:42:35 [2019-05-23T11:42:35.088Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:42:35 [2019-05-23T11:42:35.710Z] + set +x
14:42:35 [2019-05-23T11:42:35.710Z] Moikka kyberorg!
14:42:35 [2019-05-23T11:42:35.710Z] Here is Docker Summary:
14:42:35 [2019-05-23T11:42:35.710Z] Images built and pushed: 1
14:42:35 [2019-05-23T11:42:35.710Z] [
14:42:35 [2019-05-23T11:42:35.710Z] yasys/hub2swarm:trunk
14:42:35 [2019-05-23T11:42:35.710Z] ]
14:42:35 [2019-05-23T11:42:35.710Z] 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
14:42:35 [2019-05-23T11:42:35.918Z] One way or another, I have finished. Tsau!
[Pipeline] sh
14:42:36 [2019-05-23T11:42:36.213Z] + set +x
14:42:36 [2019-05-23T11:42:36.213Z] Making workspace writable for correct cleanup
14:42:36 [2019-05-23T11:42:36.213Z] Done for kyberorg
[Pipeline] deleteDir
[Pipeline] echo
14:42:36 [2019-05-23T11:42:36.334Z] Great success!
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 a15163ac2b8d9a16420eb9b054b6964c709e989e47c9da53b90ad542025d9ad9
$ docker rm -f a15163ac2b8d9a16420eb9b054b6964c709e989e47c9da53b90ad542025d9ad9
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS