Skip to content

Instantly share code, notes, and snippets.

@cyrille-leclerc
Last active September 6, 2017 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrille-leclerc/c23d403761ac802f7a8955df40631906 to your computer and use it in GitHub Desktop.
Save cyrille-leclerc/c23d403761ac802f7a8955df40631906 to your computer and use it in GitHub Desktop.
JENKINS-40484 happy path
node {
stage ("build") {
git "https://github.com/spring-projects/spring-petclinic.git"
docker.image('cloudbees/java-build-tools').inside {
withMaven(maven: 'maven-3.3.9', mavenSettingsConfig: 'maven-settings-for-gameoflife') {
sh "mvn clean package"
}
}
}
}
Started by user admin user name
[Pipeline] node
Running on agent-1 in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] git
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/spring-projects/spring-petclinic.git # timeout=10
Fetching upstream changes from https://github.com/spring-projects/spring-petclinic.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/spring-projects/spring-petclinic.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 101c9dc69064633f697d93dcf0918bb4f74ff7ed (refs/remotes/origin/master)
Commit message: "Update Spring Boot and Thymeleaf versions"
> git config core.sparsecheckout # timeout=10
> git checkout -f 101c9dc69064633f697d93dcf0918bb4f74ff7ed
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 101c9dc69064633f697d93dcf0918bb4f74ff7ed
> git rev-list 101c9dc69064633f697d93dcf0918bb4f74ff7ed # timeout=10
[Pipeline] sh
[spring-petclinic-in-docker-pipeline-plugin] Running shell script
+ docker inspect -f . cloudbees/java-build-tools
.
[Pipeline] withDockerContainer
agent-1 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -w /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin -v /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin:rw,z -v /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@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 ******** --entrypoint cat cloudbees/java-build-tools
[Pipeline] {
[Pipeline] sh
[spring-petclinic-in-docker-pipeline-plugin] Running shell script
+ env
JENKINS_HOME=/var/lib/jenkins
ANT_VERSION=1.9.8
HOSTNAME=6d018573fe90
RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/4/display/redirect?page=changes
HUDSON_URL=https://master.alliances.beescloud.com/
NODE_LABELS=agent-1 docker
HOME=/home/jenkins
BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/4/
AZURE_CLI_VERSION=0.10.8
JENKINS_SERVER_COOKIE=durable-80bdd5900f55963c1239b7017fa345fa
SELENIUM_VERSION=3.0.1
MAVEN_HOME=/usr/share/maven
SCREEN_HEIGHT=1020
WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin
SELENIUM_MAJOR_VERSION=3.0
NODE_NAME=agent-1
EXECUTOR_NUMBER=0
BUILD_DISPLAY_NAME=#4
GIT_CURL_VERBOSE=1
HUDSON_HOME=/var/lib/jenkins
JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ANT_HOME=/usr/share/ant
SCREEN_DEPTH=24
BUILD_ID=4
BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-4
DISPLAY=:99.0
JENKINS_URL=https://master.alliances.beescloud.com/
JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/
BUILD_NUMBER=4
JENKINS_NODE_COOKIE=6bb9c616-f96c-4f4c-98eb-f485ba65416a
RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/4/display/redirect
HUDSON_SERVER_COOKIE=50c56f61118cbbec
MAVEN_VERSION=3.3.9
JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect
CLASSPATH=
GIT_TRACE=1
JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin
SCREEN_WIDTH=1360
PWD=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin
[Pipeline] withMaven
[withMaven] Options: []
[withMaven] Available options:
[withMaven] use JDK installation provided by the build agent
WARNING: Specified Maven 'maven-3.3.9' cannot be installed, will be ignored.Step running within docker.image() tool installations are not available see https://issues.jenkins-ci.org/browse/JENKINS-36159.
$ docker exec 6d018573fe903b1d2ece79985d81f11f2f6913a14727f3468d9ca6182b6b9060 env printenv MAVEN_HOME
[withMaven] with the environment variable MAVEN_HOME=/usr/share/maven
[withMaven] use Maven settings provided by the Jenkins Managed Configuration File 'maven-settings-for-gameoflife'
[withMaven] use Maven settings.xml 'maven-settings-for-gameoflife' with Maven servers credentials provided by Jenkins (replaceAll: true): [mavenServerId: 'nexus.beescloud.com', jenkinsCredentials: 'beescloud-nexus-deployment-credentials', username: 'deployment', type: 'UsernamePasswordCredentialsImpl'], [mavenServerId: 'github', jenkinsCredentials: 'github-credentials', username: 'cyrille-leclerc', type: 'UsernamePasswordCredentialsImpl']
[withMaven] use Maven global settings provided by the Jenkins global configuration 'global-maven-settings'
[withMaven] use Maven global settings.xml 'global-maven-settings' with Maven servers credentials provided by Jenkins (replaceAll: false): [mavenServerId: 'nexus.beescloud.com', jenkinsCredentials: 'beescloud-nexus-deployment-credentials', username: 'deployment', type: 'UsernamePasswordCredentialsImpl'], [mavenServerId: 'global-credentials-bitbucket', jenkinsCredentials: 'bitbucket-credentials', username: 'cleclerc', type: 'UsernamePasswordCredentialsImpl']
[Pipeline] {
[Pipeline] sh
[spring-petclinic-in-docker-pipeline-plugin] Running shell script
+ mvn clean package
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf"
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
Maven home: /usr/share/maven
Java version: 1.8.0_111, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.13.0-121-generic", arch: "amd64", family: "unix"
[jenkins-maven-event-spy] INFO generate /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf/maven-spy-20170906-221348-4377415574241258949336.log.tmp ...
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building petclinic 1.5.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ spring-petclinic ---
[INFO] Deleting /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:clean (default) @ spring-petclinic ---
[INFO]
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ spring-petclinic ---
[INFO] dotGitDirectory /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/.git
[ERROR] 22:13:53.132250 git.c:371 trace: built-in: git 'version'
[ERROR] 22:13:53.143069 git.c:371 trace: built-in: git 'config' '--system' '--edit'
22:13:53.143175 run-command.c:350 trace: run_command: 'echo' '/etc/gitconfig'
22:13:53.146570 run-command.c:209 trace: exec: 'echo' '/etc/gitconfig'
[INFO] git.build.user.name
[INFO] git.build.user.email
[INFO] Detected that running on CI environment, but using repository branch, no GIT_BRANCH detected.
[INFO] git.branch master
[INFO] --always = true
[INFO] --dirty = -dirty
[INFO] --abbrev = 7
[INFO] Tag refs [[]]
[INFO] Created map: [{}]
[INFO] HEAD is [101c9dc69064633f697d93dcf0918bb4f74ff7ed]
[INFO] git.commit.id.describe 101c9dc
[INFO] git.commit.id 101c9dc69064633f697d93dcf0918bb4f74ff7ed
[INFO] git.commit.id.abbrev 101c9dc
[INFO] git.dirty false
[INFO] git.commit.user.name Dave Syer
[INFO] git.commit.user.email dsyer@pivotal.io
[INFO] git.commit.message.full Update Spring Boot and Thymeleaf versions
[INFO] git.commit.message.short Update Spring Boot and Thymeleaf versions
[INFO] git.commit.time 2017-06-30T10:07:07+0000
[INFO] git.remote.origin.url https://github.com/spring-projects/spring-petclinic.git
[INFO] git.tags
[INFO] Tag refs [[]]
[INFO] git.closest.tag.name
[INFO] Tag refs [[]]
[INFO] git.closest.tag.commit.count
[INFO] git.build.time 2017-09-06T22:13:54+0000
[INFO] git.build.version 1.5.1
[INFO] git.build.host 6d018573fe90
[INFO] git.commit.id.describe-short 101c9dc
[INFO] found property git.build.user.email
[INFO] found property git.build.host
[INFO] found property git.dirty
[INFO] found property git.remote.origin.url
[INFO] found property git.closest.tag.name
[INFO] found property git.commit.id.describe-short
[INFO] found property git.commit.user.email
[INFO] found property git.commit.time
[INFO] found property git.commit.message.full
[INFO] found property git.build.version
[INFO] found property git.commit.message.short
[INFO] found property git.commit.id.abbrev
[INFO] found property git.branch
[INFO] found property git.build.user.name
[INFO] found property git.closest.tag.commit.count
[INFO] found property git.commit.id.describe
[INFO] found property git.commit.id
[INFO] found property git.tags
[INFO] found property git.build.time
[INFO] found property git.commit.user.name
[INFO] Writing properties file to [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/git.properties] (for module petclinic)...
[INFO]
[INFO] --- spring-boot-maven-plugin:1.5.4.RELEASE:build-info (default) @ spring-petclinic ---
[INFO]
[INFO] --- wro4j-maven-plugin:1.8.0:run (default) @ spring-petclinic ---
[INFO] /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/src/main/less
[INFO] Executing the mojo:
[INFO] Wro4j Model path: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/src/main/wro/wro.xml
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target
[INFO] destinationFolder: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target
[INFO] cssDestinationFolder: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/static/resources/css
[INFO] The following groups will be processed: [petclinic]
[INFO] folder: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/static/resources/css
[INFO] processing group: petclinic.css
[WARNING] Less warnings are:
[WARNING] 10:1 Cannot link source map. Css result location is not know and could not be deduced from input less source..
[INFO] file size: petclinic.css -> 152399 bytes
[INFO] /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/static/resources/css/petclinic.css (152399 bytes)
[INFO] folder: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target
[INFO] processing group: petclinic.js
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring-petclinic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 35 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring-petclinic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spring-petclinic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ spring-petclinic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ spring-petclinic ---
[INFO] Surefire report directory: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf"
22:14:08.988 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:09.015 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:09.028 [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)]
22:14:09.070 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.service.ClinicServiceTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
22:14:09.123 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.service.ClinicServiceTests], using SpringBootContextLoader
22:14:09.133 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: class path resource [org/springframework/samples/petclinic/service/ClinicServiceTests-context.xml] does not exist
22:14:09.134 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: class path resource [org/springframework/samples/petclinic/service/ClinicServiceTestsContext.groovy] does not exist
22:14:09.135 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:09.136 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: ClinicServiceTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:09.346 [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 [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:09.368 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:09.373 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:09.376 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:09.424 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/service/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service/]]
22:14:09.425 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service]
22:14:09.425 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service/*.class]
22:14:09.438 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/service/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service/ClinicServiceTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/service/EntityUtils.class]]
22:14:09.471 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/]]
22:14:09.473 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic]
22:14:09.473 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/*.class]
22:14:09.474 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic]
22:14:09.478 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/*.class]
22:14:09.481 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]]
22:14:09.522 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]
22:14:09.528 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.service.ClinicServiceTests
22:14:09.540 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.service.ClinicServiceTests]: using defaults.
22:14:09.547 [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]
22:14:09.586 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5276e6b0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71b1176b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6193932a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@647fd8ce, org.springframework.test.context.transaction.TransactionalTestExecutionListener@159f197, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78aab498, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5dd6264, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1ffe63b9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@51e5fc98, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7c469c48, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@12e61fe6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7ee955a8]
22:14:09.638 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.vet.VetControllerTests]
22:14:09.638 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:09.638 [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)]
22:14:09.642 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.vet.VetControllerTests] from class [org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper]
22:14:09.651 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.vet.VetControllerTests], using SpringBootContextLoader
22:14:09.653 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: class path resource [org/springframework/samples/petclinic/vet/VetControllerTests-context.xml] does not exist
22:14:09.654 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: class path resource [org/springframework/samples/petclinic/vet/VetControllerTestsContext.groovy] does not exist
22:14:09.655 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:09.656 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: VetControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:09.727 [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 [org.springframework.samples.petclinic.vet.VetControllerTests]
22:14:09.734 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:09.735 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:09.735 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:09.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/vet/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/]]
22:14:09.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet]
22:14:09.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet/*.class]
22:14:09.738 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet]
22:14:09.738 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/*.class]
22:14:09.747 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/vet/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet/VetControllerTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/vet/VetTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/Specialty.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/Vet.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/VetController.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/VetRepository.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/vet/Vets.class]]
22:14:09.795 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/]]
22:14:09.796 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic]
22:14:09.797 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/*.class]
22:14:09.798 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic]
22:14:09.803 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/*.class]
22:14:09.805 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]]
22:14:09.807 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]
22:14:09.807 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.vet.VetControllerTests
22:14:09.814 [main] DEBUG org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.vet.VetControllerTests]: using defaults.
22:14:09.825 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - 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]
22:14:09.842 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3fc2959f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5aa9e4eb, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6989da5e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@385c9627, org.springframework.test.context.transaction.TransactionalTestExecutionListener@139982de, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@682b2fa, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@217ed35e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7dcf94f8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@229f66ed, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@31190526, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@662ac478, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6743e411]
22:14:09.848 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.system.ProductionConfigurationTests]
22:14:09.852 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:09.852 [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)]
22:14:09.855 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
22:14:09.860 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests], using SpringBootContextLoader
22:14:09.864 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: class path resource [org/springframework/samples/petclinic/system/ProductionConfigurationTests-context.xml] does not exist
22:14:09.865 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: class path resource [org/springframework/samples/petclinic/system/ProductionConfigurationTestsContext.groovy] does not exist
22:14:09.867 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:09.869 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: ProductionConfigurationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:09.891 [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 [org.springframework.samples.petclinic.system.ProductionConfigurationTests]
22:14:09.892 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:09.895 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:09.897 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:09.898 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/system/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system/]]
22:14:09.898 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system]
22:14:09.898 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system/*.class]
22:14:09.903 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system]
22:14:09.904 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system/*.class]
22:14:09.909 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/system/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system/CrashControllerTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/system/ProductionConfigurationTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system/CacheConfig.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system/CrashController.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/system/WelcomeController.class]]
22:14:09.924 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/]]
22:14:09.926 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic]
22:14:09.927 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/*.class]
22:14:09.927 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic]
22:14:09.927 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/*.class]
22:14:09.928 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]]
22:14:09.932 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]
22:14:09.934 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.system.ProductionConfigurationTests
22:14:09.942 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: using defaults.
22:14:09.944 [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]
22:14:09.950 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1757cd72, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@445b295b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@49e5f737, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5c671d7f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@757277dc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@687e99d8, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@e4487af, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6aaceffd, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c86b9e3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@10aa41f2, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3af9c5b7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@37271612]
22:14:09.953 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.owner.OwnerControllerTests]
22:14:09.955 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:09.955 [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)]
22:14:09.956 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests] from class [org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper]
22:14:09.957 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests], using SpringBootContextLoader
22:14:09.960 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: class path resource [org/springframework/samples/petclinic/owner/OwnerControllerTests-context.xml] does not exist
22:14:09.961 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: class path resource [org/springframework/samples/petclinic/owner/OwnerControllerTestsContext.groovy] does not exist
22:14:09.963 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:09.963 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: OwnerControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:09.985 [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 [org.springframework.samples.petclinic.owner.OwnerControllerTests]
22:14:09.994 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:09.995 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:09.995 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:09.995 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/owner/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/]]
22:14:09.997 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner]
22:14:09.999 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/*.class]
22:14:10.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner]
22:14:10.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/*.class]
22:14:10.002 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/owner/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/OwnerControllerTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/PetControllerTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/PetTypeFormatterTests$1.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/PetTypeFormatterTests$2.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/owner/VisitControllerTests.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/Owner.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/OwnerController.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/OwnerRepository.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/Pet.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/PetController.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/PetRepository.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/PetType.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/PetTypeFormatter.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/PetValidator.class], file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/owner/VisitController.class]]
22:14:10.040 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/springframework/samples/petclinic/] to resources [URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/], URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/]]
22:14:10.040 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic]
22:14:10.040 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/test-classes/org/springframework/samples/petclinic/*.class]
22:14:10.041 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic]
22:14:10.042 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic] for files matching pattern [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/*.class]
22:14:10.043 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/springframework/samples/petclinic/*.class] to resources [file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]]
22:14:10.044 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/org/springframework/samples/petclinic/PetClinicApplication.class]
22:14:10.050 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.OwnerControllerTests
22:14:10.051 [main] DEBUG org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: using defaults.
22:14:10.056 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - 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]
22:14:10.058 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@14555e0a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4bb33f74, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@759d26fb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c73951, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3d5c822d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6f46426d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@73700b80, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@49c7b90e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@10d307f1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4d5b6aac, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3e84448c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4a7f959b]
22:14:10.067 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.owner.VisitControllerTests]
22:14:10.067 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:10.067 [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)]
22:14:10.068 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.owner.VisitControllerTests] from class [org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper]
22:14:10.068 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.VisitControllerTests], using SpringBootContextLoader
22:14:10.069 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: class path resource [org/springframework/samples/petclinic/owner/VisitControllerTests-context.xml] does not exist
22:14:10.074 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: class path resource [org/springframework/samples/petclinic/owner/VisitControllerTestsContext.groovy] does not exist
22:14:10.074 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:10.075 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: VisitControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:10.104 [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 [org.springframework.samples.petclinic.owner.VisitControllerTests]
22:14:10.108 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:10.109 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:10.109 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:10.110 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.VisitControllerTests
22:14:10.110 [main] DEBUG org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.owner.VisitControllerTests]: using defaults.
22:14:10.117 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - 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]
22:14:10.119 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@537f60bf, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5677323c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@18df8434, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65c7a252, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d154ccd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@229c6181, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4686afc2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1e0b4072, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@791f145a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@38cee291, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4b45a2f5, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@f09733f]
22:14:10.123 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.owner.PetControllerTests]
22:14:10.130 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:10.130 [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)]
22:14:10.134 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.owner.PetControllerTests] from class [org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper]
22:14:10.135 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.PetControllerTests], using SpringBootContextLoader
22:14:10.142 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: class path resource [org/springframework/samples/petclinic/owner/PetControllerTests-context.xml] does not exist
22:14:10.142 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: class path resource [org/springframework/samples/petclinic/owner/PetControllerTestsContext.groovy] does not exist
22:14:10.142 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:10.142 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: PetControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:10.180 [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 [org.springframework.samples.petclinic.owner.PetControllerTests]
22:14:10.190 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:10.190 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:10.191 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:10.192 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.PetControllerTests
22:14:10.197 [main] DEBUG org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.owner.PetControllerTests]: using defaults.
22:14:10.202 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - 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]
22:14:10.209 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6c4906d3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@65987993, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@71075444, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f32a3ad, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b695b06, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4d1bf319, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6f53b8a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5c80cf32, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7d900ecf, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6f01b95f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4007f65e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1a245833]
22:14:10.238 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.240 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.242 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.vet.VetControllerTests]
22:14:10.243 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.vet.VetControllerTests]
22:14:10.243 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]
22:14:10.244 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]
22:14:10.244 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]
22:14:10.245 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.owner.OwnerControllerTests]
22:14:10.245 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]
22:14:10.246 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.owner.VisitControllerTests]
22:14:10.249 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.owner.PetControllerTests]
22:14:10.254 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.owner.PetControllerTests]
Running org.springframework.samples.petclinic.service.ClinicServiceTests
22:14:10.264 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.266 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:14:10.266 [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)]
22:14:10.270 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.springframework.samples.petclinic.service.ClinicServiceTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
22:14:10.273 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.service.ClinicServiceTests], using SpringBootContextLoader
22:14:10.274 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: class path resource [org/springframework/samples/petclinic/service/ClinicServiceTests-context.xml] does not exist
22:14:10.275 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: class path resource [org/springframework/samples/petclinic/service/ClinicServiceTestsContext.groovy] does not exist
22:14:10.275 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:14:10.275 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]: ClinicServiceTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:14:10.346 [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 [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.350 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:10.351 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:10.351 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:10.352 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.service.ClinicServiceTests
22:14:10.357 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.springframework.samples.petclinic.service.ClinicServiceTests]: using defaults.
22:14:10.361 [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]
22:14:10.371 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4149c063, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9cb8225, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@76b07f29, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38af9828, org.springframework.test.context.transaction.TransactionalTestExecutionListener@376a0d86, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@62656be4, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@17d919b6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@53f3bdbd, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@34129c78, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7d61eb55, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@222a59e6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6c7a164b]
22:14:10.371 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.371 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.372 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.372 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.376 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
22:14:10.383 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.383 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.springframework.samples.petclinic.service.ClinicServiceTests]
22:14:10.387 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@35b74c5c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]].
22:14:10.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
22:14:10.488 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
22:14:10.489 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
22:14:10.492 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [inline] PropertySource with highest search precedence
22:14:10.503 [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}
22:14:10.505 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:11.277 INFO 339 --- [ main] o.s.s.p.service.ClinicServiceTests : Starting ClinicServiceTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:11.287 INFO 339 --- [ main] o.s.s.p.service.ClinicServiceTests : The following profiles are active: production
2017-09-06 22:14:11.350 INFO 339 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d131e1b: startup date [Wed Sep 06 22:14:11 UTC 2017]; root of context hierarchy
2017-09-06 22:14:12.982 INFO 339 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2017-09-06 22:14:12.983 INFO 339 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]] with [Root bean: class [org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration$EmbeddedDataSourceFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
2017-09-06 22:14:12.984 WARN 339 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'embeddedDataSourceBeanFactoryPostProcessor' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
2017-09-06 22:14:13.667 INFO 339 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:hsqldb:mem:07fd2f91-4069-47cc-ac98-42ab76228ee2', username='sa'
2017-09-06 22:14:14.800 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/schema.sql]
2017-09-06 22:14:14.831 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/schema.sql] in 25 ms.
2017-09-06 22:14:14.833 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/data.sql]
2017-09-06 22:14:14.869 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/data.sql] in 31 ms.
2017-09-06 22:14:15.229 INFO 339 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:15.263 INFO 339 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2017-09-06 22:14:15.461 INFO 339 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
2017-09-06 22:14:15.472 INFO 339 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2017-09-06 22:14:15.474 INFO 339 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2017-09-06 22:14:15.553 INFO 339 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-09-06 22:14:15.916 INFO 339 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2017-09-06 22:14:17.551 INFO 339 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:18.336 INFO 339 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2017-09-06 22:14:18.906 INFO 339 --- [ main] o.s.s.p.service.ClinicServiceTests : Started ClinicServiceTests in 8.399 seconds (JVM running for 10.873)
2017-09-06 22:14:18.992 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@35b74c5c, testMethod = shouldFindVets@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select vet0_.id as id1_5_, vet0_.first_name as first_na2_5_, vet0_.last_name as last_nam3_5_ from vets vet0_
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
Hibernate: select specialtie0_.vet_id as vet_id1_4_0_, specialtie0_.specialty_id as specialt2_4_0_, specialty1_.id as id1_2_1_, specialty1_.name as name2_2_1_ from vet_specialties specialtie0_ inner join specialties specialty1_ on specialtie0_.specialty_id=specialty1_.id where specialtie0_.vet_id=?
2017-09-06 22:14:19.243 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@35b74c5c, testMethod = shouldFindVets@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.255 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@34aa8b61, testMethod = shouldFindOwnersByLastName@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select distinct owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.last_name like ?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: select distinct owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.last_name like ?
2017-09-06 22:14:19.318 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@34aa8b61, testMethod = shouldFindOwnersByLastName@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.327 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@51fe7f15, testMethod = shouldAddNewVisitForPet@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select pet0_.id as id1_1_, pet0_.name as name2_1_, pet0_.birth_date as birth_da3_1_, pet0_.owner_id as owner_id4_1_, pet0_.type_id as type_id5_1_ from pets pet0_ where pet0_.id=?
Hibernate: select owner0_.id as id1_0_0_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_ from owners owner0_ where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: insert into visits (id, visit_date, description, pet_id) values (default, ?, ?, ?)
Hibernate: select pet0_.id as id1_1_, pet0_.name as name2_1_, pet0_.birth_date as birth_da3_1_, pet0_.owner_id as owner_id4_1_, pet0_.type_id as type_id5_1_ from pets pet0_ where pet0_.id=?
2017-09-06 22:14:19.419 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@51fe7f15, testMethod = shouldAddNewVisitForPet@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.430 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@239b98cb, testMethod = shouldUpdateOwner@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: update owners set first_name=?, last_name=?, address=?, city=?, telephone=? where id=?
Hibernate: select owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.id=?
2017-09-06 22:14:19.500 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@239b98cb, testMethod = shouldUpdateOwner@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.506 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@6ce15112, testMethod = shouldFindVisitsByPetId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select visit0_.id as id1_6_, visit0_.visit_date as visit_da2_6_, visit0_.description as descript3_6_, visit0_.pet_id as pet_id4_6_ from visits visit0_ where visit0_.pet_id=?
2017-09-06 22:14:19.531 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@6ce15112, testMethod = shouldFindVisitsByPetId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.544 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@892af0e, testMethod = shouldInsertPetIntoDatabaseAndGenerateId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: select pettype0_.id as id1_3_, pettype0_.name as name2_3_ from types pettype0_ order by pettype0_.name
Hibernate: insert into pets (id, name, birth_date, owner_id, type_id) values (default, ?, ?, ?, ?)
Hibernate: select owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.id=?
2017-09-06 22:14:19.624 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@892af0e, testMethod = shouldInsertPetIntoDatabaseAndGenerateId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.640 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@68e47e7, testMethod = shouldInsertOwner@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select distinct owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.last_name like ?
Hibernate: insert into owners (id, first_name, last_name, address, city, telephone) values (default, ?, ?, ?, ?, ?)
Hibernate: select distinct owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.last_name like ?
2017-09-06 22:14:19.692 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@68e47e7, testMethod = shouldInsertOwner@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.707 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@45cd8607, testMethod = shouldFindSingleOwnerWithPet@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select owner0_.id as id1_0_0_, pets1_.id as id1_1_1_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_, pets1_.name as name2_1_1_, pets1_.birth_date as birth_da3_1_1_, pets1_.owner_id as owner_id4_1_1_, pets1_.type_id as type_id5_1_1_, pets1_.owner_id as owner_id4_1_0__, pets1_.id as id1_1_0__ from owners owner0_ left outer join pets pets1_ on owner0_.id=pets1_.owner_id where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
2017-09-06 22:14:19.729 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@45cd8607, testMethod = shouldFindSingleOwnerWithPet@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.742 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@4e94669c, testMethod = shouldUpdatePetName@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select pet0_.id as id1_1_, pet0_.name as name2_1_, pet0_.birth_date as birth_da3_1_, pet0_.owner_id as owner_id4_1_, pet0_.type_id as type_id5_1_ from pets pet0_ where pet0_.id=?
Hibernate: select owner0_.id as id1_0_0_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_ from owners owner0_ where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
Hibernate: update pets set name=?, birth_date=?, owner_id=?, type_id=? where id=?
Hibernate: select pet0_.id as id1_1_, pet0_.name as name2_1_, pet0_.birth_date as birth_da3_1_, pet0_.owner_id as owner_id4_1_, pet0_.type_id as type_id5_1_ from pets pet0_ where pet0_.id=?
2017-09-06 22:14:19.763 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@4e94669c, testMethod = shouldUpdatePetName@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.765 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@22fb9a2c, testMethod = shouldFindAllPetTypes@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select pettype0_.id as id1_3_, pettype0_.name as name2_3_ from types pettype0_ order by pettype0_.name
2017-09-06 22:14:19.775 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@22fb9a2c, testMethod = shouldFindAllPetTypes@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
2017-09-06 22:14:19.784 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@819fb19, testMethod = shouldFindPetWithCorrectId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f9a10df]; rollback [true]
Hibernate: select pet0_.id as id1_1_, pet0_.name as name2_1_, pet0_.birth_date as birth_da3_1_, pet0_.owner_id as owner_id4_1_, pet0_.type_id as type_id5_1_ from pets pet0_ where pet0_.id=?
Hibernate: select owner0_.id as id1_0_0_, owner0_.first_name as first_na2_0_0_, owner0_.last_name as last_nam3_0_0_, owner0_.address as address4_0_0_, owner0_.city as city5_0_0_, owner0_.telephone as telephon6_0_0_ from owners owner0_ where owner0_.id=?
Hibernate: select pettype0_.id as id1_3_0_, pettype0_.name as name2_3_0_ from types pettype0_ where pettype0_.id=?
Hibernate: select visits0_.pet_id as pet_id4_6_0_, visits0_.id as id1_6_0_, visits0_.id as id1_6_1_, visits0_.visit_date as visit_da2_6_1_, visits0_.description as descript3_6_1_, visits0_.pet_id as pet_id4_6_1_ from visits visits0_ where visits0_.pet_id=?
2017-09-06 22:14:19.797 INFO 339 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@47c81abf testClass = ClinicServiceTests, testInstance = org.springframework.samples.petclinic.service.ClinicServiceTests@819fb19, testMethod = shouldFindPetWithCorrectId@ClinicServiceTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@776a6d9b testClass = ClinicServiceTests, locations = '{}', classes = '{class org.springframework.samples.petclinic.PetClinicApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@21d03963 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, Package Import org.springframework.samples.petclinic.service]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5e955596, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@60438a68, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@588df31b, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@7695a68c, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@fc8b2262, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@282003e1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]].
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.535 sec - in org.springframework.samples.petclinic.service.ClinicServiceTests
Running org.springframework.samples.petclinic.vet.VetControllerTests
2017-09-06 22:14:19.803 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.vet.VetControllerTests], using SpringBootContextLoader
2017-09-06 22:14:19.805 INFO 339 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-06 22:14:19.805 INFO 339 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.springframework.samples.petclinic.vet.VetControllerTests]: VetControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-09-06 22:14:19.859 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.vet.VetControllerTests
2017-09-06 22:14:19.863 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : 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]
2017-09-06 22:14:19.865 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18715bb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2a19a0fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2b7774d5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7d284f15, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44bbb7c6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2342f1ff, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3303e89e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@cec590c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1570cad0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@21090c88, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@d62472f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@63a84bb6]
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:19.978 INFO 339 --- [ main] o.s.s.petclinic.vet.VetControllerTests : Starting VetControllerTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:19.979 INFO 339 --- [ main] o.s.s.petclinic.vet.VetControllerTests : The following profiles are active: production
2017-09-06 22:14:19.981 INFO 339 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@30d5e37c: startup date [Wed Sep 06 22:14:19 UTC 2017]; root of context hierarchy
2017-09-06 22:14:21.760 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@30d5e37c: startup date [Wed Sep 06 22:14:19 UTC 2017]; root of context hierarchy
2017-09-06 22:14:22.021 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/vets.html]}" onto public java.lang.String org.springframework.samples.petclinic.vet.VetController.showVetList(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:22.024 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/vets.json || /vets.xml]}" onto public org.springframework.samples.petclinic.vet.Vets org.springframework.samples.petclinic.vet.VetController.showResourcesVetList()
2017-09-06 22:14:22.034 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-06 22:14:22.039 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-06 22:14:22.305 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:22.305 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:22.366 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:22.751 INFO 339 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-06 22:14:22.754 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization started
2017-09-06 22:14:22.783 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization completed in 29 ms
2017-09-06 22:14:22.855 INFO 339 --- [ main] o.s.s.petclinic.vet.VetControllerTests : Started VetControllerTests in 2.968 seconds (JVM running for 14.822)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.718 sec - in org.springframework.samples.petclinic.vet.VetControllerTests
Running org.springframework.samples.petclinic.vet.VetTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.springframework.samples.petclinic.vet.VetTests
Running org.springframework.samples.petclinic.system.CrashControllerTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.springframework.samples.petclinic.system.CrashControllerTests
Running org.springframework.samples.petclinic.system.ProductionConfigurationTests
2017-09-06 22:14:24.571 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests], using SpringBootContextLoader
2017-09-06 22:14:24.572 INFO 339 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-06 22:14:24.572 INFO 339 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.springframework.samples.petclinic.system.ProductionConfigurationTests]: ProductionConfigurationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-09-06 22:14:24.579 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.system.ProductionConfigurationTests
2017-09-06 22:14:24.581 INFO 339 --- [ main] .b.t.c.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]
2017-09-06 22:14:24.582 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@320ba79f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@333a2df2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5ffdd510, org.springframework.test.context.support.DirtiesContextTestExecutionListener@8c18bde, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6719f206, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ae16aa, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@344a065a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3051e476, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1870b9b8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6d9ee75a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@9825465, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@36cf6377]
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:24.648 INFO 339 --- [ main] o.s.s.p.s.ProductionConfigurationTests : Starting ProductionConfigurationTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:24.651 INFO 339 --- [ main] o.s.s.p.s.ProductionConfigurationTests : The following profiles are active: production
2017-09-06 22:14:24.653 INFO 339 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@20960b51: startup date [Wed Sep 06 22:14:24 UTC 2017]; root of context hierarchy
2017-09-06 22:14:26.858 INFO 339 --- [ main] org.ehcache.core.EhcacheManager : Cache 'vets' created in EhcacheManager.
2017-09-06 22:14:26.873 INFO 339 --- [ main] org.ehcache.jsr107.Eh107CacheManager : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=vets
2017-09-06 22:14:26.899 INFO 339 --- [ main] org.ehcache.jsr107.Eh107CacheManager : Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=urn.X-ehcache.jsr107-default-config,Cache=vets
2017-09-06 22:14:27.364 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/schema.sql]
2017-09-06 22:14:27.392 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/schema.sql] in 22 ms.
2017-09-06 22:14:27.394 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/data.sql]
2017-09-06 22:14:27.421 INFO 339 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/classes/db/hsqldb/data.sql] in 27 ms.
2017-09-06 22:14:27.542 INFO 339 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:27.546 INFO 339 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2017-09-06 22:14:27.585 INFO 339 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2017-09-06 22:14:27.736 WARN 339 --- [ main] o.h.j.i.EntityManagerFactoryRegistry : HHH000436: Entity manager factory name (default) is already registered. If entity manager will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name'
2017-09-06 22:14:27.736 INFO 339 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:28.146 INFO 339 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2017-09-06 22:14:29.098 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20960b51: startup date [Wed Sep 06 22:14:24 UTC 2017]; root of context hierarchy
2017-09-06 22:14:29.134 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initCreationForm(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:29.138 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult)
2017-09-06 22:14:29.138 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/find],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initFindForm(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:29.139 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processFindForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult,java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:29.139 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/edit],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initUpdateOwnerForm(int,org.springframework.ui.Model)
2017-09-06 22:14:29.139 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/edit],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processUpdateOwnerForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult,int)
2017-09-06 22:14:29.144 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.samples.petclinic.owner.OwnerController.showOwner(int)
2017-09-06 22:14:29.145 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/edit],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.initUpdateForm(int,org.springframework.ui.ModelMap)
2017-09-06 22:14:29.146 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/edit],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.processUpdateForm(org.springframework.samples.petclinic.owner.Pet,org.springframework.validation.BindingResult,org.springframework.samples.petclinic.owner.Owner,org.springframework.ui.ModelMap)
2017-09-06 22:14:29.147 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.initCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.ui.ModelMap)
2017-09-06 22:14:29.148 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.processCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.samples.petclinic.owner.Pet,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap)
2017-09-06 22:14:29.150 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/*/pets/{petId}/visits/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.VisitController.initNewVisitForm(int,java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:29.150 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/visits/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.VisitController.processNewVisitForm(org.springframework.samples.petclinic.visit.Visit,org.springframework.validation.BindingResult)
2017-09-06 22:14:29.151 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/oups],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.system.CrashController.triggerException()
2017-09-06 22:14:29.151 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.springframework.samples.petclinic.system.WelcomeController.welcome()
2017-09-06 22:14:29.151 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/vets.html]}" onto public java.lang.String org.springframework.samples.petclinic.vet.VetController.showVetList(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:29.151 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/vets.json || /vets.xml]}" onto public org.springframework.samples.petclinic.vet.Vets org.springframework.samples.petclinic.vet.VetController.showResourcesVetList()
2017-09-06 22:14:29.158 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-06 22:14:29.159 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-06 22:14:29.318 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:29.322 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:29.404 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:30.193 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/mappings || /manage/mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.196 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/trace || /manage/trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.196 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/info || /manage/info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.201 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/configprops || /manage/configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.203 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/auditevents || /manage/auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2017-09-06 22:14:30.207 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/health || /manage/health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2017-09-06 22:14:30.209 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2017-09-06 22:14:30.212 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/env || /manage/env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.219 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2017-09-06 22:14:30.222 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/metrics || /manage/metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.223 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/beans || /manage/beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.224 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/dump || /manage/dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.230 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/autoconfig || /manage/autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.230 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/heapdump || /manage/heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2017-09-06 22:14:30.235 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2017-09-06 22:14:30.242 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2017-09-06 22:14:30.242 INFO 339 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/manage/loggers || /manage/loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-09-06 22:14:30.705 INFO 339 --- [ main] o.s.s.p.s.ProductionConfigurationTests : Started ProductionConfigurationTests in 6.116 seconds (JVM running for 22.672)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.264 sec - in org.springframework.samples.petclinic.system.ProductionConfigurationTests
Running org.springframework.samples.petclinic.model.ValidatorTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.springframework.samples.petclinic.model.ValidatorTests
Running org.springframework.samples.petclinic.owner.OwnerControllerTests
2017-09-06 22:14:30.893 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests], using SpringBootContextLoader
2017-09-06 22:14:30.894 INFO 339 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-06 22:14:30.898 INFO 339 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.OwnerControllerTests]: OwnerControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-09-06 22:14:30.920 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.OwnerControllerTests
2017-09-06 22:14:30.921 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : 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]
2017-09-06 22:14:30.922 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f6fd33b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@34c050a1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7ecf4608, org.springframework.test.context.support.DirtiesContextTestExecutionListener@32c114d9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@73f6ffb1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4505ec36, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@41fe0d98, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b23aea2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3fecdd00, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5562f297, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@64c1a76e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2f143ea]
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:31.001 INFO 339 --- [ main] o.s.s.p.owner.OwnerControllerTests : Starting OwnerControllerTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:31.001 INFO 339 --- [ main] o.s.s.p.owner.OwnerControllerTests : The following profiles are active: production
2017-09-06 22:14:31.004 INFO 339 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3119fcad: startup date [Wed Sep 06 22:14:31 UTC 2017]; root of context hierarchy
2017-09-06 22:14:31.615 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3119fcad: startup date [Wed Sep 06 22:14:31 UTC 2017]; root of context hierarchy
2017-09-06 22:14:31.641 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initCreationForm(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:31.641 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult)
2017-09-06 22:14:31.641 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/find],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initFindForm(java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:31.642 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processFindForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult,java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:31.642 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/edit],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.initUpdateOwnerForm(int,org.springframework.ui.Model)
2017-09-06 22:14:31.642 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/edit],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.OwnerController.processUpdateOwnerForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.validation.BindingResult,int)
2017-09-06 22:14:31.642 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.samples.petclinic.owner.OwnerController.showOwner(int)
2017-09-06 22:14:31.643 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-06 22:14:31.643 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-06 22:14:31.749 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:31.754 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:31.773 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:31.865 INFO 339 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-06 22:14:31.870 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization started
2017-09-06 22:14:31.888 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization completed in 18 ms
2017-09-06 22:14:31.994 INFO 339 --- [ main] o.s.s.p.owner.OwnerControllerTests : Started OwnerControllerTests in 1.064 seconds (JVM running for 23.961)
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 sec - in org.springframework.samples.petclinic.owner.OwnerControllerTests
Running org.springframework.samples.petclinic.owner.VisitControllerTests
2017-09-06 22:14:32.701 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.VisitControllerTests], using SpringBootContextLoader
2017-09-06 22:14:32.702 INFO 339 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-06 22:14:32.703 INFO 339 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.VisitControllerTests]: VisitControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-09-06 22:14:32.721 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.VisitControllerTests
2017-09-06 22:14:32.732 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : 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]
2017-09-06 22:14:32.734 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@44b99f09, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@261d7ee2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@724a80d2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ce34685, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54aacbc7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@198d55de, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3fe70a2d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@79f6b43a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7b80ac30, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@8d0253b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f61f06e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@437ac2dc]
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:32.806 INFO 339 --- [ main] o.s.s.p.owner.VisitControllerTests : Starting VisitControllerTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:32.806 INFO 339 --- [ main] o.s.s.p.owner.VisitControllerTests : The following profiles are active: production
2017-09-06 22:14:32.808 INFO 339 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7f2d4ffc: startup date [Wed Sep 06 22:14:32 UTC 2017]; root of context hierarchy
2017-09-06 22:14:33.437 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7f2d4ffc: startup date [Wed Sep 06 22:14:32 UTC 2017]; root of context hierarchy
2017-09-06 22:14:33.454 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/*/pets/{petId}/visits/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.VisitController.initNewVisitForm(int,java.util.Map<java.lang.String, java.lang.Object>)
2017-09-06 22:14:33.454 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/visits/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.VisitController.processNewVisitForm(org.springframework.samples.petclinic.visit.Visit,org.springframework.validation.BindingResult)
2017-09-06 22:14:33.456 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-06 22:14:33.456 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-06 22:14:33.565 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:33.567 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:33.599 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:33.689 INFO 339 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-06 22:14:33.708 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization started
2017-09-06 22:14:33.714 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization completed in 6 ms
2017-09-06 22:14:33.818 INFO 339 --- [ main] o.s.s.p.owner.VisitControllerTests : Started VisitControllerTests in 1.075 seconds (JVM running for 25.786)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 sec - in org.springframework.samples.petclinic.owner.VisitControllerTests
Running org.springframework.samples.petclinic.owner.PetTypeFormatterTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.springframework.samples.petclinic.owner.PetTypeFormatterTests
Running org.springframework.samples.petclinic.owner.PetControllerTests
2017-09-06 22:14:34.056 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.samples.petclinic.owner.PetControllerTests], using SpringBootContextLoader
2017-09-06 22:14:34.058 INFO 339 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-09-06 22:14:34.059 INFO 339 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.springframework.samples.petclinic.owner.PetControllerTests]: PetControllerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-09-06 22:14:34.093 INFO 339 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.springframework.samples.petclinic.PetClinicApplication for test class org.springframework.samples.petclinic.owner.PetControllerTests
2017-09-06 22:14:34.099 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : 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]
2017-09-06 22:14:34.100 INFO 339 --- [ main] .b.t.a.w.s.WebMvcTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18a9762, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72378bfd, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@147c00c7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@104972a0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@45add64c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@b0bd567, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7f8586f9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@248227db, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@fb69ab1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5ac3c6cd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@9223122, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3c2b7322]
|\ _,,,--,,_
/,`.-'`' ._ \-;;,_
_______ __|,4- ) )_ .;.(__`'-'__ ___ __ _ ___ _______
| | '---''(_/._)-'(_\_) | | | | | | | | |
| _ | ___|_ _| | | | | |_| | | | __ _ _
| |_| | |___ | | | | | | | | | | \ \ \ \
| ___| ___| | | | _| |___| | _ | | _| \ \ \ \
| | | |___ | | | |_| | | | | | | |_ ) ) ) )
|___| |_______| |___| |_______|_______|___|_| |__|___|_______| / / / /
==================================================================/_/_/_/
:: Built with Spring Boot :: 1.5.4.RELEASE
2017-09-06 22:14:34.224 INFO 339 --- [ main] o.s.s.p.owner.PetControllerTests : Starting PetControllerTests on 6d018573fe90 with PID 339 (started by jenkins in /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin)
2017-09-06 22:14:34.227 INFO 339 --- [ main] o.s.s.p.owner.PetControllerTests : The following profiles are active: production
2017-09-06 22:14:34.229 INFO 339 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@126320a8: startup date [Wed Sep 06 22:14:34 UTC 2017]; root of context hierarchy
2017-09-06 22:14:34.776 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@126320a8: startup date [Wed Sep 06 22:14:34 UTC 2017]; root of context hierarchy
2017-09-06 22:14:34.794 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/edit],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.initUpdateForm(int,org.springframework.ui.ModelMap)
2017-09-06 22:14:34.795 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/{petId}/edit],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.processUpdateForm(org.springframework.samples.petclinic.owner.Pet,org.springframework.validation.BindingResult,org.springframework.samples.petclinic.owner.Owner,org.springframework.ui.ModelMap)
2017-09-06 22:14:34.795 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/new],methods=[GET]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.initCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.ui.ModelMap)
2017-09-06 22:14:34.796 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/owners/{ownerId}/pets/new],methods=[POST]}" onto public java.lang.String org.springframework.samples.petclinic.owner.PetController.processCreationForm(org.springframework.samples.petclinic.owner.Owner,org.springframework.samples.petclinic.owner.Pet,org.springframework.validation.BindingResult,org.springframework.ui.ModelMap)
2017-09-06 22:14:34.804 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-09-06 22:14:34.805 INFO 339 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-09-06 22:14:34.914 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:34.914 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:34.935 INFO 339 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-09-06 22:14:35.069 INFO 339 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring FrameworkServlet ''
2017-09-06 22:14:35.089 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization started
2017-09-06 22:14:35.095 INFO 339 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : FrameworkServlet '': initialization completed in 5 ms
2017-09-06 22:14:35.162 INFO 339 --- [ main] o.s.s.p.owner.PetControllerTests : Started PetControllerTests in 1.042 seconds (JVM running for 27.129)
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 sec - in org.springframework.samples.petclinic.owner.PetControllerTests
2017-09-06 22:14:35.406 INFO 339 --- [ Thread-8] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@20960b51: startup date [Wed Sep 06 22:14:24 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.408 INFO 339 --- [ Thread-3] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d131e1b: startup date [Wed Sep 06 22:14:11 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.416 INFO 339 --- [ Thread-10] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@3119fcad: startup date [Wed Sep 06 22:14:31 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.420 INFO 339 --- [ Thread-5] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@30d5e37c: startup date [Wed Sep 06 22:14:19 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.421 INFO 339 --- [ Thread-12] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@7f2d4ffc: startup date [Wed Sep 06 22:14:32 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.444 INFO 339 --- [ Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:35.454 INFO 339 --- [ Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2017-09-06 22:14:35.454 INFO 339 --- [ Thread-14] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@126320a8: startup date [Wed Sep 06 22:14:34 UTC 2017]; root of context hierarchy
2017-09-06 22:14:35.477 INFO 339 --- [ Thread-8] org.ehcache.core.EhcacheManager : Cache 'vets' removed from EhcacheManager.
Results :
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ spring-petclinic ---
[INFO] Building jar: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/spring-petclinic-1.5.1.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:1.5.4.RELEASE:repackage (default) @ spring-petclinic ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47.742 s
[INFO] Finished at: 2017-09-06T22:14:36+00:00
[INFO] Final Memory: 90M/216M
[INFO] ------------------------------------------------------------------------
[jenkins-maven-event-spy] INFO generated /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMaven88f0a2cf/maven-spy-20170906-221348-4377415574241258949336.log
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under org/springframework/samples/spring-petclinic/1.5.1/spring-petclinic-1.5.1.pom
[withMaven] artifactsPublisher - Archive artifact target/spring-petclinic-1.5.1.jar under org/springframework/samples/spring-petclinic/1.5.1/spring-petclinic-1.5.1.jar
[Fast Archiver] Compressed 33.94 MB of artifacts by 98.6% relative to #3
[withMaven] junitPublisher - Archive test results for Maven artifact org.springframework.samples:spring-petclinic:1.5.1 generated by maven-surefire-plugin:test (default-test): target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
[withMaven] pipelineGraphPublisher - recordDependencies - filter: versions[snapshot: true, release: false], scopes:[compile, provided, runtime]
[withMaven] pipelineGraphPublisher - recordGeneratedArtifacts...
[withMaven] pipelineGraphPublisher - Record generated artifact: org.springframework.samples:spring-petclinic:1.5.1, version: 1.5.1, skipDownstreamTriggers: false, file: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/pom.xml
[withMaven] pipelineGraphPublisher - Record generated artifact: org.springframework.samples:spring-petclinic:1.5.1, version: 1.5.1, skipDownstreamTriggers: false, file: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin/target/spring-petclinic-1.5.1.jar
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact org.springframework.samples:spring-petclinic:1.5.1 in source directory src/main/java
[TASKS] Scanning folder '/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin' for files matching the pattern 'src/main/java/**/*' - excludes: null
[TASKS] Found 25 files to scan for tasks
[TASKS] Found 0 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #3
[Pipeline] // withMaven
[Pipeline] }
$ docker stop --time=1 6d018573fe903b1d2ece79985d81f11f2f6913a14727f3468d9ca6182b6b9060
$ docker rm -f 6d018573fe903b1d2ece79985d81f11f2f6913a14727f3468d9ca6182b6b9060
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Maven: maven-3.3.9
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Jdk: null
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
MavenOpts:
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Settings Config: maven-settings-for-gameoflife
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Settings FilePath:
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Global settings Config: null
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Global settings FilePath:
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
Options: []
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
env.PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution getComputer
Computer: agent-1
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution getComputer
Env: {_=/usr/bin/java, HOME=/home/ubuntu, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, OLDPWD=/home/ubuntu, PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution detectWithContainer
Step running within docker.image()
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Setting up maven: maven-3.3.9
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Ignoring Maven Installation parameter: maven-3.3.9
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Searching for Maven through MAVEN_HOME and M2_HOME environment variables...
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Calling printenv on docker container...
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Found maven installation on /usr/share/maven
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution obtainMavenExec
Found exec for maven on: /usr/share/maven/bin/mvn
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution setupMaven
Using temp dir: /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution setupMavenSpy
Load embedded maven spy jar 'META-INF/lib/pipeline-maven-spy.jar'
Sep 06, 2017 10:04:16 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution setupMavenSpy
Load META-INF/lib/pipeline-maven-spy.jar using classloader class hudson.ClassicPluginStrategy$AntClassLoader2: AntClassLoader[/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/pipeline-maven.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/jboss-marshalling-1.4.9.Final.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/groovy-sandbox-1.10.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/joda-time-2.9.5.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/jboss-marshalling-river-1.4.9.Final.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/annotation-indexer-1.9.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/h2-1.4.196.jar:/var/lib/jenkins/plugins/pipeline-maven/WEB-INF/lib/xml-apis-1.4.01.jar]
Sep 06, 2017 10:04:23 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution globalSettingsFromConfig
Created global config file /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml
Sep 06, 2017 10:04:23 PM FINER org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution mavenWrapperContent
Generated wrapper: #!/bin/sh -e
echo ----- withMaven Wrapper script -----
/usr/share/maven/bin/mvn --settings /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml --global-settings /home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml --batch-mode --show-version "$@"
Sep 06, 2017 10:04:23 PM FINE org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin #3 - Track usage and mask password of credentials UsernamePasswordCredentialsImpl[id: beescloud-nexus-deployment-credentials,username: deployment], UsernamePasswordCredentialsImpl[id: github-credentials,username: cyrille-leclerc], UsernamePasswordCredentialsImpl[id: beescloud-nexus-deployment-credentials,username: deployment], UsernamePasswordCredentialsImpl[id: bitbucket-credentials,username: cleclerc]
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl
ExpanderImpl(overrides: {GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, PATH+MAVEN=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc})
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution start
envOverride: {GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, PATH+MAVEN=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env before expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env after expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env before expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env after expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env before expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env after expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=50c56f61118cbbec, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env before expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=please-do-not-kill-me, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sep 06, 2017 10:04:23 PM FINEST org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$ExpanderImpl expand
ExpanderImpl.expand - env after expand: {_=/usr/bin/java, BUILD_DISPLAY_NAME=#3, BUILD_ID=3, BUILD_NUMBER=3, BUILD_TAG=jenkins-plugins-pipeline-maven-plugin-spring-petclinic-spring-petclinic-in-docker-pipeline-plugin-3, BUILD_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/, CLASSPATH=, EXECUTOR_NUMBER=0, GIT_CURL_VERBOSE=1, GIT_TRACE=1, GLOBAL_MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/globalSettings.xml, HOME=/home/ubuntu, HUDSON_HOME=/var/lib/jenkins, HUDSON_SERVER_COOKIE=50c56f61118cbbec, HUDSON_URL=https://master.alliances.beescloud.com/, JAVA_TOOL_OPTIONS=-Dmaven.ext.class.path="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc" , JENKINS_HOME=/var/lib/jenkins, JENKINS_NODE_COOKIE=d3aad058-7bd8-4272-b852-24cafc6875ca, JENKINS_SERVER_COOKIE=please-do-not-kill-me, JENKINS_URL=https://master.alliances.beescloud.com/, JOB_BASE_NAME=spring-petclinic-in-docker-pipeline-plugin, JOB_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/display/redirect, JOB_NAME=plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, JOB_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/, LANG=en_US.UTF-8, LOGNAME=ubuntu, MAIL=/var/mail/ubuntu, MVN_SETTINGS=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc/settings.xml, NODE_LABELS=agent-1 docker, NODE_NAME=agent-1, OLDPWD=/home/ubuntu, PATH=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin@tmp/withMavene56239cc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, PWD=/home/ubuntu/jenkins-aws-home, RUN_CHANGES_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect?page=changes, RUN_DISPLAY_URL=https://master.alliances.beescloud.com/job/plugins/job/pipeline-maven-plugin/job/spring-petclinic/job/spring-petclinic-in-docker-pipeline-plugin/3/display/redirect, SHELL=/bin/bash, SHLVL=1, SSH_CLIENT=10.0.0.99 51546 22, SSH_CONNECTION=10.0.0.99 51546 10.0.0.172 22, USER=ubuntu, WORKSPACE=/home/ubuntu/jenkins-aws-home/workspace/plugins/pipeline-maven-plugin/spring-petclinic/spring-petclinic-in-docker-pipeline-plugin, XDG_RUNTIME_DIR=/run/user/1000, XDG_SESSION_ID=38}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment