Skip to content

Console Output

Started by user Matthias Mueller
Building on master in workspace /var/lib/jenkins/workspace/appng-examples-personservice
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/appNG/appng-examples.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-examples.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/appNG/appng-examples.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 51375017539cd1cc9b006db1b065a254eccbe7a9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51375017539cd1cc9b006db1b065a254eccbe7a9
Commit message: "use ${project.basedir}"
 > git rev-list --no-walk 02c22064bf92bea0a83823096567a2dcdb8c331e # timeout=10
[appng-examples-personservice] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn -f personregister/pom.xml -s /var/lib/jenkins/.m2/settings.xml package
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Person Register 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ personregister ---
[INFO] Source directory: /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/generated-sources/constants added.
[INFO] 
[INFO] >>> exec-maven-plugin:1.2.1:java (default) > validate @ personregister >>>
[INFO] 
[INFO] <<< exec-maven-plugin:1.2.1:java (default) < validate @ personregister <<<
[INFO] 
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:java (default) @ personregister ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ personregister ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appng-examples-personservice/personregister/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ personregister ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ personregister ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ personregister ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ personregister ---
[INFO] Surefire report directory: /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.appng.application.personregister.business.PersonDataSourceTest
2018-06-04 17:11:15,106 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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]
2018-06-04 17:11:15,164 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@57175e74, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7bb58ca3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@c540f5a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@770c2e6b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a052a00, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4d826d77]
2018-06-04 17:11:15,654 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2018-06-04 17:11:17,125 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2018-06-04 17:11:17,169 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2018-06-04 17:11:17,198 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transactionManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:17,219 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:17,219 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:17,220 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2018-06-04 17:11:17,290 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b938003: startup date [Mon Jun 04 17:11:17 CEST 2018]; root of context hierarchy
2018-06-04 17:11:19,424 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: Checkpoint start
2018-06-04 17:11:19,425 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: checkpointClose start
2018-06-04 17:11:19,529 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: checkpointClose synched
2018-06-04 17:11:19,548 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: checkpointClose script done
2018-06-04 17:11:19,575 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: checkpointClose end
2018-06-04 17:11:19,577 INFO  [HSQLDB Server @ae3540e] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: Checkpoint end - txts: 1
2018-06-04 17:11:19,703 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:19,826 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2018-06-04 17:11:20,401 INFO  [main] org.hibernate.Version         : HHH000412: Hibernate Core {5.2.12.Final}
2018-06-04 17:11:20,404 INFO  [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2018-06-04 17:11:21,008 INFO  [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-06-04 17:11:21,601 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2018-06-04 17:11:21,748 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2018-06-04 17:11:23,299 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final
2018-06-04 17:11:24,786 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@53ec2968'
2018-06-04 17:11:24,810 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:28,024 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init-db.sql]
2018-06-04 17:11:28,031 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init-db.sql] in 7 ms.
2018-06-04 17:11:29,528 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2018-06-04 17:11:31,224 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3b938003: startup date [Mon Jun 04 17:11:17 CEST 2018]; root of context hierarchy
2018-06-04 17:11:31,332 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:31,332 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down'
2018-06-04 17:11:37,429 INFO  [HSQLDB Connection @3939bc4] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: Database closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.524 sec
Running org.appng.application.personregister.business.PersonActionTest
2018-06-04 17:11:37,655 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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]
2018-06-04 17:11:37,655 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@34549979, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@144a5e6e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2707c790, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7de3206d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6dece1f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2b936b04]
2018-06-04 17:11:37,675 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2018-06-04 17:11:37,752 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2018-06-04 17:11:37,767 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2018-06-04 17:11:37,784 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transactionManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:37,784 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:37,785 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:37,785 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2018-06-04 17:11:37,800 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@32b112a1: startup date [Mon Jun 04 17:11:37 CEST 2018]; root of context hierarchy
2018-06-04 17:11:37,966 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:37,967 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2018-06-04 17:11:38,098 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2018-06-04 17:11:38,115 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2018-06-04 17:11:38,397 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@53ec2968'
2018-06-04 17:11:38,409 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:38,746 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init-db.sql]
2018-06-04 17:11:38,752 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init-db.sql] in 6 ms.
2018-06-04 17:11:39,985 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@32b112a1: startup date [Mon Jun 04 17:11:37 CEST 2018]; root of context hierarchy
2018-06-04 17:11:40,087 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:40,088 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down'
2018-06-04 17:11:40,324 INFO  [HSQLDB Connection @29b8af4f] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: Database closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.878 sec
Running org.appng.application.personregister.business.PictureServiceTest
2018-06-04 17:11:40,538 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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]
2018-06-04 17:11:40,538 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8aa5ab4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53e4a19e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@62360a68, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1450ffa3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e756867, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@38ebc866]
2018-06-04 17:11:40,540 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2018-06-04 17:11:40,561 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6adcf059: startup date [Mon Jun 04 17:11:40 CEST 2018]; root of context hierarchy
2018-06-04 17:11:44,007 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6adcf059: startup date [Mon Jun 04 17:11:40 CEST 2018]; root of context hierarchy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.481 sec
Running org.appng.application.personregister.service.PersonRestServiceTest
2018-06-04 17:11:44,016 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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]
2018-06-04 17:11:44,017 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d7e2795, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@78743dd8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@752494dd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2986427e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35d88a54, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6c1bebca]
2018-06-04 17:11:44,018 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2018-06-04 17:11:44,079 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2018-06-04 17:11:44,093 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2018-06-04 17:11:44,107 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transactionManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.JpaTransactionManager]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:44,107 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:44,108 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.orm.jpa.support.SharedEntityManagerBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]]
2018-06-04 17:11:44,108 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2018-06-04 17:11:44,120 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3d4818e8: startup date [Mon Jun 04 17:11:44 CEST 2018]; root of context hierarchy
2018-06-04 17:11:44,285 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:44,285 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2018-06-04 17:11:44,415 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2018-06-04 17:11:44,428 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2018-06-04 17:11:45,421 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@53ec2968'
2018-06-04 17:11:45,434 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:45,818 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init-db.sql]
2018-06-04 17:11:45,823 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init-db.sql] in 4 ms.
2018-06-04 17:11:46,587 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2018-06-04 17:11:48,732 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3d4818e8: startup date [Mon Jun 04 17:11:44 CEST 2018]; root of context hierarchy
2018-06-04 17:11:48,835 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2018-06-04 17:11:48,836 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down'
2018-06-04 17:11:49,085 INFO  [HSQLDB Connection @643ba21d] hsqldb.db.HSQLDB63CB5A3F3D.ENGINE: Database closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.277 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ personregister ---
[INFO] Building jar: /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/personregister-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ personregister ---
[INFO] Building zip: /var/lib/jenkins/workspace/appng-examples-personservice/personregister/target/personregister-1.0-SNAPSHOT-20180604-1510.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:06 min
[INFO] Finished at: 2018-06-04T17:11:54+02:00
[INFO] Final Memory: 61M/789M
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS